Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Stranded in Space

You wake up on a spaceship filled only with women travelling to another planet, unaware of how you got there. · By Wildman Dev

Bugs? Post them in here and I'll fix them!

A topic by Wildman Dev created Jan 22, 2022 Views: 5,790 Replies: 200
Viewing posts 1 to 59
Developer

As the title says. 

(+1)

This happens when you first open up the game with the patch

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/screens.rpy", line 373, in execute

  File "game/screens.rpy", line 373, in execute

  File "game/screens.rpy", line 403, in execute

Exception: Imagebutton does not have a idle image. (auto=u'PatreonLogo_%s.png').

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script

    python hide:

  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 "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

    python hide:

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

    ui.interact()

  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/screens.rpy", line 373, in execute

  File "game/screens.rpy", line 373, in execute

  File "game/screens.rpy", line 403, in execute

  File "renpy/ui.py", line 951, in _imagebutton

    idle = choice(idle, idle_image, "idle", required=True)

  File "renpy/ui.py", line 945, in choice

    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))

Exception: Imagebutton does not have a idle image. (auto=u'PatreonLogo_%s.png').

Windows-10-10.0.22000

Ren'Py 7.4.10.2175

Stranded In Space 1.0

Sat Jan 22 08:10:12 2022

[/code]

This happens when you right-click so you can save the game.

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/screens.rpy", line 624, in execute

  File "game/screens.rpy", line 624, in execute

  File "game/screens.rpy", line 630, in execute

Exception: Imagebutton does not have a idle image. (auto=u'PatreonLogo_%s.png').

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script

    $ ui.interact()

  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 "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>

    $ ui.interact()

  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/screens.rpy", line 624, in execute

  File "game/screens.rpy", line 624, in execute

  File "game/screens.rpy", line 630, in execute

  File "renpy/ui.py", line 951, in _imagebutton

    idle = choice(idle, idle_image, "idle", required=True)

  File "renpy/ui.py", line 945, in choice

    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))

Exception: Imagebutton does not have a idle image. (auto=u'PatreonLogo_%s.png').

Windows-10-10.0.22000

Ren'Py 7.4.10.2175

Stranded In Space 1.0

Sat Jan 22 08:11:22 2022

[/code]

Developer

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.

Developer

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.

I found out the game works. It will give this error if you are on Windows 11 and not 10.

(1 edit)

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.

Developer

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.

Developer

I figured it out. Going to have the new version uploaded in a sec. Plus the patch fix small file for you. 

What a crazy bug, I appreciate you finding it.

Developer

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.

Call me impressed, nicely done. Think I might have to add you to my monthly patreon. Thank You.

oops, itch.io says the file has been deleted, should i redownload the whole game then?

oops, itch.io says the file has been deleted, should i redownload the whole game then?

Developer

It's updated now. Thanks again for finding the bug!

Up and Running  Wildman, I appreciate the quick resolution, and I am a patreon now, as well. Enjoying it thus far!

Developer

I really appreciate the support, Kaoru. Thanks so much!

hello and you know how in android games you get that grey screen fixed with nothing but codding and it says image or file or something not found (just an example but still) well every time I click skylark image to talk on the laptop game crashes harder then a sugar fiend toddler

Developer

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.

OK thanks man though in the game I want to get to know everyone's story over time if you can at somepoint fix it maybe near end game or whatever it would be appreciated but other then causing my phone to crash it is a very good game love the life you breathe into the characters

Developer

It'll only crash for the Day 5 Skylar conversation after you've completed it once.

I don't think there's any other bugs in the game, so you should be in the clear.

I appreciate the kind words about the characters. The next update is in about a month!

OORAH

playing on Android. Saved the game at the start of day two, after exiting and later loading the game, the main characters name has become blank.

Developer (1 edit)

Hmm, I'm not sure how this could happen. Did loading a different save fix it? 

I have the name of the MC set to a persistent variable, so you could start a new game, get to the part where you name the MC, save, then load your Day 2 save and the name should transfer over.

loading any of the auto saves resulted in no name, however restarting, and getting to the point where you name the character then reloading the original save did work. Thank you.

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

