Nightwolf18

Newbie
Aug 5, 2018
54
7
172
Got this error going into the assign students tab
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 64, in script
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 64, in <module>
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 66, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 66, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 145, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 155, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 160, in execute
    if selected_class == "homework":
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 237, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 243, in execute
    vbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 247, in execute
    hbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 251, in execute
    for girl_index, girl_id in enumerate(exam_schedule[selected_day][selected_class]["girls"]):
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 251, in <module>
    for girl_index, girl_id in enumerate(exam_schedule[selected_day][selected_class]["girls"]):
KeyError: 'teacher3'

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

Full traceback:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 64, in script
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 64, in <module>
    $ renpy.call_screen("class_assignment_menu", _layer="master")
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2215, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\Hot Shit\CorruptedAcademy-0.453-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 66, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 66, in execute
    screen class_assignment_menu:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 145, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 155, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 160, in execute
    if selected_class == "homework":
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 237, in execute
    frame:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 243, in execute
    vbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 247, in execute
    hbox:
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 251, in execute
    for girl_index, girl_id in enumerate(exam_schedule[selected_day][selected_class]["girls"]):
  File "game/scripts/locations/computer/class_assignment/screen_class_assigment.rpy", line 251, in <module>
    for girl_index, girl_id in enumerate(exam_schedule[selected_day][selected_class]["girls"]):
KeyError: 'teacher3'

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.455c
Thu Jul  3 15:58:28 2025
 

charls_c

Newbie
May 9, 2021
25
10
137
"imadev": "enable_debug_mode",
"wecanrebuildit": "unlock_upgrades",
"workwork": "unlock_faculty_upgrades",
"quickdrycement": "finish_faculty_upgrades",
"voodoolady": "reduce_pta_vote_difficulty",
"smoothtalker": "increase_sponsor_relationship_gain",
"idemandrespect": "max_player_reputation",
"backtoschool": "max_academy_prestige",

If you unlock debug mode you can find money cheat on your computer in the Settings Menu folder.
Thanks man
 

jond2760

Member
Oct 23, 2018
437
905
218
I just got this error when trying to attend class. Simply playing through it didn't seem to hurt anything.

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

While running game code:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
KeyError: 'music_teacher'

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

Full traceback:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "C:\Users\cybur\Downloads\New folder\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\cybur\Downloads\New folder\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes
    self.generate_girls_in_class()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 416, in generate_girls_in_class
    exam_schedule[class_name][day_of_the_week]["girls"].append(girl_id)
KeyError: 'music_teacher'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.453
Fri Jul  4 17:24:44 2025
 

Hermenegild

Active Member
Sep 18, 2017
606
369
285
I just got this error when trying to attend class. Simply playing through it didn't seem to hurt anything.

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

While running game code:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
KeyError: 'music_teacher'

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

Full traceback:
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in script
    $ exam_manager.generate_exam_classes()
  File "C:\Users\cybur\Downloads\New folder\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\cybur\Downloads\New folder\CorruptedAcademy-0.453-pc\CorruptedAcademy-0.453-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/locations/academy/classroom/label_exam_intro.rpy", line 12, in <module>
    $ exam_manager.generate_exam_classes()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 267, in generate_exam_classes
    self.generate_girls_in_class()
  File "game/scripts/main_classes/exam/class_exam_manager_ren.py", line 416, in generate_girls_in_class
    exam_schedule[class_name][day_of_the_week]["girls"].append(girl_id)
KeyError: 'music_teacher'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.453
Fri Jul  4 17:24:44 2025
Look for Hotfixes link in the OP. You're at 0.453, the hotfixes will update your game to 0.455c.
 

feterraus

New Member
Jun 18, 2017
2
1
107
Good morning, I'm a big fan of this game, and one of my favorite dynamics was implementing restrictive rules regarding uniforms - the modest girls would violate the rules and I could use those violations to corrupt the mothers. With the new version of the game, however, the girls accept any uniform, even extreme ones, even with very low naturism values, only to inevitably run away mid-lesson. I'd like to know if this is a bug or an intentional choice by the developers.


Regards
 
  • Like
Reactions: Hdmas

charls_c

Newbie
May 9, 2021
25
10
137
This error came after the hotfix installation

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/_mods/example_mods/rule_force_sockless.rpy", line 42, in script
init -3 python:
File "game/_mods/example_mods/rule_force_sockless.rpy", line 43, in <module>
rule_force_sockless = Rule(
TypeError: __init__() got an unexpected keyword argument 'disallowed_clothing_types'

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

Full traceback:
File "game/_mods/example_mods/rule_force_sockless.rpy", line 42, in script
init -3 python:
File "E:\Gamez\Corrupted Academy\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Gamez\Corrupted Academy\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_mods/example_mods/rule_force_sockless.rpy", line 43, in <module>
rule_force_sockless = Rule(
TypeError: __init__() got an unexpected keyword argument 'disallowed_clothing_types'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
Corrupted Academy 0.455c
Sun Jul 6 12:54:55 2025
 

DragonFire

Active Member
Jul 30, 2017
820
698
318
how do you get rid of the AI generated mothers?
Before You accept a girl into your academy there is a Show Matching Mothers on her application page, if you have mother mods installed that match up.. clicking this will make a drop down list of names and how well they match, choosing one will link that mother to the girl and then You accept the application.

Some mothers are already linked to a specific girl, you can check this at their config file.
Girls are never linked to a specific mother in their config files.

If you accepted a girl without choosing a mother, you will most likely get a AI generated mother and it would be too late to change, as to my knowlegde you can't change mothers after the girl has been accepted.
 

DragonFire

Active Member
Jul 30, 2017
820
698
318
game keep crashing at random actions ,no errors just straight to desktop
Have answered this so many times already..

In lack of details, I gotta guess.. You have CPU: Intel i9 and or GPU: NVidia using their latest drivers, correct?

For i9 the CPU runs too fast for Ren'Py to catch up, solution is using Intels own program, Intel(R) Extreme Tuning Utility and underclock Performance Core Ratio to 54x
It would be set higher depending on type etc.

If NVidia GPU, there has been driver issues since mid Dec last year, depending what card you have.. many articles to read and watch.
Basically updating to latest driver used to be save even if having an older card, but since Dec last year they focused only on 5K series so 5K drivers could mess up older cards, as well as not working correctly for the new cards either btw..

Other possible reasons for crashes:
BIOS could need an update and cross check if voltage is set to higher than Intel (or what kind of CPU you have) recommends, if so.. use the recommended voltage.
Would not recommend playing around with BIOS unless you know what your doing!
 

Jigglypuff Dragonslayer

Active Member
Aug 16, 2020
500
371
207
If you accepted a girl without choosing a mother, you will most likely get a AI generated mother and it would be too late to change, as to my knowlegde you can't change mothers after the girl has been accepted.
You can change a girl's mother if it's a generated one, not sure about the named ones, though.
Find a mother who's not yet assigned a daughter in your save.
Open her config file, and change the daughter id 'random' to the girl's name as 'firstname_lastname'. Then save the config file.
Load your game, the girl should now have that mother attached to her.
You can then (after saving and closing the game) go back to the mother's config file and change her back to 'random'. She will remain attached to that girl in that particular save, but will be back in the random pool if you start another new game.
 
  • Like
Reactions: Iced

DragonFire

Active Member
Jul 30, 2017
820
698
318
is there a way to allow the sound of the videos to play?
Depends if the vids have sound in the first place..

When making a mod girl/mother the vid clips are changed into another format and during that a sound option has to be chosen, which some modders forget, sadly..
Also the video they download in the first place, to edit and convert, has to have sound to begin with ofc ;)

So if some of the clips have sound and others not, then there is nothing You can do in your end!

But if there is no sound at all, on any girl mod, try Preferences after starting the game up, to the right are 3 sound bars.. however that is so basic that I didn't think you had not tried that first ;)

Therefor I concluded you where asking about the mods that had no sound, or have some vids without sound and in those cases it's due to the one who made the mod, all you can do in that case is to urge the modders to remember to include sound in their work ;)
 
4.30 star(s) 51 Votes