turanszkij / WickedEngine

3D engine with modern graphics
https://wickedengine.net
MIT License
5.45k stars 568 forks source link

Editor keeps freezing #804

Open steimich96 opened 3 months ago

steimich96 commented 3 months ago

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

https://github.com/turanszkij/WickedEngine/blob/a659741e95a90e0234aad1f2387442e6ae604b53/WickedEngine/wiGraphicsDevice_Vulkan.cpp#L7133

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:

Please tell me if I should provide any further infos.

Best, Michael

brakhane commented 3 months ago

What GPU do you have?

steimich96 commented 3 months ago

Updated the original post (RTX 4090)