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 window #140

Open
kyle-robinson opened this issue Jan 24, 2023 · 0 comments
Open

Crash when minimizing window #140

kyle-robinson opened this issue Jan 24, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kyle-robinson
Copy link
Collaborator

kyle-robinson commented Jan 24, 2023

Currently, when minimizing the editor window, the project seems to crash with the error, "Failed to create Texture for Render Target!" This seems to be an issue with recreating the render target in the Graphics class on maximize.

Proposed Solution
Pause all processing of the current level, including updating and rendering the scene, while the program is minimized. Since window messages are received into the WindowContainer class, this should still be feasible.

@kyle-robinson kyle-robinson added bug Something isn't working audio Feature addition related to audio labels Jan 24, 2023
@kyle-robinson kyle-robinson self-assigned this Jan 24, 2023
@kyle-robinson kyle-robinson moved this to 📋 Backlog in Engine Development Jan 24, 2023
@kyle-robinson kyle-robinson removed the audio Feature addition related to audio label Jan 29, 2023
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
Status: 📋 Backlog
Development

No branches or pull requests

1 participant