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 chest crash #409

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Fix chest crash #409

merged 2 commits into from
Feb 3, 2025

Conversation

ethanmoffat
Copy link
Owner

No description provided.

@ethanmoffat ethanmoffat added the bug label Feb 3, 2025
@ethanmoffat ethanmoffat added this to the v1.1 milestone Feb 3, 2025
@ethanmoffat ethanmoffat merged commit f6969da into master Feb 3, 2025
4 checks passed
@ethanmoffat ethanmoffat deleted the fix_chest_crash branch February 3, 2025 06:56
ethanmoffat added a commit that referenced this pull request Feb 3, 2025
Fixes crash bug due to dialog close operations resuming the rest of the Show() call in a different async thread context. This continues with disposal of the dialog, which removes the dialog from the game's components on a different thread, causing an exception if the update loop is in the process of iterating over the components elsewhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant