Okko Hakola

Results 50 comments of Okko Hakola

Right, this is annoying... So the fix seems to be passing the timeout to swapchain acquire. This wasn't possible in `vulkano-util` so made a PR https://github.com/vulkano-rs/vulkano/pull/2503 After trying with a...

You could update this draft using a link to a specific commit id from vulkano repo in `Cargo.toml`. That way we could do > Wait for vulkano 0.25 to roll...

Happy to get this merged when vulkano 0.35 is out, and make a release.

> I've stopped short because I am not sure how happy I am with this Might have to sit on it. I also think this doesn't maybe quite fit what...

Following fix it for me on windows: 1. Update egui: `egui = "0.27.0"` (does nothing with regards to the issue, but needed it for compilation) 2. Remove the link stuff...

Noticed this issue also. > If you do `self.window = None` inside the `CloseRequsted` handling does it work correctly? This helped. Windows 11.

I guess generally device loss is rare, so this maybe isn't that big of a deal... I need to figure out why I'm getting it in the first place

I'm getting this also, but no idea how to repro. But I too have another thread submitting the queue occasionally.

``` Error in Queue::submit: Validation Error Caused by: Parent device is lost ``` Is the exact error message, so it occurs on queue submit, not on surface configure. There's nothing...

I managed to capture one crash of mine with debug logs. ``` [2024-10-04T09:46:15Z ERROR wgpu_hal::vulkan::instance] objects: (type: DESCRIPTOR_SET, hndl: 0x9ddb900000000a30, name: bind_group) [2024-10-04T09:46:15Z ERROR wgpu_hal::vulkan::instance] VALIDATION [VUID-vkFreeDescriptorSets-pDescriptorSets-00309 (0xbfce1114)] Validation Error:...