descawed
descawed
The vr -4's here appear to mean [VK_ERROR_DEVICE_LOST](https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VkResult.html) is being returned from [calls to vkQueueSubmit2](https://github.com/HansKristian-Work/vkd3d-proton/blob/master/libs/vkd3d/command.c#L14483) and [vkWaitForFences](https://github.com/HansKristian-Work/vkd3d-proton/blob/master/libs/vkd3d/swapchain.c#L1650), among others. I know nothing about Vulkan and D3D, but is the "view...
I was bitten by this issue today when attempting to do a bulk insert to a table having columns with spaces in the name. Is this just waiting on a...