Jesse Nesbitt wrote:
The relevant lines:
in [0x00007] (at
/mnt/data/tmp/archcvs/extra/devel/mono/src/mono-1.1.15/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:292)
System.Windows.Forms.Application:Run (System.Windows.Forms.Form
mainForm)
in [0x00005] (at /root/libsl/SecondSuite/frmSecondSuite.cs:260)
SecondSuite.frmSecondSuite:Main ()
On 7/22/06, John Hurliman <[EMAIL PROTECTED]> wrote:
Jesse Nesbitt wrote:
> Hello everyone,
> I just checked out and compiled SecondSuite. However, it seems that
> something goes wrong after login, and I get this exception:
>
> Unhandled Exception: System.ArgumentException: '-2147483648' is not a
> valid value for 'Value'. 'Value' should be between 'Minimum' and
> 'Maximum'
> in [0x000a8] System.Windows.Forms.ScrollBar:set_Value (Int32 value)
> in (wrapper remoting-invoke-with-check)
> System.Windows.Forms.ScrollBar:set_Value (int)
> in [0x00087] (at
>
/mnt/data/tmp/archcvs/extra/devel/mono/src/mono-1.1.15/mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs:277)
>
> System.Windows.Forms.MdiClient:CalcHBar (Int32 left, Int32 right,
> Int32 right_edge, Boolean vert_vis)
>
> (this is just a partial stack trace, as the full one is huge)
> Can anyone else confirm this? This has been posted to the tracker.
> Also, SS appends "\plugins\" to the current working directory to find
> the plugins. This is not OS agnostic :P
>
> Thanks,
> --Jesse
>
Can you post the part of the stack trace that shows where in the
SecondSuite code things are going wrong? It would be further down. I'll
look in to this, thanks.
John
SecondSuite doesn't have any handwritten code that involves scrollbars,
so I'm assuming this is a bug in mono and from a bit of google searching
it appears other people were having a similar problem under different
circumstances. Unfortunately the stack trace doesn't show exactly where
the problem is happening, unless it's in the MDI form itself (which is
likely). I'm guessing one of the child windows that it tries to create
is larger than the MDI form, causing a scrollbar to appear and
triggering the bug. You might have to try out an svn version of mono to
see if this has been resolved.
John
_______________________________________________
libsecondlife-dev mailing list
libsecondlife-dev@gna.org
https://mail.gna.org/listinfo/libsecondlife-dev