

0·
4 days agoI don’t think we have any of those things Linux, that’s why we’re there. Except file indexing, but I only know of Baloo which is annoying if you’re on KDE. But i can be easily turned off
I don’t think we have any of those things Linux, that’s why we’re there. Except file indexing, but I only know of Baloo which is annoying if you’re on KDE. But i can be easily turned off
What kind of an error do you get when the game crashes if you start steam from the terminal?
Hm this part of the log doesn’t look like the error. Those messages usually show up after the process has crashed. If there is nothing that looks like it’s gamecrash related to you further above in the log, type
sudo dmesg --follow
in a terminal. This display the logs of all device drivers on a kernel level. While that is open, start the game and wait for it to freeze and see if any errors show up.Also, if you post log messages again please put them in a
by typing it like this:
```
codeblock
```
Should be more readable. If the log is rather long just put it into a pastebin or some other text sharing service.