Giter Club home page Giter Club logo

Comments (10)

artdeell avatar artdeell commented on July 29, 2024
Exception in thread "Thread-4" java.lang.UnsatisfiedLinkError: no lwjgl 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:73)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
    at org.lwjgl.Sys.loadLibrary(Sys.java:95)
    at org.lwjgl.Sys.<clinit>(Sys.java:112)
    at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
    at com.mojang.minecraft.Minecraft.run(Minecraft.java:227)
    at java.lang.Thread.run(Unknown Source)

LWJGL is properly installed in my workspace, so I don't understand why this error happens. The 'MinecraftMania - Single Player' window opens, but it only has the system color background (beige or gray on windows) in it.

Did you define -Djava.library.path?

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

Iā€™m not sure, I will check next time Iā€™m on my computer.

from minecraft-classic-forever.

 avatar commented on July 29, 2024

did you linked natives?

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

Yes i did.

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

I've got it to work. I switched to Linux lmao

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

Fuck sake never mind

Exception in thread "Thread-2" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path: /usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
        at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2429)
        at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:818)
        at java.base/java.lang.System.loadLibrary(System.java:1989)
        at org.lwjgl.Sys$1.run(Sys.java:72)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
        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 org.lwjgl.opengl.Display.<clinit>(Display.java:137)
        at com.mojang.minecraft.Minecraft.run(Minecraft.java:227)
        at java.base/java.lang.Thread.run(Thread.java:833)

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

wait actually i use vscode now so the natives might not be added

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

I'm setting java.library.path like this: -Djava.library.path="run/native/*:${system_property:java.library.path}" in my ./startclient.sh, but then I get a similar exception: no lwjgl64 in java.library.path: run/native/*:

It isn't adding back the rest of the path, and also still isn't finding LWJGL natives

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

I've solved it not having the default path but the issue is still there

from minecraft-classic-forever.

TheAwesome98-Real avatar TheAwesome98-Real commented on July 29, 2024

fixed by installing the lwjgl packages in the package manager

from minecraft-classic-forever.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.