```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/days/prologue.rpy", line 1010, in script call
call tutorial1 from _call_tutorial1
File "game/days/prologue.rpy", line 1190, in script
menu:
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 215, in execute
vbox:
File "game/screens/screens.rpy", line 220, in execute
for i in items:
File "game/screens/screens.rpy", line 221, in execute
if i.kwargs:
File "game/screens/screens.rpy", line 237, in execute
if has_direct_content or has_new_content:
File "game/screens/screens.rpy", line 247, in execute
$ new_content = get_new_content_availability(arr_content_id)
File "game/screens/screens.rpy", line 247, in <module>
$ new_content = get_new_content_availability(arr_content_id)
File "game/scripts/script_new_content.rpy", line 683, in get_new_content_availability
if check_ever_visited == 0 or is_ever_visited_and_meet_requirements_arr(arr_content_id):
File "game/scripts/script_new_content.rpy", line 607, in is_ever_visited_and_meet_requirements_arr
if not is_ever_visited(content_id):
File "game/scripts/script_new_content.rpy", line 580, in is_ever_visited
return persistent.seen_content_all_time.get(content_id, False)
AttributeError: 'NoneType' object has no attribute 'get'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/days/prologue.rpy", line 1010, in script call
call tutorial1 from _call_tutorial1
File "game/days/prologue.rpy", line 1190, in script
menu:
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/ast.py", line 1618, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/exports.py", line 1109, in menu
rv = renpy.store.menu(new_items)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/exports.py", line 1364, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/core.py", line 2165, 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 "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/core.py", line 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/screen.py", line 480, in visit_all
callback(self)
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/screen.py", line 491, in per_interact
self.update()
File "/media/xg/xg/beauty and the thug/Beauty and the Thug 4.1/renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 210, in execute
screen choice(items):
File "game/screens/screens.rpy", line 215, in execute
vbox:
File "game/screens/screens.rpy", line 220, in execute
for i in items:
File "game/screens/screens.rpy", line 221, in execute
if i.kwargs:
File "game/screens/screens.rpy", line 237, in execute
if has_direct_content or has_new_content:
File "game/screens/screens.rpy", line 247, in execute
$ new_content = get_new_content_availability(arr_content_id)
File "game/screens/screens.rpy", line 247, in <module>
$ new_content = get_new_content_availability(arr_content_id)
File "game/scripts/script_new_content.rpy", line 683, in get_new_content_availability
if check_ever_visited == 0 or is_ever_visited_and_meet_requirements_arr(arr_content_id):
File "game/scripts/script_new_content.rpy", line 607, in is_ever_visited_and_meet_requirements_arr
if not is_ever_visited(content_id):
File "game/scripts/script_new_content.rpy", line 580, in is_ever_visited
return persistent.seen_content_all_time.get(content_id, False)
AttributeError: 'NoneType' object has no attribute 'get'
Linux-6.1.0-37-amd64-x86_64-with-glibc2.36 x86_64
Ren'Py 8.2.1.24030407
Beauty and the Thug 0.4.1a
Tue Aug 5 23:56:03 2025
```