
Cross mod interaction crash
zabi94 opened this issue ยท 5 comments
If I understand correctly the following mixin injection assumes no mod will call the getColor method before the property objects are initialized, and it may be the cause of this crash that was reported to me: zabi94/ExtraAlchemy#81
All the details are included by the user in that report
This is the stack trace: https://pastebin.com/raw/WMqvtL5m
This is where I call the method, nothing is null on my side: https://github.com/zabi94/ExtraAlchemy/blob/5e64eecc6c5a0f361a5869027708cfc8e3e406f4/src/main/java/zabi/minecraft/extraalchemy/statuseffect/ModEffectRegistry.java#L69
bad000
- guess it was bad lol. Looks like you fixed it on your end, but I can look into gating the access behind a check or making sure the properties are initialized. Note that if you cache the colors before resource reload, they may be incorrect regardless.
๐ Jokes aside, I'm kinda curious about where the bad000 name comes from. At first I thought it might be the obfuscated class name for StatusEffect, but it's not