Advertisement
Guest User

AnyGameStarter feedback

a guest
Jul 29th, 2014
461
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 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.UnauthorizedAccessException: Access to the path 'C:\Users\Mateusz\Documents\AnyGameStarter3\Games\Sims3\AppData\Local\Microsoft\Windows\INetCache\Content.IE5' is denied.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
  8. at System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption)
  9. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  10. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  11. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  12. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  13. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  14. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  15. at Jonha.TS3.AnyGameStarter.MainForm.FindSimsRoot(DirectoryInfo directory, Int32 iterations)
  16. at Jonha.TS3.AnyGameStarter.MainForm.Profiles_SelectedIndexChanged(Object sender, EventArgs e)
  17. at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)
  18. at System.Windows.Forms.ListView.WmReflectNotify(Message& m)
  19. at System.Windows.Forms.ListView.WndProc(Message& m)
  20. at Jonha.TS3.AnyGameStarter.ListViewEx.WndProc(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  22. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  23.  
  24.  
  25. ************** Loaded Assemblies **************
  26. mscorlib
  27. Assembly Version: 2.0.0.0
  28. Win32 Version: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000)
  29. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  30. ----------------------------------------
  31. Sims3AnyGameStarter
  32. Assembly Version: 2.6.0.0
  33. Win32 Version: 2.6.0.0
  34. CodeBase: file:///C:/Program%20Files/Any%20Game%20Starter%203/Sims3AnyGameStarter.exe
  35. ----------------------------------------
  36. System.Windows.Forms
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.7905 (win9rel.050727-7900)
  39. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.7905 (win9rel.050727-7900)
  44. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. System.Drawing
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.7905 (win9rel.050727-7900)
  49. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  50. ----------------------------------------
  51. System.Xml
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.7905 (win9rel.050727-7900)
  54. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  55. ----------------------------------------
  56. Microsoft.VisualBasic
  57. Assembly Version: 8.0.0.0
  58. Win32 Version: 8.0.50727.7905 (win9rel.050727-7900)
  59. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  60. ----------------------------------------
  61. Interop.IWshRuntimeLibrary
  62. Assembly Version: 1.0.0.0
  63. Win32 Version: 1.0.0.0
  64. CodeBase: file:///C:/Program%20Files/Any%20Game%20Starter%203/Interop.IWshRuntimeLibrary.DLL
  65. ----------------------------------------
  66.  
  67. ************** JIT Debugging **************
  68. To enable just-in-time (JIT) debugging, the .config file for this
  69. application or computer (machine.config) must have the
  70. jitDebugging value set in the system.windows.forms section.
  71. The application must also be compiled with debugging
  72. enabled.
  73.  
  74. For example:
  75.  
  76. <configuration>
  77. <system.windows.forms jitDebugging="true" />
  78. </configuration>
  79.  
  80. When JIT debugging is enabled, any unhandled exception
  81. will be sent to the JIT debugger registered on the computer
  82. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement