A strange error occurs when I try to start an of application in fullscreen mode under windows 10: the screen turns black.
When I toggle from fullscreen to window mode by keyinput everything works like expected, the screen shows the correct picture.
I tried to find the error using ofToggleFullscreen() and ofSetFullscreen(true) produce the same result. I have no idea why this only occurs when switching the screen mode without key input. I also tried to toggle the screen with a delay of some seconds, same result: black screen.
it seems that microsoft must have changed
something in the class that both glut and glfw use
I guess the reason that game mode works is because it is using a slightly different glfwCreateWindow implementation,
, it should be easy to fix until glfw fixes it internally , if they haven’t already
I solved updating the video card drivers (nvidia) !!!
Now i can get fullscreen or a window without status bar (not decored one) but now randomly i get a black desktop when boot, only with the white cursor… But this is another thing