ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
23.34k stars 1.02k forks source link

need to unset WINEARCH #70

Closed sandsmark closed 5 years ago

sandsmark commented 5 years ago

if the user has set e. g. WINEARCH=win32, proton_run will fail to start («wine: WINEARCH set to win32 but '[...]/.local/share/Steam/steamapps/compatdata/221380/pfx' is a 64-bit installation.»

just running «unset WINEARCH» before launching steam seems to work, but proton should probably either support win32 or unset WINEARCH before attempting to launch.

E100Beta commented 5 years ago

I would hope they'll support creating win32 prefix, some games may need that. I was never able to get Sonic Adventure 2 running in win64 prefix, and this seems to continue with Proton.

cjwijtmans commented 5 years ago

or wine should just fix that.

jwhite66 commented 5 years ago

Duplicate of https://github.com/ValveSoftware/Proton/issues/8