You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resizing window does not work on Linux, causing the application to hang or crashes for other users. This has probably something to do with the recreation of the swapchain.
The text was updated successfully, but these errors were encountered:
I can confirm it still crashes. The crash is an assert that checks the result of vkQueueSubmit2 != VK_SUCCESS; I suspect a race condition, because the crashes are much rarer in debugdevice mode or if I add debug prints before CreateSwapChainInternal.
Current resize situation at my end, since last reports here were in Sep: on my Linux setup (specs here), the program hangs/freezes on the 2nd resize. Usually my 1st resize is a maximize, and the loaded wiscene still plays. Then another "window restore" resize (the 2nd) hangs/freezes the prog — consistently every time.
Resizing window does not work on Linux, causing the application to hang or crashes for other users. This has probably something to do with the recreation of the swapchain.
The text was updated successfully, but these errors were encountered: