Bugs v4.3.10

I never had this problem with any version…

I don’t now if someone is mentioned this, because my English not so good to understand everything completely, but in the latest version it still is.

Sooo… In right menu bar you can change skips from 1 to 10.
You can also do in in U turn settings, but only from 1 to 6

And if you change skips in menu bar greater than 6 (for example my tramlines is every 7 row for my seed drill) and open U turn settings you got a error.

uturn

Nice catch - probably a real pain, i will look at this! Thx

Fixed, will be in next update
Screenshot_1

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.

Minor feature requests:

  1. Allow keyboard/numpad entry in Enter a value keypad popup for numerical values
  2. Define a default action button (save/okay/exit/close/return) for popup windows and allow enter key on keyboard to activate that button.
  3. In Uturn settings window, use preferred units and if using m/ft, then allow a decimal point.

Minor bugs

  1. Stop Record Pause Boundary window shows boundary offset in unlabeled meters instead of preferred units.
  2. Click 2 Points on the boundary then Choose… window shows tool width in unlabeled cm instead of preferred units.
  3. In the following screenshot, sections 1-4 should be in auto/green and section 5 is in manual due to proximity to the boundary. The bug is that sec3 is is painting correctly but it’s showing red/off on the imp.
    center section state.PNG

Major bug

  1. After opening an existing field with boundary (created in AoG by driving the perimeter) and deleting the applied area, when I try to open the Headlands windows, AoG crashes.
    headlands error.PNG
    This is using the default tractor and a 121.67’ 3pt imp with 20" overlap. I can easity recreate it multiple times. Once I load the default tool, it works without crashing. Go back to my wide 3pt imp and it again crashes. I’m not sure where the 111.3 value comes from.

If I can help with more info or testing please let me know.

edit
I forgot to attached the details from the unhandled exception error. Maybe there are some clues in the error message. Note, at one point c:\users\griz is mentioned but that’s not a path on my computer.

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.

Can you post your tool.txt on telegram?

Here’s my tool.txt for the Major Bug.
120ft 3pt sprayer.txt (1.0 KB)

Regarding Minor Bug #3, I briefly tried to reproduce it but could not.

Found the headland problem, max for distance from boundary was 99.9 meters, in your case, that is too narrow for the calculation so upped it to 199 meters. Hopefully no one needs a headland bigger then that (650 feet).Screenshot_3

1 Like

Something that looks like it has popped up in one of the latest updates of 4.3.10. This is a field kml imported into Google Earth. Boundaries seem to have come out distorted. Applied area is correct.

image

Probably associated with the projection as it was working fine prior to that change. These boundaries I believe were driven then bought into Google Earth, cleaned up a bit, then bought back into AgOpenGPS. I was planning on tweaking one of the internal boundaries a touch more. All fine in use on the tractor. There is an obvious offset in the Google Earth photo (unrelated).

Anyone else noticed? Could be a Southern Hemisphere thing?

trying to download v4.3.10.msi on aog release , windows defender stop me cause of trojan "ludicrouz " …

well that is ludicrous lol.

Hello.

I’m using the Version 4.3.10 and I’ve got a proleme with the U-Turn
It can be activated, but starts to count at about 14 000m and counts down only one meter per second.
The problem is pretty new.
Probably it started when we created the fields from KLM file out.

The fields were measured external with a Leica receiver and the Zeno Connect app.
Subsequently, the individual fields were extracted and stored using Google Earth.
Does anyone know the problem ?
Thank you in advance