Spellbook-Studios / Spellbook

Cross platform JVM application & game development framework
Apache License 2.0
1 stars 0 forks source link

[BUG] Fullscreen displaying black screen #6

Closed Seba244c closed 1 year ago

Seba244c commented 1 year ago

Desktop (please complete the following information):

Describe the bug Fullscreen displays fully black screen until fullscreen is disabled.

To Reproduce Steps to reproduce the behavior:

  1. Call window.fullscreen(true)
  2. Wait a frame
  3. Black screeen

Screenshots If applicable, add screenshots to help explain your problem.

Logs No abnomality in logs: [10:37:32] (main) - Changed fullscren to: true [10:37:33] (main) - Windows resized [10:37:33] (main) - GLFWWindow{id=2103474659680, windowTitle='Sandbox', vsync=false, minimized=false, isDirty=true, isFullscreen=true, rect=Rect{x=0.0, y=0.0, width=1920.0, height=1080.0}}

Additional context Running Sandbox from updated Main

Seba244c commented 1 year ago

Seems to be a hardware related bug. Fixed by updating drivers