-
Notifications
You must be signed in to change notification settings - Fork 1
** Uncaught Exception! ** #170
-
Version: 1.4.0
Build date: 2025年02月13日 09:03
OS: Linux (amd64)
JRE: 25.0.1
Error: ** Uncaught Exception! **
Stack trace:
java.lang.UnsatisfiedLinkError: Can't load library: /home/kevin/juegos/opsu/Natives/liblwjgl64.so
at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.base/java.lang.Runtime.load0(Unknown Source)
at java.base/java.lang.System.load(Unknown Source)
at org.lwjgl.Sys1ドル.run(Sys.java:70)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
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:135)
at org.newdawn.slick.AppGameContainer1ドル.run(AppGameContainer.java:39)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
at itdelatrisu.opsu.Opsu.main(Opsu.java:183)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 3 comments
-
Hi! Such issues also seem to appear on older versions of packed releases. It might be good if you could build the project from source code... while the issue itself is under investgation.
And for now, one possible solution is to extract the missing libraries from the repo/org/lwjgl/lwjgl/lwjgl-platform/2.9.4-SNAPSHOT/lwjgl-platform-2.9.4-SNAPSHOT-natives-linux.jar directory and move them to the specified path. Tell me if it works since I haven't tried it yet...
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi again! I've just published a new release where everything should work since dependencies of main platforms are put into one package. Feel free to try it in the latest release.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Hi, sorry for the late reply — work has kept me quite busy.
I tested the new 1.5.0 release and wanted to share my experience.
When launching it for the first time, the required libraries are not added to the natives folder as shown in the video. However, running the latest official version of opsu (0.16.1) adds the necessary libraries, after which version 1.5.0 works perfectly.
I really like the changes you made in this new release, especially the ability to open the settings directly from the title screen :)
Beta Was this translation helpful? Give feedback.