As the title says.
You wake up on a spaceship filled only with women travelling to another planet, unaware of how you got there. · By
So I'm trying to determine how that happened, because looking in the files I don't see how it could have.
The only thing I can think of is a version mismatch? If you downloaded the PC/Linux or Mac version from Mega, you don't need a patch. The same goes for if you downloaded the Android APK, you don't need a patch.
I'll reply to myself by saying I see in the error logs Ren'py is looking for pngs.
In order to reduce the size of my game, I switched to webP. This fact is only present in the Mega versions (PC/Linux/Mac) and Android APK version of the game, so if you download the patch on top of this it will give you this error.
Rather than copy and paste I did a snip and sketch image. If you have a preference let me know. This occurred as soon as I exited the laptop for the first time. I just downloaded, btw, never had the tutorial either, it skipped it for some reason. This was the 64bit version, I will try the 32bit just for giggles. Nope, same bug.
So I have no idea how this could have happened.
When you start a new day, the day counter switches. The laptop sessions begin on day 3, and the day counter is supposed to be day 3.
The skipping of the tutorial is only for Android, is that the version you're using?
The only suggestion I can think of is to say, if you downloaded the game from Mega (PC/Mac/Linux) version, or if you're playing the Android APK version, you don't need to downloaded/apply the patch fix. Patching it will cause some issues for sure.
Hey Wildman, this is the PC version from Mega, no patch installed, won't run 32 or 64bit version, same error. After those failures I did try the patch, that just crashed it period. I deleted the whole thing, and re-extracted the game from the Mega download, same result, same skipped tutorial. My system is win 10 pro 64bit, threadripper2 with rtx2070 video and 32gb ram, zip file not apk.
https://file.io/VPEWyykDl90l - Replace the scripts.rpa file in your game folder and the bug should be fixed. In the mean time I'm reuploading the versions with the correction.
I believe this is similar to another issue someone else had - you're trying to load the laptop conversation with Skylar on Day 5 after you already spoke with her on the laptop, right?
That's a typo error, and I have a fix, but it's sorta challenging to do on Android without some knowledge/file manager app.
So I'd recommend just not clicking her again. You're not really missing out on anything by not re-having the conversation with her.
If you really want the fix file/explanation on how to install it, I'll provide the file/walk you through it, but again - there's no real benefit to doing so. It's easier/simpler to not click on Skylar again during the D5 laptop scene, as you don't miss out on anything.
this happens on day 5 when i try to message skylar on the laptop.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 204, in <module>
File "game/laptopd5.rpy", line 977, in execute
File "game/laptopd5.rpy", line 977, in execute
File "game/laptopd5.rpy", line 979, in execute
File "game/laptopd5.rpy", line 980, in execute
File "game/laptopd5.rpy", line 981, in execute
File "game/laptopd5.rpy", line 981, in keywords
File "game/laptopd5.rpy", line 983, in <module>
NameError: name 'skylar_convo' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 204, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 204, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/laptopd5.rpy", line 977, in execute
File "game/laptopd5.rpy", line 977, in execute
File "game/laptopd5.rpy", line 979, in execute
File "game/laptopd5.rpy", line 980, in execute
File "game/laptopd5.rpy", line 981, in execute
File "game/laptopd5.rpy", line 981, in keywords
File "game/laptopd5.rpy", line 983, in <module>
NameError: name 'skylar_convo' is not defined
Windows-10-10.0.22000
Ren'Py 7.4.10.2175
Stranded In Space 1.0
Fri Mar 4 16:31:21 2022
```
This is caused by a dumb typo after persistent data is set.
Here's the file if you really want the fix, however you're not missing anything by just choosing not to talk with Skylar again on Day 5.
https://www.file.io/mowB/download/D1CN5dBAENKS - replace the scripts.rpa file in your game folder.
I have an Exception Report from day 5 when selecting Haley on the PM sysetm.
Here's the text:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 204, in <module>
File "renpy/common/00action_other.rpy", line 99, in __call__
return self.expression()
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen Haylee_convo_d5 is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 204, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 204, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "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 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "renpy/display/screen.py", line 1131, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen Haylee_convo_d5 is not known.
Windows-10-10.0.22000
Ren'Py 7.4.10.2175
Stranded In Space 1.0
Sun Mar 20 17:54:33 2022
[/code]
This is from a Day 3 bug with Haylee that I'm fairly certain is fixed on the Mega download/version of the game, though I could be misremembering slightly.
Essentially on the laptop, for day 3, after you get done talking to Ariel, Haylee comes online about 15 seconds later.
If you don't talk with her, the bug mistakes her for being online when she isn't. The fix to this, if it's not already fixed on the Mega version of the game, is to not try to message Haylee on day 5, as she isn't online that day anyway.
When you log off, it should be fixed for the next day.
I've looked through the images in the base release and am having trouble finding the image you're referring to.
There's a rare one you can get with the laptop, I'll post it below.
Is this the one you're referring to?
I photo edit everything, but that one escapes my memory. I think I removed like 70% of the Koi fish in the shot... maybe the hand thing got caught up in my editing?
Interesting. I can't remember it well enough to debate it, but I'll take your word for it.
This makes you the first person who's pointed a visual issue like this out.
Since you are, here's a look at the most edited image in the base release.
The finished version:
The unedited, messed up version:
Notice the main character's right leg is completely missing, among other things.
When you render 2k images, it's tough to make everything go perfectly, but I'm not complaining. It honestly makes me laugh when I see the image.
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/Day 5/Bethany Intro/bethwork20.webp'>:
Exception: Could not load image u'images/Day 5/Bethany Intro/bethwork20.webp': error('Failed to allocate SDL_Surface',)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 652, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "day5.rpyc", line 1398, in script
File "day5.rpyc", line 1398, in script
File "renpy/ast.py", line 1443, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2752, in do_with
clear=clear)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3834, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2555, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 368, 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 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, 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 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 623, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 704, in load
raise e
Exception: Could not load image u'images/Day 5/Bethany Intro/bethwork20.webp': error('Failed to allocate SDL_Surface',)
Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.0
Mon Apr 18 22:55:18 2022
This one is strange, because I checked the files and that image is where it's supposed to be.
The Mega download is the most up to date version... is that the one you're using?
Only other thing I can think of is to reload the game and try again?
I have no idea... I could be missing something but like I said, I checked the script/image file... it's all there. It's weird.
It is indeed a strange one, maybe because of the OS, I thought of seeing an Chrome error, all open Chrome pages were closed after that, so I guess something memory and/or OS related... It all works now and I can't wait what you have in store for us on the next update...
Thanks for your nice response... Love your work....
This is from the morning of Day 10 in trying to chat with Haylee. Awesome game!
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 365, in <module>
File "renpy/common/00action_other.rpy", line 99, in __call__
return self.expression()
File "renpy/common/00action_control.rpy", line 126, 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 365, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 365, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "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 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "renpy/display/screen.py", line 1131, 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.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.3
Tue May 3 12:08:37 2022
[/code]
It's not a huge deal on my end. But wanted to let you know that when you're name (characters name) is part of a conversation you're having with one of the girls.. the character's name doesn't so up its just "blah blah blah that's what 's thoughts were" (not a real convo from the game). just the extra space after whatever word and the 's
Not sure if it was stated or anything, but thought I'd state it just in case.
So happy for Days 9-11 though!!! the wait..... it's been killing me
Depending on which version you have of the game, there's an option to rename your character in the main menu.
I think that fixes the problem you're having. If not, you can download the Android patch fix (even if you're not playing on Android) and apply it, and then the option to rename your MC should appear on the main menu.
Alternatively if you play through the first day again (holding CTRL to skip through seen dialogue on PC) you can get to the part where you name your character super quickly, and that should also fix the issue, I think.
Indeed portgasdluigi, it's nice to see you on Itch.io.
It's a dumb typo that can be skipped with ignore, but it's fixed in the Patch script file on this page (for any version).
I don't use a spellchecker or grammar check at all, and like 99% of my writing is fine, but the one thing I typo? A variable. Of course...
I'm all over the place haha. Yeah I just clicked ignore so I could continue playing. I'm at the Day 11 flashback so I'm pretty close to finishing the update. Been loving it so far. I could go on and on with thoughts and theories but I should probably save all that for now. I might message you on Patreon about some of them if that's cool with you.
This happens when talking with Paige about MC's possible "training".
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
KeyError: u'recalled_placed'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day11.rpyc", line 2855, in script
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1236, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1155, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1135, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'recalled_placed'
Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.3
Mon May 16 20:12:56 2022
[/code]
A Small issue that I have found, and it might just be my laptop, but on Day 11 when your on your laptop Camila asks you to post a message into the group chat and when I do the game froze and all I can go is scroll up and down on the group chat and can't click on any thing else on the laptop. (I don't know if this is something that can be fixed as it might just be my hardwear but wanted to bring it up as a just incase).
My laptop doesn't freeze I can still save the game and scroll up and down in the group chat just everything else on the in game laptop freezes so I have to select a save file and reload the game, i've tried restarting the game a couple of times and it doesn't change anything and yes it's the PC-Linux version.
I can tell what's happening but I'm trying to figure out what's causing it. Essentially I have a variable called inConvo that's being set for you, but I don't know why it would be.
So can you confirm you're:
1) Making a normal group chat comment beforehand. I.E. interacting with the group chat like a normal day.
2) Talking with Camila then X'ing out of her PM chat window right after you say "Will do, Camila." This part is important!
3) Clicking the group chat comment entry bar thingy at the bottom left of the screen to enter the comment Camila wants.
The last 3 messages from group chat (after you enter the message Camila wants should be:
mc: It's a confession, Ishani. I'm atoning for my actions of being a pervert. I love ALL OF YOU, ESPECIALLY WHEN YOU'RE NAKED! MWAHAHAHAHA!
Sasha: ...Let us all pray for him. Ishani, on your knees where you belong!
Ishani: ...And that's enough group chat for all of us, I think."
I am doing all three of those things and as the message Camiila wants me to send shows in the group chat that's when it all freezes and I can't click on anything. Nobody responds in the group chat and Camila doesn't PM and I have to reload the last save to continue past that point and not do what Camila asks.
Everyone stopped using my name so it's just a blank space now. I'm at Gigi's first performance and it started with her on stage I think? I did close the game out at the same place and lost progress due to a power outage and so I spammed from the daily computer back to that part so idk if it has something to do with that or it's just the name thing not working after that part.
This error happened on Day 8 during the morning laptop sequence when I tried DM'ing Umiko. Attempting to ignore boots me into the main menu.
While running game code:
File "game/laptoplabels.rpy", line 364, in <module>
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1214, in execute
File "game/laptopd8.rpy", line 1219, in execute
File "game/laptopd8.rpy", line 1285, in execute
File "game/laptopd8.rpy", line 1286, in execute
File "game/laptopd8.rpy", line 1286, in <module>
NameError: name 'umiko_photo_hunt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 364, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 364, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1214, in execute
File "game/laptopd8.rpy", line 1219, in execute
File "game/laptopd8.rpy", line 1285, in execute
File "game/laptopd8.rpy", line 1286, in execute
File "game/laptopd8.rpy", line 1286, in <module>
NameError: name 'umiko_photo_hunt' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.3
I am having quite a few problems on day 5, the game will just crash after I've skipped through because I've already seen what happens a couple times and I can't load my save that takes place in the memory which I got after a while of trial and error so I have to start from the beginning of day 5 and then it crashes.
That sounds like a corrupted/incomplete download, maybe? You could try re-downloading it.
You're the first person that's had this trouble, and I'm looking through Day 5's script files... I can't find anything that would cause that. If you were getting a specific error message I could more precisely look, but that isn't possible here.
Running the Elysium Edition on an old save file from the Free Edition (Day 1-8)
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'Day 9/Vespera Meeting/vesperatrain23.webp'>:
IOError: Couldn't find file 'Day 9/Vespera Meeting/vesperatrain23.webp'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "elysium edition/vespera_update_one.rpyc", line 418, in script
File "renpy/ast.py", line 1443, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2752, in do_with
clear=clear)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3834, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2555, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transition.py", line 296, in render
rdr = render(visible, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 824, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, 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 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, 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 263, in renpy.display.render.render
File "renpy/display/im.py", line 623, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 704, in load
raise e
IOError: Couldn't find file 'Day 9/Vespera Meeting/vesperatrain23.webp'.
Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.3
Tue Jun 21 01:41:42 2022
I am having the same issue on my Mac. I tried it on the 1-11 free version and the 9-11 Elysium version and it only brings 1-11 when the game is booted. as far as "scripts.rpa" files to delete (not sure which one) there are three 3 Elysium_scripts.rpa endurance_scritps.rpa and game_scripts.rpa. It seems to be replacing necessary files otherwise but brings up the same version.
It appears the colour puzzle might have an issue. Logically speaking it doesn't seem to work. Walk through it: C= column R = row
1) All 6 colors are present - since there are only 5 columns that has to include both rows
2) 2 colors appear only once - partial issue with this one because of line 4 and line 12 - pink has to be an appear only once since it is in a corner on the bottom row. R2C1 or R2C5
3) An orange square is above a green square - because of 7 and 12 that leaves R1C3 as the only option
4) pink only appears on the bottom row - 12 causes it to be R2C1 or R2C5 and that means red is in the empty spot R2C1 or R2C5
5) green diagonally connects to itself once - 7 and 12 cause the green under orange to be R2C3 so it has to connect to either R1C2 or R1C4
6) yellow doesn't appear in the 2nd column - which leaves R2C4 and possibly R1C4, R1C1, R1C5
7) blue and orange appear only in odd columns - meaning no C2 or C4 which leaves R1C1 R1C3 R1C5 as options but 12 eliminates orange from C1 and C5 leaving it for blue.
8) green and yellow appear in both rows - so green and yellow both have to be on R1 and R2 - BUT #2 - pink is a single leaving blue, orange or red. #11 red is on both R1 and R2 - Here is a very real problem this leaves blue and orange one has to be eliminated BUT because of #12 and #3 there isn't a place they can go of R2.
9) there is only one color connected to itself in a row - meaning 1 color next to itself on a row, 11 eliminates it from being on R1 so it has to be on R2
10) two connected columns are mirrored - zero idea what this means.
11) there are 5 colors in R1 - this means all colors except pink so red is in both R1 and R2 and is not part of 2
12) red and pink are in the corners of the same row - meaning R2C1 and R2C5 are automatically occupied with either red or pink
Effectively there is a logic fault with #2, 3, 4, 7, and 12.
Not solvable at this point in time.
I'd recommend just playing around with it in-game for a few minutes, as writing text invites confusion.
It's been solved a bunch of times already, and as I'm looking at the solution right now, no rules are broken.
I may be misunderstanding your post, but in an attempt to preserve spoilers I'll say your 2nd logic point seems inaccurate.
Yeah doesn't make sense. Basically from the wording you have red, green, pink in the bottom row odd columns because: red and pink are in the corners of the same row, pink only appears on the bottom row, orange and blue have to be in the odd columns and you can't have orange on top of green except in an odd column. Basically the bottom row has to be r/p ? g ? r/p which then eliminates both blue and orange from being on the bottom row and pink can't be on the top row. Which gives you 3 colors that are single.
Right, I gave an example that was wrong in order to avoid spoilers, but the rules are still true.
R1C1 and R2C2 would be the same, just as R1C2 and R2C1 would be the same. <--- this is assuming the connected columns are 1 and 2, which I'm not saying is true because again, I'm not posting spoilers.
There's only one solution, so I'm surprised you're saying which corner pink and red belong in is moot. It's definitely not moot!
Hello sadly a bug report pops up when using the laptop and trying to open the chat with Umiko. hope this will help.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 366, in <module>
File "game/laptopd8.rpy", line 1202, in execute
File "game/laptopd8.rpy", line 1202, in execute
File "game/laptopd8.rpy", line 1211, in execute
File "game/laptopd8.rpy", line 1216, in execute
File "game/laptopd8.rpy", line 1282, in execute
File "game/laptopd8.rpy", line 1283, in execute
File "game/laptopd8.rpy", line 1283, in <module>
NameError: name 'umiko_photo_hunt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 366, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "game/laptoplabels.rpy", line 366, in <module>
File "renpy/exports.py", line 1561, in pause
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3315, in interact
File "renpy/display\core.py", line 3735, in interact_core
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\screen.py", line 436, in visit_all
File "renpy/display\core.py", line 3735, in <lambda>
File "renpy/display\screen.py", line 447, in per_interact
File "renpy/display\screen.py", line 637, in update
File "game/laptopd8.rpy", line 1202, in execute
File "game/laptopd8.rpy", line 1202, in execute
File "game/laptopd8.rpy", line 1211, in execute
File "game/laptopd8.rpy", line 1216, in execute
File "game/laptopd8.rpy", line 1282, in execute
File "game/laptopd8.rpy", line 1283, in execute
File "game/laptopd8.rpy", line 1283, in <module>
NameError: name 'umiko_photo_hunt' is not defined
```
So this is a bug related to the free, not fully updated version.
https://file.io/neeog5JxByzI if you want, you can unpack then drop these files in your base game folder and it'll fix the issue.
There's also a bug on Day 11's laptop chat with Camila, if you chose her as your neighbor.
You made a comment and then deleted it when you saw the fix above, yeah? That same method works for Android, I'll post how to do it below.
You either need a file manager app or a PC for patching Android games, preferably a PC.
You need to navigate to my game's folder, it SHOULD be something like Android/data/com.wildmangames.strandedinspace.
From here, there MIGHT not be a "files" (without quotes) folder. If there isn't, create one. From within the "files" folder, create another folder (if it doesn't already exist) called "game" (without quotes). From within the "game" folder, you place the (unzipped) patch file: https://file.io/s60dGNiVS13v
And that should work.
so the game has been running flawlessly up until now. great game so far except, and this only my opinion, the dialogue in the first two days was kinda weird, i don't know like forced and in some cases didn't make much sense with what was going on at the time, was that uh intentional due to the cryo sleep or whatever? but after that i've enjoyed it immensely, laughed so hard a couple points throughout that my family probavly thinks i'm going crazy lol but i digress. so anyways i believe i'm right at he beginning of day 8 in the morning on the laptop, right after tiffany asks you for a dick pic, i go to chat with umiko and this happens...
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 364, in <module>
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1214, in execute
File "game/laptopd8.rpy", line 1219, in execute
File "game/laptopd8.rpy", line 1285, in execute
File "game/laptopd8.rpy", line 1286, in execute
File "game/laptopd8.rpy", line 1286, in <module>
NameError: name 'umiko_photo_hunt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 364, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 364, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1214, in execute
File "game/laptopd8.rpy", line 1219, in execute
File "game/laptopd8.rpy", line 1285, in execute
File "game/laptopd8.rpy", line 1286, in execute
File "game/laptopd8.rpy", line 1286, in <module>
NameError: name 'umiko_photo_hunt' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.3
Thu Jul 7 16:00:30 2022
```
i'm trying out the free version, from mega, on pc, no patch... didn't know there was a patch. but anyways it not too big a deal, as you've said it doesn't effect the game all that much, but i am a fan of the story and character developer an all the extras. i'm just worried this may occur again as per the warning message saying exactly that.
https://www.file.io/SLSw/download/s60dGNiVS13v will fix it. And Day 8 on the laptop is the only time it occurs.
There's also a bug with Camila as your neighbor on the laptop on Day 11 - her picture won't save if you manage to get it, but it won't crash the game or anything.
I hope so I, I'd hate to miss out on anything else! Btw the scene in in Camila's bedroom, the back and forth between Tiffany and the MC, pure comedy gold! I seriously laughed so hard I had a coughing fit and cried a little. Oh btw, I'm not sure how far you've thought ahead for this, but I love Ariel and Lira. Please 🙏 for the love of God don't let either of them be the culprit. I don't want to influence you in any way, but my god that might break my already fragile heart. Oh and thanks for the quick reply, solution to said problem and heads up about the Camila pic.
So this happened when I was chatting with Skylar.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 204, in <module>
File "game/laptopd5.rpy", line 975, in execute
File "game/laptopd5.rpy", line 975, in execute
File "game/laptopd5.rpy", line 977, in execute
File "game/laptopd5.rpy", line 978, in execute
File "game/laptopd5.rpy", line 979, in execute
File "game/laptopd5.rpy", line 979, in keywords
File "game/laptopd5.rpy", line 981, in <module>
NameError: name 'skylar_convo' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 204, in script
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "game/laptoplabels.rpy", line 204, in <module>
File "renpy/exports.py", line 1561, in pause
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3315, in interact
File "renpy/display\core.py", line 3735, in interact_core
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\screen.py", line 436, in visit_all
File "renpy/display\core.py", line 3735, in <lambda>
File "renpy/display\screen.py", line 447, in per_interact
File "renpy/display\screen.py", line 637, in update
File "game/laptopd5.rpy", line 975, in execute
File "game/laptopd5.rpy", line 975, in execute
File "game/laptopd5.rpy", line 977, in execute
File "game/laptopd5.rpy", line 978, in execute
File "game/laptopd5.rpy", line 979, in execute
File "game/laptopd5.rpy", line 979, in keywords
File "game/laptopd5.rpy", line 981, in <module>
NameError: name 'skylar_convo' is not defined
[/code]
Hey Wlidman, Love the game!
But of an issue I'm finding on Android is im in a error loop
When you get Umikos first photo game on the laptop
[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__
File "game/script.rpy", line 1650, in photo_hide
TypeError: 'odict_keys' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 741, in script
File "renpy/ast.py", line 1111, in execute
File "renpy/python.py", line 1049, in py_exec_bytecode
File "game/laptoplabels.rpy", line 741, in <module>
File "renpy/exports.py", line 1533, in pause
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3376, in interact
File "renpy/display\core.py", line 4251, in interact_core
File "renpy/display\layout.py", line 1175, in event
File "renpy/display\layout.py", line 1175, in event
File "renpy/display\layout.py", line 1175, in event
File "renpy/display\screen.py", line 743, in event
File "renpy/display\layout.py", line 1175, in event
File "renpy/display\viewport.py", line 298, in event
File "renpy/display\layout.py", line 279, in event
File "renpy/display\layout.py", line 1175, in event
File "renpy/sl2\sldisplayables.py", line 110, in event
File "renpy/display\behavior.py", line 2395, in event
File "renpy/display\behavior.py", line 329, in run
File "renpy/common/00action_other.rpy", line 543, in __call__
File "game/script.rpy", line 1650, 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
[/code]
The following error has happened at Day 7 on a PC running Windows 10, this is the Elysium Version updated from the free, note this did not happen when running the free only version which I went through to to end, the game will not allow me to close the laptop on Day 7 at any point, it gives the error and returns the main menu of the game NO combination of rollback or skipping a conversation fixes this issue, The file called scripts.rpa does not exist in any folder, I simply extracted the Elysium files using Winrar and copied the files overwriting existing ones as instructed. Good game so far, can't wait to find out who the inside evil person is.
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\Admin\Downloads\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 "C:\Users\Admin\Downloads\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 741, in <module>
File "C:\Users\Admin\Downloads\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 "C:\Users\Admin\Downloads\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 "C:\Users\Admin\Downloads\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 "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\core.py", line 4251, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 1054, in event
return handle_click(self.clicked)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 989, in handle_click
rv = run(action)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\StrandedInSpace-1.5-pc\renpy\display\behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\Admin\Downloads\Stranded in Space Free Edition PC-Linux\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.19044 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Wed Sep 7 02:35:35 2022
https://file.io/OUuqbHI7NTeu should fix it - just replace in game folder and overwrite. Sorry this happened - it's a nightmare updating Ren'py, which is why this error happened. The paid version of Stranded in Space was made on Python 2.8 - the free version 3.0.
Hi, I have been running into bugs since I started playing a 2nd run through the game. Some kick me out of the game and others will continue is I ignore them. This one I was able to ignore with out problems.
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 "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/ast.py", line 1111, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/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
Linux-5.4.0-125-generic-x86_64-with-glibc2.31 x86_64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Sun Sep 11 23:32:09 2022
Here is one where it kicked me out. I have a chose to play Umiko's game or not. if I choose to play it kick me out. ;
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 "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/ast.py", line 1111, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 741, in <module>
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/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 "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/core.py", line 4251, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/viewport.py", line 298, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/sl2/sldisplayables.py", line 110, in event
return self.child.event(ev, x, y, st)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/renpy/display/behavior.py", line 2395, in event
return run(self.function, *self.args, **self.kwargs)
File "/home/naresh/Desktop/V-Novels/Stranded In Space/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
Linux-5.4.0-125-generic-x86_64-with-glibc2.31 x86_64
Ren'Py 8.0.0.22062402
Stranded In Space 1.5
Sun Sep 11 23:44:49 2022
https://www.file.io/tjDG/download/ihEGZGClgLu3
Should fix your issues - replace/overwrite the game_scripts.rpa file in your "game" folder.
Downloaded the android Endurance apk from Mega but game crashes randomly. Sometimes it goes through 3-4 dozen screens, other times it crashes after 6 or 7. When I reload from the last save point it will often play through the point where it previously crashed. Not sure if it's the game or my tablet. Tablet software is updated. Any suggestions?
No error message. The game just closes. When I hit the button to see open apps, the window for the game is there, but when I tap on it the game reloads and takes me into the start menu. I think the issue is more likely with my tablet software because it happens with most of the visual novels I've played. Some not at all, some worse than others but thought I'd ask in case you were aware of the issue and what might be causing it.
By the way, great game. I'm downloading the windows version. Android is just more convenient to play on my tablet anywhere.
Thanks.
Hey Wildman! I see it posted here a few times but the file downloads have expired. I'm having the game crash issue on Day 8 when I goto talk to Umiko. I've skipped talking to her for now, but I've got a save kept aside for when I get the patch. PC edition, 1.3. Cheers.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 364, in <module>
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1214, in execute
File "game/laptopd8.rpy", line 1219, in execute
File "game/laptopd8.rpy", line 1285, in execute
File "game/laptopd8.rpy", line 1286, in execute
File "game/laptopd8.rpy", line 1286, in <module>
NameError: name 'umiko_photo_hunt' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 364, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 364, in <module>
File "renpy/exports.py", line 1561, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1205, in execute
File "game/laptopd8.rpy", line 1214, in execute
File "game/laptopd8.rpy", line 1219, in execute
File "game/laptopd8.rpy", line 1285, in execute
File "game/laptopd8.rpy", line 1286, in execute
File "game/laptopd8.rpy", line 1286, in <module>
NameError: name 'umiko_photo_hunt' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.10.2175
Stranded In Space 1.3
Wed Sep 28 15:03:46 2022
```
https://easyupload.io/uqk030
This one should fix it, I think? lol there might be some weird compatibility issues with the 1.3 version—if so, let me know.
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]
Sorry to be a bother but I payed for the Elysium edition for Android as soon as I saw that you posted it, but when I went to install the app it gave me the prompt "you can't install app on this device" I double checked my app settings and they are set to allow installations from all sources, I also have plenty of space on the device. Just wondering if that could be an issue with the files or is it something that is caused by my device. If the latter is the case, then that is extremely unfortunate lol
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?
Sorry to be a bother because I know itch dropped support and you probably don't want to spend much time fixing bugs on here anymore, but I downloaded the new free update days 1-17 (I previously bought the 1-16 Elysium edition) and decided to play through entire game again. I got all the way to day 15 and right as the laptop scene was supposed to start this error popped up.
If you are able to guide me to a fix that would be awesome, but if not I totally understand. I hate that itch is doing this to so many wonderful creators such as yourself. No matter the outcome, I wish you nothing but success. Thank you again.
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