
Ferns
Published
Turning the water quality past low causes the game to crash when rendering water.
Game crashes when opening the multiplayer lobby. Hosting a co-op dynamic conquest game fails to create the server.
Multiplayer borked from Liberation update.
Game boots into main menu, but no menu elements are present, only an http directory listing.
Native works fine, just use that
Multiplayer does not work by default, game thinks it is running the wrong architecture see https://forums.sinsofasolarempire2.com/529788/linux-multiplayerlan-desync
Multiplayer does not work out of the box.
Singleplayer is flawless as far as I can see. Multiplayer does not seem to work with non-proton players.
So far has crashed after every match, might be related to me changing settings after each match.
In game videos do not play, displaying a test screen instead, likely gstreamer problem
The default keybinds are WASD + JKL, with L being the default "okay"/"accept" button.
With the video fix, the only issue is the crashing, which only happens when returning to the main menu.
Game crashes when returning to main menu from a sub menu
All in-game videos are WMVs, which gstreamer can't handle. To fix this, reencode them to a supported format.
Run this in the game's asset
folder:
mkdir out; for f in $(file * | grep Microsoft\ ASF | tr -d \: | awk '{ print $1 }'); do ffmpeg -i $f -crf 19 -c:v libx264 -f mp4 out/$f; done; mv out/* .; rmdir out
Default keyboard controls are WASD + HJKL, with L as the "okay"/"accept" key.