Portable OpenRA for Linux
Posted: Sun Jan 20, 2013 12:28 pm
Hi there,
I'm trying to pack up a portable version of OpenRA, with Mono embedded, for http://www.portablelinuxgames.org/
I'm facing a problem: when I run the application, I get this error
I have very little experience with .NET/Mono, so I don't really know what can be going on. Does any of you guys have an idea?
Run script (AppRun): http://pastebin.com/fuHsWywj
Contents of the package: http://pastebin.com/L0kv5pWg
I'm trying to pack up a portable version of OpenRA, with Mono embedded, for http://www.portablelinuxgames.org/
I'm facing a problem: when I run the application, I get this error
Code: Select all
[raziel@Bebop openra]$ ./AppRun
Usage:
If the game doesn't run, try using the Cg renderer ~/.openra/settings.yaml
like so:
Graphics:
Renderer: Cg
Be careful to only use one indenting tab with 8 shift width.
Platform is Linux
Using Gl renderer
Desktop resolution: 1920x1080
No custom resolution provided, using desktop resolution
Using resolution: 1920x1080
Available mods:
cnc: C&C (release-20121019)
d2k: Dune 2000 (beta) ({DEV_VERSION})
ra: Red Alert (release-20121019)
Exception of type `System.TypeInitializationException`: An exception was thrown by the type initializer for OpenRA.Support.PerfHistory
Inner Exception of type `System.TypeInitializationException`: An exception was thrown by the type initializer for System.Drawing.KnownColors
Inner Exception of type `System.TypeInitializationException`: An exception was thrown by the type initializer for System.Drawing.GDIPlus
Inner Exception of type `System.DllNotFoundException`: libc
TypeName=``
at (wrapper managed-to-native) System.Drawing.GDIPlus:uname (intptr)
at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0
at System.Drawing.KnownColors..cctor () [0x00000] in <filename unknown>:0
at System.Drawing.Color.get_Red () [0x00000] in <filename unknown>:0
at OpenRA.Support.PerfHistory..cctor () [0x00000] in <filename unknown>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Run script (AppRun): http://pastebin.com/fuHsWywj
Contents of the package: http://pastebin.com/L0kv5pWg