Hello Guys
I need help with an error meesage while trying to access to the inventory and specialy the spleepwear wardrobe or the the swimwear .
thks a lot
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 36 more times]
File "game/script.rpy", line 3115, in script
call screen wardrobe_hub()
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3121, in execute
frame background "#000000ff" align 0.5,0.5 padding 3,3:
File "game/script.rpy", line 3122, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 3123, in execute
vbox xysize 1600,800:
File "game/script.rpy", line 3124, in execute
hbox xsize 1600:
File "game/script.rpy", line 3125, in execute
vbox:
File "game/script.rpy", line 3199, in execute
if option==1:
File "game/script.rpy", line 3200, in execute
vbox:
File "game/script.rpy", line 3225, in execute
if 104 in megan_char.inventory:
File "game/script.rpy", line 3226, in execute
hbox:
File "game/script.rpy", line 3228, in execute
vbox:
File "game/script.rpy", line 3229, in execute
if megan_char.night_shirt_morning>0:
File "game/script.rpy", line 3229, in <module>
if megan_char.night_shirt_morning>0:
AttributeError: 'GameCharacter' object has no attribute 'night_shirt_morning'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 78, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 36 more times]
File "game/script.rpy", line 3115, in script
call screen wardrobe_hub()
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2166, 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:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\thesn\Documents\_New Best of\Live_in_Corruption_-1.6.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3118, in execute
screen wardrobe_hub():
File "game/script.rpy", line 3121, in execute
frame background "#000000ff" align 0.5,0.5 padding 3,3:
File "game/script.rpy", line 3122, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 3123, in execute
vbox xysize 1600,800:
File "game/script.rpy", line 3124, in execute
hbox xsize 1600:
File "game/script.rpy", line 3125, in execute
vbox:
File "game/script.rpy", line 3199, in execute
if option==1:
File "game/script.rpy", line 3200, in execute
vbox:
File "game/script.rpy", line 3225, in execute
if 104 in megan_char.inventory:
File "game/script.rpy", line 3226, in execute
hbox:
File "game/script.rpy", line 3228, in execute
vbox:
File "game/script.rpy", line 3229, in execute
if megan_char.night_shirt_morning>0:
File "game/script.rpy", line 3229, in <module>
if megan_char.night_shirt_morning>0:
AttributeError: 'GameCharacter' object has no attribute 'night_shirt_morning'
Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 1.6.0
Mon Dec 9 17:52:24 2024