You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2024-02-02 10:28:03,160] [ERROR] [Korpi.Client.Rendering.GameWorldRenderer]: Failed to create opaque framebuffer
Unhandled exception. System.Exception: Failed to create opaque framebuffer
at Korpi.Client.Rendering.GameWorldRenderer.Initialize() in X:\Projects\VoxelEngine\Korpi\source\client\source\Rendering\GameWorldRenderer.cs:line 72
at Korpi.Client.Rendering.GameWorldRenderer.OnWindowResize() in X:\Projects\VoxelEngine\Korpi\source\client\source\Rendering\GameWorldRenderer.cs:line 128
at Korpi.Client.Window.GameClient.OnResize(ResizeEventArgs e) in X:\Projects\VoxelEngine\Korpi\source\client\source\Window\GameClient.cs:line 306
at OpenTK.Windowing.Desktop.NativeWindow.WindowSizeCallback(Window* window, Int32 width, Int32 height)
--- End of stack trace from previous location ---
The text was updated successfully, but these errors were encountered:
Describe the bug
The client instantly crashes when minimizing the window.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
No crash when minimizing the window.
Screenshots
None
Runtime info (please complete the following information):
Additional context
Stacktrace:
The text was updated successfully, but these errors were encountered: