Open trevex opened 1 year ago
Interesting! I have not tested under wayland yet; and now that I do I am running into similar but different issues using Nvidia driver version 525 (proprietary version, not open). I'll be looking into this and #52 - I don't have an AMD iGPU but I do have an Intel iGPU and an AMD GPU that I can test with.
I will put a note on the README about what platforms are tested regularly.
As the stacktrace references amdvlk64.so
my unfounded suspicion would be that resources are freed too early / in the wrong order.
I recently started playing around with Screen 13 and quite like the API and how flexible and powerful it is.
Anyway I noticed under Wayland when the window is closed I often get the following log message:
Sometimes (seems to be racy) the application will SIGSEGV when closing the window, e.g. when running
multipass
-example:A quick Google search revealed nothing, but I do not encounter these issues running
bevy
-,wgpu
- orvulkano
-examples, which effectively leveragewinit
andash
as well.This is not a showstopper for me personally and can be circumvented by defining
WINIT_UNIX_BACKEND=x11
, but I felt the need to document this behaviour.