MixinBooter

MixinBooter

7M Downloads

Requieres mixinbooter bug

NuanKi opened this issue ยท 13 comments

commented

i have a mod that needs mixinbooter 8.3 or above, and i have the 8.8 version and when i try to open the game it says:
You must include the right dependencies
Requieres mixinbooter 8.3 or above (missing)
image
while this is my mods folder
image
i tried reinstalling this and the mod that needs this, but its the same
This is the latest.log
https://pastebin.com/HUh7MNXw

commented

Have you ask this on Neeve github yet?

commented

Why 3 other GitHubs?

commented

No, it wasnt the only mod that says the same, but lemme ask in the other 3 githubs

commented

bcuz the problem happened with 3 different mods i was trying to add, but i removed 2 before sending the screenshot here

commented

image
Unable to reproduce with just MB, NAE2 and PAE2.

commented

Further inspection revealed that it's likely that a mod (most likely Essential) is forcing an older version of Mixin.

Caused by: java.lang.NoSuchFieldError: CLEANROOM_DISABLE_MIXIN_CONFIGS
	at zone.rong.mixinbooter.MixinBooterPlugin.initialize(MixinBooterPlugin.java:97) ~[!mixinbooter-8.8.jar:?]
	at zone.rong.mixinbooter.MixinBooterPlugin.<init>(MixinBooterPlugin.java:30) ~[!mixinbooter-8.8.jar:?]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
	at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51]
	at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:594) ~[forge-1.12.2-14.23.5.2860.jar:?]
	... 49 more

Try removing Essential and see if it helps.

commented

I'll check it in about 5 hours after I get home

commented

There is no way to uninstall essentials without deleting your entire .minecraft
The most likely thing is that it is the culprit of the mixin
I guess I'll play with it until the world ends and I'll confirm again if it is or not, after restarting the entire mc

commented

Getting the same issue, but it works when I disable just the essential mod file
https://pastebin.com/JQgakRCq

commented

Getting the same issue, but it works when I disable just the essential mod file

[main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_51, running on Windows 10:amd64:10.0, installed at C:\CurseForge\minecraft\Install\runtime\jre-legacy\windows-x64\jre-legacy

Try switch the java to newer version, avoid using _51 for now.
Make sure you are download Java 8 with later version, not newer Java.

commented

Why the hell is Essentials overriding the forge installation?

commented

idk, but since it requires an installer
https://essential.gg/download

commented

ill try disabling essentials in the mod config, and then installing the neeve mod