Last active
February 17, 2016 22:45
-
-
Save jtrent238/b74f025d41f8465b9a14 to your computer and use it in GitHub Desktop.
MCSkin3D Error 2.17.16.5.41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See the end of this message for details on invoking | |
just-in-time (JIT) debugging instead of this dialog box. | |
************** Exception Text ************** | |
System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. | |
at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay) | |
at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format) | |
at System.Windows.Forms.Clipboard.SetText(String text) | |
at MCSkin3D.ExceptionHandler.SimpleReportViewer.button2_Click(Object sender, EventArgs e) in C:\Users\Paril\Documents\GitHub\mcskin3d\ExceptionHandler\SimpleReportViewer.cs:line 34 | |
at System.Windows.Forms.Control.OnClick(EventArgs e) | |
at System.Windows.Forms.Button.OnClick(EventArgs e) | |
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) | |
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) | |
at System.Windows.Forms.Control.WndProc(Message& m) | |
at System.Windows.Forms.ButtonBase.WndProc(Message& m) | |
at System.Windows.Forms.Button.WndProc(Message& m) | |
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0 | |
Win32 Version: 4.6.100.0 built by: NETFXREL2STAGE | |
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll | |
---------------------------------------- | |
MCSkin3D | |
Assembly Version: 1.5.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
System.Core | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll | |
---------------------------------------- | |
System | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll | |
---------------------------------------- | |
System.Windows.Forms | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll | |
---------------------------------------- | |
System.Drawing | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.1068.2 built by: NETFXREL3STAGE | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll | |
---------------------------------------- | |
OpenTK | |
Assembly Version: 1.1.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
System.Configuration | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll | |
---------------------------------------- | |
System.Xml | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.1067.0 built by: NETFXREL3STAGE | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll | |
---------------------------------------- | |
OpenTK.GLControl | |
Assembly Version: 1.1.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
ThirdParty | |
Assembly Version: 1.0.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
************** 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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenGL | |
-------------------------------- | |
OpenGL: ATI Technologies Inc. 3.3.11672 Compatibility Profile Context ATI Radeon 3100 Graphics | |
Software | |
-------------------------------- | |
OS: Microsoft Windows NT 6.1.7601 Service Pack 1 x86 | |
.NET Version: 4.0.30319.42000 | |
MCSkin3D Version: 1.5.0.402 | |
Exception | |
-------------------------------- | |
System.Exception | |
Failed to initialize program during "Initializing base forms..." | |
No Stack Trace Available | |
System.IO.DirectoryNotFoundException | |
Could not find a part of the path 'C:\Pylo\MCreator162\external\mcskin3d\Overlays'. | |
System.Windows.Forms.Control :: System.Object MarshaledInvoke(System.Windows.Forms.Control, System.Delegate, System.Object[], Boolean) | |
System.Windows.Forms.Control :: System.Object Invoke(System.Delegate, System.Object[]) | |
System.Windows.Forms.Control :: System.Object Invoke(System.Delegate) | |
MCSkin3D.Forms.Splash :: Void PerformLoading() | |
- C:\Users\Paril\Documents\GitHub\mcskin3d\Splash\Splash.cs 90:5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See the end of this message for details on invoking | |
just-in-time (JIT) debugging instead of this dialog box. | |
************** Exception Text ************** | |
System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it. | |
at System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay) | |
at System.Windows.Forms.Clipboard.SetText(String text, TextDataFormat format) | |
at System.Windows.Forms.Clipboard.SetText(String text) | |
at MCSkin3D.ExceptionHandler.SimpleReportViewer.button2_Click(Object sender, EventArgs e) in C:\Users\Paril\Documents\GitHub\mcskin3d\ExceptionHandler\SimpleReportViewer.cs:line 34 | |
at System.Windows.Forms.Control.OnClick(EventArgs e) | |
at System.Windows.Forms.Button.OnClick(EventArgs e) | |
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) | |
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) | |
at System.Windows.Forms.Control.WndProc(Message& m) | |
at System.Windows.Forms.ButtonBase.WndProc(Message& m) | |
at System.Windows.Forms.Button.WndProc(Message& m) | |
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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: 4.0.0.0 | |
Win32 Version: 4.6.100.0 built by: NETFXREL2STAGE | |
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll | |
---------------------------------------- | |
MCSkin3D | |
Assembly Version: 1.5.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
System.Core | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll | |
---------------------------------------- | |
System | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll | |
---------------------------------------- | |
System.Windows.Forms | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll | |
---------------------------------------- | |
System.Drawing | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.1068.2 built by: NETFXREL3STAGE | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll | |
---------------------------------------- | |
OpenTK | |
Assembly Version: 1.1.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
System.Configuration | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.81.0 built by: NETFXREL2 | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll | |
---------------------------------------- | |
System.Xml | |
Assembly Version: 4.0.0.0 | |
Win32 Version: 4.6.1067.0 built by: NETFXREL3STAGE | |
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll | |
---------------------------------------- | |
OpenTK.GLControl | |
Assembly Version: 1.1.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
ThirdParty | |
Assembly Version: 1.0.0.0 | |
Win32 Version: 1.5.0.0 | |
CodeBase: file:///C:/Pylo/MCreator162/external/mcskin3d/MCSkin3D.exe | |
---------------------------------------- | |
************** 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. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment