Login  Register

Curious error with jogl

Posted by TB on Mar 24, 2021; 6:08pm
URL: https://forum.jogamp.org/Curious-error-with-jogl-tp4041058.html

Hi everyone,

I encountered a curious problem. I developed a simple program to show jogl to students and I had the following lines in the console:

I pid(4276) tid(6988) 17:22:05 MSDeskManAPI::init: API function failed with -2147417843: Un appel sortant ne peut pas être effectué étant donné que lD pid(4276) tid(6988) 17:22:08 EdgeSnapFeature::PostExitSizeMove: WM_TWINVIEW_SHOW_GRIDLINES -> off
D pid(4276) tid(6988) 17:22:14 EdgeSnapFeature::PostExitSizeMove: WM_TWINVIEW_SHOW_GRIDLINES -> off
D pid(4276) tid(6988) 17:22:16 EdgeSnapFeature::PostExitSizeMove: WM_TWINVIEW_SHOW_GRIDLINES -> off
D pid(4276) tid(6988) 17:22:18 EdgeSnapFeature::PostExitSizeMove: WM_TWINVIEW_SHOW_GRIDLINES -> off
D pid(4276) tid(6988) 17:22:19 EdgeSnapFeature::PostExitSizeMove: WM_TWINVIEW_SHOW_GRIDLINES -> off

The shape is cornered at the bottom left of the frame. The only way to have it in the middle of the frame (as it should be), is to move the window to another screen... I do not know what to do to fix it, but it is surely related to the previous lines.

I had previously problems with my graphic card with jogl (nvidia).

Thank you in advance !