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

Seeds of Chaos 0.4.11a Error Log

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)
199 views3 pages

Seeds of Chaos 0.4.11a Error Log

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

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/[Link]", 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 [Link]():
File "game/screens/castle_map.rpy", line 947, in execute
if [Link]([Link]) and ([Link] in castle_menu[castle_map_level]):
File "game/screens/castle_map.rpy", line 948, in execute
textbutton [Link] + event_manager.has_event_notif("week_end", [Link]) xsize
300:
File "game/screens/castle_map.rpy", line 948, in <module>
textbutton [Link] + event_manager.has_event_notif("week_end", [Link]) 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\[Link]", line 1987, in execute
[Link]("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\[Link]", line 1966, in call
return [Link](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\[Link]", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/[Link]", 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\[Link]", line 345, in call_screen
rv = [Link](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\[Link]", line 301, in interact
rv = [Link](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\[Link]", 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\[Link]", 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\[Link]", 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\[Link]", 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\[Link]", 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\[Link]", 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\[Link]", 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\[Link]", line 491, in per_interact
[Link]()
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\[Link]", line 700, in update
[Link](**[Link])
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 [Link]():
File "game/screens/castle_map.rpy", line 947, in execute
if [Link]([Link]) and ([Link] in castle_menu[castle_map_level]):
File "game/screens/castle_map.rpy", line 948, in execute
textbutton [Link] + event_manager.has_event_notif("week_end", [Link]) xsize
300:
File "game/screens/castle_map.rpy", line 948, in <module>
textbutton [Link] + event_manager.has_event_notif("week_end", [Link]) 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 [Link] 2025

You might also like