salarua
Published
Cannot start exercises
It took me through the setup process, but when it was done, it prompted me to click to start, and it got extremely laggy and would not start the exercise
Completely unresponsive
On startup, a black screen appears, about a second of audio plays, then goes silent.
Black screen, then closes immediately
PROTON_NO_ESYNC=1 PROTON_USE_WINED3D=1 %command%
Works great, but disable SSAO
SSAO was on by default, at least for me, and it made everything very dark. Turn it off for a better experience.
Works great, but make sure to disable PhysX
PhysX is on by default, disable PhysX in the options to fix performance problems
Game works mostly well, but make sure to switch to integrated graphics before launching it
Resolution only goes up to 1366×768
Nvidia drivers prevent it from starting up
There is no sound.
Anticheat ruins everything, part 19582
Upon starting the game, I get a dialog box saying "Anticheat Error: Unable to start the game process"
Text is slightly distorted. Vertical lines are frequent and some characters are cut off at their right side.
Borked as of latest update
Worked fine with tweaks prior to latest update, now will not launch
I mentioned in another report that The Sims 4 is borked. I was using Proton 7.0-6, which is what prior reports recommend. The latest update breaks compatibility with that version of Proton, so you now have to use Proton Experimental.
for var in $(printenv | cut -d= -f1); do export $var=$(echo ${!var} | rev | cut -c1-1000 | rev); done ; OPENSSL_ia32cap=~0x20000000 %command% -window -noborder
Multiplayer only works if the environment variable OPENSSL_ia32cap=~0x20000000
is set
EA Origin crashes if it receives an environment variable larger than 1000 chars, so put for var in $(printenv | cut -d= -f1); do export $var=$(echo ${!var} | rev | cut -c1-1000 | rev); done ; %command% -window -noborder
in the launch options to cut them down to size. This may break the environment variable needed to make multiplayer work, but I haven't had any problems so far. Other than that, the game itself works perfectly well, and I have no complaints.