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

Fix goal hint nondeterminism introduced by #2021 #2030

Merged
merged 1 commit into from
Jul 16, 2023

Conversation

MajikVroom
Copy link

I used a set. Really shouldn't have done that. The internal ordering of the set isn't the same across generations, so the seeded random pull doesn't result in the same goal+world tuple every time.

The result is that the same location gets hinted, but if the location is required for multiple goal+worlds, it's inconsistent which is selected.

@MajikVroom
Copy link
Author

Bug was introduced by #2021

@MajikVroom MajikVroom changed the title Fix nondeterminism introduced by #2021 Fix goal hint nondeterminism introduced by #2021 Jul 1, 2023
@fenhl fenhl added Type: Bug Something isn't working Component: Hints related to how we help the player labels Jul 9, 2023
@cjohnson57 cjohnson57 merged commit 742eb53 into OoTRandomizer:Dev Jul 16, 2023
3 checks passed
@fenhl fenhl added this to the 8.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Hints related to how we help the player Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants