Skip to main content

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

Day 9, just as I'm about to log into the computer I received this error:

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/laptoplabels.rpy", line 1045, in <module>

  File "game/laptopscreens.rpy", line 137, in execute

  File "game/laptopscreens.rpy", line 137, in execute

  File "game/laptopscreens.rpy", line 202, in execute

  File "game/laptopscreens.rpy", line 203, in execute

Exception: Imagebutton does not have a idle image. (auto='puzzle_recall_%s').

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

Full traceback:

  File "laptoplabels.rpyc", line 1045, in script

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\ast.py", line 1111, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\python.py", line 1049, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/laptoplabels.rpy", line 1045, in <module>

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\exports.py", line 1533, in pause

    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\ui.py", line 299, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3376, in interact

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

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3803, in interact_core

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

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all

    d.visit_all(callback, seen)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 451, in visit_all

    callback(self)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3803, in <lambda>

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

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 462, in per_interact

    self.update()

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 653, in update

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

  File "game/laptopscreens.rpy", line 137, in execute

  File "game/laptopscreens.rpy", line 137, in execute

  File "game/laptopscreens.rpy", line 202, in execute

  File "game/laptopscreens.rpy", line 203, in execute

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-pc\renpy\ui.py", line 952, in _imagebutton

    idle = choice(idle, idle_image, "idle", required=True)

  File "C:\Users\Administrador\Desktop\i\StrandedInSpace-1.5-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='puzzle_recall_%s').

Windows-10-10.0.19044 AMD64

Ren'Py 8.0.0.22062402

Stranded In Space 1.75

Sat Feb 25 02:16:06 2023

[/code]

So if you're using the free version (Days 1-13), the patch file provided will break the game. 

If you downloaded the lightly compressed version of Days 1-16, you only need to extract those files and boot the .exe up from within. 

If you downloaded the uncompressed files, the same thing is required - you just want to make sure you're on the right version of the game. This error occurs when the versions are mismatched.