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

Editor keeps freezing #804

Open
steimich96 opened this issue Feb 20, 2024 · 2 comments
Open

Editor keeps freezing #804

steimich96 opened this issue Feb 20, 2024 · 2 comments

Comments

@steimich96
Copy link

steimich96 commented Feb 20, 2024

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 be QUEUE_VIDEO_DECODE):

res = vkWaitForFences(device, 1, &frame_fence[bufferindex][queue], VK_TRUE, 0xFFFFFFFFFFFFFFFF);

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 with gpu_verbose. Any other debugging flags I can activate?

System:

  • Ubuntu 22.04
  • Nvidia RTX 4090 (Driver Version 535.104.05)
  • Vulkan 1.3.204

Please tell me if I should provide any further infos.

Best,
Michael

@brakhane
Copy link
Contributor

What GPU do you have?

@steimich96
Copy link
Author

Updated the original post (RTX 4090)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants