Game does not want to start

Discussion about the game and its default mods.
Post Reply
ApachePeacock
Posts: 1
Joined: Sun Nov 03, 2013 10:07 am

Game does not want to start

Post 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? :?
Attachments
library-frameworks.tiff
library-frameworks.tiff (106.76 KiB) Viewed 2768 times

Matt
Posts: 1155
Joined: Tue May 01, 2012 12:21 pm
Location: Germany

Post by Matt »


Post Reply