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
If path to directory which contains application .jar file contains non-ASCII characters (e.g. Korean), it fails to start silently.
By executing the app with command line, we get this error stacktrace.
The text was updated successfully, but these errors were encountered:
LazoYoung
changed the title
App won't execute if directory path contains non-ASCII characters
App won't execute if directory path contains non-Latin characters
Feb 20, 2023
Turns out it could happen under certain circumstances. For Windows, it's either you have selected different language for System locale, or you have turned on Beta: Use Unicode UTF-8 for worldwide language support under Region > Administrative > Change system locale... settings. You should tick it OFF. See the reference.
This commit 5e1d78c introduces a fallback step to kick in if the system fails to find DLLs for this reason. It should hopefully resolve the issue for everyone using this product and therefore I'm closing this thread.
If anyone has encountered the same issue, feel free to leave a comment.
If path to directory which contains application
.jar
file contains non-ASCII characters (e.g. Korean), it fails to start silently.By executing the app with command line, we get this error stacktrace.
The text was updated successfully, but these errors were encountered: