Teeheeimbi

New Member
Feb 19, 2018
4
2
Please, if you have a chance just send logs or error screens

Ah, and one more, while using the gallery to access haley's train scene.

Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/prologue/1_101_11.png'>:
  File "game/logic/locations/corridor.rpy", line 1096, in script
    "[Name]" "{i}(The golden mean!){/i}"
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
IOError: Couldn't find file 'images/prologue/1_101_11.png'.

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

Full traceback:
  File "game/logic/locations/corridor.rpy", line 1096, in script
    "[Name]" "{i}(The golden mean!){/i}"
  File "renpy/ast.py", line 716, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1415, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 268, in say
    who(what, interact=interact, *args, **kwargs)
  File "renpy/character.py", line 1223, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 875, in do_display
    **display_args)
  File "renpy/character.py", line 621, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, 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 3793, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, 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 814, 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 814, 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 814, 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 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_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 688, in load
    raise e
IOError: Couldn't find file 'images/prologue/1_101_11.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2c
Sun Oct 17 00:27:29 2021
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
Ah, and one more, while using the gallery to access haley's train scene.

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

While loading <'Image' u'images/prologue/1_101_11.png'>:
File "game/logic/locations/corridor.rpy", line 1096, in script
"[Name]" "{i}(The golden mean!){/i}"
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
IOError: Couldn't find file 'images/prologue/1_101_11.png'.

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

Full traceback:
File "game/logic/locations/corridor.rpy", line 1096, in script
"[Name]" "{i}(The golden mean!){/i}"
File "renpy/ast.py", line 716, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1415, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 268, in say
who(what, interact=interact, *args, **kwargs)
File "renpy/character.py", line 1223, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 875, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, 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 3793, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2521, 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 814, 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 814, 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 814, 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 715, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_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 688, in load
raise e
IOError: Couldn't find file 'images/prologue/1_101_11.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2c
Sun Oct 17 00:27:29 2021
```
Thanks!
Would be useful.
 

LordMerek

Romance & Redemption Enthusiast
Donor
Aug 22, 2018
760
1,488
For those like myself who cannot start the game, I have found a solution that seems to work. I had a copy of the old v0.2.2b and I replaced the following files/folders in the v0.2.2b game folder with versions from v0.2.2c:

archive.rpa
audios.rpa
images.rpa
scripts.rpa
videos.rpa


Then I also copied over the logic folder and replaced that as well. The game loaded up v0.2.2c with no issues.
 
Last edited:

Bassrodimo

Member
Mar 22, 2021
129
84
So far these issues:
When I was supposed to pick Audrey's genitalia I got error which defaulted her into having vagina
Getting stuck on when checking on Lily at night - can only go back.
And Jill when from 2/3 to 1/3 and now the quest is stuck.
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,540
Hi
Attached below are Fresh copies "Gameplays " for Version 2.2c
(Both LGTBQ+ Enabled and Disabled)
(End of version saves included)
NB. Due to a number changes in the game (U.I. etc) this is a Fresh "Gameplay" and not an update to previous versions.
Hope these will be of some help .
Good Luck and enjoy
 
Last edited:
  • Like
Reactions: Mikedazz1

Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,540
So far these issues:
When I was supposed to pick Audrey's genitalia I got error which defaulted her into having vagina
Getting stuck on when checking on Lily at night - can only go back.
And Jill when from 2/3 to 1/3 and now the quest is stuck.
When there is nothing more to say you have completed the Quest.
This is a known Bug.
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
For those like myself who cannot start the game, I have found a solution that seems to work. I had a copy of the old v0.2.2b and I replaced the following files/folders in the v0.2.2b game folder with versions from v0.2.2c:

archive.rpa
audios.rpa
images.rpa
scripts.rpa
videos.rpa


Then I also copied over the logic folder and replaced that as well. The game loaded up v0.2.2c with no issues.
This could be helpful, thanks
 
  • Like
Reactions: LordMerek

TamaMountain

Active Member
Oct 5, 2018
586
833
What exactly was added in v0.2.2c compared to v0.2.2b?

So far I found that the VIP scenes for two of the strippers are now available. Anything else?
 
3.80 star(s) 168 Votes