[Mono-dev] libgdiplus bug?

Slava Petrenko slava at z.org.ua
Tue Feb 21 17:03:39 EST 2006


Hi,

I tried to run an image gallery web application named nGallery (taken
from http://www.ngallery.org/), but while adding images to album I got
next message


  Server error in '/' application

------------------------------------------------------------------------
*Description: *Error processing request.

*Error Message: *HTTP 500.

*Stack Trace: *
||

System.Exception: Generic Error.
in <0x00053> System.Drawing.GDIPlus:CheckStatus (Status status)
in <0x00095> System.Drawing.Image:Save (System.String filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams)
in (wrapper remoting-invoke-with-check) System.Drawing.Image:Save (string,System.Drawing.Imaging.ImageCodecInfo,System.Drawing.Imaging.EncoderParameters)
in <0x00999> nGallery.Lib.PhotoCache:GetScaledPicture ()
in <0x0007f> nGallery.Lib.PhotoCache:GetThumbnail ()
in <0x003d8> nGallery.admin.addPicture:btnSubmit_ServerClick (System.Object sender, System.EventArgs e)
in (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
in <0x00050> System.Web.UI.HtmlControls.HtmlInputButton:OnServerClick (System.EventArgs e)
in <0x00046> System.Web.UI.HtmlControls.HtmlInputButton:RaisePostBackEventInternal (System.String eventArgument)
in <0x0000d> System.Web.UI.HtmlControls.HtmlInputButton:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent (System.String eventArgument)
in <0x00016> System.Web.UI.Page:RaisePostBackEvent (IPostBackEventHandler sourceControl, System.String eventArgument)
in <0x00031> System.Web.UI.Page:RaisePostBackEvents ()
in <0x001ee> System.Web.UI.Page:InternalProcessRequest ()
in <0x000a1> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext context)



So, I tried to discover the error and my test app produces similar to
that output.
libgdiplus is taken as rpm from mono's site. Also, I compiled trunk from
svn, but it didn't help.

Thanks,

Slava.






More information about the Mono-devel-list mailing list