Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'savewarp_fallback' #17

Open
fenhl opened this issue Aug 17, 2023 · 0 comments
Open

KeyError: 'savewarp_fallback' #17

fenhl opened this issue Aug 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fenhl
Copy link
Owner

fenhl commented Aug 17, 2023

Got a report of this on 7.1.118 Fenhl-19:

'savewarp_fallback'
Traceback (most recent call last):
  File "OoTRandomizer.py", line 64, in start
    main(settings)
  File "Main.py", line 57, in main
    spoiler = generate(world_settings, window=window)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "Main.py", line 123, in generate
    worlds = build_world_graphs(world_settings, window=window)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "Main.py", line 180, in build_world_graphs
    set_entrances(worlds, savewarps_to_connect)
  File "EntranceShuffle.py", line 440, in set_entrances
    shuffle_random_entrances(worlds)
  File "EntranceShuffle.py", line 784, in shuffle_random_entrances
    savewarp_region = world.get_region(savewarp_target.data['savewarp_fallback'].split(' -> ')[1])
                                       ~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: 'savewarp_fallback'

Workaround

Disable boss ER.

@fenhl fenhl added the bug Something isn't working label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant