hydr0sh
27th Jun 2010, 03:05 PM
I was following the instruction found here (http://club-crimsyn.dreamwidth.org/28336.html) in order to merge .package files. I started s3pe, selected File>New, Then Resource>Import>(Experimental) As dbc... then I get this error message:
http://bayimg.com/jaNmnAACF
I tried the other Import options (From file..., from package...) but still I got the same error. Clicking Continue simply returns to the main s3pe window.
This is the text shown after clicking the Details button in that error message:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040111): Creating an instance of the COM component with CLSID {DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7} from the IClassFactory failed due to the following error: 80040111.
at System.Windows.Forms.OpenFileDialog.CreateVistaDialog()
at System.Windows.Forms.FileDialog.RunDialogVista(IntPtr hWndOwner)
at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner)
at S3PIDemoFE.MainForm.resourceImportAsDBC()
at S3PIDemoFE.MainForm.menuBarWidget1_MBResource_Click(Object sender, MBClickEventArgs mn)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
s3pe
Assembly Version: 1006.12.18.30859
Win32 Version: 1006.12.18.30859
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pe.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
s3pi.Interfaces
Assembly Version: 1006.12.18.30722
Win32 Version: 1006.12.18.30722
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.Interfaces.DLL
----------------------------------------
s3pi.CustomForms
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.CustomForms.DLL
----------------------------------------
s3pi.Package
Assembly Version: 1006.12.18.30725
Win32 Version: 1006.12.18.30725
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.Package.DLL
----------------------------------------
s3pi.Settings
Assembly Version: 1006.12.18.30722
Win32 Version: 1006.12.18.30722
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.Settings.DLL
----------------------------------------
System.Custom
Assembly Version: 1006.12.18.30722
Win32 Version: 1006.12.18.30722
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/System.Custom.DLL
----------------------------------------
s3pi.WrapperDealer
Assembly Version: 1006.12.18.30723
Win32 Version: 1006.12.18.30723
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.WrapperDealer.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Please help me. I don't know what to do with this error. this is the first time I use the program. The version was s3pe_1006-12-1808, downloaded from SourceForge.
http://bayimg.com/jaNmnAACF
I tried the other Import options (From file..., from package...) but still I got the same error. Clicking Continue simply returns to the main s3pe window.
This is the text shown after clicking the Details button in that error message:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040111): Creating an instance of the COM component with CLSID {DC1C5A9C-E88A-4DDE-A5A1-60F82A20AEF7} from the IClassFactory failed due to the following error: 80040111.
at System.Windows.Forms.OpenFileDialog.CreateVistaDialog()
at System.Windows.Forms.FileDialog.RunDialogVista(IntPtr hWndOwner)
at System.Windows.Forms.CommonDialog.ShowDialog(IWin32Window owner)
at S3PIDemoFE.MainForm.resourceImportAsDBC()
at S3PIDemoFE.MainForm.menuBarWidget1_MBResource_Click(Object sender, MBClickEventArgs mn)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
s3pe
Assembly Version: 1006.12.18.30859
Win32 Version: 1006.12.18.30859
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pe.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
s3pi.Interfaces
Assembly Version: 1006.12.18.30722
Win32 Version: 1006.12.18.30722
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.Interfaces.DLL
----------------------------------------
s3pi.CustomForms
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.CustomForms.DLL
----------------------------------------
s3pi.Package
Assembly Version: 1006.12.18.30725
Win32 Version: 1006.12.18.30725
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.Package.DLL
----------------------------------------
s3pi.Settings
Assembly Version: 1006.12.18.30722
Win32 Version: 1006.12.18.30722
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.Settings.DLL
----------------------------------------
System.Custom
Assembly Version: 1006.12.18.30722
Win32 Version: 1006.12.18.30722
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/System.Custom.DLL
----------------------------------------
s3pi.WrapperDealer
Assembly Version: 1006.12.18.30723
Win32 Version: 1006.12.18.30723
CodeBase: file:///C:/Program%20Files%20(x86)/s3pe/s3pi.WrapperDealer.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Please help me. I don't know what to do with this error. this is the first time I use the program. The version was s3pe_1006-12-1808, downloaded from SourceForge.