```

Developer

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]

Developer

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.

Got it... thanks.

There's an image of Umiko sitting on the side of the pool and the reflection in the pool seems all wrong. You shouldn't be able to see her hands there.

Developer

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?

Yep. The hands shouldn't be in the reflection and I'm guessing a few other things are not quite right, but I haven't got an artist's eye to pinpoint the details.

Developer

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.

If you're going to be doing more water features in Japan or Egypt you might want to look up some tips on reflections. I'm guessing they are generally going to be hard.

Developer

To be truthful with you, I'm completely fine with it being imperfect. 

I don't think many people notice details like that, and if they do, that's fine by me.

Anyway, I appreciate you playing the game, hope to see you for the next release coming really soon.

 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

Developer

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.

2nd time I reached that point, the game continued normally.... Don't know why it happened.

Developer

Ahh, glad it worked out. What a strange bug.

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]

Developer

I'm going to re-examine the bug that makes this happen, because I'm pretty sure it comes from Day 3, lol.

There is no Haylee laptop convo on Day 10, so if you don't click her, the bug will resolve itself when you close out of the laptop for the day.

(1 edit)

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

Developer

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.

I have whatever version that was put up a day or 2 ago.   I will definitely give it a try.  Thanks!

Not sure if this was brought to your attention yet. Figured a screenshot would be helpful.

Developer(+1)

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.

Developer(+1)

Of course. Glad you're enjoying it! 

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]

Developer

This is a variable misnamed because I'm dumb.

You can safely hit Ignore on the Ren'py error screen and it'll skip to the next line. You don't miss anything, just picture it saying Egypt or Japan, pending your choice.

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).

Developer

I'd like to help figure this out.

This is the PC-Linux version. When Camila tells you to post the group chat comment, you should X out of her PM window, then click the bottom left chat-entry bar to post the message.

Assuming you're doing this - nothing happens? Your laptop just freezes?

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.

Developer

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.

Developer

I have one idea so far: Is your skip group chat delay option selected in the preferences? If so, maybe try turning that off and loading a save and going through the motions?

If that's the case I'll fix that when the next update is released. If not, I'll keep looking into it.

That seems to of fixed the issue thank you for your help with this.

Developer

Glad we could get it figured out, I'll make sure to have that fixed when the next update releases, which is soon!

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.

I thought I'd test out a theory and I started a new game up to where it asked me for my name and I entered a different name, quicksaved, and reloaded my original save and it gave that file my new name fixing the bug but in a weird way.

Developer

Yeah, the MC's name is set to a persistent data variable, so if you rename yourself on Day 1 it'll affect all saves.

There also should be a rename MC on the main menu. If that's there, it'll do the same thing that going through Day 1 does.

Well hopefully you can fix whatever is causing the name being forgotten like this in the first place so I only need to do that if I actually want to replace the name.

Not sure if this is also intended for spelling/grammar issues, but in the line in Gigi's song "No matter where I rome" should be "roam". Really enjoying the game so far!

Developer

Lol, what a silly typo.

It's fixed, thanks for finding it. When the game is updated (soon) for Days 12-13, the change will be present.

Haha, I think you're allowed a mistake every few thousand lines of dialog. But only one. Only perfection from here on out.

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

Developer

That's a bug I'm fixing come the next update. Not talking to Umiko on Day 8's laptop is what I'd suggest. Sorry.

All good, can't wait for the next update! Love this project so far

I too am having this problem. Good to know that its not just me. Btw, love this game!

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.

Developer

Hmm, can you post the error you're getting? I'll look into it and see what's going on.

it doesn't show an error screen it just goes black and the game closes 

Developer

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.

I'll try redownloading. Thanks for your help 

On day 11 when you are having a conversation with Camila and when she asks you to type something in the group chat for something from her, when you do it the laptop freezes. Can't check photo album can't initiate another convo with a different girl can't log off.  Just an FYI

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

Developer

I would recommend downloading the free Days 1-11 version. That bug is because I changed the file structure - the vespera image isn't in Day 9 folder anymore.

Deleted 1 year ago
Developer

Is there a scripts.rpa file in your game folder? Make sure you delete it, if so. Other than that, are you overwriting all the files that want to be overwritten?

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. 

Developer

So it is just scripts.rpa, nothing more. If you see one that says "scripts.rpa", delete it. Other than that, replace/overwrite all other files when drag/dropping the update files into the "game" folder.

If there isn't a "scripts.rpa" file, you don't need to delete anything.

Developer

Just to reiterate, it's specifically named "scripts.rpa". That is the files full name - everything else doesn't need deleted.

Deleted 1 year ago
Developer

Did you overwrite everything when you transferred all the files from the update to the game folder?

So I put the 12-13 in the game folder for 1-11, where does the overwrite  happen

Developer

I'm assuming you haven't opened the file via 7Zip or Winrar? Open it, inside are a bunch of files, transfer those to the game folder.

thanks, that seems to have worked

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.

Developer

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.

Developer

The r/p/g/r/p is where I'm confused.

You say, "12 causes it to be R2C1 or R2C5 and that means red is in the empty spot R2C1 or R2C5"

So pick one of those corners for each color, then deal with ||| R2C2 or R2C4 <-- they don't need to be red or pink, necessarily.

Developer

Maybe the connected/mirrored column clue is causing confusion? Basically means two columns that are side by side (like 1 and 2 for example) are mirrored, so- if R1C1 was Orange, then R2C2 would be Orange, and if R1C2 was green, then R2C1 would be green.

o x
x o

Like that.

if R1C1 was Orange, then R2C2 would be Orange, and if R1C2 was green, then R2C1 would be green. You can't do that because orange and blue have to be in odd columns.

in R2C1 and R2C5 one is pink and the other is red. which is which corner is moot.

Developer

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!

(1 edit)

Figured it out.  But the pink and red statement is a bit misleading and turned out to be the root of confusion. 

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

```

Developer (1 edit)

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.

thx Dude for the help and warning. Is there more content in the payed version then the free one ? 

Developer

Yeah, there's Days 12 and 13, which are about the length of Days 9-11, maybe a bit longer.

Also depending on the tier there's bonus laptop conversations or additional flashback scenes.

thy for the information !

Hi! Is there a fix on the Umiko chat bug on Android? Thank youu.

Developer

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.

Developer

Other than that, the updated/paid version has the fix, or you could just not click Umiko on Day 7's laptop convo.

Sorry for uploading and deleting a post. I wasn't really sure if the fix above was also for android so I just deleted it. Anyways, thank you so much for the fix!!! I enjoy your game. 

(1 edit)

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.

Developer

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]

Developer

That's a bug specific to the mobile version that for some reason didn't get fixed, sorry. It's fixed for the next update. I'd recommend just not clicking Skylar on Day 5's laptop chat. It's mostly about the upcoming medical checkup planned for later in the day.

alright 

Android platform, getting an error after speaking to Ishani on the laptop about getting a neighbour. 

Developer

I'll look into this, not sure why it's happening.

Developer

I figured it out. The next update, which isn't too far off, will have this fix. For now, I'd recommend just not talking with Ishani on Day 7 on the laptop.

Appreciate the timely response.

As an update for your information, another error if I log off the laptop without talking to her lol.

Aaand another one when initiating the photo game with Umiko.   Lol I'm so sorry.

Developer

This is what I get for updating Ren'py from Python 2 to 3.

Ironically the paid versions of this game were compiled before I updated, so they don't have this error.  I'm uploading the new free versions with the fix.

Developer

The new versions with the fix have been uploaded. If there are any other issues let me know.

No more issues so far, I'll let you know if I come across any more.

Respect the dedication and professionalism,  especially for a free version of your game.   For that (and the rather awesome game) you've earned a paying customer here just as soon as your next update drops.

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]

Developer

I'm fairly certain the current, free Android version fixed that bug, when did you download the APK? 

About 7 days ago. I will try a full wipe and re download. 

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

Developer

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.

Developer

Also check your email.

Hi, having the same issue, but can't get access to the fix.
"The transfer you requested has been deleted."

Developer

https://easyupload.io/uqk030

I had the same exact bug, and this fix worked, might want include this fix for next release/patch.  Enjoying this quite a bit.  I did unpack the rpa to chase it down and see I came to the same conclusion as you did for the fix.  Keep it up!

(1 edit)

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

Developer

https://www.file.io/tjDG/download/ihEGZGClgLu3

Should fix your issues - replace/overwrite the game_scripts.rpa file in your "game" folder.

Thank you! I will try it out. :

Awesome! It worked! 

Thank you Again!

(1 edit)

Hi, having the same issue, but can't get access to the fix.
"The transfer you requested has been deleted."

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? 

Developer

Hmm... I'm not quite sure what it could be - what's the bug actually saying when it crashes? The error message, I mean.

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.

Deleted 262 days ago

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

```

Developer (1 edit)

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.

Is there any way to have the fix for the Day 7 laptop/Umiko PMs reuploaded? It looks like none of the links are working and I get booted to the menu even when trying to skip the laptop portion, making progressing past that morning impossible.

Developer

https://file.io/dUHZXPm1D1Xl should work.

It did, thanks for getting back so quickl

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]

Developer

Drop this into your game folder and overwrite. 


https://file.io/4Qf1FLYAqfAh

Thx. Appreciate it.

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

I tried twice to download both Elysium and Endurance editions, neither worked, but when I tried to re download the days 1-13 Android edition, it installed perfectly fine. So I'm just hoping it's a bug lol. Again, I appreciate you and everything you do for this game. ☺️

Developer

I'm looking into it now, but I'm also going to be away from my computer for a few hours, so the fix might come later tonight (12 hours give or take)

Try installing it with a different APK installer, try restarting your phone, try uninstalling the old Stranded in Space APKs.

Developer

So it's working now. Are you able to download the APK again? I'm not sure how itch.io purchases work.

Yes, I was able to re-download it and it is working now. Thank you very much. You are greatly appreciated good sir. 

With this new update, I'm now able to continue beyond the laptop following the strip poker game. Thanks! 

(1 edit)

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

Developer

There is a fix in the downloads.

There's an android bug that prevents animations from playing on the endurance version.

Developer

Which animations?

[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]

Developer

I'm seeing two conflicting versions in that error - 1.5 and 1.75.

You can safely use the 1.75's version's files, no need to hold onto the 1.5 version's folder/files.

(1 edit)

So where do I go to remove it so I can keep playing. Amazing game by the way and thank you for the very fast reply!

Developer

Which link did you use here on Itch? If you downloaded the Days 1-16 Endurance Version for PC, you would extract all of those files and find the StrandedInSpace.exe inside and then just double click it.

Alright sweet I'll let you know if it works or if I run into anymore issues, Thank you.

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]

Developer

Just don't talk with her on that day, it'll resolve itself during the next laptop day. I don't know why this bug keeps popping up, lol.

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').

Developer

It seems like a version mismatch. Are you playing the free version? Because the patch file will break the free version, it's meant for Days 1-16.

I was playing the free version yes, but did not apply the patch file and kept getting stuck on day 9 with the same error. I then tried applying the patch to see if it would work but it didn't. I'll see if I can start again, with and without the patch file. Thanks for replying so fast!

Maybe I'm missing something but is this a non-audio type of game? I downloaded both the android and pc versions with the patch and I hear nothing

Developer

Sorry, I'm working on adding audio to the game right now, in preparation for the Steam release. Most people pull up a Spotify playlist or something while they play.

Thank you, I did I see another post saying the same thing so I've done the same and it totally fills the void. Amazing game, love it!!!

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]

Developer

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?

Developer

Is this with Days 1-16? The Patch file only works with that.

No i have the version 1-13, but where do i download the other version?

Developer

It's on the same page but it costs $5. Days 1-13 is the free version, 1-16 is the paid version.

Oh ok, thanks

Just curious but I cant seem to find the game files to add the "game_scripts.rpa" fix, I am a Mac laptop user, any help would be appreciated

Developer

You would place the game_scripts.rpa inside the 'game' folder - which on Mac should be:

StrandedInSpace.app/Contents/Resources/autorun/game

(1 edit)

Something I have seen on the Android version, when you are doing thr group chat, the choices seem to be sitting on top of each other, and all you can click is the overlapping text. 

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.

Developer

The start of Day 15 you got this error? You're sure about the Day? And it was when you were trying to start the laptop session?

Yeah it was after Paige and the MC are in the bed and Paige says to get "nudes, nudes, nudes" then some small dialogue and the MC says "okey dokey" then the error pops up. I tried a few different troubleshooting fixes but nothing worked and I am no tech wizard by any means lol

Developer

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.

Hahaha no worries at all!!! I appreciate you even willing to help. 


I've been out of town for a couple days but I am actually already a member of the discord so I will message you on there shortly. Thanks again.

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.

Developer (2 edits)

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.

https://imgur.com/a/BNY85gl

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'm having an issue with my game on android.  I currently can't get passed the flashback with Bethany. It keeps crashing. Then I try to load the save, and it crashes again. Won't load the save. I have no problem loading earlier saves though.

Developer

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.

now that you mention it, other games I play that use Ren'py do the same thing. Not all, but most of them

just sucks bc I've become invested in the story. How long would it take to rebuild the android version?? Just curious.

Developer

It wouldn't take long, but it would also very likely introduce new bugs for more people.

I will probably update Ren'py sometime after Day 18 releases.

(1 edit)

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! 

How do I use the patch for days 1-17? specifically for Mac?

Developer

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

```

Developer

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.

Inertia warp crash. · Issue #4870 · renpy/renpy · GitHub

Developer

Having said that, I will likely update the mobile version of Ren'py at some point... maybe when Day 18 comes out, I'm not sure.

thanks for the response! Any way to bypass? If I play on PC is there a way to jump to day 15?

Developer

Hmm, if you could somehow go into your save folder (on your phone) and load it onto your PC that would work. The SiS Discord might have someone with a save file.

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

Developer

This is such a strange recurring bug.  There is no laptop convo with Haylee on Day 15. Ignoring her name (not clicking on her) will fix the issue for tomorrow's laptop section.

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.