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
Try loading a native library that does not exist from a location that contains a non-ASCII character, or using a system locale that involves non-ASCII characters in the respective error message.
Now, look at the error message: you'll see it using characters that hint UTF-8 text being decoded using latin-1.
note: the characters of the path here appear correct because the exception here is from 3.2.2, beforea10f862. This issue, however, still exists (on master):
Version
3.3.0 (nightly), 3.2.3, 3.2.2, 3.2.1
Platform
Linux x64, Linux arm64, Linux arm32
JDK
any
Module
LWJGL core
Bug description
Try loading a native library that does not exist from a location that contains a non-ASCII character, or using a system locale that involves non-ASCII characters in the respective error message.
Now, look at the error message: you'll see it using characters that hint UTF-8 text being decoded using latin-1.
note: the characters of the path here appear correct because the exception here is from 3.2.2, before a10f862. This issue, however, still exists (on master):
lwjgl3/modules/lwjgl/core/src/generated/java/org/lwjgl/system/linux/DynamicLinkLoader.java
Lines 94 to 103 in ad60275
It's possible this happens on macOS too, but I haven't checked for that.
Stacktrace or crash log output
The text was updated successfully, but these errors were encountered: