
3.0.1-1.18 Crash on startup
ClaudiusMinimus opened this issue ยท 4 comments
I am in the process of updating my pack, 99 Mods on the Wall: Fabric Edition. I updated Kambrik to 3.0.1-1.18 and it crashes the client. However, when I revert to 3.0.0-1.18 it runs fine.
https://crashy.net/urs4tnqTSTcPokUAyK1D
or
https://crashy.net/urs4tnqTSTcPokUAyK1D?raw
I also have this issue with my mod. What actually is the fix? @ejektaflex
Fixed, duplicate of #10
Update to the newest version of Bountiful, that works with Kambrik 3.1.0!
Same. The game fails to launch.
crash-2022-01-08_22.44.36-server.txt
@isXander is this a mod you've already released? If so, rebuild and rerelease.
I didn't expect this bug - it has to do with the fact that the compiled mod class files (Bountiful in this instance) were not compiled when the auto registrar had default method implementations - thus, Bountiful thought that it was not implementing the registration methods even though it wasn't required (but not oddly didn't know that it wasn't required).
Seems to be a quirk with how Kotlin handles interface default implementations, it must compile them directly into inheriting subclasses.