Last active
March 26, 2025 18:24
-
-
Save mt3o/f6f80ac963565b009f06712f90e9d638 to your computer and use it in GitHub Desktop.
Linux Proton with Intel SDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PROTON_LOG=1 | |
export WINEDEBUG="+timestamp,+pid,+tid,+seh,+debugstr,+module" | |
export STEAM_COMPAT_CLIENT_INSTALL_PATH=~/.steam/steam | |
export STEAM_COMPAT_DATA_PATH=~/.proton/ | |
~/sde/sde -follow-subprocess -- ~/steam/steamapps/common/Proton\ -\ Experimental/proton run ~/steam/steamapps/common/Helldivers\ 2/bin/helldivers2.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment