Re: [Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-06-02 Thread buhochil...@gmail.com
Mike Kestner wrote: > On Sat, 2008-05-31 at 21:50 -0400, [EMAIL PROTECTED] wrote: > >>> On Fri, 2008-05-30 at 17:00 -0400, [EMAIL PROTECTED] wrote: >>> >>> >>> ExcObject: System.InvalidProgramException: Invalid IL code in (wrapper native-to-managed) GdkSharp.PixbufDestroyNot

Re: [Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-06-01 Thread buhochil...@gmail.com
> On Sat, 2008-05-31 at 21:50 -0400, [EMAIL PROTECTED] wrote: > >>> On Fri, 2008-05-30 at 17:00 -0400, [EMAIL PROTECTED] wrote: >>> >>> >>> ExcObject: System.InvalidProgramException: Invalid IL code in (wrapper native-to-managed) GdkSharp.PixbufDestroyNotifyWrapper:NativeCa

Re: [Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-05-31 Thread buhochil...@gmail.com
> On Sat, 2008-05-31 at 21:50 -0400, [EMAIL PROTECTED] wrote: > >>> On Fri, 2008-05-30 at 17:00 -0400, [EMAIL PROTECTED] wrote: >>> >>> >>> ExcObject: System.InvalidProgramException: Invalid IL code in (wrapper native-to-managed) GdkSharp.PixbufDestroyNotifyWrapper:NativeCa

Re: [Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-05-31 Thread Mike Kestner
On Sat, 2008-05-31 at 21:50 -0400, [EMAIL PROTECTED] wrote: > > On Fri, 2008-05-30 at 17:00 -0400, [EMAIL PROTECTED] wrote: > > > > > >> ExcObject: System.InvalidProgramException: Invalid IL code in (wrapper > >> native-to-managed) GdkSharp.PixbufDestroyNotifyWrapper:NativeCallback > >> (intpt

Re: [Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-05-31 Thread buhochil...@gmail.com
> On Fri, 2008-05-30 at 17:00 -0400, [EMAIL PROTECTED] wrote: > > >> ExcObject: System.InvalidProgramException: Invalid IL code in (wrapper >> native-to-managed) GdkSharp.PixbufDestroyNotifyWrapper:NativeCallback >> (intptr,intptr): IL_0030: call 0x0006 >> > > I think this is a

Re: [Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-05-30 Thread Mike Kestner
On Fri, 2008-05-30 at 17:00 -0400, [EMAIL PROTECTED] wrote: > ExcObject: System.InvalidProgramException: Invalid IL code in (wrapper > native-to-managed) GdkSharp.PixbufDestroyNotifyWrapper:NativeCallback > (intptr,intptr): IL_0030: call 0x0006 I think this is a "known" issue with Pixb

[Mono-dev] Strange GdkSharp.PixbufDestroyNotifyWrapper error..

2008-05-30 Thread buhochil...@gmail.com
Hi guys: I have a simple code in a gtk window that use a pixbuf to put some image in a widget that inherit from DrawingArea, then at some point I call to the SetSizeRequest function and I get a really weird "InvalidProgramException"..the widget is associate internally to the OnExposeEvent, the