Login  Register

GDI.SwapBuffers is crashing after Windows Update

Posted by cristian on Aug 30, 2019; 10:33am
URL: https://forum.jogamp.org/GDI-SwapBuffers-is-crashing-after-Windows-Update-tp4040010.html

After I took the Windows update 1903, the native method GDI.SwapBuffers from Windows cause JVM to crash.
The native method GDI.SwapBuffers it's called through glCanvas.swapBuffers() method.
Does any of you encounter this problem?
Do you know an alternative to swapBuffers method? In other words how can i draw the objects without calling swapBuffers at all?