OpenRAModSDK icon indicating copy to clipboard operation
OpenRAModSDK copied to clipboard

[Linux/Xubuntu 22.04] Can't get OpenRA Mod SDK to launch

Open KometFox opened this issue 8 months ago • 1 comments

So I have various dotnet and mono packages installed which are listed below. I am running under Xubuntu 22.04 and I could get OpenRAModSDK to compile with make -j16which there is no complaint and it only compiled because I installed dotnet-sdk-9.0 with only dotnet-sdk-6.0 installed it didn't compiled. Anyway after having resolved the issues with dotnet packages the launch-game.sh file fails to launch because it wants me to install a older version of dotnet which I have already installed but somehow it doesn't recognizes it.

I am using the 20250330 tagged release

dotnet6
dotnet-sdk-6.0
dotnet-sdk-8.0
dotnet-sdk-9.0
mono
mono-complete

error code:


You must install or update .NET to run this application.

App: /home/user/Dokumente/Programme/Spiele/OpenRA_SDK_2/engine/bin/OpenRA.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
.NET location: /usr/share/dotnet/

The following frameworks were found:
  8.0.18 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  9.0.7 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Learn more:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=linux-x64&os=ubuntu.22.04

KometFox avatar Aug 02 '25 00:08 KometFox

Did you figure this out? I have the same issue.

Edit: I installed dotnet-sdk-6.0 and it seems to work for me.

Oakchris1955 avatar Aug 28 '25 12:08 Oakchris1955