[Mono-list] Re: AW: Mkbundle <-> Mono direct

Robert Jordan robertj at gmx.net
Wed May 31 10:25:43 EDT 2006


Schmuck wrote:
> Oops, running the app direct with mono-1.1.15 results in this message
> 
> <Snip>
> gecosoft at linux:~> mono-1.1.15/bin/mono gecoconfig.exe
> Mono System.Windows.Forms Assembly [$auto_build_revision$]
> Keyboard: German keyboard layout
> KDE colorscheme read
> 
> Unhandled Exception: System.EntryPointNotFoundException: GdipGetFontHeightGivenDPI
> in (wrapper managed-to-native) System.Drawing.GDIPlus:GdipGetFontHeightGivenDPI (intptr,single,single&)
> in <0x00022> System.Drawing.Font:GetHeight (Single dpi)
> in <0x00020> System.Drawing.Font:GetHeight ()
> in <0x0000d> System.Drawing.Font:get_Height ()
> in (wrapper remoting-invoke-with-check) System.Drawing.Font:get_Height ()
> in <0x0007e> System.Windows.Forms.Form:GetAutoScaleSize (System.Drawing.Graphics g, System.Drawing.Font font)
> in <0x0003e> System.Windows.Forms.Form:.ctor ()
> in <0x00011> GecoConfig.GecoConfig:.ctor ()
> in (wrapper remoting-invoke-with-check) GecoConfig.GecoConfig:.ctor ()
> in <0x00018> GecoConfig.GecoConfig:Main ()
> 
> </Snip>
> 
> Only tried it running in mono-1.1.13.2 direct, there it works??!!
> 
> -> Installed Mono both using the given installer.

Mono is probably picking the wrong libgdiplus.so.
Assure that it finds the right one (it's $monoprefix/lib/libgdiplus.so).

Robert



More information about the Mono-list mailing list