Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

CoconutPeeler

2
Posts
4
Following
A member registered May 31, 2021

Recent community posts

Thank you!

I'm encountering an issue with AimiMay during the final gas countdown. If I blow her bubble at this point, the game crashes saying "An exception has occured".

The error code reads as:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 2457, in script

    show screen aimibubble with dissolve

  File "renpy/common/000statements.rpy", line 591, in execute_show_screen

    renpy.with_statement(eval(transition_expr))

  File "game/screens.rpy", line 4451, in execute

    screen aimibubble:

  File "game/screens.rpy", line 4451, in execute

    screen aimibubble:

  File "game/screens.rpy", line 4453, in execute

    image "images/[tfcolor]bubble.png":

Exception: DynamicImage 'images/[tfcolor]bubble.png': could not find image. ('images/redbubble.png')

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 2457, in script

    show screen aimibubble with dissolve

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\ast.py", line 2232, in execute

    self.call("execute")

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\ast.py", line 2220, in call

    return renpy.statements.call(method, parsed, *args, **kwargs)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\statements.py", line 281, in call

    return method(parsed, *args, **kwargs)

  File "renpy/common/000statements.rpy", line 591, in execute_show_screen

    renpy.with_statement(eval(transition_expr))

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\exports.py", line 1657, in with_statement

    return renpy.game.interface.do_with(trans, paired, clear=clear)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 2798, in do_with

    return self.interact(trans_pause=True,

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 3377, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 3810, in interact_core

    root_widget.visit_all(lambda i : i.per_interact())

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  [Previous line repeated 1 more time]

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\core.py", line 3810, in <lambda>

    root_widget.visit_all(lambda i : i.per_interact())

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\screen.py", line 653, in update

    self.screen.function(**self.scope)

  File "game/screens.rpy", line 4451, in execute

    screen aimibubble:

  File "game/screens.rpy", line 4451, in execute

    screen aimibubble:

  File "game/screens.rpy", line 4453, in execute

    image "images/[tfcolor]bubble.png":

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\sl2\sldisplayables.py", line 450, in sl2add

    d = renpy.easy.displayable(d, scope=scope)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\easy.py", line 114, in displayable

    return renpy.display.image.DynamicImage(d, scope=scope)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\image.py", line 591, in __init__

    self.find_target(scope)

  File "F:\Homework\root\Games\InflationBattleRoyale-1.0-pc\renpy\display\image.py", line 676, in find_target

    raise Exception(error)

Exception: DynamicImage 'images/[tfcolor]bubble.png': could not find image. ('images/redbubble.png')

Windows-10-10.0.22000 AMD64

Ren'Py 8.0.3.22090809

Inflation Battle Royale 1.0

Wed May 31 17:00:45 2023

[/code]