Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54613 - winelib for mono require libgdiplus in many occations
Summary: winelib for mono require libgdiplus in many occations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 03:06 UTC by cyber mans
Modified: 2004-06-21 09:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cyber mans 2004-06-21 03:06:27 UTC
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: gdiplus.dll
in <0x00053> (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
in <0x00068> System.Drawing.GDIPlus:.cctor ()
--- End of inner exception stack trace ---
 
in (unmanaged) System.Drawing.GDIPlus:GdipCreateFontFromHfont (intptr,intptr&,System.Drawing.LOGFONTA&)
in <0x000dd> System.Drawing.Font:FromHfont (intptr)
in <0x00018> System.Windows.Forms.Control:get_DefaultFont ()
in <0x0019c> System.Windows.Forms.Control:.ctor ()
in <0x00010> System.Windows.Forms.ScrollableControl:.ctor ()
in <0x00012> System.Windows.Forms.ContainerControl:.ctor ()
in <0x00016> System.Windows.Forms.Form:.ctor ()
in <0x00017> AAserverchecker.Form1:.ctor ()
in <0x0004f> (wrapper remoting-invoke-with-check) AAserverchecker.Form1:.ctor ()
in <0x0001b> AAserverchecker.Form1:Main ()

maybe an idea to make it a dep

Reproducible: Always
Steps to Reproduce:
1. mono windows.forms.app.exe
2.
3.

Actual Results:  
Unhandled Exception: System.TypeInitializationException: An exception was thrown
by the type initializer for System.Drawing.GDIPlus --->
System.DllNotFoundException: gdiplus.dll
in <0x00053> (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup
(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
in <0x00068> System.Drawing.GDIPlus:.cctor ()
--- End of inner exception stack trace ---
 
in (unmanaged) System.Drawing.GDIPlus:GdipCreateFontFromHfont
(intptr,intptr&,System.Drawing.LOGFONTA&)
in <0x000dd> System.Drawing.Font:FromHfont (intptr)
in <0x00018> System.Windows.Forms.Control:get_DefaultFont ()
in <0x0019c> System.Windows.Forms.Control:.ctor ()
in <0x00010> System.Windows.Forms.ScrollableControl:.ctor ()
in <0x00012> System.Windows.Forms.ContainerControl:.ctor ()
in <0x00016> System.Windows.Forms.Form:.ctor ()
in <0x00017> AAserverchecker.Form1:.ctor ()
in <0x0004f> (wrapper remoting-invoke-with-check) AAserverchecker.Form1:.ctor ()
in <0x0001b> AAserverchecker.Form1:Main ()


Expected Results:  
a nice window

Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.7-gentoo)
=================================================================
System uname: 2.6.7-gentoo i686 AMD Athlon(TM) XP 1700+
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind /var/lib/jboss /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo "
MAKEOPTS=" -j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="3dnow X aalib acpi alsa apm avi berkdb bluetooth bonobo cdr crypt cups dvd
encode evo foomaticdb gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib ipv6 java
joystick jpeg ldap libg++ libwww mad maildir mikmod mmx motif mozilla mpeg mysql
ncurses nls nowin nptl oggvorbis opengl oss pam pdflib perl png postgres ppds
python qt quicktime readline sdl slang spell ssl svga tcltk tcpd tetex truetype
x86 xml xml2 xmms xv xvid zlib"
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2004-06-21 09:29:06 UTC
Okay, fixed in CVS. thanks.