Hey guys,
I've been playing Dyson for a while now on my PC, and am loving it, but would really like to get it working on my Mac too.
I installed Mono (MonoFramework 2.4) and then opened up Terminal, navigated to the Dyson folder (dyson120-linux) and typed "mono Dyson.exe"
but got the following problems:
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Dyson.Game ---> System.TypeInitializationException: An exception was thrown by the type initializer for SdlDotNet.Input.Mouse ---> System.TypeInitializationException: An exception was thrown by the type initializer for SdlDotNet.Graphics.Video ---> System.DllNotFoundException: /Library/Frameworks/SDL.framework/SDL
at (wrapper managed-to-native) Tao.Sdl.Sdl:SDL_WasInit (int)
at SdlDotNet.Graphics.Video.Initialize () [0x00000]
at SdlDotNet.Graphics.Video..cctor () [0x00000]
--- End of inner exception stack trace ---
at SdlDotNet.Input.Mouse..cctor () [0x00000]
--- End of inner exception stack trace ---
at Wuwei.Input.MouseStateRecorder.UpdateCurrentState () [0x00000]
at Wuwei.Input.MouseStateRecorder..ctor () [0x00000]
at Dyson.Game..cctor () [0x00000]
--- End of inner exception stack trace ---
Any ideas guys?