Re: Problem spawning objects [message #66692 is a reply to message #66691] |
Wed, 16 May 2012 10:51 |
|
asmcint
Messages: 1360 Registered: April 2010 Location: Behind the beef
|
Moderator
|
|
|
On a side note, a translation program would have done an exemplary job with error text such as this.
Google translate's take on your error text.
See the end of this message for details on invoking debugging
just-in-time (JIT) debugging instead of this dialog box.
Exception Text ************** **************
System.InvalidCastException: Specified cast is not valid.
to Fable.ContentManagement.GameBIN.Member.set_Value (Object val)
to Fable.ContentManagement.GameBIN.MemberDisplay.btnSelectEntry _Click (Object sender, EventArgs e)
to System.Windows.Forms.Control.OnClick (EventArgs e)
to System.Windows.Forms.Button.OnClick (EventArgs e)
to System.Windows.Forms.Button.OnMouseUp (MouseEventArgs mevent)
to System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc (Message & m)
to System.Windows.Forms.ButtonBase.WndProc (Message & m)
to System.Windows.Forms.Button.WndProc (Message & m)
to System.Windows.Forms.Control.ControlNativeWindow.OnMessage (M essage & m)
to System.Windows.Forms.Control.ControlNativeWindow.WndProc (My sage & m)
at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Assemblies ************** ************** charge
mscorlib
Assembly Version: 2.0.0.0
Win32 version: 2.0.50727.3634 (GDR.050727-3600)
CodeBase: file :/ / / C :/ WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorl ib.dll
----------------------------------------
FableExplorer
Assembly Version: 1.0.2430.34824
Win32 Version: 1.0.2430.34824
CodeBase: file :/ / / C :/ Program% 20Files/FableTLCMod/FableExplorer/FableEx plorer.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 version: 2.0.50727.3634 (GDR.050727-3600)
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.3634 (GDR.050727-3600)
CodeBase: file :/ / / C :/ WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c5 61934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 version: 2.0.50727.3636 (GDR.050727-3600)
CodeBase: file :/ / / C :/ WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0_ _b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
FableContentManagement
Assembly Version: 1.0.2430.34821
Win32 version:
CodeBase: file :/ / / C :/ Program% 20Files/FableTLCMod/FableExplorer/FableCo ntentManagement.DLL
----------------------------------------
msvcm80
Assembly Version: 8.0.50727.6195
Win32 version: 8.00.50727.6195
CodeBase: file :/ / / C :/ WINDOWS/WinSxS/x86_Microsoft.VC80.CRT_1fc8b3b9a1e 18e3b_8.0.50727.6195_x-ww_44262b86/msvcm80.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 version: 2.0.50727.3082 (QFE.050727-3000)
CodeBase: file :/ / / C :/ WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77 a5c561934e089/System.Xml.dll
----------------------------------------
FableArchives
Assembly Version: 1.0.2430.34808
Win32 version:
CodeBase: file :/ / / C :/ Program% 20Files/FableTLCMod/FableExplorer/FableAr chives.DLL
----------------------------------------
mscorlib.resources
Assembly Version: 2.0.0.0
Win32 version: 2.0.50727.3634 (GDR.050727-3600)
CodeBase: file :/ / / C :/ WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorl ib.dll
----------------------------------------
System.Windows.Forms.resources
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file :/ / / C :/ WINDOWS / assembly / GAC_MSIL / System.Windows.Forms.re sources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.res ources.dll
----------------------------------------
************** JIT Debugging **************
To enable debugging just-in-time (JIT), the configuration file for this
this application or computer (machine.config) must be set
jitDebugging set in the system.windows.forms section.
The application must also be compiled with debugging
activated.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</ Configuration>
When debugging just-in-time is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Note the near-complete lack of errors in grammar, which is usually not found with google translate. :3
Read the site rules, as well as individual thread rules, stickies and announcements, and use search, or you will have smartassy or exasperated ownage rained down upon you by the site's crack team of mods and admins. Also, you can find all you need to get started on modding here.
|
|
|