Error message

General JointCAM questions and discussion
Post Reply
Bob Willson
Posts: 4
Joined: Sun Sep 28, 2014 10:56 pm

Error message

Post 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

G-Force_Admin
Site Admin
Posts: 81
Joined: Tue Sep 23, 2014 5:10 pm

Re: Error message

Post 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.
Gerry

johnb
Posts: 5
Joined: Wed Oct 01, 2014 6:41 pm

Re: Error message

Post 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.

G-Force_Admin
Site Admin
Posts: 81
Joined: Tue Sep 23, 2014 5:10 pm

Re: Error message

Post 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?
Gerry

johnb
Posts: 5
Joined: Wed Oct 01, 2014 6:41 pm

Re: Error message

Post by johnb »

I sent you an email with my files and details.

G-Force_Admin
Site Admin
Posts: 81
Joined: Tue Sep 23, 2014 5:10 pm

Re: Error message

Post 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.
Gerry

G-Force_Admin
Site Admin
Posts: 81
Joined: Tue Sep 23, 2014 5:10 pm

Re: Error message

Post 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.
Gerry

Post Reply