Greetings, when we set the default locale of our application to "hindi" (on a non hindi Windows), JOGL fails to load with -snip- Caused by: java.lang.UnsatisfiedLinkError: C:\Users\redacted\AppData\Local\Temp\jogamp_????\file_cache\jln233449649495440797\jln200071770090761889\gluegen-rt.dll: Can't find dependent libraries -snap- The ???? are localized numbers (in hindi) which some other part of the system probably can not cope with. Is changing String.format("_%04d", i); to String.format(null, "_%04d", i); in java/com/jogamp/common/util/IOUtil.java/getSubTempDir() a viable fix? Note that since our build is now completely Maven based, we use JOGL 2.3.1, so that we can not easily test the bug on current versions, but judging from the current source code, we feel this problem persists... regards, Randolf
I don't understand why testing against JOGL 2.3.2 is difficult for you. I'm not sure that your fix is viable as it would behave like no locale would be taken into account. I have to investigate.
Randolf, you probably found a good one. I have generalized the issue in Bug 1366 and a fix will be underway for version 2.4.0. Thank you.
Fixed Bug 1366 I close this one now. Please reopen if not fixing the issue at hand.