[Mono-winforms-list] Re: SWF status - System.EntryPointNotFoundException: GdipCreateFontFamilyFromName

Peter Dennis Bartok peter@novonyx.com
Wed, 7 Apr 2004 10:09:46 -0600


Looks like the libgdiplus you're running is too old. In the listing you
provided it was from February, the latest should be from March.

Peter

-----Original Message-----
From: "Timothy Parez" <timothyparez@linux.be>
To: <mono-winforms-list@lists.ximian.com>
Date: 07 April, 2004 01:44
Subject: [Mono-winforms-list] Re: SWF status -
System.EntryPointNotFoundException: GdipCreateFontFamilyFromName


>After some fidling I now get:
>
>[timothy@pctimo textbox]$ mono swf-textboxes.exe
>Could not stat /mnt/floppy (Onbekend bestand of map), ignoring drive A:
>
>Unhandled Exception: System.EntryPointNotFoundException:
GdipCreateFontFamilyFromName
>in <0x00053> (wrapper managed-to-native)
System.Drawing.GDIPlus:GdipCreateFontFamilyFromName
(string,intptr,intptr&)
>in <0x0007c> System.Drawing.FontFamily:.ctor
(string,System.Drawing.Text.FontCollection)
>in <0x00012> System.Drawing.FontFamily:.ctor (string)
>in <0x00056> (wrapper remoting-invoke-with-check)
System.Drawing.FontFamily:.ctor (string)
>in <0x0005b> System.Drawing.Font:.ctor
(string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte,b
ool)
>in <0x00026> System.Drawing.Font:.ctor
(string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte)
>in <0x000ac> (wrapper remoting-invoke-with-check)
System.Drawing.Font:.ctor
(string,single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit,byte)
>in <0x00a7d> MyFormProject.MainForm:InitializeComponent ()
>in <0x0004f> (wrapper remoting-invoke-with-check)
MyFormProject.MainForm:InitializeComponent ()
>in <0x00019> MyFormProject.MainForm:.ctor ()
>in <0x0004f> (wrapper remoting-invoke-with-check)
MyFormProject.MainForm:.ctor ()
>in <0x0001b> MyFormProject.MainForm:Main (string[])
>
>
>Timothy.
>
>On Tuesday 06 April 2004 11:13, Timothy Parez wrote:
>> Ok,
>>
>> I installed winelib from cvs but I still get
>>
>> timothy@pctimo winforms]$ cd button/
>> [timothy@pctimo button]$ mono swf-buttons.exe
>> Could not load winelib.exe.so
>> Unhandled Exception: System.TypeInitializationException: An exception
was thrown by the type initializer for System.Windows.Forms.Control --->
System.TypeInitializationException: An exception was thrown by the type
initializer for System.Windows.Forms.Win32 --->
System.DllNotFoundException: winelib.exe.so
>> in <0x00053> (wrapper managed-to-native)
System.Windows.Forms.Win32:WineLoadLibrary (string)
>> in <0x002e1> System.Windows.Forms.Win32:.cctor ()
>> --- End of inner exception stack trace ---
>>
>> in (unmanaged) System.Windows.Forms.Win32:RegisterWindowMessage
(string)
>> in <0x000f2> System.Windows.Forms.Control:.cctor ()
>> --- End of inner exception stack trace ---
>>
>> in (unmanaged) System.Windows.Forms.Control:.ctor ()
>> in <0x0000f> System.Windows.Forms.ScrollableControl:.ctor ()
>> in <0x0000a> System.Windows.Forms.ContainerControl:.ctor ()
>> in <0x00017> System.Windows.Forms.Form:.ctor ()
>> in <0x0000a> MyFormProject.MainForm:.ctor ()
>> in <0x0004f> (wrapper remoting-invoke-with-check)
MyFormProject.MainForm:.ctor ()
>> in <0x0001b> MyFormProject.MainForm:Main (string[])
>> _______________________________________________
>> Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>>
>_______________________________________________
>Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>
>