Page 1 of 1

Error message

Posted: Mon Sep 29, 2014 11:49 pm
by Bob Willson
I couldn't work out how to post a picture or I would have done so.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Convert.ToDouble(String value)
at WindowsApplication1.Main_Form.DTCGCodeExp_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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.0.30319.1 (RTMRel.030319-0100)
CodeBase: file:///G:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
JointCAM
Assembly Version: 0.9.0.10

Re: Error message

Posted: Tue Sep 30, 2014 10:12 am
by G-Force_Admin
Can you click Save Project, and send me the .jnt file.
Sounds like JointCAM didn't like some of the data that you input. I need to know what that data was.

Re: Error message

Posted: Fri Oct 03, 2014 3:59 pm
by johnb
I also received an error message when trying to output code after upgrading to current version. Tried a clean install (backed up my user settings first) and still got the error so I uninstalled again and went back to original version which is working fine.

Re: Error message

Posted: Fri Oct 03, 2014 5:00 pm
by G-Force_Admin
Are you saying the current version is giving the error? Can you reproduce it? If you can, can you send me the project file?

I haven't heard back from Bob yet, but I need to be able to reproduce it.
I've been creating g-code regularaly for over a year and have never seen that error.

What OS are you using?

Re: Error message

Posted: Fri Oct 03, 2014 8:00 pm
by johnb
I sent you an email with my files and details.

Re: Error message

Posted: Sat Oct 04, 2014 2:53 am
by G-Force_Admin
I'm pretty sure I have this narrowed down to a depth per pass setting of zero for roughing passes.

I should have a new version Sunday night that fixes it.

Re: Error message

Posted: Sat Oct 04, 2014 3:16 am
by G-Force_Admin
I spoke too soon.
The issue is the new Scale Feedrate feature.

I didn't want to over-write the settings, so it may be turned on with no scale factor set.
If you see this crash, just go into settings, and make sure there's a non-zero value in the Scale Factor, or the Scale Feedrate is not checked. Then just Save the settings and the crashing should stop.

The depth per pass I mentioned in my previous post is still a possible issue, and I'll fix both of these tomorrow.