You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with ReClass on Linux:
When I try to start it I get :
$ sudo mono ReClass.NET.exe
[sudo] password for x:
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
System.ArgumentOutOfRangeException: '0' is not a valid value for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'
Parameter name: Value
at System.Windows.Forms.ScrollBar.set_Value (System.Int32 value) [0x00027] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ScrollBar.set_Value(int)
at System.Windows.Forms.ScrollableControl.Recalculate (System.Boolean doLayout) [0x00177] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.AdjustFormScrollbars (System.Boolean displayScrollbars) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ContainerControl.AdjustFormScrollbars (System.Boolean displayScrollbars) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x0000e] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ContainerControl.OnLayout (System.Windows.Forms.LayoutEventArgs e) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.PerformLayout (System.ComponentModel.IComponent affectedComponent, System.String affectedProperty) [0x0004c] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.Control affectedControl, System.String affectedProperty) [0x00019] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.PerformLayout(System.Windows.Forms.Control,string)
at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x00018] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible(bool)
at System.Windows.Forms.ScrollProperties.set_Visible (System.Boolean value) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at ReClassNET.UI.MemoryViewControl.OnLoad (System.EventArgs e) [0x0003e] in <6e871db55e124b25b9ed8171cafecdf7>:0
at System.Windows.Forms.UserControl.OnCreateControl () [0x00006] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.CreateControl () [0x00082] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message& m) [0x00036] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00214] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00029] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00027] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at ReClassNET.UI.ScrollableCustomControl.WndProc (System.Windows.Forms.Message& msg) [0x0005f] in <6e871db55e124b25b9ed8171cafecdf7>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
System.ArgumentOutOfRangeException: '0' is not a valid value for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'
Parameter name: Value
at System.Windows.Forms.ScrollBar.set_Value (System.Int32 value) [0x00027] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ScrollBar.set_Value(int)
at System.Windows.Forms.ScrollableControl.Recalculate (System.Boolean doLayout) [0x00177] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.AdjustFormScrollbars (System.Boolean displayScrollbars) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ContainerControl.AdjustFormScrollbars (System.Boolean displayScrollbars) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x0000e] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ContainerControl.OnLayout (System.Windows.Forms.LayoutEventArgs e) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.PerformLayout (System.ComponentModel.IComponent affectedComponent, System.String affectedProperty) [0x0004c] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.Control affectedControl, System.String affectedProperty) [0x00019] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.OnVisibleChanged (System.EventArgs e) [0x0000e] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.OnParentVisibleChanged (System.EventArgs e) [0x00008] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.OnVisibleChanged (System.EventArgs e) [0x00053] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.OnVisibleChanged (System.EventArgs e) [0x0001a] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.OnParentVisibleChanged (System.EventArgs e) [0x00008] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.OnVisibleChanged (System.EventArgs e) [0x00053] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.OnVisibleChanged (System.EventArgs e) [0x0001a] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.OnParentVisibleChanged (System.EventArgs e) [0x00008] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.OnVisibleChanged (System.EventArgs e) [0x00053] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.OnVisibleChanged (System.EventArgs e) [0x0001a] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Form.OnVisibleChanged (System.EventArgs e) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.WmShowWindow (System.Windows.Forms.Message& m) [0x0010e] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00214] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00029] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message& m) [0x00166] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <7bab0583cf6f48a1abb93c02b7fcb973>:0
Can you help me out please ?
The text was updated successfully, but these errors were encountered:
Hello :)
I'm having an issue with ReClass on Linux:
When I try to start it I get :
Can you help me out please ?
The text was updated successfully, but these errors were encountered: