LemurianFox
Newbie
- Sep 18, 2025
- 16
- 10
- 3
Are you by any chance using a mod? The error sounds like a multiply defined "_call_setCamera_" label.Hi, I have a serious problem in Lust Academy Chapter 2. Basically, I'm almost at the end, but during the scene with Lily and Leona at night, the final scene ends with the MC saying that masturbating is good for you, and it won't let me continue past the eighth scene with LilyI play in Sandbox mode and use cheats. I imported the saves from the first chapter using the option in the game. What could be the problem? The version is Gog.You don't have permission to view the spoiler content. Log in or register now.
Edit: I am also attaching some screenshots to clarify the situation. In the first one, we have a potential threesome, but when I click to activate it and after the whole scene goes smoothly, it ends up showing me this image, which would be masturbation after a shower. I managed to move forward in Lily's series by clicking on the second option (I don't want to participate...), but the problem is serious. I hope no one else has had it.
These are the labels placed in the code so that after you use the SetCamera function in a scene you return to the same place in the code.
For example the bathroom scene just before MC tells you about masturbation has a label "_call_setCamera_41" (In my version. I don't have Gog). If that label appears anywhere else in the code you have a problem.
This issue is easy to fix if you are willing to crack open the rpy files and edit the "_call_setCamera_" labels. But other than that I have no advice. If you are using a mod there is a chance that it came as an rpy file or several. Just changing the "_call_setCamera_" labels in those files to something else e.g. "_call_setCamera_109" to "_call_setCamera_109stupidmod" might work.