Skip to content

Can't generate seed with particular settings on 6.0.85 R-1 #54

Description

@xlogisticsx

AJJWKCDVKAB8PMAA243MR8TSAWCHGSKSTAUS6B7TDD8VGZPKASAJADABNAENBQ2EJTLAD9UC3JHLUVNFBSNCAASGSEFAB

Using the string above with no seed set, I get error the error below.

Entrance placement attempt count exceeded for world 0
Traceback (most recent call last):
File "F:\OOTR\OoT-Randomizer-Dev-R\OoTRandomizer.py", line 62, in start
main(settings)
File "F:\OOTR\OoT-Randomizer-Dev-R\Main.py", line 56, in main
spoiler = generate(settings, window=window)
File "F:\OOTR\OoT-Randomizer-Dev-R\Main.py", line 121, in generate
worlds = build_world_graphs(settings, window=window)
File "F:\OOTR\OoT-Randomizer-Dev-R\Main.py", line 168, in build_world_graphs
set_entrances(worlds)
File "F:\OOTR\OoT-Randomizer-Dev-R\EntranceShuffle.py", line 362, in set_entrances
shuffle_random_entrances(worlds)
File "F:\OOTR\OoT-Randomizer-Dev-R\EntranceShuffle.py", line 517, in shuffle_random_entrances
shuffle_entrance_pool(world, worlds, entrance_pool, target_entrance_pools[pool_type], locations_to_ensure_reachable)
File "F:\OOTR\OoT-Randomizer-Dev-R\EntranceShuffle.py", line 604, in shuffle_entrance_pool
raise EntranceShuffleError('Entrance placement attempt count exceeded for world %d' % entrance_pool[0].world.id)
EntranceShuffle.EntranceShuffleError: Entrance placement attempt count exceeded for world 0

However, I turned off cow shuffle, settings string AJJWKCDVKAB8PMAA2L3MR8TSAWCHGSKSTAUS6B7TDD8VGZPKASAJADABNAENBQ2EJTLAD9UC3JHLUVNFBSNCAASGSEFAB, and it worked just fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions