Page 1 of 1

Game does not want to start

Posted: Sun Nov 03, 2013 10:26 am
by ApachePeacock
Hey,
whenever I start the game I get a screen that has a light-geryish color, and, if I am lucky, the windmill-mouse-pointer (that rainbow-colored mac icon).
I am on a Mac Os X (Mavericks) and Mono 3.2 is installed.
The exception-log:

Code: Select all

Exception of type `System.DllNotFoundException`: /Library/Frameworks/SDL.framework/SDL
TypeName=``
  at (wrapper managed-to-native) Tao.Sdl.Sdl:__SDL_Init (int)
  at Tao.Sdl.Sdl.SDL_Init &#40;Int32 flags&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Renderer.SdlCommon.SdlGraphics.InitializeSdlGl &#40;System.Drawing.Size& size, WindowMode window, System.String&#91;&#93; requiredExtensions&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Renderer.Glsl.GraphicsDevice..ctor &#40;Size size, WindowMode window&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Renderer.Glsl.DeviceFactory.Create &#40;Size size, WindowMode windowMode&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Graphics.Renderer.CreateDevice &#40;System.Reflection.Assembly rendererDll, Int32 width, Int32 height, WindowMode window&#41; &#91;0x00000&#93; in <filename unknown>&#58;0 
  at OpenRA.Graphics.Renderer.Initialize &#40;WindowMode windowMode&#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 
 
To me it seems like some File is missing... so I looked into the folder where OpenRA seems to be searching (/Library/Frameworks/) and indeed, there is no SDL.framework (for the record: there isn't one in /admin/Library/Frameworks/ either).
So I installed the SDL framework and the SDL2 framework, but neither solved my problem...

So, any ideas anyone? :?

Posted: Sun Nov 03, 2013 11:17 pm
by Matt