Skip to content

fail to start on linux #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PierreLeGuen opened this issue Mar 3, 2019 · 1 comment
Closed

fail to start on linux #91

PierreLeGuen opened this issue Mar 3, 2019 · 1 comment

Comments

@PierreLeGuen
Copy link

Hello :)

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 ?

@KN4CK3R
Copy link
Member

KN4CK3R commented Mar 3, 2019

That error was fixed in #86. Now you need to compile ReClass.NET for yourself or wait until I release a new version.

@KN4CK3R KN4CK3R closed this as completed Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants