Page 1 of 1

Initial Setup of WiFi iRTrans Crashes

PostPosted: Sun 30. May 2010, 13:26
by rhodesy22
Hey,

I have the iRTrans Wi-Fi unit connect to the USB in Windows.

I then open the IRConfig app but if I press Set Mode I get the following Unhandled exception error:

Arithmetic operation resulted in an overflow.

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

************** Exception Text **************
System.OverflowException: Arithmetic operation resulted in an overflow.
   at IRTrans.Devicemode.frmSetModusEx.cmdSet_Click(Object eventSender, EventArgs eventArgs)
   at System.Windows.Forms.Control.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.WndProc(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.4913 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
IRConfig
    Assembly Version: 1.0.6.40277
    Win32 Version: 1.0.6
    CodeBase: file:///C:/Program%20Files/IRTrans/IRConfig.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4913 (NetFXspW7.050727-4900)
    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.4913 (NetFXspW7.050727-4900)
    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.4913 (NetFXspW7.050727-4900)
    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.4913 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
IRTrans.Utility
    Assembly Version: 1.0.6.40287
    Win32 Version: 1.0.6
    CodeBase: file:///C:/Program%20Files/IRTrans/IRTrans.Utility.DLL
----------------------------------------
IRTrans.USBIO
    Assembly Version: 1.0.5.40277
    Win32 Version: 1.0.5
    CodeBase: file:///C:/Program%20Files/IRTrans/IRTrans.USBIO.DLL
----------------------------------------
FTD2XX_NET
    Assembly Version: 1.0.6.0
    Win32 Version: 1.0.6.0
    CodeBase: file:///C:/Program%20Files/IRTrans/FTD2XX_NET.DLL
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4913 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
IRTrans.NET
    Assembly Version: 4.0.9.40298
    Win32 Version: 4.0.9.40298
    CodeBase: file:///C:/Program%20Files/IRTrans/IRTrans.NET.DLL
----------------------------------------
IRTrans.Devicemode
    Assembly Version: 1.0.8.40287
    Win32 Version: 1.0.8
    CodeBase: file:///C:/Program%20Files/IRTrans/IRTrans.Devicemode.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4913 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.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.



Re: Initial Setup of WiFi iRTrans Crashes

PostPosted: Sun 30. May 2010, 13:55
by IRTrans
Hi,
unfortunately there was a bug in the Config programm that we did not see here. Please download the latest SW version from our website - it will fix the problem.

IRTrans

Re: Initial Setup of WiFi iRTrans Crashes

PostPosted: Mon 31. May 2010, 14:39
by rhodesy22
Great thanks!