Steam: Difference between revisions
m →Changing the driver on AMD GPUs: Improved the note sentence |
|||
| Line 96: | Line 96: | ||
=== Steam fails to start. What do I do? === | === Steam fails to start. What do I do? === | ||
Run <code>strace steam -dev -console 2> steam.logs</code> in the terminal. In the case of a missing <code>strace</code> installation, you can temporarily install it using <code>nix-shell -p strace</code> or <code>nix run nixpkgs#strace -- steam -dev -console 2> steam.logs</code>, if Flakes are enabled. After that, create a bug report. <!-- This is vague. Where should the user create a bug report? --> | Run <code>strace steam -dev -console 2> steam.logs</code> in the terminal. In the case of a missing <code>strace</code> installation, you can temporarily install it using <code>nix-shell -p strace</code> or <code>nix run nixpkgs#strace -- steam -dev -console 2> steam.logs</code>, if [[Flakes]] are enabled. After that, create a bug report. <!-- This is vague. Where should the user create a bug report? --> | ||
=== Steam is not updated === | === Steam is not updated === | ||