Great update. I cannot wait until the next chapter!!!
cjroper111
Recent community posts
Hello,
I have tried to uninstall and reinstall the file and continue to get an error to pop up.
Fri Sep 30 22:11:59 2022
Windows-10-10.0.19043
Ren'Py 8.0.0.22062402
Bootstrap to the start of init.init took 0.08s
Early init took 0.00s
Loader init took 0.12s
Loading error handling took 0.41s
Loading script took 3.62s
Loading save slot metadata. took 0.19s
Loading persistent took 0.00s
Faled to initialize steam: FileNotFoundError("Could not find module 'C:\\Users\\cjero\\OneDrive\\Desktop\\New folder\\StrandedInSpace-1.5-pc\\lib\\py3-windows-x86_64\\steam_api64.dll' (or one of its dependencies). Try using the full path with constructor syntax.")
Set script version to: (8, 0, 0)
Running init code took 0.30s
Loading analysis data took 0.87s
Analyze and compile ATL took 0.05s
Index archives took 0.00s
Dump and make backups. took 0.00s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc. took 0.50s
DPI scale factor: 1.500000
nvdrs: Loaded, about to disable thread optimizations.
nvdrs: b"Couldn't load nvlib." (can be ignored)
Creating interface object took 0.00s
Cleaning stores took 0.00s
Init translation took 0.48s
Build styles took 0.00s
Load screen analysis took 0.89s
Analyze screens took 0.02s
Save screen analysis took 0.00s
game/screens.rpy:101: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:90: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:100: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:110: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:120: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:130: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:140: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:168: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:178: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:188: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:198: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:208: SyntaxWarning: "is not" with a literal. Did you mean "!="?
game/choicescreens.rpy:218: SyntaxWarning: "is not" with a literal. Did you mean "!="?
Prepare screens took 1.73s
Save pyanalysis. took 0.00s
Save bytecode. took 0.00s
Running _start took 0.00s
Performance test:
Interface start took 0.64s
Initializing gl2 renderer:
primary display bounds: (0, 0, 1920, 1080)
swap interval: 1 frames
Windowed mode.
Vendor: "b'Intel'"
Renderer: b'Intel(R) HD Graphics'
Version: b'4.3.0 - Build 20.19.15.4531'
Display Info: None
Screen sizes: virtual=(1920, 1080) physical=(1739, 978) drawable=(1739, 978)
Maximum texture size: 4096x4096
Screen sizes: virtual=(1920, 1080) physical=(1920, 1046) drawable=(1920, 1046)
Maximum texture size: 4096x4096
Full traceback:
File "laptoplabels.rpyc", line 741, in script
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 4251, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 1054, in event
return handle_click(self.clicked)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 989, in handle_click
rv = run(action)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\cjero\OneDrive\Desktop\New folder\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
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
Cleaning stores took 0.00s
Init translation took 0.00s
Build styles took 0.00s
Load screen analysis took 0.62s
Analyze screens took 0.00s
Prepare screens took 0.00s
Running _start took 0.02s
Full traceback:
File "laptoplabels.rpyc", line 114, in script
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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
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
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\execution.py", line 581, in run
node.execute()
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\editor.py", line 103, in open
os.startfile(filename) # type: ignore
FileNotFoundError: [WinError 2] The system cannot find the file specified: '\\home\\tom\\ab\\renpy-build\\tmp\\install.linux-x86_64\\lib\\python3.9\\random.py'
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\execution.py", line 581, in run
node.execute()
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\editor.py", line 103, in open
os.startfile(filename) # type: ignore
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'game\\script.rpy'
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\execution.py", line 581, in run
node.execute()
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\editor.py", line 103, in open
os.startfile(filename) # type: ignore
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'game\\script.rpy'
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\execution.py", line 581, in run
node.execute()
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\editor.py", line 103, in open
os.startfile(filename) # type: ignore
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'game\\laptoplabels.rpy'
I was wondering about the last line on FileNotFoundError:[WinError2} The system cannot finde the file specified: 'game\\laptoplabels.rpy'
I did not see any file named as this on the current download or prior.
Could this be causing the issue? Once I get the choice with the Umiko charactor the error will pop up. Same is I attempt to log off the error will pop up.
Any assistance would be appreciated.
Thank you.
Hello,
I am loving the game so far. Unfortunately on the 'laptop" section entering chapter 5, I think, I keep getting an error while interacting with Umiko.
The following keeps popping up:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 741, in <module>
Exception: VPGrid not completely full.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 741, in script
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\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\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 456, in visit_all
self.child.visit_all(callback, seen=None)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 584, in visit_all
callback(self)
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3803, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\cjero\OneDrive\Desktop\New folder\StrandedInSpace-1.5-pc\renpy\display\viewport.py", line 678, in per_interact
raise exc
Exception: VPGrid not completely full.
Windows-10-10.0.19043 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Wed Sep 28 19:40:16 2022
[/code]
I have tried deleting and redownloading the file but continue to have issues at this point.
Is there anything else I should try to stop the error?
I am playing this from a one drive file so I don't know if this is causing this as well
Any help would be appreciated. I would enjoy the opportunity to continue the novel.
Thank you.
Thank you 9 of Swords for this novel!
I really enjoy the storyline so far and how it is designed. The art style of the figures and landscape were great as well. I liked the nickname picks were programed in based on the first letter of the name you choose. Also I liked how one could choose a male or female protagonist. I have not seen that so far in visual novels. I hope after you finish this novel on your next one protagonist choices are broader and the reactions of the supporting characters are programmed to react similar to how you have done so here.
I cannot wait for the next chapters to come.
Driftygames. I just got through playing Chapters 5 and 6. I have to say great job!!! I enjoyed the story telling, humor, and emotional viewpoints of the supporting characters as well as the protagonist. I was saddened by ending because I could see an opportunity within the plot of Chapter 5 that could had lead to a different outcome. Still, great story. I look forward to playing Chapter 7 and will enjoy if there will be additional Chapters to come if this is not the end. If so, I look forward to your next project. Thank you.