Punto

Well-Known Member
Jun 18, 2020
1,729
1,884

AdrielEtriss

Newbie
Game Developer
Feb 24, 2020
88
63
Hello Need help... :(

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Day1/Sex scene/day1/Walker/k22.png'>:
File "game/tl/tl/english/Day1.rpy", line 679, in script
GG "Go broke or go home!"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
Exception: Could not load image u'images/Day1/Sex scene/day1/Walker/k22.png': error('Unsupported image format',)

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

Full traceback:
File "game/tl/tl/english/Day1.rpy", line 679, in script
GG "Go broke or go home!"
File "renpy/ast.py", line 674, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1640, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2517, in do_with
clear=clear)
File "renpy/display/core.py", line 2978, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "renpy/display/core.py", line 3477, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2359, 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 751, 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 367, in render
bottom = render(self.old_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 751, 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 751, 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 927, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, 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 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 663, in load
surf = renpy.display.pgrender.load_image(f, filename)
File "renpy/display/pgrender.py", line 165, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/Day1/Sex scene/day1/Walker/k22.png': error('Unsupported image format',)

```
 

PandaLoverGames

A person who had nothing to "Family Affairs"
Game Developer
Aug 17, 2020
1,149
3,765
Hello Need help... :(

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/Day1/Sex scene/day1/Walker/k22.png'>:
File "game/tl/tl/english/Day1.rpy", line 679, in script
GG "Go broke or go home!"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
Exception: Could not load image u'images/Day1/Sex scene/day1/Walker/k22.png': error('Unsupported image format',)

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

Full traceback:
File "game/tl/tl/english/Day1.rpy", line 679, in script
GG "Go broke or go home!"
File "renpy/ast.py", line 674, in execute
statement_name(getattr(who, "statement_name", "say"))
File "renpy/ast.py", line 46, in statement_name
i(name)
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1640, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2517, in do_with
clear=clear)
File "renpy/display/core.py", line 2978, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "renpy/display/core.py", line 3477, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2359, 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 751, 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 367, in render
bottom = render(self.old_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 751, 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 751, 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 927, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 116, 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 607, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 271, in get
surf = image.load()
File "renpy/display/im.py", line 663, in load
surf = renpy.display.pgrender.load_image(f, filename)
File "renpy/display/pgrender.py", line 165, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/Day1/Sex scene/day1/Walker/k22.png': error('Unsupported image format',)

```
Hi! Try downloading the uncompressed version from MEGA
 

PandaLoverGames

A person who had nothing to "Family Affairs"
Game Developer
Aug 17, 2020
1,149
3,765
I may be mistaken .. buuut she is the only GF material around,
whereas the flat mates and the bar babe and the coffee babe are just looking for a fling.



Of course she should be in every update, just like the flatmate who actually mates with MC.
When they said the MC didn't have a girlfriend...
317.jpg
 
  • Like
Reactions: SnakeDogs

PandaLoverGames

A person who had nothing to "Family Affairs"
Game Developer
Aug 17, 2020
1,149
3,765
So, when is the MC going to grow some and workout to get some muscle and strength? I'm being slightly facetious here. But, truth is, if I stay on topic I'll get deleted again. So, I figure posts on the slightly more ridiculous side will be fine. Ahahahaha
I don't understand what you mean, but it's very interesting...
 

Deleted member 1571716

Conversation Conqueror
Aug 7, 2019
6,352
10,107
Well, if the 'powers that be' oppress the poor proletarian, you can always add yourself to discord and tell the truth
Yeah. Not sure you'd want me there. I'm still a bit salty over the whole 'putting the trans onto the NTR path'. You guys would probably kick me out after a few days. Ahahaha But, you did make it optional. Thank you for that.
 
  • Like
Reactions: PandaLoverGames

PandaLoverGames

A person who had nothing to "Family Affairs"
Game Developer
Aug 17, 2020
1,149
3,765
Or you could just answer the question without trying to be funny or clever...?
In the story, there is a scene in which a character who is not a love interest MC engages in sexual intercourse. In the next scene, it's up to the MC to decide whether he should get involved.

If you're asking, it means you haven't played. And if you haven't played - do you care about the game's story lines?
 
3.50 star(s) 111 Votes