ValveSoftware / SteamVR-for-Linux

Issue tracker for the Linux port of SteamVR
930 stars 45 forks source link

[BUG] Error 303 & vrwebhelper crashes #733

Open dsalt opened 2 months ago

dsalt commented 2 months ago

I'm reliably seeing error 303 along with some vrwebhelper crashes, all in libcef.

First time properly poking at SteamVR in quite some time. I had error 108 initially, then I moved steamvr.vrsettings out of the way, which due to the permissions problem initially led to “plug in your headset”. I determined that this was a USB device permissions problem related to eudev. I know that the display's working and that the audio device is detected.

I don't remember when it was last all working, but it may have been before fully upgrading to daedalus.

dsalt commented 1 week ago

Still happening.

[Fri Oct 25 20:11:04 2024] vrwebhelper[22205]: segfault at 39 ip 00007f4648e03824 sp 00007fffd2642920 error 6 in libcef.so[7f4648cec000+7770000] likely on CPU 7 (core 1, socket 0)
[Fri Oct 25 20:11:04 2024] Code: 00 00 00 48 01 df 31 f6 4c 89 f2 e8 b6 27 65 07 49 01 de 4d 89 b7 88 17 00 00 eb 82 cc cc cc cc cc cc cc cc cc cc 55 48 89 e5 <c6> 04 25 39 00 00 00 21 5d c3 cc cc 55 48 89 e5 53 50 48 89 fb 48

I'd test with --no-cef-sandbox if I could…