UDP issue

Issue #12 resolved
microp11 created an issue

** Exception Text ** System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: newAddress at System.Net.IPAddress..ctor(Int64 newAddress) at System.Net.IPEndPoint..ctor(Int64 address, Int32 port) at ScytaleC.UdpRepeater..ctor(NetworkInterface key) in D:\gitrepos\scytalec\ScytaleC\Repeaters\UdpRepeater.cs:line 34 at ScytaleC.MainForm.<Start>d__50.MoveNext() in D:\gitrepos\scytalec\ScytaleC\MainForm.cs:line 684 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)

** Loaded Assemblies ** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.7.2115.0 built by: NET47REL1LAST CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll


ScytaleC Assembly Version: 1.2.6567.21524 Win32 Version: 1.2.0.0 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/ScytaleC.exe


System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.7.2110.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll


System Assembly Version: 4.0.0.0 Win32 Version: 4.7.2110.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll


System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll


PacketDecoders Assembly Version: 1.1.6567.21524 Win32 Version: 1.1.0.0 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/PacketDecoders.DLL


Interfaces Assembly Version: 1.0.6567.21524 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/Interfaces.DLL


System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll


System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.7.2046.0 built by: NET47REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll


System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.7.2117.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll


System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.7.2102.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll


NAudio Assembly Version: 1.8.3.0 Win32 Version: 1.8.3.0 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/NAudio.DLL


NLog Assembly Version: 4.0.0.0 Win32 Version: 4.4.5791 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/NLog.DLL


System.ServiceModel Assembly Version: 4.0.0.0 Win32 Version: 4.7.2112.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll


System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.7.2102.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll


System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.7.2112.0 built by: NET47REL1LAST CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll


MDemodulator Assembly Version: 1.0.6567.21524 Win32 Version: 1.0.0.1 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/MDemodulator.DLL


PKViterbiDecoder Assembly Version: 1.0.6567.21524 Win32 Version: 1.0.0.1 CodeBase: file:///C:/Users/Bob/Desktop/ReleaseBeta1.4.1/PKViterbiDecoder.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.

Comments (3)

  1. Log in to comment