Open streamingdv opened 7 months ago
It looks like a fail in creation of OpenGL context. Can you try to create it manually at the beginning of the program using GLContext.create(...)?
If it works, then try also getting it after creation using GLContext.fromCurrent()
Virtual Box may not have graphics acceleration support
Yes that might be right, I can try that.
However it would be nice if the isSupported method would not crash so that applications can handle that appropriately. I can't control where users will run my application on and in such cases I would rather show a warning or something, not sure if such special cases where no graphics acceleration support is present can be handled by OpenGLFX?
I think it's possible. I'm currently doing some code rewriting, so I'll take into account
Describe the bug [text here] During startup I have following logic to set the prism order
However the application crashes when calling
NVDXInterop.Companion.isSupported()
. I tried it in a Windows 11 and Windows 10 x64 environment running on Virtual box. Here is the crash reporths_err_pid4124.log
To Reproduce Build a basic JavaFX application include the code NVDXInterop.Companion.isSupported() and try to run it on Windows 10 or Windows 11 in a Virtual Box environment.
Environment: