You are not logged in.
Hello all! I'm a pretty big noob when it comes to Arch Linux, but I've been trying to learn how to troubleshoot issues I come along so that I can resolve them on my own, but I've been bashing my head against the desk for two days now trying to figure out how to get Space Engineers to launch. I've tried using Proton Experimental, and all version down to Proton 5.0. I even installed ProtonQT and got GE Proton8-16 and GE Proton9 and tried launching Space Engineers. I'm met with the same issue every single time. I can load into a single player game just fine, but if I try loading into ANY multiplayer game, it gets stuck at the loading screen, 50%, teleports to 100%, back to 50% and crashes.
I've tried following some online sources and installed wine, winetricks, protontricks and dotnet. I've managed to setup at wine32 prefix and installed dotnet version from dotnet4.0 to dotnet4.7. Once I did that I setup my launch options in Steam for Space Engineers to WINEPREFIX="$HOME/.wine32" %command% or even WINEPREFIX="$HOME/.wine32" %command% -dotnet40, Alas this has not resolved the issue either, also got a weird dimming effect when launching the game by using the wine32 prefix, not sure what that was about.
[jorogumo4@archlinux ~]$ neofetch
-` jorogumo4@archlinux
.o+` -------------------
`ooo/ OS: Arch Linux x86_64
`+oooo: Host: X670 AORUS ELITE AX
`+oooooo: Kernel: 6.8.1-arch1-1
-+oooooo+: Uptime: 25 mins
`/:-:++oooo+: Packages: 933 (pacman)
`/++++/+++++++: Shell: bash 5.2.26
`/++++++++++++++: Resolution: 2560x1440, 2560x1440, 2560x1440
`/+++ooooooooooooo/` DE: Plasma 6.0.2
./ooosssso++osssssso+` WM: KWin
.oossssso-````/ossssss+` Theme: Breeze-Dark [GTK2], Breeze [GTK3]
-osssssso. :ssssssso. Icons: breeze-dark [GTK2/3]
:osssssss/ osssso+++. Terminal: konsole
/ossssssss/ +ssssooo/- CPU: AMD Ryzen 7 7800X3D (16) @ 5.050GHz
`/ossssso+/:- -:/+osssso+- GPU: AMD ATI Radeon RX 7900 XT/7900 XTX/7900M
`+sso+:-` `.-/+oso: GPU: AMD ATI 18:00.0 Raphael
`++:. `-/+/ Memory: 5218MiB / 63440MiB
.` `/
I'd be happy to provide whatever data I need to, but I'm not really sure what logs to share regarding this. Any help would be greatly appreciated, and again, I'm sorry for the lack of logs, I'm not sure how or what to get.
Last edited by Jorogumo4 (2024-03-23 14:48:17)
Offline
Something I forgot to mention was some sources say to run the dotnet472 installer through protontricks on the steamid of the game, and I get this message everytime:
[jorogumo4@archlinux ~]$ protontricks 244850 -q dotnet472 xact
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
warning: You apppear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this.
The error above seems to still try to install the dotnet version but by the end it gives me this error and bricks the game:
dotNetFx40_Full_x86_x64.exe /q /c:install.exe /q returned status 67. Aborting.
Also my wineprefix is set to my .wine32 setup
[jorogumo4@archlinux ~]$ echo $WINEPREFIX
/home/jorogumo4/.wine32
I've tried running this as well but still gives me the same error:
[jorogumo4@archlinux ~]$ WINEPREFIX="$HOME/.wine32" protontricks 244850 -q dotnet472 xact
EDIT:
I've also noticed that on the microsoft .net install it doesn't actually succeed when running protontricks 244850 dotnet472. I get this log:
OS Version = 5.2.3790, Platform 2, Service Pack 2
OS Description = WinXP64 - x64 Professional Service Pack 2
CommandLine = C:\0cbb1e7b9cd48e67da4dbf64d9\\Setup.exe /x86 /x64
TimeZone = Eastern Daylight Time
Initial LCID = 1033
Using Simultaneous Download and Install mechanism
Operation: Installing
Package Name = Microsoft .NET Framework 4 Setup
Package Version = 4.0.30319
User Experience Data Collection Policy: UserControlled
Number of applicable items: 8
MSI (C:\0cbb1e7b9cd48e67da4dbf64d9\RGB9RAST_x64.msi) Installation succeeded. Msi Log: Microsoft .NET Framework 4 Setup_20240323_135310401-MSI_RGB9RAST_x64.msi.txt
MSI (C:\0cbb1e7b9cd48e67da4dbf64d9\netfx_Core_x64.msi) Installation failed. Msi Log: Microsoft .NET Framework 4 Setup_20240323_135310401-MSI_netfx_Core_x64.msi.txt
Final Result: Installation failed with error code: (0x80070643), "Installation failure. " (Elapsed time: 0 00:00:20).
Last edited by Jorogumo4 (2024-03-23 17:59:13)
Offline