Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when minimizing the client window #112

Open
japsuu opened this issue Feb 2, 2024 · 0 comments
Open

Crash when minimizing the client window #112

japsuu opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@japsuu
Copy link
Owner

japsuu commented Feb 2, 2024

Describe the bug
The client instantly crashes when minimizing the window.

To Reproduce
Steps to reproduce the behaviour:

  1. Open the client in windowed mode.
  2. Click the Windows minimize button in the top-right corner of the window.

Expected behavior
No crash when minimizing the window.

Screenshots
None

Runtime info (please complete the following information):

Additional context
Stacktrace:

[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 ---
@japsuu japsuu added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant