DataManager (Error executing task on Client)
segg21 opened this issue ยท 1 comments
Extreme sound muffler version
3.37
Forge / Fabric version
43.2.14
Additional mod(s) version (If bug is due incompatibility)
Describe the bug
Recently some players from ATM8 & ATM9 modpack has had issues with this mod. Upon investigation it had appeared that the main issue was that DataManager
uses Gson#fromJson()
which can return null. Not sure exactly why it would return null, and haven't quite reproduced the issue. This should be null checked atleast with some fallback?
Due to this code being a mixin from player constructor, the crash report is misleading, though log provided to exact line of the error, and code reference mentioned.
Log: https://mclo.gs/YTc5Rfl#L3104
Code Reference: DataManager.java#L69
In-case this may be another mod interfering, any feedback would be thankful.
Thanks!
Steps to reproduce
Haven't been reproduced yet
Crashlog
Since this was a MIXIN, the crash report is mis-leading, though can provide if necessary.
Additional context
No response