Closed Ordinastie closed 5 years ago
Looks like something else you have in your environment is breaking the coremod contract.
Also there is not sufficient information in the console log to troubleshoot something like that, the fml log will provide the required details.
I added the log to the gist.
Looks like it's discovering the spongeforge jar too late to get the PREINIT phase mixins applied, you could try putting the spongeforge jar on the classpath instead.
If I just put the jar on the classpath, it apparently gets loaded first and takes its Mixin version instead of the 0.7.4 MalisisCore needs. I don't see to be able to change the order.
Assuming you're using eclipse, you can just click on the sponge jar in the run configuration and change its order with respect to the other items on the classpath.
I got the same result for both : https://puu.sh/xRsYy.png and https://puu.sh/xRsY2.png
Hm weird, I wonder if there's some internal sorting going on in FML or ForgeGradle. There's two possible remedies:
org.spongepowered.asm
package, it only needs the manifest entries in order to detect it properlyI somehow broke everything as I can't even launch at all anymore, even without Sponge. I'll get back to you once it's fixed.
It's probably easier to deal with this kind of thing over IRC anyway, better to wait until this evening if you can.
I'm trying to have Songe in my dev environment to help me fix my mixin, but it crashes. I just put the dev jar in mods/ folder. Here is the log : https://gist.github.com/Ordinastie/ffdb58b42b4ff7a58fa62cde7a544946