.NET Issues when using K-Relay
Hey all!
I've been getting an object error recently when running K-Relay.
After looking everywhere, I seem to have found solutions, but can't quite get the problem resolved.
I found two threads (see titles below) that seem to slightly touch the issue...but no dice.
KRelay .NET Framework Problem
Packets for 27.7.X2
I recognize the query as I've worked with .NET before, however I'm new to K-Relay and can' quite seem to fix the issue for myself.
The most unfortunate part is the fact that K-Relay has been working for hours up until this.
I have all of the latest .NET's installed as well.
Any help would be appreciated.
Exception Log
************** Exception Text ************** System.*********enceException: Object reference not set to an instance of an object. at Lib_K_Relay.GameData.DataStructures.ServerStructur e.Load(XDocument doc) at Lib_K_Relay.GameData.GameData.<>c.<Load>b__18_4() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute()]
Full Log
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.*********enceException: Object reference not set to an instance of an object. at Lib_K_Relay.GameData.DataStructures.ServerStructur e.Load(XDocument doc) at Lib_K_Relay.GameData.GameData.<>c.<Load>b__18_4() at System.Threading.Tasks.Task.InnerInvoke() at System.Threading.Tasks.Task.Execute() ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.7.2600.0 built by: NET471REL1LAST CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- K_Relay Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/ROTMG/RARs/K-Relay/K_Relay.exe ---------------------------------------- MetroFramework Assembly Version: 1.3.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/ROTMG/RARs/K-Relay/K_Relay.exe ---------------------------------------- MetroFramework.Design Assembly Version: 1.3.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/ROTMG/RARs/K-Relay/K_Relay.exe ---------------------------------------- MetroFramework.Fonts Assembly Version: 1.3.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/ROTMG/RARs/K-Relay/K_Relay.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.7.2556.0 built by: NET471REL1 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.2556.0 built by: NET471REL1 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.2556.0 built by: NET471REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Lib K Relay Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/ROTMG/RARs/K-Relay/Lib%20K%20Relay.DLL ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.7.2556.0 built by: NET471REL1 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.2600.0 built by: NET471REL1LAST 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.2556.0 built by: NET471REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.7.2556.0 built by: NET471REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.7.2556.0 built by: NET471REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.7.2556.0 built by: NET471REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.7.2556.0 built by: NET471REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.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.]
Thanks much,
Jay