```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/features/map/map_screen.rpy", line 7, in execute
File "game/scripts/features/map/map_screen.rpy", line 7, in execute
File "game/scripts/features/map/map_screen.rpy", line 8, in execute
File "game/scripts/features/map/map_screen.rpy", line 12, in execute
File "game/scripts/features/map/map_screen.rpy", line 13, in execute
File "game/scripts/features/map/map_screen.rpy", line 13, in keywords
File "game/scripts/features/map/map_screen.rpy", line 14, in <module>
AttributeError: 'Location' object has no attribute 'image_name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/features/map/map_screen.rpyc", line 4, in script
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/ast.py", line 2015, in execute
self.call("execute")
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/core.py", line 3325, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/core.py", line 3737, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/screen.py", line 436, in visit_all
callback(self)
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/core.py", line 3737, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/screen.py", line 447, in per_interact
self.update()
File "/private/var/folders/cf/112pfq5s20xg2wt8rz3gsbg00000gn/T/AppTranslocation/8E12BBD9-5D30-44C7-891E-6F00E1A3BC1E/d/becoming_a_femboy.app/Contents/Resources/autorun/renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/scripts/features/map/map_screen.rpy", line 7, in execute
File "game/scripts/features/map/map_screen.rpy", line 7, in execute
File "game/scripts/features/map/map_screen.rpy", line 8, in execute
File "game/scripts/features/map/map_screen.rpy", line 12, in execute
File "game/scripts/features/map/map_screen.rpy", line 13, in execute
File "game/scripts/features/map/map_screen.rpy", line 13, in keywords
File "game/scripts/features/map/map_screen.rpy", line 14, in <module>
AttributeError: 'Location' object has no attribute 'image_name'
Darwin-21.6.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
Becoming a Femboy 0.1.0
Thu Oct 20 08:29:36 2022
```