
A harem game about a man on an all-female spaceship. · By
For OSX: Having a problem in Day 14 after talking to Nemy on the laptop. The game crashes and this pops up:
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label ' after_nemy_d14_convo'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Applications/Non-Steam Games/StrandedInSpace 0.1.75.app/Contents/Resources/autorun/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/Applications/Non-Steam Games/StrandedInSpace 0.1.75.app/Contents/Resources/autorun/renpy/main.py", line 660, in main
run(restart)
File "/Applications/Non-Steam Games/StrandedInSpace 0.1.75.app/Contents/Resources/autorun/renpy/main.py", line 146, in run
renpy.execution.run_context(True)
File "/Applications/Non-Steam Games/StrandedInSpace 0.1.75.app/Contents/Resources/autorun/renpy/execution.py", line 938, in run_context
context.run()
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "laptoplabels.rpyc", line 1039, in script
File "/Applications/Non-Steam Games/StrandedInSpace 0.1.75.app/Contents/Resources/autorun/renpy/script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label ' after_nemy_d14_convo'.
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Stranded In Space 1.75
Sun Jan 29 14:58:27 2023
[code]
I'm sorry, but an uncaught exception occurred.
While loading <renpy.display.im.Image object ('…Meeting/kasint8.webp') at 0x000000001c9b5490>:
OSError: Couldn't find file 'Day 14/Kasumi Meeting/kasint8.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day13.rpyc", line 8614, in script
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\ast.py", line 1638, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\exports.py", line 1653, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\core.py", line 2797, in do_with
return self.interact(trans_pause=True,
File "C:\Users\15137\Downloads\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\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\core.py", line 3905, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\core.py", line 2601, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\transition.py", line 378, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\image.py", line 505, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\image.py", line 308, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\transform.py", line 747, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 266, in renpy.display.render.render
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\im.py", line 627, in render
return cache.get(self, render=True)
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\im.py", line 295, in get
surf = image.load()
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\im.py", line 723, in load
raise e
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\display\im.py", line 688, in load
filelike = renpy.loader.load(self.filename)
File "C:\Users\15137\Downloads\StrandedInSpace-1.5-pc\renpy\loader.py", line 820, in load
raise IOError("Couldn't find file '%s'." % name)
OSError: Couldn't find file 'Day 14/Kasumi Meeting/kasint8.webp'.
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.75
Sat Feb 11 20:10:35 2023
[/code]
So, Hopefully the following error paste doesn't take too much space. And hopefully it's information that helps. More often than not (and I'm currently at the morning of day 10, I think?) I don't have the error messages of the previous ones but all of them happened when trying to have a private message conversation with Haylee. I'd click her name (or sometimes her name then click "Message Haylee" and the following error would pop up and I'd usually have to start the whole laptop session over again but skip her.
Thanks for all your hard work!
Anyways here is the last error message:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 1045, in <module>
File "renpy/common/00action_other.rpy", line 99, in __call__
return self.expression()
File "renpy/common/00action_control.rpy", line 131, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen Haylee_convo_d10 is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 1045, in script
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 1045, in <module>
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\exports.py", line 1537, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 99, in __call__
return self.expression()
File "renpy/common/00action_control.rpy", line 131, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "C:\Users\trist\Desktop\Rated R\Stranded in Space Days 1-16 PC-Linux Endurance\0. StrandedInSpace-1.75-pc\renpy\display\screen.py", line 1185, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen Haylee_convo_d10 is not known.
Windows-10-10.0.22623 AMD64
Ren'Py 8.0.3.22090809
Stranded In Space 1.75
Wed Feb 22 18:47:23 2023
[/code]
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').
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.
I need help, i downloaded the new patch, and then i put it in the "game" folder. but as soon as umiko daughter enters the room, the screen becomes black and on the top left corner it says " image 'something' not found", and then when i reach the computer morning session it crashes. What should i do?
That error boggles me, Snoogans. And I don't often get boggled.
There's like some weird math overflow issue happening, and I think it's related to your picture album on the laptop maybe?
If you could find some time to message me via Discord I would be able to get to the bottom of this.
wildmandev is my Discord name—you could also join the server https://discord.gg/x4CJGcQW if you wanted.
Hey Wildman, just started playing the English version of Stranded in Space 1-17, Day one, so far so good, but when Skyler is talking with the MC, he keeps asking if they are asea, I think you mean at sea as in 'we're on a boat AT SEA. I looked through the bugs list, and I'm not sure if a small translation error is a bug, but since I didn't see any comments on this, I figured this could be helpful and I hope replacing asea with at sea should be an easy fix, not sure how many time the MC mentions this.
Good game so far, just meeting the crew.
Hey, did you post something in the Discord about this? It's strange that I've had a few people talk about it recently, otherwise.
So asea, in the context that the MC uses, he's asking if they're at sea.
Admittedly, it's a strange word to see written, lol.
Edit: However, there will likely be more than a few grammatical errors in the game. If you find any more, feel free to post them here and I'll take a look at them.
I feel like I've seen this issue before, but I don't think it's a problem with Stranded in Space, and instead it's something to do with the version of Ren'py I built SiS with. In other words, it's a Ren'py bug.
I'll look into it, but I'm not sure it can be fixed without me redownloading a new version of ren'py and building the android version again.
Not on Discord yet, and Yeah, later when the MC makes an evil laugh, it should be Mua Ha Ha HA!
muahahaha - Wiktionary, the free dictionary
I liked that!
You'd navigate to where the app is in the folder and drop the game_scripts.rpa into the folder - overwriting the old one.
Navigation would be like: StrandedInSpace.app\Contents\Resources\autorun\game - and in that folder is the game_scripts.rpa for you to overwrite with the one from inside the patch file.
this error occurs as I try to enter the laptop phase of day 15
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 1160, in <module>
OverflowError: math range error
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 1160, in script
File "renpy/ast.py", line 1138, in execute
File "renpy/python.py", line 1122, in py_exec_bytecode
File "game/laptoplabels.rpy", line 1160, in <module>
File "renpy/exports.py", line 1637, in pause
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3579, in interact
File "renpy/display\core.py", line 4172, in interact_core
File "renpy/display\core.py", line 2779, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\screen.py", line 731, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 1849, in render
File "renpy/display\layout.py", line 1846, in sizeit
File "render.pyx", line 318, in renpy.display.render.render_for_size
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\viewport.py", line 276, in render
File "renpy/display\viewport.py", line 253, in update_offsets
File "renpy/display\behavior.py", line 2041, in periodic
File "renpy/display\behavior.py", line 2001, in inertia_warper
OverflowError: math range error
```
If I'm not mistaken. this is a rare mobile error that's an issue with Ren'py, and not Stranded in Space. The issue is fixed in the most recent, nightly version of Ren'py, but for me to download that and build Stranded in Space with it would likely not be a good idea. Unfortunately, aside from that, there is no fix.
Day 15, morning, on laptop when selecting to chat with Haylee:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 1160, in <module>
File "renpy/common/00action_other.rpy", line 583, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1945, in set_pm_window
Exception: Screen Haylee_convo_d15 is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "laptoplabels.rpyc", line 1160, in script
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 1160, in <module>
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\exports.py", line 1637, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\core.py", line 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 583, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1945, in set_pm_window
File "C:\Itch.io\Stranded in Space Days 1-17 - Elysium Version\StrandedInSpace-1.81-pc\renpy\display\screen.py", line 1220, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen Haylee_convo_d15 is not known.
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
Stranded In Space 1.81
Thu Nov 30 17:12:19 2023
It's funny you say that because part of my career has been testing software and after I posted, I thought, you know what? I bet there isn't supposed to be a conversation. Anyway, yes, I bypassed it without issue. Your game is pretty amazing by the way. Great story, interesting characters, each unique. I would like more "options" per say in certain situations but you (and whomeever) really put so much work into this I can't find fault. As I said in my reivew (which I only recently realized other people can't read) It is very humurous but also very touching at times. Lastly, as joke, remember what Vonnegut said, "Here is a lesson in creative writing. First rule: Do not use semicolons. They are transvestite hermaphrodites representing absolutely nothing. All they do is show you’ve been to college.” Anyway, great job, I wishlisted on Steam which I hope helps. Take care.
hi there getting a crash on day 5 right after mc opens the laptop before getting to the screen it crashes. I copied the markdown
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 1160, in <module>
OverflowError: math range error
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 1160, in script
File "renpy/ast.py", line 1138, in execute
File "renpy/python.py", line 1122, in py_exec_bytecode
File "game/laptoplabels.rpy", line 1160, in <module>
File "renpy/exports.py", line 1637, in pause
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3579, in interact
File "renpy/display\core.py", line 4172, in interact_core
File "renpy/display\core.py", line 2779, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\screen.py", line 731, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 1849, in render
File "renpy/display\layout.py", line 1846, in sizeit
File "render.pyx", line 318, in renpy.display.render.render_for_size
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\viewport.py", line 276, in render
File "renpy/display\viewport.py", line 253, in update_offsets
File "renpy/display\behavior.py", line 2041, in periodic
File "renpy/display\behavior.py", line 2001, in inertia_warper
OverflowError: math range error
```not sure if this is of help but was really enjoying the game and hope I can continue it. Thanks!
After Using the Skip Sex Scene button in the Sex Scene with Sabela
It seems to only appear if i actually click on the button to skip it if i play out the scene and click it after it seemed to just go away
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'after_sabela_fp_d17'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\shad0\OneDrive\Desktop\StrandedInSpace-1.81-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "C:\Users\shad0\OneDrive\Desktop\StrandedInSpace-1.81-pc\renpy\main.py", line 670, in main
run(restart)
File "C:\Users\shad0\OneDrive\Desktop\StrandedInSpace-1.81-pc\renpy\main.py", line 144, in run
renpy.execution.run_context(True)
File "C:\Users\shad0\OneDrive\Desktop\StrandedInSpace-1.81-pc\renpy\execution.py", line 953, in run_context
context.run()
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "endurance edition/laptopbonuses_update_two.rpyc", line 64, in script call
File "elysium edition/vespera_update_four.rpyc", line 938, in script
File "C:\Users\shad0\OneDrive\Desktop\StrandedInSpace-1.81-pc\renpy\script.py", line 1013, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'after_sabela_fp_d17'.
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.1.23060707
Stranded In Space 1.81
Tue May 28 23:43:33 2024
Hi using android 1-16 no patch
On day 10nand further I get the exception that follows. It occurs when I attempt to PM any one. If I log out wo pm I can play on but it totally goes south after the Lexi memory scan:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 1160, in <module>
OverflowError: math range error
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 1160, in script
File "renpy/ast.py", line 1138, in execute
File "renpy/python.py", line 1122, in py_exec_bytecode
File "game/laptoplabels.rpy", line 1160, in <module>
File "renpy/exports.py", line 1637, in pause
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3579, in interact
File "renpy/display\core.py", line 4172, in interact_core
File "renpy/display\core.py", line 2779, in draw_screen
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\screen.py", line 731, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 886, in render
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\layout.py", line 1849, in render
File "renpy/display\layout.py", line 1846, in sizeit
File "render.pyx", line 318, in renpy.display.render.render_for_size
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display\viewport.py", line 276, in render
File "renpy/display\viewport.py", line 253, in update_offsets
File "renpy/display\behavior.py", line 2041, in periodic
File "renpy/display\behavior.py", line 2001, in inertia_warper
OverflowError: math range error
[/code]
Please let me know, I want to go all the way (wink wink) this is a funny game.
TIA
Mike
It might be a device thing, but I haven't touched the free Android version in like 1.5 years. I know Renpy had a lot of specific Android issues that got fixed in later versions, which the paid version of Stranded in Space uses, so it could be some conflict with Renpy.
I assume this is happening after the sex scene with Claire during the family vacation flashback? After the sex scene, Celeste and the MC's father interrupts, and you're saying it crashes right when she appears?
Can't think of what could be causing it.