Teeheeimbi

New Member
Feb 19, 2018
4
2
Please, if you have a chance just send logs or error screens
Alright, well here are a few then.

First, when i started up the game while holding down ctrl, out of habit.

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

While loading <'Image' u'images/ero/1_unlock.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/ero/1_unlock.png'.

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

Full traceback:
  File "script.rpyc", line 76, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", 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/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 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/screen.py", line 681, in render
    child = renpy.display.render.render(self.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/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/viewport.py", line 567, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_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/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1238, in render
    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 1017, in render
    surf = render(d, width - x, rh, 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/layout.py", line 2061, in render
    cr = renpy.display.render.render(self.child, 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/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/ero/1_unlock.png'.

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

Second after duels.

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

While running game code:
  File "game/logic/mini_games/duels/logic.rpy", line 2487, in <module>
  File "game/logic/mini_games/duels/logic.rpy", line 35, in setWinLoseHomes
TypeError: change_location_2() got an unexpected keyword argument 'point_up'

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

Full traceback:
  File "logic/events/adele.rpyc", line 20, in script call
  File "logic/events/adele.rpyc", line 538, in script call
  File "logic/events/adele.rpyc", line 526, in script call
  File "logic/events/adele.rpyc", line 109, in script call
  File "logic/events/adele.rpyc", line 109, in script call
  File "logic/mini_games/duels/logic.rpyc", line 2487, in script
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/logic/mini_games/duels/logic.rpy", line 2487, in <module>
  File "game/logic/mini_games/duels/logic.rpy", line 35, in setWinLoseHomes
TypeError: change_location_2() got an unexpected keyword argument 'point_up'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2c
Sun Oct 17 00:18:11 2021
if i end up playing it some more, i'll provide more, but this is what you'll get for now ^^
 

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,440
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
755
1,475
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
128
81
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,178
7,348
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,178
7,348
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,440
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

Br@ndy

Member
Modder
Nov 28, 2020
350
4,435
Unofficial Android Port for :

Lust Academy [v0.2.2c] + Scrappy's Mod



[Apk + Obb]

ALLOW STORAGE ACCESS
My Android Ports have a 2nd Persistent save location. So, even if you uninstall the game, the saves will remain Intact.
You don't have permission to view the spoiler content. Log in or register now.

if you liked my work, support on Patreon.


If it says unknown developer or something like that just press install anyway.

Give Me Your Feedback on the Discord Server. As it's easier to reach me there, than here.
 

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) 163 Votes