You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also came across this error in my latestlog.txt, perhaps it is somehow relevant
There is an incompatible JNA native library installed on this system
Expected: 7.0.0
Found: 6.1.6
(at /data/app/~~5Fkuk4MBkyqdxj2VdzH98g==/net.kdt.pojavlaunch.debug-KMPpCvFd07Vwnd4eRqbQTw==/lib/arm64/libjnidispatch.so).
To resolve this issue you may do one of the following:
- remove or uninstall the offending library
- set the system property jna.nosys=true
- set jna.boot.library.path to include the path to the version of the
jnidispatch library included with the JNA jar file you are using
[in thread "main"]
at knot/com.sun.jna.Native.<clinit>(Native.java:230) ~[jna-5.14.0.jar:?]
at knot/com.sun.jna.platform.linux.Udev.<clinit>(Udev.java:37) ~[jna-platform-5.14.0.jar:?]
at knot/oshi.software.os.linux.LinuxOperatingSystem.<clinit>(LinuxOperatingSystem.java:80) ~[oshi-core-6.4.10.jar:?]
at knot/oshi.hardware.platform.linux.LinuxCentralProcessor.initProcessorCounts(LinuxCentralProcessor.java:171) ~[oshi-core-6.4.10.jar:?]
at knot/oshi.hardware.common.AbstractCentralProcessor.<init>(AbstractCentralProcessor.java:67) ~[oshi-core-6.4.10.jar:?]
at knot/oshi.hardware.platform.linux.LinuxCentralProcessor.<init>(LinuxCentralProcessor.java:58) ~[oshi-core-6.4.10.jar:?]
at knot/oshi.hardware.platform.linux.LinuxHardwareAbstractionLayer.createProcessor(LinuxHardwareAbstractionLayer.java:43) ~[oshi-core-6.4.10.jar:?]
at knot/oshi.util.Memoizer$1.get(Memoizer.java:61) ~[oshi-core-6.4.10.jar:?]
at knot/oshi.hardware.common.AbstractHardwareAbstractionLayer.getProcessor(AbstractHardwareAbstractionLayer.java:48) ~[oshi-core-6.4.10.jar:?]
at knot/net.minecraft.class_6396.method_37146(class_6396.java:79) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_6396.method_37121(class_6396.java:87) ~[client-intermediary.jar:?]
at knot/net.minecraft.class_6396.method_37128(class_6396.java:79) ~[client-intermediary.jar:?]
... 9 more
[15:25:24] [Datafixer Bootstrap/INFO]: 226 Datafixer optimizations took 528 milliseconds
[15:25:30] [Render thread/INFO]: [STDERR]: [LWJGL] [ERROR] Incompatible Java and native library versions detected.
Possible reasons:
a) -Djava.library.path is set to a folder containing shared libraries of an older LWJGL version.
b) The classpath contains jar files of an older LWJGL version.
Possible solutions:
a) Make sure to not set -Djava.library.path (it is not needed for developing with LWJGL 3) or make
sure the folder it points to contains the shared libraries of the correct LWJGL version.
b) Check the classpath and make sure to only have jar files of the same LWJGL version in it.
[LWJGL] Failed to load a library. Possible solutions:
a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.
[LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
The log file and images/videos
/
Steps To Reproduce
Make a new 1.21.1 Fabric profile, set the renderer to LTW (others won't work either) and install Axiom 4.3.3
Expected Behavior
Given we can install the library, the game shall start and render
Platform
- CPU: Qualcomm Snapdragon 8 Gen 2 for Galaxy
- Android version: 14
- PojavLauncher version: gladiolus-20250128-32ff194-v3_openjdk
Describe the bug
Hi, first of all thanks for this AMAZING launcher, a childhood dream came true when hearing about it!
In Fabric 1.21.1, Axiom won't run (LTW renderer, others don't work either):
java.lang.UnsatisfiedLinkError: no imgui-javaarm64 in java.library.pathI found https://github.com/SpaiR/imgui-java, although I don't know how to install it nor which files I even need.
I also came across this error in my latestlog.txt, perhaps it is somehow relevant
The log file and images/videos
/
Steps To Reproduce
Expected Behavior
Given we can install the library, the game shall start and render
Platform
Anything else?
Thanks in advance :)