PDA

View Full Version : Error 'Fixing' the Object


Corrie
14th Aug 2009, 06:18 PM
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at ObjectCloner.MainForm.SlurpTGIsFromField(String key, AApiVersionedFields field)
at ObjectCloner.MainForm.SlurpTGIsFromTGI(String key, TGI tgi)
at ObjectCloner.MainForm.MODLs_SlurpMLODs()
at ObjectCloner.MainForm.btnStart_Click(Object sender, EventArgs e)
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)


Steps I Followed (From DD's Tutorial)
Steps 1 through to 8 and
Step 9: The “fixing” stage
When I hit the save button after entering a unique name, the unhandled exception is thrown, and i get this:

http://www.modyourpanties.com/images/090814123435-Error2.jpg

Inge Jones
14th Aug 2009, 06:41 PM
From chat, I understand this was version 0908-08-1553, which is the latest public release. It would be great if everyone would remember to include the version number with their reports. You can find it through Help/About in the menus.

Please could you now copy the actual error message, and paste it into your reply? We need to see more of it than a snapshot :) Just down as far as where the "loaded assemblies" begin.

ETA: Oh lol! You posted it as a spoiler!