Advertisement
DefKorns

Untitled

Nov 7th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.96 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.NullReferenceException: Object reference not set to an instance of an object.
  6.    at ProjectLunarUI.frmAddGame.GetReleaseDate(String description)
  7.    at ProjectLunarUI.frmAddGame.<>c__DisplayClass58_0.<AddGameToTitlesObject>b__8(JToken c)
  8.    at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
  9.    at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
  10.    at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
  11.    at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  12.    at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  13.    at ProjectLunarUI.frmAddGame.AddGameToTitlesObject(Int32 newGameTime)
  14.    at ProjectLunarUI.frmAddGame.CmdSave_Click(Object sender, EventArgs e)
  15.    at System.Windows.Forms.Control.OnClick(EventArgs e)
  16.    at System.Windows.Forms.Button.OnClick(EventArgs e)
  17.    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  18.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  19.    at System.Windows.Forms.Control.WndProc(Message& m)
  20.    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  21.    at System.Windows.Forms.Button.WndProc(Message& m)
  22.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  23.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  24.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29.     Assembly Version: 4.0.0.0
  30.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  31.     CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. ProjectLunarUI
  34.     Assembly Version: 1.0.0.0
  35.     Win32 Version: 1.0.0.0
  36.     CodeBase: file:///C:/Users/marco.coelho/AppData/Local/ModMyClassic/Project%20Lunar%20Desktop%20UI/ProjectLunarUI.exe
  37. ----------------------------------------
  38. System.Windows.Forms
  39.     Assembly Version: 4.0.0.0
  40.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  41.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  42. ----------------------------------------
  43. System
  44.     Assembly Version: 4.0.0.0
  45.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  46.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Drawing
  49.     Assembly Version: 4.0.0.0
  50.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  51.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. System.Configuration
  54.     Assembly Version: 4.0.0.0
  55.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  56.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58. System.Core
  59.     Assembly Version: 4.0.0.0
  60.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  61.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  62. ----------------------------------------
  63. System.Xml
  64.     Assembly Version: 4.0.0.0
  65.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  66.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68. Renci.SshNet
  69.     Assembly Version: 2016.1.0.0
  70.     Win32 Version: 2016.1.0
  71.     CodeBase: file:///C:/Users/marco.coelho/AppData/Local/ModMyClassic/Project%20Lunar%20Desktop%20UI/Renci.SshNet.DLL
  72. ----------------------------------------
  73. Newtonsoft.Json
  74.     Assembly Version: 12.0.0.0
  75.     Win32 Version: 12.0.2.23222
  76.     CodeBase: file:///C:/Users/marco.coelho/AppData/Local/ModMyClassic/Project%20Lunar%20Desktop%20UI/Newtonsoft.Json.DLL
  77. ----------------------------------------
  78. System.Numerics
  79.     Assembly Version: 4.0.0.0
  80.     Win32 Version: 4.8.3752.0 built by: NET48REL1
  81.     CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  82. ----------------------------------------
  83.  
  84. ************** JIT Debugging **************
  85. To enable just-in-time (JIT) debugging, the .config file for this
  86. application or computer (machine.config) must have the
  87. jitDebugging value set in the system.windows.forms section.
  88. The application must also be compiled with debugging
  89. enabled.
  90.  
  91. For example:
  92.  
  93. <configuration>
  94.     <system.windows.forms jitDebugging="true" />
  95. </configuration>
  96.  
  97. When JIT debugging is enabled, any unhandled exception
  98. will be sent to the JIT debugger registered on the computer
  99. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement