Guest User

Untitled

a guest
Oct 20th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 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.ArgumentException: Requested value 'OVERRIDE' was not found.
  6. at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
  7. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
  8. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
  9. at KFUtil.Part.Load(ConfigNode node)
  10. at KFUtil.Part.Load(UrlConfig urlConfig, ConfigNode node)
  11. at KFUtil.PartList.Add(UrlConfig urlConfig)
  12. at KFUtil.GameDatabase.LoadParts()
  13. at KerbalFactory.Views.MainForm.<>c.<LoadGameDatabase>b__8_2()
  14. at System.Threading.Tasks.Task.InnerInvoke()
  15. at System.Threading.Tasks.Task.Execute()
  16. --- End of stack trace from previous location where exception was thrown ---
  17. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  18. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  19. at KerbalFactory.Views.MainForm.<LoadGameDatabase>d__8.MoveNext()
  20. --- End of stack trace from previous location where exception was thrown ---
  21. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. KerbalFactory
  31. Assembly Version: 0.1.0.3
  32. Win32 Version: 0.1.0.3
  33. CodeBase: file:///C:/Users/Name/Downloads/KerbalFactory.exe
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  38. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  43. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  44. ----------------------------------------
  45. System.Drawing
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  48. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  49. ----------------------------------------
  50. KFUtil
  51. Assembly Version: 0.1.0.2
  52. Win32 Version: 0.1.0.2
  53. CodeBase: file:///C:/Users/Name/Downloads/KFUtil.DLL
  54. ----------------------------------------
  55. System.Configuration
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  58. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  59. ----------------------------------------
  60. System.Core
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  63. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  64. ----------------------------------------
  65. System.Xml
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  68. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  69. ----------------------------------------
  70.  
  71. ************** JIT Debugging **************
  72. To enable just-in-time (JIT) debugging, the .config file for this
  73. application or computer (machine.config) must have the
  74. jitDebugging value set in the system.windows.forms section.
  75. The application must also be compiled with debugging
  76. enabled.
  77.  
  78. For example:
  79.  
  80. <configuration>
  81. <system.windows.forms jitDebugging="true" />
  82. </configuration>
  83.  
  84. When JIT debugging is enabled, any unhandled exception
  85. will be sent to the JIT debugger registered on the computer
  86. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment