Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 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.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  6. Parameter name: index
  7. at System.Collections.ArrayList.get_Item(Int32 index)
  8. at System.Windows.Forms.DataGridViewCellCollection.get_Item(Int32 index)
  9. at TerrainConstructor.Constructor.Operations.VfstexturesSettings.getColumnArray(Int32 columnIndex)
  10. at TerrainConstructor.Constructor.Operations.TerrainConfig.GenerateTexturesConfig()
  11. at TerrainConstructor.Constructor.Operations.TerrainConfig.GenerateConfig(String mapCoordsFilePath, String localUserFilePath, String terrainCfgDir)
  12. at TerrainConstructor.Constructor.Operations.TerrainConfig.RunImp(Task task, AppEnv appEnv, Boolean withChildren)
  13. at TerrainConstructor.Constructor.Operation.GenerateExpandedTask()
  14. at TerrainConstructor.Constructor.AppEnv.GenerateTerrainConfig()
  15. at TerrainConstructor.Constructor.Launchers.LandViewerLauncher.LaunchWithTerrain(String additionalArgs)
  16. at TerrainConstructor.Constructor.UI.EdgeLaunchForm.Run()
  17. at TerrainConstructor.Constructor.UI.EdgeLaunchForm.run_button_Click(Object sender, EventArgs e)
  18. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  19. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  20. at System.Windows.Forms.Control.WndProc(Message& m)
  21. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  22. at System.Windows.Forms.Button.WndProc(Message& m)
  23. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.  
  25.  
  26. ************** Loaded Assemblies **************
  27. mscorlib
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.0.30319.18052 built by: FX45RTMGDR
  30. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  31. ----------------------------------------
  32. edterrainConstructor4
  33. Assembly Version: 1.0.0.0
  34. Win32 Version: 1.0.0.0
  35. CodeBase: file:///C:/Program%20Files/edge/edterrainConstructor4.exe
  36. ----------------------------------------
  37. System.Windows.Forms
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.18047 built by: FX45RTMGDR
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  41. ----------------------------------------
  42. System.Drawing
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  46. ----------------------------------------
  47. System
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.0.30319.18044 built by: FX45RTMGDR
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  51. ----------------------------------------
  52. TerrainConstructor4.Tools
  53. Assembly Version: 1.0.0.0
  54. Win32 Version: 1.0.0.0
  55. CodeBase: file:///C:/Program%20Files/edge/TerrainConstructor4.Tools.DLL
  56. ----------------------------------------
  57. FileAssociation
  58. Assembly Version: 1.0.0.0
  59. Win32 Version: 1.0.0.0
  60. CodeBase: file:///C:/Program%20Files/edge/FileAssociation.DLL
  61. ----------------------------------------
  62. System.Deployment
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  65. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
  66. ----------------------------------------
  67. System.Core
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  70. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  71. ----------------------------------------
  72. System.Xml
  73. Assembly Version: 4.0.0.0
  74. Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR
  75. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  76. ----------------------------------------
  77. System.Configuration
  78. Assembly Version: 4.0.0.0
  79. Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR
  80. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  81. ----------------------------------------
  82. Microsoft.GeneratedCode
  83. Assembly Version: 1.0.0.0
  84. Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR
  85. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  86. ----------------------------------------
  87.  
  88. ************** JIT Debugging **************
  89. To enable just-in-time (JIT) debugging, the .config file for this
  90. application or computer (machine.config) must have the
  91. jitDebugging value set in the system.windows.forms section.
  92. The application must also be compiled with debugging
  93. enabled.
  94.  
  95. For example:
  96.  
  97. <configuration>
  98. <system.windows.forms jitDebugging="true" />
  99. </configuration>
  100.  
  101. When JIT debugging is enabled, any unhandled exception
  102. will be sent to the JIT debugger registered on the computer
  103. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement