I’ve been playing around with 4.3.10 using the simulator only so far. Here are a few things. Note, I just installed this version. It’s the first time AoG has been installed on this computer since installing W10 from scratch.
If I can help with more info or testing please let me know.
Error details
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Value of ‘111.3’ is not valid for ‘Value’. ‘Value’ should be between ‘Minimum’ and ‘Maximum’.
Parameter name: Value
at System.Windows.Forms.NumericUpDown.set_Value(Decimal value)
at AgOpenGPS.FormHeadland.FormHeadland_Load(Object sender, EventArgs e) in C:\Users\Grizs\Desktop\Git\AgOpenGPS\SourceCode\GPS\Forms\FormHeadland.cs:line 51
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
AgOpenGPS
Assembly Version: 4.3.10.0
Win32 Version: 4.3.10
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/AgOpenGPS.exe](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/AgOpenGPS.exe)
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4001.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4150.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4180.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.3752.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
OpenTK.GLControl
Assembly Version: 1.2.0.0
Win32 Version: 1.2.2336.6514-pre
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/OpenTK.GLControl.DLL](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/OpenTK.GLControl.DLL)
OpenTK
Assembly Version: 1.2.0.0
Win32 Version: 1.2.2336.6514-pre
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/OpenTK.DLL](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/OpenTK.DLL)
Control.Draggable
Assembly Version: 1.0.7235.3768
Win32 Version: 1.0.7235.37687
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/Control.Draggable.DLL](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/Control.Draggable.DLL)
RepeatButtonControl
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/RepeatButtonControl.DLL](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/RepeatButtonControl.DLL)
Tinkerforge
Assembly Version: 2.1.16.0
Win32 Version: 2.1.16.0
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/Tinkerforge.DLL](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/Tinkerforge.DLL)
Keypad
Assembly Version: 4.3.10.0
Win32 Version: 4.3.10.0
CodeBase: [file:///C:/Program%20Files%20(x86)/AgOpenGPS/Keypad.DLL](file:///C:/Program%20Files%20%28x86%29/AgOpenGPS/Keypad.DLL)
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.