Here is a bug I encountered: Happens when going to sleep. But time stays the same - doesn't become morning 7am.
While running game code:
File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 33, in script
$ time_manager.skip_to_next_day()
File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 33, in <module>
$ time_manager.skip_to_next_day()
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/player_home/bed/label_sleep.rpy", line 33, in script
$ time_manager.skip_to_next_day()
File "C:\Users\Anchit\Downloads\CorruptedAcademy-0.2513-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Anchit\Downloads\CorruptedAcademy-0.2513-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 33, in <module>
$ time_manager.skip_to_next_day()
File "game/scripts/main_classes/class_time_manager_ren.py", line 148, in skip_to_next_day
self.advance_days()
File "game/scripts/main_classes/class_time_manager_ren.py", line 130, in advance_days
update_func()
File "game/scripts/main_classes/academy/class_girl_manager_ren.py", line 382, in daily_update
girl.daily_update()
File "game/scripts/main_classes/girl/class_girl_ren.py", line 1538, in daily_update
self.daily_photoshoot_updating()
File "game/scripts/main_classes/girl/class_girl_ren.py", line 1751, in daily_photoshoot_updating
photoshoot.synchronize_with_other_participants()
File "game/scripts/main_classes/shoot_base/class_shoot_base_ren.py", line 449, in synchronize_with_other_participants
photoshoot.file_list.unlock()
File "C:\Users\Anchit\Downloads\CorruptedAcademy-0.2513-pc\renpy\revertable.py", line 221, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range