I get an error dump on Monday morning...When i ready for new application, i just save game on Sunday (head to bed black screen)
View attachment 3784560
If there no new girls - i exit to Main Menu and Load from "head to bed"
There is new random "seed"
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 50, in script
$ application_count = academy.generate_new_applications()
File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 50, in <module>
$ application_count = academy.generate_new_applications()
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 50, in script
$ application_count = academy.generate_new_applications()
File "D:\Users\xxx\Downloads\Stuff\CorruptedAcademy-0.2-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Users\xxx\Downloads\Stuff\CorruptedAcademy-0.2-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 50, in <module>
$ application_count = academy.generate_new_applications()
File "game/scripts/main_classes/academy/class_academy_ren.py", line 302, in generate_new_applications
return self.girl_manager.generate_new_applications()
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 251, in generate_new_applications
self.add_girl_to_applications(girl_config)
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 144, in add_girl_to_applications
girl = Girl(girl_config)
File "game/scripts/main_classes/girl/class_girl_ren.py", line 201, in __init__
self.mother = mother_manager.generate_mother(self)
File "game/scripts/main_classes/girl/mother/class_mother_manager_ren.py", line 79, in generate_mother
return Mother(mother_config, daughter)
File "game/scripts/main_classes/girl/mother/class_mother_ren.py", line 147, in __init__
self.clothing_manager.generate_outfit()
File "game/scripts/main_classes/girl/clothing/class_clothing_manager_ren.py", line 590, in generate_outfit
chosen_clothing, daring_left = self.choose_clothing(part_name, part_daring, ignore_rules)
File "game/scripts/main_classes/girl/clothing/class_clothing_manager_ren.py", line 782, in choose_clothing
chosen_clothing_item = fallback_list[0][1] # Item most likely to have been worn
File "D:\Users\xxx\Downloads\Stuff\CorruptedAcademy-0.2-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.0.24012702
Corrupted Academy 0.2
Sun Jun 30 22:32:45 2024