System.ArgumentOutOfRangeException

I am getting following error when running AgOpenGPS Applcation

root@imx6ull9x9evk:~# mono AgOpenGPS/AgOpenGPS/Application/AgOpenGPS.exe
X does not support your locale
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: aspect
at OpenTK.Matrix4.CreatePerspectiveFieldOfView (System.Single fovy, System.Single aspect, System.Single zNear, System.Single zFar, OpenTK.Matrix4& result) [0x00028] in <42e0bc733f354a278eb2a33f1b3c196e>:0
at OpenTK.Matrix4.CreatePerspectiveFieldOfView (System.Single fovy, System.Single aspect, System.Single zNear, System.Single zFar) [0x00000] in <42e0bc733f354a278eb2a33f1b3c196e>:0
at AgOpenGPS.FormGPS.oglMain_Resize (System.Object sender, System.EventArgs e) [0x0005a] in <07e2dd15d4a94ef5a7c0740d898e28ae>:0
at System.Windows.Forms.Control.OnResizeInternal (System.EventArgs e) [0x00025] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control.OnResize (System.EventArgs e) [0x00000] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at OpenTK.GLControl.OnResize (System.EventArgs e) [0x0004c] in :0
at System.Windows.Forms.Control.OnSizeChanged (System.EventArgs e) [0x00006] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control.UpdateBounds (System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Int32 clientWidth, System.Int32 clientHeight) [0x000ce] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control.UpdateBounds () [0x00029] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control.WmWindowPosChanged (System.Windows.Forms.Message& m) [0x00000] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x0019c] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message& m) [0x00000] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message& m) [0x00027] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.UserControl.WndProc (System.Windows.Forms.Message& m) [0x00025] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage (System.Windows.Forms.Message& m) [0x00000] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) [0x0000b] in <2c6d049fa1fe47379ee190e28b8d6059>:0
at System.Windows.Forms.NativeWindow.WndProc (System.IntPtr hWnd, System.Windows.Forms.Msg msg, System.IntPtr wParam, System.IntPtr lParam) [0x00085] in <2c6d049fa1fe47379ee190e28b8d6059>:0
root@imx6ull9x9evk:~#

A post was merged into an existing topic: I am new at AOG. Some error occurred