Advertisement
Guest User

ck2gen 1.0.2 Government mapmode crash

a guest
Jun 29th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 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.ArgumentNullException: Value cannot be null.
  6. Parameter name: source
  7. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  8. at CrusaderKingsStoryGen.Form1.renderPanel_MouseDown(Object sender, MouseEventArgs e) in C:\Users\Elliot\Documents\GitHub\ck2gen\CrusaderKingsStoryGen\Form1.cs:line 1524
  9. at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
  10. at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
  11. at System.Windows.Forms.Control.WndProc(Message& m)
  12. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16.  
  17. ************** Loaded Assemblies **************
  18. mscorlib
  19. Assembly Version: 4.0.0.0
  20. Win32 Version: 4.7.2671.0 built by: NET471REL1LAST
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  22. ----------------------------------------
  23. CrusaderKingsStoryGen
  24. Assembly Version: 1.0.0.0
  25. Win32 Version: 1.0.0.0
  26. CodeBase: file:///D:/Games/CK2/Map%20Gen%202/CrusaderKingsStoryGen.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.7.2556.0 built by: NET471REL1
  31. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.7.2556.0 built by: NET471REL1
  36. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.7.2556.0 built by: NET471REL1
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. System.Configuration
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.7.2556.0 built by: NET471REL1
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  47. ----------------------------------------
  48. System.Core
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.7.2661.0 built by: NET471REL1LAST_C
  51. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  52. ----------------------------------------
  53. System.Xml
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
  56. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  57. ----------------------------------------
  58. LibNoise
  59. Assembly Version: 1.0.0.0
  60. Win32 Version: 1.0.0.0
  61. CodeBase: file:///D:/Games/CK2/Map%20Gen%202/LibNoise.DLL
  62. ----------------------------------------
  63. DevIL.NET2
  64. Assembly Version: 1.1.2619.31671
  65. Win32 Version:
  66. CodeBase: file:///D:/Games/CK2/Map%20Gen%202/DevIL.NET2.DLL
  67. ----------------------------------------
  68. msvcm80
  69. Assembly Version: 8.0.50727.9348
  70. Win32 Version: 8.00.50727.9348
  71. CodeBase: file:///C:/WINDOWS/WinSxS/x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.9348_none_d08c1480442bf1e1/msvcm80.dll
  72. ----------------------------------------
  73.  
  74. ************** JIT Debugging **************
  75. To enable just-in-time (JIT) debugging, the .config file for this
  76. application or computer (machine.config) must have the
  77. jitDebugging value set in the system.windows.forms section.
  78. The application must also be compiled with debugging
  79. enabled.
  80.  
  81. For example:
  82.  
  83. <configuration>
  84. <system.windows.forms jitDebugging="true" />
  85. </configuration>
  86.  
  87. When JIT debugging is enabled, any unhandled exception
  88. will be sent to the JIT debugger registered on the computer
  89. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement