Weird crash in the latest Jan 2026 release on “In Occupation’s Shadow” when I move Florina one space to the left and then have Lyn occupy her current space.
tail of crash log
1462915 DEBUG: general_states: Testing region: True True
1462915 ERROR: general_states: Region condition {True} could not be evaluated
1462919 ERROR: driver: Game crashed with exception.
Traceback (most recent call last):
File “app\engine\driver.py”, line 165, in run
surf, repeat = game.state.update(, surf)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “app\engine\state_machine.py”, line 257, in update
begin_output = state.begin()
^^^^^^^^^^^^^
File “app\engine\general_states.py”, line 1032, in begin
self.menu = menus.Choice(self.cur_unit, options, info=info_descs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “app\engine\menus.py”, line 376, in init
super().init(owner, options, topleft, background, info)
File “app\engine\menus.py”, line 160, in init
self.create_options(options, info)
File “app\engine\menus.py”, line 436, in create_options
desc = info_descs[idx]
~~~~~~~~~~^^^^^
IndexError: list index out of range
Florina has the return ring if that’s relevant.