-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Compatability Bug] Causing a crash when run in a mod pack with mods that use Mixins v0.8 #172
Comments
+1 for this |
Same. Log shows issues loading mixins when trying to load with Malisis Core 6.5.1 and Malisis Doors 7.3.0 |
You can simply delete the Mixins library folder from the jar file found in malisiscore-1.12.2-6.5.1.jar\org\spongepowered\asm\ by opening it with a program like 7zip. If you're running into this problem I assume you already have the newer version of Mixins. Honestly I think the author should just require Mixin Bootstrap as a dependency and stop shipping it. |
Same issue
|
Solved by changing the name from "spongeforge-1.12.2-2838-7.2.2.jar" to "_spongeforge-1.12.2-2838-7.2.2.jar" |
Mod: MalisisCore
Version: 6.5.1
MC Version: 1.12.2
Forge Version: 14.23.5.2854
Hey guys, Im running a SpongeForge setup along with VanillaFix v150 these mods both use a newer version of Mixins v0.8 than that used in MalisisCore, and will crash both server and client due to incompatibility.
Conflicting Mods:
Spongeforge Versions: 1.12.2-2838-7.1.9-RC3976 through 1.12.2-2838-7.2.1-RC4011
VanillaFix Version: 1.0.10-150
Client Crash Log:
https://paste.ee/p/3obTJ
Server Crash Log - with "dirty workaround"
https://paste.ee/p/2UzHg
Dirty Workaround:
Rename Spongeforge to _aaa.Spongeforge...jar
Rename Vanilla Fix to _aab.VanillaFix...jar
This forces SpongeForge and then VanillaFix to load before MalisisCore thus forcing usage of the newer mixins 0.8 version
Even though there is a work around I'm still submitting this as a compatibility bug as well as a request to have the mixins version updated to 0.8
Of note: i have seen a few mod developers handle this by offering builds of their mods that support both 0.7 and 0.8 . (they usually add the mixins verson to the filename)
Thanks for all your hard work it's really appreciated!
Many kind regards
Lee
The text was updated successfully, but these errors were encountered: