#Mixins Help
1 messages · Page 1 of 1 (latest)
Spigot Mixins when? :p
tmr
java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft
at me.jtx.nitrous.features.modules.PerspectiveModule.overrideMouse(PerspectiveModule.java:66)
at bfk.a(EntityRenderer.java:1321)
at ave.av(SourceFile:915)
at ave.a(SourceFile:325)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.Minecraft
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 11 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:177)
... 13 more
My error when launching via mc launcher ^
fabric and sponge?
AdvancedDeluxeAsyncNetMinecraftServer
Pretty sure forge gradle takes care of that
don't think I did anything wrong but here is my gradle https://www.toptal.com/developers/hastebin/urehivupey.csharp
I use shadowJar to retrieve a jar file
Ah 1.8.9
well yes
No idea, I only know how to use mixins in the newer forge versions that include them natively
u dont have remap = false in ur annotations do u?
in my gradle?
no in ur actual mixin classes
I do
u do have remap = false?
Some of them
try running w/o i think
I do
oh I just noticed i have Cannot resolve any target instructions in target class on some methods
hmm
that's weird that I do
mcdev plugin telling u that i assume?
same thing still
@signal karma How do you shade?
Thinking maybe its shadowJar
Shade what
i think he wants/needs to shade mixins library in @signal karma
I was just thinking maybe a im building the jar wrong
hmm
@halcyon reef when I launch it via mc launcher = https://www.toptal.com/developers/hastebin/beyisurowe.less
[Info: 2021-12-14 02:21:28.4149164: GameCallbacks.cpp(162)] Launcher/launcher (main) Info Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/core/JsonGenerationException