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

Loader: Renaming an addon will cause duplicate detection race condition. #77

Open
DeltaGW2 opened this issue Dec 16, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@DeltaGW2
Copy link
Member

Restart the game as a workaround.

Developer notes:
This is because the first addon is being unloaded async.
So when the “new” addon gets loaded, the old one is still loaded → Duplicate.

Possible solution:
Check first → No longer exists → State = None → Reload the other to consume the original addon.

@DeltaGW2 DeltaGW2 added enhancement New feature or request question Further information is requested labels Dec 16, 2024
@DeltaGW2 DeltaGW2 self-assigned this Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant