Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Ran into a crash towards the end of the game.

I'm sorry, but an uncaught exception occurred.
While running game code:
  File "game/rpy_engine/engine_variables_process.rpy", line 763, in script
    pause 1.25
  File "renpy/common/000statements.rpy", line 453, in execute_pause
    renpy.pause(delay)
  File "game/rpy_engine/engine_room_2.rpy", line 5, in execute
    screen sc_room_2():
  File "game/rpy_engine/engine_room_2.rpy", line 5, in execute
    screen sc_room_2():
  File "game/rpy_engine/engine_room_2.rpy", line 9, in execute
    use sc_room_frame():
  File "game/rpy_engine/engine_screens_ui.rpy", line 95, in execute
    screen sc_room_frame():
  File "game/rpy_engine/engine_screens_ui.rpy", line 95, in execute
    screen sc_room_frame():
  File "game/rpy_engine/engine_screens_ui.rpy", line 99, in execute
    viewport:
  File "game/rpy_engine/engine_screens_ui.rpy", line 105, in execute
    transclude
  File "game/rpy_engine/engine_room_2.rpy", line 9, in execute
    use sc_room_frame():
  File "game/rpy_engine/engine_room_2.rpy", line 213, in execute
    if l_gul == 2 and s_gull != 0:
  File "game/rpy_engine/engine_room_2.rpy", line 214, in execute
    imagebutton:
Exception: Imagebutton does not have a idle image. (auto=u'button_gull_table_4_2_%s').
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "game/rpy_engine/engine_variables_process.rpy", line 763, in script
    pause 1.25
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/ast.py", line 1969, in execute
    self.call("execute")
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/ast.py", line 1957, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 453, in execute_pause
    renpy.pause(delay)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/exports.py", line 1525, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/rpy_engine/engine_room_2.rpy", line 5, in execute
    screen sc_room_2():
  File "game/rpy_engine/engine_room_2.rpy", line 5, in execute
    screen sc_room_2():
  File "game/rpy_engine/engine_room_2.rpy", line 9, in execute
    use sc_room_frame():
  File "game/rpy_engine/engine_screens_ui.rpy", line 95, in execute
    screen sc_room_frame():
  File "game/rpy_engine/engine_screens_ui.rpy", line 95, in execute
    screen sc_room_frame():
  File "game/rpy_engine/engine_screens_ui.rpy", line 99, in execute
    viewport:
  File "game/rpy_engine/engine_screens_ui.rpy", line 105, in execute
    transclude
  File "game/rpy_engine/engine_room_2.rpy", line 9, in execute
    use sc_room_frame():
  File "game/rpy_engine/engine_room_2.rpy", line 213, in execute
    if l_gul == 2 and s_gull != 0:
  File "game/rpy_engine/engine_room_2.rpy", line 214, in execute
    imagebutton:
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "/home/amy2/.config/itch/apps/four-before-midnight/FourBeforeMidnight-1.1-pc/renpy/ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'button_gull_table_4_2_%s').
Linux-5.4.0-126-generic-x86_64-with-debian-buster-sid
Ren'Py 7.4.4.1439
Four Before Midnight 1.1
Sat Mar 11 13:21:12 2023

(+3)

Thank you for the crash report! It's a huge help, and using it, I've found and I believe fixed the issue. The new version 1.2 files should work correctly, but please let me know if any further problems arise!