Login  Register

Re: Citrix VDI & OpenGL Software Accelerator - GLException: Profile GL_DEFAULT is not available

Posted by Sven Gothel on Apr 25, 2019; 2:53pm
URL: https://forum.jogamp.org/Citrix-VDI-OpenGL-Software-Accelerator-GLException-Profile-GL-DEFAULT-is-not-available-tp4039743p4039747.html

On 4/25/19 4:33 PM, oliver [via jogamp] wrote:

> Thank you for your fast response.
>
> With some workarounds I have managed to run the application in VmWare as well
> as over RDP (>=7). Unfortunately we are fixed to Citrix Receiver and JOGL
> 2.1.5 now. The application integrates the latest WorldWind release, which is
> based on JOGL 2.1.5 however.
>
> Following your advices I’ve done another run. This time with JOGL 2.3.2 and
> the additional debug flags.
>
> According to the log, the system can’t load the OpenGL32.dll, although it is
> there.

Error Code was: 126 ERROR_MOD_NOT_FOUND

So where is it?

>
> Complete debug log: debug2.txt <http://forum.jogamp.org/file/n4039746/debug2.txt>
>
> Do you still want me to file a Bugzilla report,
Please do so and let's continue the debate over there.

> or do you have any idea why
> this can happen? The security settings seem to be ok, aren't they?
>
> 'Lesen'=read
> 'Ausführen'=execute
> 'Zulassen'=allow

You forgot to add your 'ls -la OpenGL32.dll' with given path here probably?

~Sven