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
On Linux, the native library cannot be loaded if the path contains non ASCII characters. The reason is that in the Linux library, ASCII is used to encode the path:
Version
3.3.0 (nightly)
Platform
Linux x64, Linux arm64, Linux arm32
JDK
Any
Module
LWJGL Core
Bug description
On Linux, the native library cannot be loaded if the path contains non ASCII characters. The reason is that in the Linux library, ASCII is used to encode the path:
lwjgl3/modules/lwjgl/core/src/main/java/org/lwjgl/system/linux/LinuxLibrary.java
Line 30 in e4a6cc8
I think the problem can be solved by changing it to
I don't know why there is no such thing here. Is there any special reason?
Stacktrace or crash log output
No response
The text was updated successfully, but these errors were encountered: