TheUberstuff
Well-Known Member
- Jul 28, 2020
- 1,633
- 2,380
- 428
Trying to talk to the nun in the park.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 30 more times]
File "game/nun.rpy", line 68, in script
call screen nun_hub()
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/nun.rpy", line 70, in execute
screen nun_hub():
File "game/nun.rpy", line 70, in execute
screen nun_hub():
File "game/nun.rpy", line 73, in execute
vbox align .01,.5:
File "game/nun.rpy", line 74, in execute
use girl_hud(nun_char)
File "game/script.rpy", line 6814, in execute
File "game/script.rpy", line 6814, in execute
File "game/script.rpy", line 6816, in execute
add who.prefix + "_icon" xalign .5
File "game/script.rpy", line 6817, in execute
frame background "#000000ff" padding 3,3:
File "game/script.rpy", line 6818, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 6938, in execute
File "game/script.rpy", line 6939, in execute
if who==nun_char:
File "game/script.rpy", line 6939, in <module>
if who==nun_char:
AttributeError: 'GameCharacter' object has no attribute 'scene_list'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
File "game/tv.rpy", line 98, in script call
call megan_tv_3 from _call_megan_tv_3
[Previous line repeated 30 more times]
File "game/nun.rpy", line 68, in script
call screen nun_hub()
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\ast.py", line 1971, in execute
self.call("execute")
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-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 "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\exports.py", line 3420, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-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 "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "M:\Porn games To check\Live_in_Corruption-2.4.1-pc-compressed\corruptsin-2.4.1-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/nun.rpy", line 70, in execute
screen nun_hub():
File "game/nun.rpy", line 70, in execute
screen nun_hub():
File "game/nun.rpy", line 73, in execute
vbox align .01,.5:
File "game/nun.rpy", line 74, in execute
use girl_hud(nun_char)
File "game/script.rpy", line 6814, in execute
File "game/script.rpy", line 6814, in execute
File "game/script.rpy", line 6816, in execute
add who.prefix + "_icon" xalign .5
File "game/script.rpy", line 6817, in execute
frame background "#000000ff" padding 3,3:
File "game/script.rpy", line 6818, in execute
frame background "#e066a3ff":
File "game/script.rpy", line 6938, in execute
File "game/script.rpy", line 6939, in execute
if who==nun_char:
File "game/script.rpy", line 6939, in <module>
if who==nun_char:
AttributeError: 'GameCharacter' object has no attribute 'scene_list'
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Live in Corruption 2.4.1
Sun Aug 17 14:09:13 2025