Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.66 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.FormatException: One of the identified items was in an invalid format.
  6.    at Mcc.MapUtility.TrySaving(Map mapToSave, Stream mapStream, MapFormat format) in D:\Minecraft\fCraft\trunk\fCraft\Mcc\MapUtility.cs:line 104
  7.    at fCraft.Map.Save(String fileName) in D:\Minecraft\fCraft\trunk\fCraft\World\Map.cs:line 69
  8.    at ConfigTool.AddWorldPopup.AddWorldPopup_FormClosing(Object sender, FormClosingEventArgs e) in D:\Minecraft\fCraft\trunk\ConfigTool\AddWorldPopup.cs:line 624
  9.    at System.Windows.Forms.Form.CheckCloseDialog(Boolean closingOnly)
  10.  
  11.  
  12. ************** Loaded Assemblies **************
  13. mscorlib
  14.     Assembly Version: 2.0.0.0
  15.     Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
  16.     CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  17. ----------------------------------------
  18. ConfigTool
  19.     Assembly Version: 0.4.9.5
  20.     Win32 Version: 0.4.9.5
  21.     CodeBase: file:///D:/Minecraft/fCraft/trunk/ConfigTool/bin/Release/ConfigTool.exe
  22. ----------------------------------------
  23. System.Windows.Forms
  24.     Assembly Version: 2.0.0.0
  25.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  26.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  27. ----------------------------------------
  28. System
  29.     Assembly Version: 2.0.0.0
  30.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  31.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  32. ----------------------------------------
  33. System.Drawing
  34.     Assembly Version: 2.0.0.0
  35.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  36.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  37. ----------------------------------------
  38. fCraft
  39.     Assembly Version: 0.4.9.5
  40.     Win32 Version: 0.4.9.5
  41.     CodeBase: file:///D:/Minecraft/fCraft/trunk/ConfigTool/bin/Release/fCraft.DLL
  42. ----------------------------------------
  43. System.Core
  44.     Assembly Version: 3.5.0.0
  45.     Win32 Version: 3.5.30729.4926 built by: NetFXw7
  46.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  47. ----------------------------------------
  48. System.Xml.Linq
  49.     Assembly Version: 3.5.0.0
  50.     Win32 Version: 3.5.30729.4926 built by: NetFXw7
  51.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll
  52. ----------------------------------------
  53. System.Xml
  54.     Assembly Version: 2.0.0.0
  55.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  56.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  57. ----------------------------------------
  58. System.Configuration
  59.     Assembly Version: 2.0.0.0
  60.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  61.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63.  
  64. ************** JIT Debugging **************
  65. To enable just-in-time (JIT) debugging, the .config file for this
  66. application or computer (machine.config) must have the
  67. jitDebugging value set in the system.windows.forms section.
  68. The application must also be compiled with debugging
  69. enabled.
  70.  
  71. For example:
  72.  
  73. <configuration>
  74.     <system.windows.forms jitDebugging="true" />
  75. </configuration>
  76.  
  77. When JIT debugging is enabled, any unhandled exception
  78. will be sent to the JIT debugger registered on the computer
  79. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement