Potential hard-locking for Tracked Data Handlers #385
Labels
bug
Something isn't working
good first issue
Good for newcomers
library: entity
Related to the entity library.
Describe the bug
A combination of mixin ordering (we are added after another mod) plus the mod causing the issue not being the development mod could hard lock a game by crashing on startup.
In addition, if a mod injects at the top of
<clinit>
and registers null, we then believe that is theBYTE
handler, causing another crash.How did QSL break?
quilt-standard-libraries/library/entity/entity_extensions/src/main/java/org/quiltmc/qsl/entity/extensions/mixin/networking/TrackedDataHandlerRegistryMixin.java
Lines 139 to 141 in cbd35a1
Which environment did you encounter this bug in?
Both
Logs
No response
The text was updated successfully, but these errors were encountered: