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
102
300
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
431
436
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 when my ADD will make me do a last minute mistake.

As always, I appreciate the feedback. Be kind.
 

BolHeX

Member
Nov 30, 2019
485
785
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

Member
Nov 30, 2019
485
785
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.
 
4.40 star(s) 30 Votes