OxideWaveLength / Minecraft-Hack-BaseClient

This is a Minecraft Base Client
MIT License
314 stars 48 forks source link

lwjgl64 error #98

Closed ambr0sial closed 2 years ago

ambr0sial commented 2 years ago

When trying to run/debug the client, this error occurs:

Exception in thread "Client thread" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at org.lwjgl.Sys$1.run(Sys.java:72) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:87) at org.lwjgl.Sys.<clinit>(Sys.java:117) at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2602) at net.minecraft.util.Timer.<init>(Timer.java:59) at net.minecraft.client.Minecraft.<init>(Minecraft.java:231) at net.minecraft.client.main.Main.main(Main.java:108) at Start.main(Start.java:7) I saw the wiki and checked the fix for this, but the working directory is already in "MCPLOC/jars", so I don't know what to do. If that can help, my IDE is Eclipse.

josephworks commented 2 years ago

Be sure to add your 1.8.8-natives to the IntelliJ project structure as a dependency. The error is saying that it cannot locate Minecraft natives, specifically lwjgl.

On Mon, Jan 10, 2022 at 6:03 AM waw @.***> wrote:

When trying to run/debug the client, this error occurs:

Exception in thread "Client thread" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at org.lwjgl.Sys$1.run(Sys.java:72) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:87) at org.lwjgl.Sys.(Sys.java:117) at net.minecraft.client.Minecraft.getSystemTime(Minecraft.java:2602) at net.minecraft.util.Timer.(Timer.java:59) at net.minecraft.client.Minecraft.(Minecraft.java:231) at net.minecraft.client.main.Main.main(Main.java:108) at Start.main(Start.java:7) I saw the wiki and checked the fix for this, but the working directory is already in "MCPLOC/jars", so I don't know what to do. If that can help, my IDE is Eclipse.

— Reply to this email directly, view it on GitHub https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient/issues/98, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEPATXZUP5LSJSEYF3G5YGDUVLKLHANCNFSM5LTTG67Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ambr0sial commented 2 years ago

Sorry, can you maybe tell me how to do that on Eclipse?

josephworks commented 2 years ago

Oh, I forgot.

ambr0sial commented 2 years ago

I fixed the problem. For everyone else having this same exact problem, download a ready-to-go MCP 1.8.8. You can find this on GitHub easily. For my case, the batch file did not installed everything correctly.