Hi group,
Trying to run Emulare on Fedora 13 Linux. I have downloaded the current mono, compiled and installed it.
Using Emulare 1.7 I get this error:
emulare_1.7; mono emulare.exe
Unhandled Exception:
System.TypeInitializationException:
An exception was thrown by the type initializer for System.Windows.Forms.XplatUI --->
System.TypeInitializationException:
An exception was thrown by the type initializer for System.Drawing.GDIPlus --->
System.DllNotFoundException: gdiplus.dll
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
at System.Drawing.GDIPlus..cctor () [0x00000]
--- End of inner exception stack trace ---
at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x00000]
at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000]
at System.Windows.Forms.XplatUIX11..ctor () [0x00000]
at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000]
at System.Windows.Forms.XplatUI..cctor () [0x00000]
--- End of inner exception stack trace ---
at System.Windows.Forms.Application.EnableVisualStyles () [0x00000]
at emulare.emulare.Main () [0x00000]
Any ideas??