Steam: Difference between revisions
m →Troubleshooting: Steam outputs more logs if -dev is defined and -console is sometimes useful |
→Troubleshooting: Clarified the "Steams fails to start. What do to?" section |
||
| Line 96: | Line 96: | ||
=== Steam fails to start. What do I do? === | === Steam fails to start. What do I do? === | ||
<code>strace</code> | 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. | ||
=== Steam is not updated === | === Steam is not updated === | ||