Thx. Appreciate it.
sanguinewizard
Recent community posts
Multple errors on day seven, Elysium Edition. I get errors on conversations and when I close the "laptop" the game crashes to start screen. Can't progress the game.
After Ishani Conversation:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 114, in <module>
File "game/script.rpy", line 1422, in laptop_end
File "game/script.rpy", line 1649, in photo_hide
TypeError: 'odict_keys' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 114, in script
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 114, in <module>
File "game/script.rpy", line 1422, in laptop_end
File "game/script.rpy", line 1649, in photo_hide
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/random.py", line 346, in choice
TypeError: 'odict_keys' object is not subscriptable
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Wed Jan 11 15:13:50 2023
[/code]
After Zara Conversation:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 139, in <module>
File "game/script.rpy", line 1422, in laptop_end
File "game/script.rpy", line 1649, in photo_hide
TypeError: 'odict_keys' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 139, in script
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 139, in <module>
File "game/script.rpy", line 1422, in laptop_end
File "game/script.rpy", line 1649, in photo_hide
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/random.py", line 346, in choice
TypeError: 'odict_keys' object is not subscriptable
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Wed Jan 11 15:15:13 2023
[/code]
After Umiko Conversation: (Crashes to start Menu)
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 741, in <module>
File "renpy/common/00action_other.rpy", line 543, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1649, in photo_hide
TypeError: 'odict_keys' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 741, in script
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 741, in <module>
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\core.py", line 4251, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\viewport.py", line 298, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\sl2\sldisplayables.py", line 110, in event
return self.child.event(ev, x, y, st)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 2395, in event
return run(self.function, *self.args, **self.kwargs)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 543, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1649, in photo_hide
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/random.py", line 346, in choice
TypeError: 'odict_keys' object is not subscriptable
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Wed Jan 11 15:15:58 2023
[/code]
After closing laptop: (Crashes to start Menu)
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 741, in <module>
File "renpy/common/00action_other.rpy", line 543, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1422, in laptop_end
File "game/script.rpy", line 1649, in photo_hide
TypeError: 'odict_keys' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 741, in script
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 741, in <module>
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\chris\Desktop\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\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\core.py", line 4251, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 1054, in event
return handle_click(self.clicked)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 989, in handle_click
rv = run(action)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\chris\Desktop\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 543, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1422, in laptop_end
File "game/script.rpy", line 1649, in photo_hide
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/random.py", line 346, in choice
TypeError: 'odict_keys' object is not subscriptable
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Wed Jan 11 15:17:43 2023
[/code]