Linux Support

Discussion about the game and its default mods.
Post Reply
TiberFCSL
Posts: 7
Joined: Sat Oct 30, 2010 5:15 pm

Linux Support

Post by TiberFCSL »

Openra-master, compiling on Debian

The scripts to download the dll libraries don't work, none of them.
Finally I got to download the files manually.
Everything compiled and installed.
When I launch the application I get this error message.

$ openra
/usr/local/bin/openra: 2: cd: can't cd to /usr/local/lib/openra
exception inside UnhandledException handler: A type load exception has occurred.

[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: A type load exception has occurred.
at OpenRA.Program.Main (System.String[] args) [0x0005e] in ~/OpenRA-master/OpenRA.Game/Support/Program.cs:43

User avatar
Graion Dilach
Posts: 277
Joined: Fri May 15, 2015 5:57 pm

Post by Graion Dilach »

I don't think you should use master. The bleed is the development branch.

That being said, I think you set up your environment wrong - you're trying to use folders which you don't have write access. Check out bleed into your home directory -eg /home/user/OpenRA-bleed/ - and run make dependencies && make all there.
Image
Image
Image
AS Discord server: https://discord.gg/7aM7Hm2

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

It looks like you're missing both compile-time (nuget) and runtime (libgdiplus) dependencies. Make sure that you have all the packages listed at https://github.com/OpenRA/OpenRA/blob/b ... control#L6

Post Reply