NullPointerException when join world
SettingDust opened this issue ยท 8 comments
1.17.1
Only requiem and fabric api in mods
https://gist.github.com/SettingDust/569ddf4334caf50499f0070a012c72be
What the fuck
The "fuck" is the newer fabric. I update the fabric-api and fabric-loader in Gradle to 0.12.2 and 0.41.0+1.17. It's appeared. Need to test for exact version.
Edit:
0.12.0, 0.12.1 can't startup game. 0.12.2 can't join world. 0.11.7 is ok
Due to FabricMC/Mixin@24faba3. The 0.12.0/1 error caused by a bug of mixin. The 0.12.2 fixed it (Update mixin)
Fabric loader changes: FabricMC/fabric-loader@8879128...master
In these changes, mixin update from 0.9.3+mixin.0.8.2
to 0.10.3+mixin.0.8.4
Mixin changes: FabricMC/Mixin@11ec11c...FabricMC:main
I think it's in 11ec11c5f17e344e4810680bdd8bea0fed17ce5b...main
#diff-3ad778b7c9
Right, it was linked to the mixin update... still, null callbackinfos ? Anyway, thanks for the details, I'll try to fix it.
Ok I think I found what the fuck was, could you try updating to fabric loader 0.12.3 ?
Ok I think I found what the fuck was, could you try updating to fabric loader 0.12.3 ?
Same result