King Dong

Member
Jun 19, 2017
154
115
I downloaded and installed the latest version of the game (without any mods), and when I start a new game I get an error. I just clicked ignore and picked my name. On the first day when I click go to exam the game just freezes and never progresses. Any advice?
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
611
1,106
I downloaded and installed the latest version of the game (without any mods), and when I start a new game I get an error. I just clicked ignore and picked my name. On the first day when I click go to exam the game just freezes and never progresses. Any advice?
Send the error so I can check
 

King Dong

Member
Jun 19, 2017
154
115
Send the error so I can check
Sure, I sent it to you. I think it is a error loading the girls since I only had 1/6 girls when I got it.

Edit: I tried to start a few more new games just to test it, and got the error again but this time with 2/6 girls. I also managed to get it to start without the error...so it isn't every time it seems.
 

EllenD

New Member
Mar 13, 2018
9
6
Ninoss - How about trying to remove all the scripts/**/*.rpyc files from the archive? It will reduce its size significantly. They will be compiled from the rpy files during first run, so they are kinda redundant to download.
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
611
1,106
Ninoss - How about trying to remove all the scripts/**/*.rpyc files from the archive? It will reduce its size significantly. They will be compiled from the rpy files during first run, so they are kinda redundant to download.
Ho yes I can automate this, but tbh it's only 1.59Mb.. Will be faster to unzip but that's all, I think at some point I'll consider vanilla girls / vids as a mod so I can destribute the game without it so the game would not even weight 100Mb.
 

MatuSL

Newbie
Jun 18, 2017
86
40
i cant sleep...

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

While running game code:
  File "game/scripts/script.rpy", line 21, in script call
    call pickName from _call_pickName
  File "game/scripts/lb_sleep.rpy", line 6, in script
    python:
  File "game/scripts/lb_sleep.rpy", line 7, in <module>
    timeManager.skipToNextDay()
  File "game/scripts/main_classes/timeManager.rpy", line 79, in skipToNextDay
    self.newDay()
  File "game/scripts/main_classes/timeManager.rpy", line 33, in newDay
    academy.newDay()
  File "game/scripts/main_classes/academy.rpy", line 26, in newDay
    self.modifyCash(-50-15*len(girls),"School:Maintenance")
TypeError: 'int' object is not callable

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

Full traceback:
  File "game/scripts/script.rpy", line 21, in script call
    call pickName from _call_pickName
  File "game/scripts/lb_sleep.rpy", line 6, in script
    python:
  File "renpy/ast.py", line 1133, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1049, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/lb_sleep.rpy", line 7, in <module>
    timeManager.skipToNextDay()
  File "game/scripts/main_classes/timeManager.rpy", line 79, in skipToNextDay
    self.newDay()
  File "game/scripts/main_classes/timeManager.rpy", line 33, in newDay
    academy.newDay()
  File "game/scripts/main_classes/academy.rpy", line 26, in newDay
    self.modifyCash(-50-15*len(girls),"School:Maintenance")
TypeError: 'int' object is not callable

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.1.22070801
WTM Academy 0.351
Mon Jul 15 19:52:55 2024
i dont know why
 

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,124
1,159
What would I need to change in the script to guarantee a 100% for clothes removal?
You have to add socks to the list of removed clothes. I'll see if I can find the line.

lb_evening_visit_daughter.rpy line 68, make a new line and put in $ selectedgirl.socks = noSocks and under line 80, $ selectedGirl.socksWardrobe = [noSocks]
I changed a bunch of grammar in my file or I'd just share that.
 
Last edited:

Forgeshield

Member
Aug 5, 2016
370
415
I haven't played this in a while and now i'm a bit confused since the stat system was apparently changed. Previously we wanted the girls to stay in the school as long as possible, but now the MC acts disappointed when the "Learning Points" don't increase.

My question is why would i want them to get learning points? Won't they simply graduate and leave if they get enough? Why would i want that?
Same, I'm no longer sure what success looks like after the update.
 
Sep 17, 2023
129
69
Check the log.txt, might tell you if something's wrong.
Here's one entry from the log:
Will Load : sponsors/VANILLA_big_finish/sponsorConfig.ini
Will Load : sponsors/VANILLA_cherry_pop/sponsorConfig.ini
Will Load : sponsors/VANILLA_deep_dive/sponsorConfig.ini
Will Load : sponsors/VANILLA_globe_lover/sponsorConfig.ini
Will Load : sponsors/VANILLA_golden_garments/sponsorConfig.ini
Will Load : sponsors/VANILLA_home_sweet_home/sponsorConfig.ini
Will Load : sponsors/VANILLA_ring_around/sponsorConfig.ini
Will Load : sponsors/VANILLA_soaked/sponsorConfig.ini

These are the default sponsors in the sponsors folder. I deleted the folder, and dropped in a folder with six sponsors, one of which is Deep Dive, that's the only one showing up. Where is it getting a list of default sponsor .ini files to try and load?
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
611
1,106
Here's one entry from the log:
Will Load : sponsors/VANILLA_big_finish/sponsorConfig.ini
Will Load : sponsors/VANILLA_cherry_pop/sponsorConfig.ini
Will Load : sponsors/VANILLA_deep_dive/sponsorConfig.ini
Will Load : sponsors/VANILLA_globe_lover/sponsorConfig.ini
Will Load : sponsors/VANILLA_golden_garments/sponsorConfig.ini
Will Load : sponsors/VANILLA_home_sweet_home/sponsorConfig.ini
Will Load : sponsors/VANILLA_ring_around/sponsorConfig.ini
Will Load : sponsors/VANILLA_soaked/sponsorConfig.ini

These are the default sponsors in the sponsors folder. I deleted the folder, and dropped in a folder with six sponsors, one of which is Deep Dive, that's the only one showing up. Where is it getting a list of default sponsor .ini files to try and load?
Have you tried a new save?
If that's to complicated to fix, come on the discord to talk about it.
 

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
611
1,106
0.352 is OUT!
(Gofile and Mediafire link contains 0.352)

Game was updated from Renpy 7 to Renpy 8
It should fix compatibility issues on MAC OS!
Also added tutorial and done some hot-fixes.
 
Last edited:
  • Like
Reactions: GamerDaddy
4.10 star(s) 19 Votes