xxxxx@#####:~/Software/dyson120-linux> mono Dyson.exe
Unhandled Exception: System.DllNotFoundException: libSDL_gfx.so.4
at (wrapper managed-to-native) Tao.Sdl.SdlGfx:zoomSurface (intptr,double,double,int)
at SdlDotNet.Graphics.Surface.Clone (Boolean doDeepCopy) [0x00000]
at SdlDotNet.Graphics.Surface.Clone () [0x00000]
at SdlDotNet.Graphics.Surface.CreateStretchedSurface (Size destinationSize) [0x00000]
at SdlDotNet.Graphics.Surface.CreateResizedSurfaceInternal (Size destinationSize) [0x00000]
at SdlDotNet.Graphics.Surface.CreateResizedSurface (Size destinationSize) [0x00000]
at SdlDotNet.Graphics.Surface.CreateResizedSurface () [0x00000]
at Wuwei.Drawing.GLSurface.TransformSurface (Boolean flipSurface) [0x00000]
at Wuwei.Drawing.GLSurface.Refresh (SdlDotNet.Graphics.Surface surface, Boolean flipSurface) [0x00000]
at Wuwei.Drawing.GLSprite.Refresh (SdlDotNet.Graphics.Surface surface, Boolean flipSurface) [0x00000]
at Wuwei.Drawing.GLSurface.Refresh () [0x00000]
at Wuwei.Drawing.GLSurface.Check () [0x00000]
at Wuwei.Drawing.Blitter.Draw (Wuwei.Maths.Vector3f[] verts, Wuwei.Maths.Vector2f[] texcoords, ColorF color) [0x00000]
at Wuwei.Drawing.BitmapFont.DrawLineOfText (System.String text, Single scale, Vector3f drawPos, Vector2f bounds, Single lineWidth, Int32 numWords, HorizontalJustification hjustify, Boolean batch, Wuwei.Drawing.FormattingInfo formatInfoAtStartOfLine, Int32 startCharacter, Int32 finalCharacter) [0x00000]
at Wuwei.Drawing.BitmapFont.DrawProcessText (System.String text, RectangleF bounds, HorizontalJustification hjustify, Single lineHeight, Single z, Single scale, Wuwei.Maths.Vector2f& cursorPosition, System.Int32& numLines, Boolean draw, Boolean batch) [0x00000]
at Wuwei.Drawing.BitmapFont.Draw (System.String text, RectangleF bounds, HorizontalJustification hjustify, VerticalJustification vjustify, Single z, ColorF colour, Single scale, Boolean batch) [0x00000]
at Wuwei.Drawing.BitmapFont.PrintString (System.String text, Int32 x, Int32 y, Color color, Boolean dropShadow, Single zoom, Boolean batcher) [0x00000]
at Dyson.Game.DrawLoadingScreen () [0x00000]
at Dyson.Game.Go () [0x00000]
at Dyson.Game.Main () [0x00000]
I already have installed sdl gfx 2.0.17-1.108; running on opensuse 11.1 with an intel 945gm video card with some-kind of shared memory wich I don't understand. Any idea? I will try to run the windows version on wine.