-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Editor window stopped updating after baking voxel GI #74700
Comments
What happens if you leave it alone for a few minutes?Baking shouldn't take very long, but sometimes the engine appears frozen even though it is hard at work. It would also be good to check the task manager while it appears frozen to see if it is actively working |
Hi. I don't think the engine is frozen, as you can see in the video, the cursor and window can be resized ,while the engine editor window doesn't display the update. Moreover in my test I set the voxel subdiv to 64 and the scene is a small Cornell box. Regardless,I will be posting a screenshot of the task manager after hitting bake soon. |
Could you run the engine from the command line and try again? There may be helpful error messages printed to the command line |
Consolidating in #71929. |
Godot version
4.0 stable
System information
Win 10, x64, Nvidia GTX 1650, Driver version 527.41 ,Vulkan
Issue description
https://user-images.githubusercontent.com/102753608/224232883-1ab79c84-c2de-4d80-8597-aeeb1592de8d.mp4
I'm using forward+ renderer
After hitting bake voxelGI, the window pauses refreshing, but the editor is updating fine. After saving this paused project, it cannot be reopened. The editor is stuck in loading screen when trying to reopen the project, and eventually gives "window is not responding" error.
Steps to reproduce
-Set up scene is provided(no advanced project rendering settings are modified)
-Hit bake voxel
The baking is probably done but screen doesn't update, the mouse cursor changes show that the editor is updating but the window doesn't display it.
Minimal reproduction project
testgi.zip
The text was updated successfully, but these errors were encountered: