Closed sepsol closed 4 months ago
This issue can't be reproduced. Please try installing the recommended Java versions and then retry.
I review stacktrace in error log and see java.lang.NoSuchMethodError: 'void org.lwjgl.system.JNI.invokePPPV'
.
I believe this is a problem specific to your personal usage, rather than a public issue.
I've double-checked but I still experience the issue. Here's a recording: https://youtu.be/u9G2V8y840c
Incompatible Java, try install Adoptium Temurin
Even with the Adoptium Temurin 17.0.11+9 JRE (Windows x64) installed and selected, the game would still crash.
You can see the logs here: https://mclo.gs/D4T3loy
[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.
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.
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.
Describe the bug
The crash logs are provided below: https://mclo.gs/axNBcC4
Steps to reproduce
Install 1.18 without any loaders and then try to run it.
Expected behavior
To run without any issues.
System information
Additional context
No response