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

No error is thrown when the loader finds 2+ packages named the same #356

Open
OttoHatt opened this issue Apr 13, 2023 · 0 comments
Open
Labels

Comments

@OttoHatt
Copy link
Contributor

When two packages are named the same, one will inevitably be replicated in before the other. The loader will choose the first. This means that seemingly at random, a conflicting package and its modules will fail to load in-game, giving you the typical xxxx not a child of folder error.

While this isn't undesired behaviour, a more descriptive error should be thrown. You normally see this error when you've mistyped a module name, it's easy to misattribute the cause.

This only occurs with .bootstrapGame, affecting both the client and server.

@OttoHatt OttoHatt added the bug label Apr 13, 2023
@OttoHatt OttoHatt changed the title Packages with identical names cause a loading conflict No error is thrown when the loader find 2+ packages named the same Apr 13, 2023
@OttoHatt OttoHatt changed the title No error is thrown when the loader find 2+ packages named the same No error is thrown when the loader finds 2+ packages named the same Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant