MippsytheCat

New Member
Jun 25, 2024
2
0
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.
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
 

wirox

Member
Sep 18, 2017
121
400
can you update lana to 0.35?
it keeps breaking my game for some reason?
At first I thought it was because of mistakes with spaces instead of commas in the shared videoshoot
(with Riley Reid) Excercise Full Complex.
The problem should be solved by removing shared content.

2.jpg

But I was trying to break game on purpose with Lana:
1. Ruining tags with adding unnecessary words
2. Typing 2 spaces in a row
3. Double comma and tripple comma

Game launched, save loaded successfully, and game just showing me all the mess I have done as warnings.
But all of the errors didn't break the game.

1.jpg

BolHeX improved stability very well and now I can't break the game even if I want it.
 
Last edited:
  • Haha
Reactions: megaera

megaera

Member
Nov 12, 2016
462
506
LiyaSilver_Events&AddOnPack.png

Presenting: LiyaSilver_AddOn&Events_Project_1_0

78 vids, 1 event, 1 shared event (Eva Elfie), 2 events traits, 1 videoshoots, 1 videoshoot_config update, 1 shared photoshoot, 3 shared_videoshoots
(shared photoshoot and videoshoots are future proofed shoots with Jia Lissa and Sony Blaze)

Included, Event Based Traits:
Queen of Spades: She's gone Black boy hazy!
Onlyfans Girl: The good stuff is locked behind a paywall!

Final words: This one stretched my modding ability. Everything seems to work fine, but you never know when my ADD will make me do a last minute mistake.

As always, I appreciate the feedback. Be kind.
 
Last edited:

BolHeX

Active Member
Nov 30, 2019
533
936
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
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.
 

MippsytheCat

New Member
Jun 25, 2024
2
0
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.
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
 

BolHeX

Active Member
Nov 30, 2019
533
936
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 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.
 

mpnl

New Member
Jun 29, 2017
2
3
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.

Code:
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'
Also, new-game+ screen bugs out when clicking on 'upgrade unlocks' (another none-type):

Code:
  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'
Love the game though, thank you very much!
 

GodraFan

Newbie
Jun 16, 2024
81
25
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.
 

BolHeX

Active Member
Nov 30, 2019
533
936
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.
I have fixes these for the next update, thanks for the report.

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.
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.
 
  • Like
Reactions: mpnl

GodraFan

Newbie
Jun 16, 2024
81
25
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.
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.



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.
 
  • Like
Reactions: zerg1234

BolHeX

Active Member
Nov 30, 2019
533
936
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 see, well probably not going to make them "gifts" like that but I do plan on just allowing you to gift stolen clothing.

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.
I am reworking sponsors and something like that is planned.

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?
Currently they don't do anything, they are going to be used to change dialogue and options.


1739434286548.png
Was a lot easier to get them to show up as dialogue options than I thought. This is just a test event.

It should also work with events that need multiple girls assuming they are in that location, if its "on cooldown" the option doesn't appear.

This means you can bypass the random chance to manually trigger events.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,289
1,380
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.
think they mean (having them in the inventory where the pills are incase the exam ends before giving them to a girl)
 
  • Like
Reactions: BolHeX

gvcxsaudvu

Newbie
Dec 19, 2017
82
23
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
 

BolHeX

Active Member
Nov 30, 2019
533
936
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
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.
 
  • Like
Reactions: GamerDaddy

Morkar

Well-Known Member
Aug 9, 2016
1,165
664
I don't understand the events with Sasha, I think it's bugged.

I have managed to get pet play 1 but to unlock more I need to get pet play 2 but it always indicates that it has a 1-day cooldown and it doesn't matter what options I put, the same thing always comes out and it doesn't activate

what is the error?
 
4.40 star(s) 32 Votes