Guest User

Untitled

a guest
Apr 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 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: Input string was not in a correct format.
  6. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
  7. at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
  8. at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
  9. at Plugin_rFactor.rFactor2.FillGrandPrixInfo(XmlNode xml, GrandPrix gp)
  10. at Plugin_rFactor.rFactor2.ParseRace(String race, GrandPrix gp)
  11. at Plugin_rFactor.rFactor2.ParseQualAndRace(String qual, String race)
  12. at Plugin_rFactor.rFactor2.ConvertToChampionship(NativePluginContext context)
  13. at Autosim.MainForm.backgroundWorker1_DoWork(Object sender, DoWorkEventArgs e)
  14. at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
  15.  
  16.  
  17. ************** Loaded Assemblies **************
  18. mscorlib
  19. Assembly Version: 2.0.0.0
  20. Win32 Version: 2.0.50727.5448 (Win7SP1GDR.050727-5400)
  21. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  22. ----------------------------------------
  23. AutosimAnalyzer
  24. Assembly Version: 1.0.0.0
  25. Win32 Version: 1.0.0.0
  26. CodeBase: file:///D:/Games/Autosim%20Analyzer2/AutosimAnalyzer.exe
  27. ----------------------------------------
  28. System.Windows.Forms
  29. Assembly Version: 2.0.0.0
  30. Win32 Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
  31. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  32. ----------------------------------------
  33. System
  34. Assembly Version: 2.0.0.0
  35. Win32 Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
  36. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  41. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. System.Configuration
  44. Assembly Version: 2.0.0.0
  45. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  46. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  47. ----------------------------------------
  48. System.Xml
  49. Assembly Version: 2.0.0.0
  50. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  51. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  52. ----------------------------------------
  53. Plugin_BMW
  54. Assembly Version: 0.0.0.0
  55. Win32 Version: 0.0.0.0
  56. CodeBase: file:///D:/Games/Autosim%20Analyzer2/Plugins/BMW/Plugin_BMW.dll
  57. ----------------------------------------
  58. Plugin_CFLoader
  59. Assembly Version: 1.0.0.0
  60. Win32 Version: 1.0.0.0
  61. CodeBase: file:///D:/Games/Autosim%20Analyzer2/Plugins/CommonFormat/Plugin_CFLoader.dll
  62. ----------------------------------------
  63. Plugin_GTL
  64. Assembly Version: 1.0.0.0
  65. Win32 Version: 1.0.0.0
  66. CodeBase: file:///D:/Games/Autosim%20Analyzer2/Plugins/GTL/Plugin_GTL.dll
  67. ----------------------------------------
  68. Plugin_GTR
  69. Assembly Version: 1.0.0.0
  70. Win32 Version: 1.0.0.0
  71. CodeBase: file:///D:/Games/Autosim%20Analyzer2/Plugins/GTR/Plugin_GTR.dll
  72. ----------------------------------------
  73. Plugin_RACE
  74. Assembly Version: 1.0.0.0
  75. Win32 Version: 1.0.0.0
  76. CodeBase: file:///D:/Games/Autosim%20Analyzer2/Plugins/Race/Plugin_RACE.dll
  77. ----------------------------------------
  78. Plugin_rFactor2
  79. Assembly Version: 1.0.0.0
  80. Win32 Version: 1.0.0.0
  81. CodeBase: file:///D:/Games/Autosim%20Analyzer2/Plugins/rFactor/Plugin_rFactor2.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.
Add Comment
Please, Sign In to add comment