protonscr

Getting 32-bit games running out of the box

protonclosed
ValveSoftware/Proton#4052 · opened 2020-07-08 by afettouhi · updated 2020-08-25 · 7 comments · github
Aafettouhi 2020-07-08 github

One issue I still have with Proton is some older games like Giana Sisters: Twisted Dreams, Giana Sisters: Twisted Dreams - Rise of the Owlverlord & Aliens: Colonial Marines Collection these require 32-bit wine bottles. In the case of Giana Sisters it requires wmp10 which only available in 32 bit. Are there any patches atc. to make those games run with this custom version of Proton?

Kkisak-valve maintainer 2020-07-08 github

Hello @afettouhi, this feature request is already being tracked at #449. Closing as a duplicate.

Ffrostworx 2020-08-25 github

Hey @afettouhi
Just searching for games depending on wmp10 and found this issue.
You might want to try my brandnew : https://github.com/frostworx/steamtinkerlaunch/releases/tag/v1.4.3
which supports both Gianas ootb.

Aafettouhi 2020-08-25 github

Cool, I have to try that. Does Aliens: Colonial Marines work with this?

Ffrostworx 2020-08-25 github

no idea yet :)

Ffrostworx 2020-08-25 github

@afettouhi 49540 is CEG protected, the crash doesn't have anything to do with wmp10.
See ACM.exe.[0-9]{3}'.STEAMSTART in gamedir.
In fact is also has an open issue https://github.com/ValveSoftware/Proton/issues/3810

Aafettouhi 2020-08-25 github

Didn't know that the game used Valve's CEG DRM. I was aware that wmp10 was not an issue with it. Do you happen to know what is meant here in this comment?

https://github.com/ValveSoftware/Proton/issues/3810#issuecomment-620189184

Ffrostworx 2020-08-25 github

CEG copy protection works fine via wine, when the whole steam client is running inside wine.
The linux native steam client simply doesn't have CEG support. Would be nice if CEG would be simply patched out, but looks like the few games depending on it are not relevant enough to work on this.
There are drm free builds of several games (f.e. on GOG) which don't have CEG. Copying their exe to the steam game often
just works

Upstream links