OSX crash

Discussion about the game and its default mods.
Post Reply
DayOffBoss
Posts: 4
Joined: Fri Jul 15, 2011 4:42 pm

OSX crash

Post by DayOffBoss »

When I attempt to run OpenRA it appears as if it is opening two copies down on my dock and then crashes.

Here is the code:

Code: Select all

System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.KnownColors ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: /Library/Frameworks/Mono.framework/Versions/2.10.2/lib/libgdiplus.dylib
  at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  at System.Drawing.GDIPlus..cctor &#40;&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  --- End of inner exception stack trace ---
  at System.Drawing.KnownColors..cctor &#40;&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  --- End of inner exception stack trace ---
  at System.Drawing.Color.get_White &#40;&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Graphics.SpriteFont..ctor &#40;System.String name, Int32 size&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Graphics.Renderer..ctor &#40;&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Game.Initialize &#40;OpenRA.Arguments args&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Program.Run &#40;System.String&#91;&#93; args&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Program.Main &#40;System.String&#91;&#93; args&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
I have installed Mono 2.10.2.

Thanks

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

Post by Sleipnir »

What versions of OpenRA and OSX are you running?

Can you run `mono --version' from a terminal and include the first line of the output (specifically, the bit in the parenthesis)? The mono people have a history of releasing multiple builds with the same version number, each broken in different ways.

e.g. I'm running 10.6.8 with

Code: Select all

Mono JIT compiler version 2.10.2 &#40;tarball Mon Apr 18 09&#58;14&#58;01 MDT 2011&#41;

DayOffBoss
Posts: 4
Joined: Fri Jul 15, 2011 4:42 pm

Post by DayOffBoss »

Code: Select all

Mono JIT compiler version 2.10.2 &#40;tarball Mon Apr 18 09&#58;14&#58;01 MDT 2011&#41;
OSX 10.5.8

OpenRA latest version.

DayOffBoss
Posts: 4
Joined: Fri Jul 15, 2011 4:42 pm

Post by DayOffBoss »

I ran a system update and it works.

Post Reply