AI Porn is here, Create and Fap TRY FREE
x

someoldguy

Member
Aug 8, 2017
142
186
157
Error message loading up a save game from yesterday. Most recent event was entertaining my first mother/daughter pair hoping to gain entry to the school.

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

While running game code:
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 50, in script
    $ current_event.update_stage()
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 50, in <module>
    $ current_event.update_stage()
AttributeError: 'NoneType' object has no attribute 'reset_forced_portrait'

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

Full traceback:
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 50, in script
    $ current_event.update_stage()
  File "E:\Clients\GOG Galaxy\Data\Games\Hent\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:\Clients\GOG Galaxy\Data\Games\Hent\CorruptedAcademy-0.516-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/main_classes/event/event_wrappers.rpy", line 50, in <module>
    $ current_event.update_stage()
  File "game/scripts/main_classes/event/class_event_ren.py", line 909, in update_stage
    participant.reset_forced_portrait()
AttributeError: 'NoneType' object has no attribute 'reset_forced_portrait'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.526
Sat Sep 27 15:30:28 2025
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
24,661
343,439
998
So with the new Mod integration the game is not allowed anymore? :cry:
Depends. The game needs to function offline. It doesn't need have all the content. And from what I read the videos are required.
Seems so. Seems a bit overkill but I guess rules are rules. We will see what Hex does. I sent him a message alerting him of this.
Well we're a piracy site and do you know what online requirement (and content thats only downloadable) prevents? ;) :KEK:
"Oh you got the newest Patreon only version. Time to turn of the Online servers and make a new version for Patreons." :HideThePain:
 

iBedoMi

Newbie
Apr 26, 2025
46
46
27
"it expects"
this a bad joke? it expects a one time only download for generic vids which are not included in the initial 500 mb download from here it DONT require constant internet to play at all !... you should go look yourself in the game itself.. so its still playable offline after the one video pack from the implemented mod manager. finished its download..
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
24,661
343,439
998
this a bad joke? it expects a one time only download for generic vids which are not included in the initial 500 mb download from here it DONT require constant internet to play at all !... you should go look yourself in the game itself.. so its still playable offline after the one video pack from the implemented mod manager. finished its download..
Yeah have nothing better to do than joking =).
 
  • Like
Reactions: Lerd0

AarYggdrasil

New Member
Mar 10, 2021
3
2
31
Got the following error after the last Hotfix:

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

While loading the script.
ScriptError: Name ('game/scripts/databases/HUD/academy_hud_stats_database_ren.py', 1758413767, 760) is defined twice, at game/scripts/databases/HUD/academy_hud_stats_database_ren.py:9 and game/scripts/databases/HUD/academy_hud_stats_database_ren.py:9.

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

Full traceback:
  File "~/CorruptedAcademy-0.516-pc/renpy/bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "~/CorruptedAcademy-0.516-pc/renpy/main.py", line 470, in main
    renpy.game.script.load_script() # sets renpy.game.script.
  File "~/CorruptedAcademy-0.516-pc/renpy/script.py", line 359, in load_script
    self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
  File "~/CorruptedAcademy-0.516-pc/renpy/script.py", line 957, in load_appropriate_file
    self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
  File "~/CorruptedAcademy-0.516-pc/renpy/script.py", line 590, in finish_load
    check_name(node)
  File "~/CorruptedAcademy-0.516-pc/renpy/script.py", line 566, in check_name
    raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/scripts/databases/HUD/academy_hud_stats_database_ren.py', 1758413767, 760) is defined twice, at game/scripts/databases/HUD/academy_hud_stats_database_ren.py:9 and game/scripts/databases/HUD/academy_hud_stats_database_ren.py:9.

Linux-6.8.0-84-generic-x86_64-with-glibc2.39 x86_64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.526
Sat Sep 27 18:26:04 2025
Quickfixed it for me by adding:
Python:
                    if old_node.filename == bad_node.filename:
                        return
in line 565 of /renpy/script.py. This should just skip any already known filenames, but I don't know the code well enough to predict potential problems.
 

5mithers

Member
Aug 3, 2019
422
457
206
It's probably been mentioned before, but the "starting help" console command actually doesn't work as well as it could. There is an easier, better way to give yourself a much better edge. Admittedly, this takes a lot of the "game" out of the game, but use it as you will.

Instead of a one line command that updates the current girl/mother being referenced, this for loop updates ALL of them.


Code:
for girl in academy.girl_manager.girls:
  girl.motivation=50 ; girl.pressure=0 ; girl.arousal=100 ; girl.tolerance = 100 ; girl.discipline = 100 ; girl.affection = 100 ; girl.corruption = 100 ; girl.naturism = 100 ; girl.fear = 100 ; girl.mother.fear = 100 ; girl.mother.discipline = 100 ; girl.mother.arousal = 100 ; girl.mother.naturism = 100 ; girl.mother.corruption = 100 ; girl.mother.affection=100
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,793
1,721
296
It's probably been mentioned before, but the "starting help" console command actually doesn't work as well as it could. There is an easier, better way to give yourself a much better edge. Admittedly, this takes a lot of the "game" out of the game, but use it as you will.

Instead of a one line command that updates the current girl/mother being referenced, this for loop updates ALL of them.


Code:
for girl in academy.girl_manager.girls:
  girl.motivation=50 ; girl.pressure=0 ; girl.arousal=100 ; girl.tolerance = 100 ; girl.discipline = 100 ; girl.affection = 100 ; girl.corruption = 100 ; girl.naturism = 100 ; girl.fear = 100 ; girl.mother.fear = 100 ; girl.mother.discipline = 100 ; girl.mother.arousal = 100 ; girl.mother.naturism = 100 ; girl.mother.corruption = 100 ; girl.mother.affection=100
if a girls fear is 100 she will leave the class just like if her pressure reaches 100 or tolerance hits 0
 
  • Like
Reactions: 5mithers

unicorn33

Newbie
Jun 1, 2020
29
8
168
Hi,
I was downloading from the Mod manager the latest video of clothing and during the download shows this error, and now I can't access the mod manager anymore

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

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited by a moderator:

5mithers

Member
Aug 3, 2019
422
457
206
if a girls fear is 100 she will leave the class just like if her pressure reaches 100 or tolerance hits 0
Good to know. I was just taking the console command from the first post and modifying it to properly iterate over all the girls/mothers in the game.

Values can obviously be modified as needed. I did. I set the mother affection to 100, vs. the original page commands value of 10.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,793
1,721
296
Good to know. I was just taking the console command from the first post and modifying it to properly iterate over all the girls/mothers in the game.

Values can obviously be modified as needed. I did. I set the mother affection to 100, vs. the original page commands value of 10.
i knew i just pointed that out
 
  • Like
Reactions: 5mithers

YuriNator239

New Member
May 20, 2022
13
13
104
So just install the game, go to mod manager and click on faces you like. Nothing more. Do not read any of the instructions about copying or moving or spreadsheets.
Bit hard when the game crashes everytime i go to mod manager. Game is unplayable on joiplay, when there used to be no problems with it
 

Polpota

Newbie
Jan 10, 2020
23
20
92
Holy! This game is insanely good with the mod manager. Not thrilled about the mods dropping down the hammer, hope this doesn't derail anything.
 

Polpota

Newbie
Jan 10, 2020
23
20
92
Bit hard when the game crashes everytime i go to mod manager. Game is unplayable on joiplay, when there used to be no problems with it
Oh yeah, this is rough on joiplay. my device is beefy and frankly it can't handle this yet so I had to put remote access on my device and install it on my PC and stream it to my phone. it's not convenient but it is crazy worth it.
 

davemanster

Member
Game Developer
Jun 10, 2017
326
387
288
Hi,
I was downloading from the Mod manager the latest video of clothing and during the download shows this error, and now I can't access the mod manager anymore

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

You don't have permission to view the spoiler content. Log in or register now.
My fault, sorry. I created a loop in mod requirements. Should have only been up for a few minutes.
 

ImTrYin2BeHiDDen

Active Member
May 2, 2021
640
134
143
anyone using KingTut's Mod Collection for some reason its causing a crash in my game but i can get pass by using ignore. on mac

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

While running game code:
  File "game/scripts/locations/pier/screen_pier.rpy", line 123, in script call
    call expression menu_choice from _call_expression_20
  File "game/script.rpy", line 105, in script call
    label after_load:
  File "game/_mods/kingtut_mods/game_init_hook.rpy", line 75, in <module>
  File "game/_mods/kingtut_mods/game_init_hook.rpy", line 39, in update_webm_helper
AttributeError: 'MediaHelper' object has no attribute 'valid_webm_main_tags'
n update_webm_helper
AttributeError: 'MediaHelper' object has no attribute 'valid_webm_main_tags'
wanted to circle back if anyone can help with my problem.

Also using davemanster clothing mod and the items in the store are just ? marks
 
4.30 star(s) 52 Votes