Crash Logs
Anyway to check crash logs? I keep crashing in a particular game but i don't know a way to see what's the cause. Thanks.
journalctl -b -0 -r right after the crash will give you the logs of the current boot in reversed order. Add PROTON_LOG=1 %command% to the launch arguments to get proton logs in your home folder.
journalctl -b -0 -r PROTON_LOG=1 %command%