Login  Register

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

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

On 4/25/19 3:17 PM, gouessej [via jogamp] wrote:
> Hello
>
> According to the logs, JOGL seems to detect no GPU.

Yes, that is interesting.

Oliver, maybe try with additional debug flags: '-Djogamp.debug.NativeLibrary
-Djogamp.debug.NativeLibrary.Lookup -Djogamp.debug.JNILibLoader'
as it seems that the native library failed to load.

Note to myself: I should add the above flags to the test_dbg scripts.

In general: JOGL startup should even work having a GL 1.1 software
implementation only, but your mileage may vary.

> I already used JOGL with
> HDX 3D in a CAD/CAM software, it "should" work. However, I'm afraid I won't
> provide any assistance on an obsolete version of JOGL. Have you tried with
> VirtualBox?

I tested our 2.3 release w/ VirtualBox and VMWare myself and it worked.
AFAIK VMWare uses some mesa soft library, don't know what Citrix is using
and their website doesn't say so.

Oliver if this is a pressing issue for you:
1) create a bugzilla account by emailing me or Julien

2) create a bugzilla bug report w/ all your findings
<https://jogamp.org/wiki/index.php?title=Jogl_FAQ#Bugreports_.26_Testing>

3) do all that w/ latest aggregated build, as we have fixed one Mesa issue at
least

4) if the demand comes from a well funded company, consider:
<http://jogamp.org/wiki/index.php/Maintainer_and_Contacts#Commercial_Support>


~Sven