587,999 active members*
2,019 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > CamWorks > UPG-2 File Error
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2021
    Posts
    9

    Angry UPG-2 File Error

    Has anyone ever had "Value of '0' is not valid for 'emsize' error pop up? I'm about to reset the computer and reinstall the software. UPG opens with a file error and when you go to the preferences, you can't change the .ctl path or the .atr in UPG-2 under preferences. They don't even generate their location in the text box. I've tried reinstalling UPG-2 from the CamWorks website, but I get the same issues. Think it's in the registry? This is sucking so much because I was almost finished with my processor. I even created my own .bat file to compile the post but the compile.exe isn't working either.

    ******The bat file text I put together****** (says it compiles successfully but doesn't produce a .ctl file just a .lib)
    @ECHO OFF
    CD "C:\CAMWorksData\UPG-2"
    compile.exe "C:\CAMWorks Posts\ARGGHH\SL3000M.SRC" "SL3000M.src" "C:\CAMWorksData\UPG-2\MasterLibraryFiles\MASTER.ATR" "C:\\CAMWorks Posts" "S" "C:\CAMWorksData\UPG-2" "" ""

    ----------------------------------------------------------------

    *******The Error Message from the UPG Program after trying to adjust preferences under the file tab********

    ************** Exception Text **************
    System.ArgumentException: Value of '0' is not valid for 'emSize'. 'emSize' should be greater than 0 and less than or equal to System.Single.MaxValue.
    Parameter name: emSize
    at System.Drawing.Font.Initialize(FontFamily family, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
    at System.Drawing.Font.Initialize(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet, Boolean gdiVerticalFont)
    at System.Drawing.Font..ctor(String familyName, Single emSize, FontStyle style, GraphicsUnit unit, Byte gdiCharSet)
    at Microsoft.VisualBasic.Compatibility.VB6.Support.Fo ntChangeSize(Font CurrentFont, Single Size)
    at Fanuc.frmPostConfig.ApplyFonts()
    at Fanuc.frmPostConfig.mnuPreferences_Click(Object eventSender, EventArgs eventArgs)
    at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
    at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
    at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
    at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
    at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
    at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
    at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
    at System.Windows.Forms.ToolStrip.WndProc(Message& m)
    at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
    at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9174 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    FANUCT
    Assembly Version: 0.0.0.0
    Win32 Version: 0.0.0.0
    CodeBase: file:///C:/CAMWorksData/UPG-2/FANUCT.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9157 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9176 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9157 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.9157 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    Microsoft.VisualBasic.Compatibility
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.9157
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic.Compatibility/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.Compatibility.dll
    ----------------------------------------
    Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.9157 (WinRelRS6.050727-9100)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.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.

  2. #2
    Join Date
    Jun 2021
    Posts
    9

    Re: UPG-2 File Error

    Contacted the software company, IT gave me a link with the most up to date software version, reinstalled and the problem went away. Back to coding my post processors again.

Similar Threads

  1. UPG 2 error compiling source file
    By pinch in forum CamWorks
    Replies: 1
    Last Post: 02-09-2022, 10:03 AM
  2. CamWorks UPG source file?
    By JohnWLMT in forum CamWorks
    Replies: 7
    Last Post: 02-18-2021, 12:09 PM
  3. How To Fix “Error Opening File For Writing” Error In Windows 10?
    By Philiphamlet1 in forum Computers / Desktops / Networking
    Replies: 1
    Last Post: 02-04-2021, 07:47 AM
  4. Replies: 7
    Last Post: 11-14-2014, 07:03 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •