Skip to content

Troubleshooting

galister edited this page Aug 28, 2024 · 5 revisions

Check logs

Wlx-S will often show troubleshooting tips in the logs, so it's good to always check them first.

By default, Wlx-S logs into /tmp/wlx.log.

Another way is to run Wlx in the terminal with --replace. This will stop the Wlx process started by SteamVR/WiVRn and start a new one that can be monitored in the terminal.

Troubleshooting segmentation faults (SIGSEGV)

Run Wlx-S in rust-gdb (or even regular gdb) to get more info about the segfault.

Attach this with the other logs that you have.

rust-gdb -ex run target/debug/wlx-overlay-s
Clone this wiki locally