AI Porn is here, Create and Fap TRY FREE
x

BolHeX

Active Member
Nov 30, 2019
682
1,376
328
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 826, in script
    init -3 python:
  File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 835, in <module>
    "trait_object": Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'

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

Full traceback:
  File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 826, in script
    init -3 python:
  File "<snip>\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "<snip>\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/_mods/content/warblgarbl_extracurricular_services/visit_service.rpy", line 835, in <module>
    "trait_object": Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.532
Mon Oct  6 09:36:36 2025
This occurred after doing an in-game update. Now it appears on load every time. I assume related to a mod; but I've only got mods installed via the ingame mod loader for this playthrough.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 116, in script
    init -1 python:
  File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 170, in <module>
    database_traits["oral_curious"] = Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'

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

Full traceback:
  File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 116, in script
    init -1 python:
  File "E:\Temp\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Temp\Corrupted Academy\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/_mods/content/ggypt_library_expansion/library_location.rpy", line 170, in <module>
    database_traits["oral_curious"] = Trait(
TypeError: __init__() got an unexpected keyword argument 'remove_only'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.532
Mon Oct  6 10:02:47 2025

Also applies to the Library Content expansion. I tried updating both from the ingame mod manager again (after removing them so I could get it to load) and still running into the issue.
Sorry about that, while working on the Android version I must have copied files from the wrong project. I pushed a fixed hotfix.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,793
1,721
296
I'm not a computer guy so I may need a little step by step. But I finally added mods. The base game works. But none of the girls I added with mods are here. If I go into the game folder, there is a _mod folder and a downloaded_mod folder where the girls are listed. I did not do this, this is just where the mods go when I download them. What do I need to do to get all the girls I've downloaded into the game?
girls that are downloaded manually should go into game/_mods/girls mothers would be game/_mods/mothers but if unsure never manually d/l manually use the mod link on the start screen
 
  • Like
Reactions: khahan and hotmike

ryusai

Newbie
Apr 10, 2018
68
150
145
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 36, in script call
    call expression stage_label from _call_expression_64
  File "game/_mods/content/andyrose_bathroom_surprise/bathroom_event_bathroom_surprise.rpy", line 368, in script
    $ vibrating_buttplug = player.get_valid_buttplugs(selected_girl, item_id="vibrating_buttplug")[0]
  File "game/_mods/content/andyrose_bathroom_surprise/bathroom_event_bathroom_surprise.rpy", line 368, in <module>
    $ vibrating_buttplug = player.get_valid_buttplugs(selected_girl, item_id="vibrating_buttplug")[0]
TypeError: get_valid_buttplugs() got an unexpected keyword argument 'item_id'

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

Full traceback:
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 36, in script call
    call expression stage_label from _call_expression_64
  File "game/_mods/content/andyrose_bathroom_surprise/bathroom_event_bathroom_surprise.rpy", line 368, in script
    $ vibrating_buttplug = player.get_valid_buttplugs(selected_girl, item_id="vibrating_buttplug")[0]
  File "E:\Academy-0.527-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Academy-0.527-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/_mods/content/andyrose_bathroom_surprise/bathroom_event_bathroom_surprise.rpy", line 368, in <module>
    $ vibrating_buttplug = player.get_valid_buttplugs(selected_girl, item_id="vibrating_buttplug")[0]
TypeError: get_valid_buttplugs() got an unexpected keyword argument 'item_id'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.533
Mon Oct  6 19:50:34 2025
Error during the restroom event, when I try to put a buttplug on a girl already having one.
 

nevyn

Newbie
Aug 9, 2017
87
41
199
just applied the 533 patch and used mod manager to update the library mod and got this when I tried to go to sleep

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

While running game code:
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in script
    $ time_manager.skip_days(days_to_skip)
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in <module>
    $ time_manager.skip_days(days_to_skip)
NameError: name 'apply_loan_update' is not defined

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

Full traceback:
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in script
    $ time_manager.skip_days(days_to_skip)
  File "C:\TempT\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\TempT\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in <module>
    $ time_manager.skip_days(days_to_skip)
  File "game/scripts/main_classes/class_time_manager_ren.py", line 381, in skip_days
    self.advance_days()
  File "game/scripts/main_classes/class_time_manager_ren.py", line 319, in advance_days
    self._run_daily_updates()
  File "game/scripts/main_classes/class_time_manager_ren.py", line 288, in _run_daily_updates
    update_func()
  File "game/_mods/content/ggypt_library_expansion/class_library_book_ren.py", line 115, in library_daily_update
    apply_loan_update(books_in_library.get(book_id, {}).get("book"), academy.get_girl_by_id(books_in_library.get(book_id, {}).get("student_with_book")))
NameError: name 'apply_loan_update' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.533
Mon Oct  6 16:10:49 2025
 

Roy

Member
Apr 22, 2017
134
43
273
just applied the 533 patch and used mod manager to update the library mod and got this when I tried to go to sleep

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

While running game code:
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in script
    $ time_manager.skip_days(days_to_skip)
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in <module>
    $ time_manager.skip_days(days_to_skip)
NameError: name 'apply_loan_update' is not defined

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

Full traceback:
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in script
    $ time_manager.skip_days(days_to_skip)
  File "C:\TempT\CorruptedAcademy-0.516-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\TempT\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 114, in <module>
    $ time_manager.skip_days(days_to_skip)
  File "game/scripts/main_classes/class_time_manager_ren.py", line 381, in skip_days
    self.advance_days()
  File "game/scripts/main_classes/class_time_manager_ren.py", line 319, in advance_days
    self._run_daily_updates()
  File "game/scripts/main_classes/class_time_manager_ren.py", line 288, in _run_daily_updates
    update_func()
  File "game/_mods/content/ggypt_library_expansion/class_library_book_ren.py", line 115, in library_daily_update
    apply_loan_update(books_in_library.get(book_id, {}).get("book"), academy.get_girl_by_id(books_in_library.get(book_id, {}).get("student_with_book")))
NameError: name 'apply_loan_update' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.533
Mon Oct  6 16:10:49 2025
the new update will fix it
 

egib

Member
Apr 21, 2017
170
141
275
Mods take a very long time to download, and after the 10th try, the progress resets and the download starts all over again. This happens both through the mod manager and through the website. Has anyone encountered this problem? How did you solve it?
Do you have enough space on your hard drive, i had trouble with mods not downoading and starting and stopping when I ran out of space
 
Last edited:

SoulTron

Newbie
Aug 23, 2022
29
7
94
WarblGarbl I was hoping if you could explain the upgrades in the wonder shop. I understand the eye-saver, but I'm curious as to what the others do and their effects in-game. I activated them all, but I don't exactly know what they do.
 
  • Like
Reactions: TheHighlander

Composure

New Member
Nov 19, 2017
3
3
126
Is it normal that when I install girls from mods at startup, I only get the default ones to choose from?
I had the same thoughts...why are the girls videos not playing and resorting to the default ones... so I did some settings adjustments.
Here is what worked for me.

Main menu- go into the GAMEPLAY option. Then scroll to the bottom in the Video Helper Settings.... Then Click "NO" on the "Include Generic Video"

This completely revitalized my gaming experience. Hope this helps
 

megaera

Active Member
Nov 12, 2016
575
748
306
Will this mod work on the previous version (0.455c), or does the unique clothing feature make it incompatable with older versions?
i was not even aware there was a previous Savannah Sixx mod. Unless I'm mistaken, it's not even on the spreadsheet. So i absolutely don't know.
 

rtb0215

New Member
Feb 3, 2024
3
0
28
This is a wonderful game, Thanks... but when I got to the end where all the students graduated and was asked if I wanted to restart, the image of the headmaster's phone became stuck on the screen after I chose the new students to restart with. It does NOT go away no matter what progess I try to move forward with. I retained everything from the first playthru, so I will try to not retain the faculty and see if that makes a differenced.
 

qhero1897

New Member
Dec 30, 2019
3
1
91
This is a wonderful game, Thanks... but when I got to the end where all the students graduated and was asked if I wanted to restart, the image of the headmaster's phone became stuck on the screen after I chose the new students to restart with. It does NOT go away no matter what progess I try to move forward with. I retained everything from the first playthru, so I will try to not retain the faculty and see if that makes a differenced.
The game Author answer on the Discord before,he provide a temporary solution

HeX2025/10/4
I fixed it on my side, you can open the console with Shift+O and type/copy and paste "hide screen phone_screen" to fix it until its hotfixed.
 

megaera

Active Member
Nov 12, 2016
575
748
306
I mean version of the game. Not another mod of her. The unique clothing feature is new, isn't it?
Nah, its old. For example Brittney White has one and was made "a while back" by Warbl. It's just very exhaustive to do so (almost) no modders bother with it. Since I give numerous fullbodies to my mods, I thought of trying to see if i could use the same material to give them customized clothing. Not sure if future mods will have it since at the moment i would prefer setting myself on fire than do it again :ROFLMAO:

So when I'm saying it's a prototype because it's my first time trying it, i might've fucked up and it might need fixing up.

New Eva Elfie has customized clothing btw.
 

nevyn

Newbie
Aug 9, 2017
87
41
199
Okay a couple of observations I wanted to share with BolHex and some of the active modders

I've played with the new game plus feature a couple times recently as I've been shifting from using the mod manager downloads and deleting manually downloaded girls, etc and borking my games when i've already got the girl as active (not a complaint to be clear, I absolutely love the mod manager improvement to the game) and i've noticed a couple of things that may either be features or bugs

the first is that you retain the effects of some or all of the clinic enhancements from previous playthroughs. I currently can cum 7 times before a session is forced to end

the next is related to the library mod as it is affected by the new game plus. as soon as I clean up the library in a new playthrough it is obvious from random status updates that the girls are checking out the books that I placed in the library on previous playthroughs even though I haven't placed a librarian yet and am still collecting the books anew and are still showing in my inventory

I've disabled davemansters clothing mods since I was always having to remove bikini tops and bottoms twice for some reason that I can't be faffed to investigate. It seems some minor error caused the girls to be wearing two of each according to how gameplay was affected. though now that the mods are deactivated, his clothing gift packs are still in the store but without images

the last for now is with the girl Miriama Kunkenlova. In game there is an event listed under her overview. However the event info in the tooltip state that it is started via dialogue and in the office. Unless I'm missing something the game appears not to allow you to summon girls to your office (via phone) and dialogues everywhere else do not include the ability to start the event. The girl stat requirements shown make it very unlikely to happen in any random event that would have the girl come to your office for any of the normal reasons that girls show up there as a random event



On those notes, I'm loving the progress that you all have been putting into this


p.s. don't know if it matters but I've done the new game plus with both retaining progress and defaulting to lack of progress and both ways the issues I presented earlier happen
 
Last edited:

NachoCastillo

New Member
Feb 23, 2018
10
2
64
Okay a couple of observations I wanted to share with BolHex and some of the active modders

I've played with the new game plus feature a couple times recently as I've been shifting from using the mod manager downloads and deleting manually downloaded girls, etc and borking my games when i've already got the girl as active (not a complaint to be clear, I absolutely love the mod manager improvement to the game) and i've noticed a couple of things that may either be features or bugs

the first is that you retain the effects of some or all of the clinic enhancements from previous playthroughs. I currently can cum 7 times before a session is forced to end

the next is related to the library mod as it is affected by the new game plus. as soon as I clean up the library in a new playthrough it is obvious from random status updates that the girls are checking out the books that I placed in the library on previous playthroughs even though I haven't placed a librarian yet and am still collecting the books anew and are still showing in my inventory

I've disabled davemansters clothing mods since I was always having to remove bikini tops and bottoms twice for some reason that I can't be faffed to investigate. It seems some minor error caused the girls to be wearing two of each according to how gameplay was affected. though now that the mods are deactivated, his clothing gift packs are still in the store but without images

the last for now is with the girl Miriama Kunkenlova. In game there is an event listed under her overview. However the event info in the tooltip state that it is started via dialogue and in the office. Unless I'm missing something the game appears not to allow you to summon girls to your office (via phone) and dialogues everywhere else do not include the ability to start the event. The girl stat requirements shown make it very unlikely to happen in any random event that would have the girl come to your office for any of the normal reasons that girls show up there as a random event



On those notes, I'm loving the progress that you all have been putting into this


p.s. don't know if it matters but I've done the new game plus with both retaining progress and defaulting to lack of progress and both ways the issues I presented earlier happen
You can summon girls to your office via your assistant I think.
 
  • Like
Reactions: nevyn

vonbek

Newbie
Apr 23, 2020
68
23
27
right... been buried in work and a house refurb for about 6 weeks now.

Last version I was running was 453, I'm guessing time for nuke install and full restart then just grab whatever takes my fancy from the mod manager rather than try and port over any old mod files etc?
 
4.30 star(s) 52 Votes