Advertisement
Guest User

Sonic CD Error Message Details

a guest
Aug 9th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 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.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
  7. at soniccd_setup.Form1.Form1_Load(Object sender, EventArgs e)
  8. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  9. at System.Windows.Forms.Form.OnCreateControl()
  10. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  11. at System.Windows.Forms.Control.CreateControl()
  12. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  15. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  16. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Form.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22. WRN: Assembly binding logging is turned OFF.
  23. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  24. Note: There is some performance penalty associated with assembly bind failure logging.
  25. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  26.  
  27.  
  28.  
  29. ************** Loaded Assemblies **************
  30. mscorlib
  31. Assembly Version: 2.0.0.0
  32. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  33. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  34. ----------------------------------------
  35. soniccd_setup
  36. Assembly Version: 1.0.0.0
  37. Win32 Version: 1.0.0.0
  38. CodeBase: file:///E:/Games/Sonic%20CD/setup.exe
  39. ----------------------------------------
  40. System.Windows.Forms
  41. Assembly Version: 2.0.0.0
  42. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  43. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 2.0.0.0
  47. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  48. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. System.Drawing
  51. Assembly Version: 2.0.0.0
  52. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  53. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  54. ----------------------------------------
  55.  
  56. ************** JIT Debugging **************
  57. To enable just-in-time (JIT) debugging, the .config file for this
  58. application or computer (machine.config) must have the
  59. jitDebugging value set in the system.windows.forms section.
  60. The application must also be compiled with debugging
  61. enabled.
  62.  
  63. For example:
  64.  
  65. <configuration>
  66. <system.windows.forms jitDebugging="true" />
  67. </configuration>
  68.  
  69. When JIT debugging is enabled, any unhandled exception
  70. will be sent to the JIT debugger registered on the computer
  71. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement