May 25, 2017
190
42
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/bedroom2_tiara_rebecca_11.png'>:
  File "game/lanas_vibrations.rpy", line 331, in script call
  File "game/meet_rebecca.rpy", line 535, in script call
  File "game/pod_locations.rpy", line 608, in script
Exception: Could not load image u'images/bedroom2_tiara_rebecca_11.png': error('Error reading the PNG file.',)

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

Full traceback:
  File "game/lanas_vibrations.rpy", line 331, in script call
  File "game/meet_rebecca.rpy", line 535, in script call
  File "game/pod_locations.rpy", line 608, in script
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\ast.py", line 613, in execute
    renpy.exports.say(who, what, interact=self.interact)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\exports.py", line 1147, in say
    who(what, interact=interact)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\character.py", line 877, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\character.py", line 716, in do_display
    **display_args)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\character.py", line 508, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\core.py", line 2883, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\core.py", line 1955, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\image.py", line 387, in render
    return wrap_render(self.target, width, height, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\image.py", line 208, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\im.py", line 473, in render
    im = cache.get(self)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\im.py", line 200, in get
    surf = image.load()
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\im.py", line 524, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\pgrender.py", line 160, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/bedroom2_tiara_rebecca_11.png': error('Error reading the PNG file.',)

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Spaced Out 1.0.0
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/bedroom2_tiara_rebecca_11.png'>:
  File "game/lanas_vibrations.rpy", line 331, in script call
  File "game/meet_rebecca.rpy", line 535, in script call
  File "game/pod_locations.rpy", line 608, in script
Exception: Could not load image u'images/bedroom2_tiara_rebecca_11.png': error('Error reading the PNG file.',)

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

Full traceback:
  File "game/lanas_vibrations.rpy", line 331, in script call
  File "game/meet_rebecca.rpy", line 535, in script call
  File "game/pod_locations.rpy", line 608, in script
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\ast.py", line 613, in execute
    renpy.exports.say(who, what, interact=self.interact)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\exports.py", line 1147, in say
    who(what, interact=interact)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\character.py", line 877, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\character.py", line 716, in do_display
    **display_args)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\character.py", line 508, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\core.py", line 2526, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\core.py", line 2883, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\core.py", line 1955, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
    rv = render(root, width, height, 0, 0)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\layout.py", line 693, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
    cr = render(child, widtho, heighto, st - self.child_st_base, at)
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\image.py", line 387, in render
    return wrap_render(self.target, width, height, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\image.py", line 208, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
    rv = d.render(widtho, heighto, st, at)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\im.py", line 473, in render
    im = cache.get(self)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\im.py", line 200, in get
    surf = image.load()
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\im.py", line 524, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "B:\Patreon\NSFW Space\spaced_out-1.0.0-win\renpy\display\pgrender.py", line 160, in load_image
    raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/bedroom2_tiara_rebecca_11.png': error('Error reading the PNG file.',)

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Spaced Out 1.0.0
Ignore it, or redownload. It can't read bedroom2_tiara_rebecca_11.png.
 

Belnick

Engaged Member
Sep 3, 2018
2,646
1,266
this game is strange, after first mission with clothes and it say no further content of this quest no new quest appear and only thing you can do is solar panels and call anonymously to random for no reason, did that until panels until power was 1000/1000
no new quests, no conversations with anyone....I had to go into save edit and find "quest_released -1" and set to "quest_released 0" and then loaded the save and had "Contact Earth" mission....so did all that to the "contact earth" mission was completed the same as the first mission.
No new mission triggers, ive talked to her on the beach about bikini, but bikini mission (Lana on the Beach) just say it require xxx amount of powers, I already have 1000/1000 for a looong time, do i need to activate every quest by editing the save file?? lol
yes i been in every room, every hour a day, nothing that trigger except the random calls and polish solar panels
 

vimmers

Engaged Member
Aug 12, 2017
3,765
3,127
i am not sure i understand this message
is it a end of the game
cos i have a stand still
or should i keep going/play
there hasen't being any new scenes since 70% i think Unavngivet.jpg
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
i am not sure i understand this message
is it a end of the game
cos i have a stand still
or should i keep going/play
there hasen't being any new scenes since 70% i think View attachment 272096
Assuming you have the latest version, you need to continue the story instead of just working on the equation.
 

vimmers

Engaged Member
Aug 12, 2017
3,765
3,127
Assuming you have the latest version, you need to continue the story instead of just working on the equation.
i suppose that i have the latest i downloaded it some couple of days ago from here
but there aren't a questlog that there was before the equation
so don't know what to do
 

Classy Jack

Newbie
Apr 18, 2019
38
17
Well, after having gone through this game every which way, i can say i like it.

Like so many of these VN's, there are plenty of errors in the english, but i have to assume that is because the author is not a native english speaker...i tend to let things like that slide, if there are very few errors, and the story is good.

This one starts off as a slow burn, but things get really interesting about a third of the way in. The game, and it's story are WAY longer than one might think when starting.

The renders are not of the highest quality, but are still quite good, the animations are not great. it's just 2 frames switching back and forth, instead of smooth animation loops like you'd get in something like "Twists of My Life", or "Melody". The story had the potential for multiple endings, but there is only one ending, which is kinda disappointing. Definitely a missed opportunity, there.

All in all, though - at the end of the day, this VN is still very good, and totally worth a playthrough.
 
  • Like
Reactions: Cicko

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
Well, after having gone through this game every which way, i can say i like it.

Like so many of these VN's, there are plenty of errors in the english, but i have to assume that is because the author is not a native english speaker...i tend to let things like that slide, if there are very few errors, and the story is good.

This one starts off as a slow burn, but things get really interesting about a third of the way in. The game, and it's story are WAY longer than one might think when starting.

The renders are not of the highest quality, but are still quite good, the animations are not great. it's just 2 frames switching back and forth, instead of smooth animation loops like you'd get in something like "Twists of My Life", or "Melody". The story had the potential for multiple endings, but there is only one ending, which is kinda disappointing. Definitely a missed opportunity, there.

All in all, though - at the end of the day, this VN is still very good, and totally worth a playthrough.
There are multiple endings. See this post: https://f95zone.to/threads/spaced-out-nsfw-space.5185/post-1455396
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686

Classy Jack

Newbie
Apr 18, 2019
38
17
Well, if you consider
You don't have permission to view the spoiler content. Log in or register now.
the same end, sure, but the 2.5 endings
You don't have permission to view the spoiler content. Log in or register now.
are different
Yes, i consider that one thing to be the end, because it is the termination of the story. The other stuff has no impact on that final bit. Unless the mentioned characters (other than Amelia) play some part in the next game....which, as far as i know, they don't.
 

Ranger

'Water World' developer
Game Developer
Jul 30, 2017
1,144
2,140
Yes, i consider that one thing to be the end, because it is the termination of the story. The other stuff has no impact on that final bit. Unless the mentioned characters (other than Amelia) play some part in the next game....which, as far as i know, they don't.
It wasn't made in a way that allows a change of character relations, so it was either this (one-ish ending) or no ending at all because Patreon pulls the plug. As for the render / animation quality, Spaced Out was done on my development computer (a laptop with 1050Ti), so this was the maximum in both quantity and quality of the renders I could squeeze out of it at the time. Really simple animations take about 30 renders and with a total of 100-120 renders that I could make in a month... you do the math.

The rest of the characters that got sent with Greg are in Water World. It's just that the story hasn't reached that point yet (in v 0.10).
 
3.10 star(s) 39 Votes