After it offers you the navigation tutorial, nothing appears on the maps for a moment, then it throws the following exception. Happens whether you ask for the tutorial or skip. This was on loading a previous save (Arts, Kota has the lounge, recruited Khenbish.)
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_hinterlands.rpy", line 1142, in script
call screen HinterlandsNavigation()
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/custom_screens.rpy", line 783, in execute
screen HinterlandsNavigation():
File "game/custom_screens.rpy", line 783, in execute
screen HinterlandsNavigation():
File "game/custom_screens.rpy", line 785, in execute
for location in hinterlands_locations:
File "game/custom_screens.rpy", line 785, in <module>
for location in hinterlands_locations:
NameError: name 'hinterlands_locations' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_hinterlands.rpy", line 1142, in script
call screen HinterlandsNavigation()
File "renpy/ast.py", line 2009, in execute
self.call("execute")
File "renpy/ast.py", line 1997, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "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 "renpy/exports.py", line 3057, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3693, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 567, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3693, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/custom_screens.rpy", line 783, in execute
screen HinterlandsNavigation():
File "game/custom_screens.rpy", line 783, in execute
screen HinterlandsNavigation():
File "game/custom_screens.rpy", line 785, in execute
for location in hinterlands_locations:
File "game/custom_screens.rpy", line 785, in <module>
for location in hinterlands_locations:
NameError: name 'hinterlands_locations' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Minotaur Hotel 0.6.2
Fri Oct 14 14:38:33 2022
[/code]