-
-
Notifications
You must be signed in to change notification settings - Fork 641
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 keeps freezing [see #855] #804
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have encountered very frequently that the Editor freezes. I have not found out why that happens. I just know that I end up at this line, with
queue = 3
(which should beQUEUE_VIDEO_DECODE
):WickedEngine/WickedEngine/wiGraphicsDevice_Vulkan.cpp
Line 7133 in a659741
For example, I managed to reproduce this by loading the
Sponza
model and then adding a new camera. But it happens frequently for other operations aswell. Is this just Wicked's way of throwing an exception? I get no further log messages and I'm building in DEBUG and running withgpu_verbose
. Any other debugging flags I can activate?System:
Please tell me if I should provide any further infos.
Best,
Michael
The text was updated successfully, but these errors were encountered: