JOGL exception using Hindi language

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

JOGL exception using Hindi language

zoro
Dear, Support,

I wonder if you guys can give me some help about jogl support using Hindi language in Windows.

We find if we initialize the jogl, it will copy the related dlls (gluegen-rt.dll, jogl_desktop.dll, jogl_mobile.dll, nativewindow_*.dll, newt.dll) into folder C:\Users\xxx\AppData\Local\Temp\jogamp_0000\file_cache\jln7501999298992822777\jln9138736797833720264\natives\windows-amd64

Everything works fine except after we change the language into Hindi, it will report the following exception:

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\xxx\AppData\Local\Temp\jogamp_????\file_cache\jln7611739822787823590\jln7585681356827984427\natives\windows-amd64\gluegen-rt.dll: Can't find dependent libraries

I guess it is because the jogl try to create some language dependent directory (jogamp_????) which make the application unable to locate the dlls.


1. why JOGL will do this "copy" operations?
2. Is there any solution to this exception?

any advice and suggestions will be greatly appreciated.

Best,
Zhi
Reply | Threaded
Open this post in threaded view
|

Re: JOGL exception using Hindi language

gouessej
Administrator
Hello

You can disable the automated native library loading and set the Java library path, this is explained in the JOGL user's guide.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL exception using Hindi language

zoro
That works. Thanks gouessej.
Reply | Threaded
Open this post in threaded view
|

Re: JOGL exception using Hindi language

gouessej
Administrator
You're welcome. Note that what you reported is a bug and my suggestion is only a workaround.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL exception using Hindi language

zoro
I see. Thanks. Do you expect this bug is going to be fixed in next version?
Reply | Threaded
Open this post in threaded view
|

Re: JOGL exception using Hindi language

gouessej
Administrator
The bug tracker is down. When it's back online, report this bug. I need to look at Gluegen to tell you whether it's fixable for the next maintenance version.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: JOGL exception using Hindi language

zoro
Ok, thanks.