My current file is 31.6GB. I don't have davemanster's (lots of vid there) and KingTuts mod in there. About every girlpack in though.Just curious :how many GB are needed to have all the MOD ? Anybody tried it ?
I am getting the same error:I have this error everytime that an exam ends and I solte panties, I have the clothes mods and their fixes, also the kingtut mod.
You don't have permission to view the spoiler content. Log in or register now.
sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 32, in script
python:
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 38, in <module>
if panty.owner.not_in_room:
AttributeError: 'NoneType' object has no attribute 'not_in_room'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 32, in script
python:
File "/Applications/renpy-8.3.4-sdk/renpy/ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/renpy-8.3.4-sdk/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 38, in <module>
if panty.owner.not_in_room:
AttributeError: 'NoneType' object has no attribute 'not_in_room'
Ren'Py 8.3.4.24120703
Corrupted Academy 0.353a
At first I thought it was because of mistakes with spaces instead of commas in the shared videoshootcan you update lana to 0.35?
it keeps breaking my game for some reason?
Can you try this hotfix. I have fixed it in the next update but since its a big issue I tried to back port it.I am getting the same error:
Code:sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 32, in script python: File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 38, in <module> if panty.owner.not_in_room: AttributeError: 'NoneType' object has no attribute 'not_in_room' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 32, in script python: File "/Applications/renpy-8.3.4-sdk/renpy/ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Applications/renpy-8.3.4-sdk/renpy/python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 38, in <module> if panty.owner.not_in_room: AttributeError: 'NoneType' object has no attribute 'not_in_room' Ren'Py 8.3.4.24120703 Corrupted Academy 0.353a
Thanks! I applied the hotfix and haven't encountered it again. I did encounter this error after exam end and before the two girl office ambush event:Can you try this hotfix. I have fixed it in the next update but since its a big issue I tried to back port it.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 77, in script
python:
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 122, in <module>
if selected_girl.naturism >= 50 and random_chance <= selected_girl.naturism/chance_divider:
AttributeError: 'NoneType' object has no attribute 'naturism'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 77, in script
python:
File "/Applications/renpy-8.3.4-sdk/renpy/ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Applications/renpy-8.3.4-sdk/renpy/python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 122, in <module>
if selected_girl.naturism >= 50 and random_chance <= selected_girl.naturism/chance_divider:
AttributeError: 'NoneType' object has no attribute 'naturism'
Ren'Py 8.3.4.24120703
Corrupted Academy 0.353c
I actually have no idea how this happened but it seems like one of the girls in the exam has been set to None. Try quiting the game and reloading your last save. Otherwise you can probably just ignore this, it shouldn't happen again after sleeping.Thanks! I applied the hotfix and haven't encountered it again. I did encounter this error after exam end and before the two girl office ambush event:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 77, in script python: File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 122, in <module> if selected_girl.naturism >= 50 and random_chance <= selected_girl.naturism/chance_divider: AttributeError: 'NoneType' object has no attribute 'naturism' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 77, in script python: File "/Applications/renpy-8.3.4-sdk/renpy/ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/Applications/renpy-8.3.4-sdk/renpy/python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/locations/academy/classroom/label_conclude_exam.rpy", line 122, in <module> if selected_girl.naturism >= 50 and random_chance <= selected_girl.naturism/chance_divider: AttributeError: 'NoneType' object has no attribute 'naturism' Ren'Py 8.3.4.24120703 Corrupted Academy 0.353c
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 148, in script
$ renpy.call_screen("management_menu", _layer="master")
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 148, in <module>
$ renpy.call_screen("management_menu", _layer="master")
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 169, in execute
screen management_menu:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 169, in execute
screen management_menu:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 262, in execute
frame:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 272, in execute
frame:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 278, in execute
if selected_tab == "budget":
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 613, in execute
python:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 649, in <module>
face_image = desaturate_image(auxiliary_teacher.image_manager.get_face_image())
AttributeError: 'NoneType' object has no attribute 'image_manager'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 148, in script
$ renpy.call_screen("management_menu", _layer="master")
File "C:\CorruptedAcademy-0.351-win\renpy\ast.py", line 827, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\CorruptedAcademy-0.351-win\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 148, in <module>
$ renpy.call_screen("management_menu", _layer="master")
File "C:\CorruptedAcademy-0.351-win\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\CorruptedAcademy-0.351-win\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\CorruptedAcademy-0.351-win\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 "C:\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\CorruptedAcademy-0.351-win\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\CorruptedAcademy-0.351-win\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\CorruptedAcademy-0.351-win\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 169, in execute
screen management_menu:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 169, in execute
screen management_menu:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 262, in execute
frame:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 272, in execute
frame:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 278, in execute
if selected_tab == "budget":
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 613, in execute
python:
File "game/scripts/locations/computer/academy_management/screen_academy_management.rpy", line 649, in <module>
face_image = desaturate_image(auxiliary_teacher.image_manager.get_face_image())
AttributeError: 'NoneType' object has no attribute 'image_manager'
File "game/scripts/main_classes/academy/class_academy_ren.py", line 161, in get_maintained_faculty_tooltip
tooltip_strings.append(f"{{color={menu_text_color_muted}}}{teacher_title}:{{/color}} {teacher.full_name} -> None")
AttributeError: 'NoneType' object has no attribute 'full_name'
I have fixes these for the next update, thanks for the report.Here's another error I've been getting when using new-game plus (only change to default settings is to keep academy cash), shows up every time I go to the academy management settings.
Good point, I didn't think about this. I might need to track everyone's cum since you can steal and give it to other girls. Not sure what you mean about "transfering to personal inventory" though.is it possible to set persistance for panties?
by that, i mean, if i steal stained panties from someone and give it to another person, atm, description now says it contains the new person's cum, instead of the original owner, whose stains it is, so can it be changed to remember history?
and can you make it possible to just transfer a few to personal inventory.
well, if i can transfer to inventory (one where the gifts live) from the desk drawer (where the panties live), then i can give them as a gift, or give to girls during exam.I have fixes these for the next update, thanks for the report.
Good point, I didn't think about this. I might need to track everyone's cum since you can steal and give it to other girls. Not sure what you mean about "transfering to personal inventory" though.
I see, well probably not going to make them "gifts" like that but I do plan on just allowing you to gift stolen clothing.well, if i can transfer to inventory (one where the gifts live) from the desk drawer (where the panties live), then i can give them as a gift, or give to girls during exam.
I am reworking sponsors and something like that is planned.also, i was thinking can we get videos (gifs) when girls are sent on sponsor missions. cause that part feels useless, except money. and also shouldn't those missions affect the stats of sent girls, like corruption and stuff.
Currently they don't do anything, they are going to be used to change dialogue and options.Do the lust, control, greed, compassion player stats affect anything in the game? Or are they there for a future game system that's not finished yet?
think they mean (having them in the inventory where the pills are incase the exam ends before giving them to a girl)Good point, I didn't think about this. I might need to track everyone's cum since you can steal and give it to other girls. Not sure what you mean about "transfering to personal inventory" though.
Currently: Beach, Pier, Mall(Coffee Shop). I have a bar planned as part of the sponsor rework but I might make it just a hang out location for now since I do have it mostly done.Will there be any new locations besides the academy? it would be cool to meet some girls or mothers at a bar for example, just a suggestion