You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.The text was updated successfully, but these errors were encountered: