Linux74656 / SpaceEngineersLinuxPatches

A place to find some fixes to get Space Engineers running in Linux
140 stars 12 forks source link

SE crashes on the first frame of the main menu #45

Closed 3top1a closed 3 years ago

3top1a commented 3 years ago

Since my last posts, I got a new GPU, a 1050Ti. I wanted to try SE, so I deleted the prefix, ran the game, used the GUI autopatcher, and this happened.

Logs: SpaceEngineers_20201115_181613255.log VRageRender-DirectX11_20201115_181622285.log

Linux74656 commented 3 years ago

You may need to reinstall your nvidia drivers, and make sure they are the newest stable for your card. Proton requires at least 418.49.04 so if you have that or newer, just try reinstalling them.

If that fails try to manually install dotnet48 and vcrun2015 d3d_compiler47 into the already existing prefix, one at a time. Do not delete the prefix before trying this. This worked once for me when I still used an nvidia card. WINEPREFIX=/qd/Games/steamapps/compatdata/244850/pfx/ winetricks d3dcompiler_47 WINEPREFIX=/qd/Games/steamapps/compatdata/244850/pfx/ winetricks --force -q faudio WINEPREFIX=/qd/Games/steamapps/compatdata/244850/pfx/ winetricks --force -q vcrun2015 WINEPREFIX=/qd/Games/steamapps/compatdata/244850/pfx/ winetricks --force -q dotnet48

3top1a commented 3 years ago

Didn't fix it

Linux74656 commented 3 years ago

Try replacing your config file with the one on this zip file. SpaceEngineers.cfg.zip It can be located here: WINEPREFIX=/qd/Games/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/Application Data/SpaceEngineers/

3top1a commented 3 years ago

Nope, still crashed on the main menu

3top1a commented 3 years ago

Heres my proton log steam-244850.log

I did find this:

ERROR: Caught a segmentation fault while loading plugin file:
/home/not1a/.local/share/Steam/compatibilitytools.d/Proton-5.9-GE-8-ST/dist/lib64/gstreamer-1.0/libgstnvcodec.so

Please either:
remove it and restart.
run with --gst-disable-segtrap --gst-disable-registry-fork and debug.
3top1a commented 3 years ago

Switched to 5.9-GE-5-ST and it got past the main menu, will try to play later

3top1a commented 3 years ago

It worked! Thanks!