Hello @Datamats, can you check if you have /usr/share/vulkan/icd.d/intel_icd.x86_64.json, move it somewhere out of the way and see if that makes a difference?
For reference, the attached minidump is a null pointer SIGSEGV crash in vrcompositor.
I currently only have two ICD's radeon_icd.i686.json and radeon_icd.x86_64.json, I don't see how removing any of these would fix anything other than breaking vulkan support
After recompiling mesa with the vulkan loader and messing a bit around I was able to get it working. I assume this error was not SteamVR's fault.
Nothing extracted yet.
Note: Creating this as a seperate issue from #112 due to this being a complete different internal crash
Your system information
Please describe your issue in as much detail as possible:
I installed the newest mesa version with the patches from @keith-packard adding all the vulkan extensions required for direct mode. When launching I get vrmonitor complaining about the compositor is not fullscreen and it basically just crashed, I tried both the stable and beta version of steamvr just to get the exact same result.
Checking out dmesg it was a segmentation fault in vrcompositor
[ 2734.959634] vrcompositor[10023]: segfault at 0 ip 0000000000000000 sp 00007ffd3c6dceb8 error 14 in vrcompositor[400000+24d000]Steps for reproducing this issue:
Various logs: https://gist.github.com/Datamats/f3360ab3a254a5cf3de1618ccbdd7b8f
Dump files: dumps.zip