Hey, really enjoying the game! Definitely one of the best around!
I keep running into this error on day 9 and day 10, the moments just before opening the laptop. I have applied the patch fix file to try and fix the error but I couldn't get past day 9, when I used the unpatched version I could get past day 9 without getting to the second page of private message contacts in the laptop, but it's impossible to get past day 10 morning scene. It seems like it's an error with the new ?game? in the laptop. I haven't had any luck getting past this. I have tried re-downloading with no improvement. Disclaimer: I have altered the text below to hide the file path drive location to the game folder for privacy, I have not altered any file path within the game folder.
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 "Stranded in Space Free Edition PC-Linux\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 "Stranded in Space Free Edition PC-Linux\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 "Stranded in Space Free Edition PC-Linux\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 "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Stranded in Space Free Edition PC-Linux\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 "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3803, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3803, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "Stranded in Space Free Edition PC-Linux\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 "Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\ui.py", line 952, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "Stranded in Space Free Edition PC-Linux\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').