[Mono-devel-list] Winelib

Peter Dennis Bartok peter at novonyx.com
Sun May 9 16:21:46 EDT 2004


I think this one is easy. You've got a mismatch between libgdiplus and
System.Drawing, had the same thing last week. Make sure you've either all
cvs versions or all released versions.

Peter

-----Original Message-----
From: "Paul" <paul at all-the-johnsons.co.uk>
To: "Simon Ask Ulsnes" <simon at ulsnes.dk>;
<mono-devel-list at lists.ximian.com>
Date: 09 May, 2004 14:00
Subject: Re: [Mono-devel-list] Winelib


Hi,

> Check that all symlinks are in place and are valid. (check that
> /usr/lib/libwine.so.1 => /usr/lib/wine/lib/libwine.so etc.)

Found the problem - I had a previous source compiled version of wine
installed!

Only problem now is anything using winforms gives me the likes of
this...


Unhandled Exception: System.ArgumentException: Invalid Parameter.
in <0x0007d> System.Drawing.GDIPlus:CheckStatus (System.Drawing.Status)
in <0x0004b> System.Drawing.Bitmap:.ctor
(int,int,System.Drawing.Imaging.PixelFormat)
in <0x00015> System.Drawing.Bitmap:.ctor (int,int)
in <0x00061> (wrapper remoting-invoke-with-check)
System.Drawing.Bitmap:.ctor (int,int)
in <0x00055> System.Drawing.Graphics:get_systemDpiX ()
in <0x00091> System.Drawing.Font:unitConversion
(System.Drawing.GraphicsUnit,System.Drawing.GraphicsUnit,single,single&)
in <0x00091> (wrapper remoting-invoke-with-check)
System.Drawing.Font:unitConversion
(System.Drawing.GraphicsUnit,System.Drawing.GraphicsUnit,single,single&)
in <0x00098> System.Drawing.Font:setProperties
(System.Drawing.FontFamily,single,System.Drawing.FontStyle,System.Drawing.
GraphicsUnit,byte,bool)
in <0x000c4> (wrapper remoting-invoke-with-check)
System.Drawing.Font:setProperties
(System.Drawing.FontFamily,single,System.Drawing.FontStyle,System.Drawing.
GraphicsUnit,byte,bool)
in <0x0006f> System.Drawing.Font:.ctor
(intptr,string,System.Drawing.FontStyle,single)
in <0x00099> (wrapper remoting-invoke-with-check)
System.Drawing.Font:.ctor
(intptr,string,System.Drawing.FontStyle,single)
in <0x001ea> System.Drawing.Font:FromHfont (intptr)
in <0x00018> System.Windows.Forms.Control:get_DefaultFont ()
in <0x001c1> System.Windows.Forms.Control:.ctor ()
in <0x0000e> System.Windows.Forms.ScrollableControl:.ctor ()
in <0x0000a> System.Windows.Forms.ContainerControl:.ctor ()
in <0x00016> System.Windows.Forms.Form:.ctor ()
in <0x0000a> MonoSamples.DockForm:.ctor ()
in <0x0004f> (wrapper remoting-invoke-with-check)
MonoSamples.DockForm:.ctor ()
in <0x0001b> MonoSamples.DockForm:Main (string[])


This was generated from some source code found via the mono wiki on
winforms which ran under a previous incarnation on wine/mono/winelib

TTFN

Paul
-- 
"There are four stages to any war
First they ignore you, then they laugh at you
Then they fight you, then YOU win."
Ghandi




More information about the Mono-devel-list mailing list