LaVache-FR / ViaMCP

Client-Side ViaVersion For "ModCoderPack"
48 stars 4 forks source link

Export & Crashing #7

Open taljafox opened 3 years ago

taljafox commented 3 years ago

Hello, I exported my client and got an error which ofc is: java.lang.ClassNotFoundException: us.myles.ViaVersion.api.platform.ViaInjector is there something i need to add to the json file? The rest of the error: java.lang.NoClassDefFoundError: us/myles/ViaVersion/api/platform/ViaInjector at Cheetah.ViaMCP.viamcp.exemple.MainExemple.startClient(MainExemple.java:17) at net.minecraft.client.Minecraft.startGame(Minecraft.java:571) at net.minecraft.client.Minecraft.run(Minecraft.java:405) at net.minecraft.client.main.Main.main(Main.java:113) Caused by: java.lang.ClassNotFoundException: us.myles.ViaVersion.api.platform.ViaInjector at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 4 more

Stacktrace: at net.minecraft.client.Minecraft.run(Minecraft.java:405) at net.minecraft.client.main.Main.main(Main.java:113)