0% found this document useful (0 votes)
8 views3 pages

Traceback

An uncaught exception occurred in the game 'Seeds of Chaos', specifically an AttributeError indicating that the 'Library' object has no attribute 'bg'. The error arises during the execution of the room screen and castle navigation scripts. The traceback provides details on the sequence of function calls leading to the error.

Uploaded by

costtajvitor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Traceback

An uncaught exception occurred in the game 'Seeds of Chaos', specifically an AttributeError indicating that the 'Library' object has no attribute 'bg'. The error arises during the execution of the room screen and castle navigation scripts. The traceback provides details on the sequence of function calls leading to the error.

Uploaded by

costtajvitor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/main_loop.rpy", line 73, in script call
call rowans_chambers from _call_rowans_chambers
File "game/locations/rowans_chambers.rpy", line 81, in script
call screen room_screen('bg9', "alexia room",
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/screens/room_screen.rpy", line 23, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 23, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 193, in execute
use castle_room_nav
File "game/screens/castle_map.rpy", line 909, in execute
screen castle_room_nav():
File "game/screens/castle_map.rpy", line 909, in execute
screen castle_room_nav():
File "game/screens/castle_map.rpy", line 910, in execute
showif menuActive:
File "game/screens/castle_map.rpy", line 912, in execute
frame:
File "game/screens/castle_map.rpy", line 920, in execute
viewport id "castle_viewport":
File "game/screens/castle_map.rpy", line 926, in execute
has vbox
File "game/screens/castle_map.rpy", line 946, in execute
for bld in castle.buildings.values():
File "game/screens/castle_map.rpy", line 947, in execute
if castle.visitable(bld.uid) and (bld.uid in castle_menu[castle_map_level]):
File "game/screens/castle_map.rpy", line 948, in execute
textbutton bld.name + event_manager.has_event_notif("week_end", bld.bg) xsize
300:
File "game/screens/castle_map.rpy", line 948, in <module>
textbutton bld.name + event_manager.has_event_notif("week_end", bld.bg) xsize
300:
AttributeError: 'Library' object has no attribute 'bg'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/main_loop.rpy", line 73, in script call
call rowans_chambers from _call_rowans_chambers
File "game/locations/rowans_chambers.rpy", line 81, in script
call screen room_screen('bg9', "alexia room",
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\ast.py", line 1987, in execute
self.call("execute")
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\ast.py", line 1966, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\statements.py", line 374, 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\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen",
roll_forward=roll_forward)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\core.py", line 2218, 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\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\core.py", line 2748, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\core.py", line 2748, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\costt\Downloads\seeds-of-chaos-0.4.11a PC - Ri-UK\seeds-of-chaos-
0.4.11a PC - Ri-UK\renpy\display\screen.py", line 700, in update
self.screen.function(**self.scope)
File "game/screens/room_screen.rpy", line 23, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 23, in execute
screen room_screen(bg, actor, items, operator_uid=None, back_action=None):
File "game/screens/room_screen.rpy", line 193, in execute
use castle_room_nav
File "game/screens/castle_map.rpy", line 909, in execute
screen castle_room_nav():
File "game/screens/castle_map.rpy", line 909, in execute
screen castle_room_nav():
File "game/screens/castle_map.rpy", line 910, in execute
showif menuActive:
File "game/screens/castle_map.rpy", line 912, in execute
frame:
File "game/screens/castle_map.rpy", line 920, in execute
viewport id "castle_viewport":
File "game/screens/castle_map.rpy", line 926, in execute
has vbox
File "game/screens/castle_map.rpy", line 946, in execute
for bld in castle.buildings.values():
File "game/screens/castle_map.rpy", line 947, in execute
if castle.visitable(bld.uid) and (bld.uid in castle_menu[castle_map_level]):
File "game/screens/castle_map.rpy", line 948, in execute
textbutton bld.name + event_manager.has_event_notif("week_end", bld.bg) xsize
300:
File "game/screens/castle_map.rpy", line 948, in <module>
textbutton bld.name + event_manager.has_event_notif("week_end", bld.bg) xsize
300:
AttributeError: 'Library' object has no attribute 'bg'

Windows-10-10.0.22621 AMD64
Ren'Py 8.3.6.25022803
Seeds of Chaos 0.4.11a
Thu Jun 12 12:03:24 2025

You might also like