Thread: DraftAnalyzer7
View Single Post
Old 08-03-2014, 07:11 PM   #68
gstelmack
Pro Starter
 
Join Date: Oct 2000
Location: Cary, NC
Quote:
Originally Posted by g206029 View Post
Forgot to share this:


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at DraftAnalyzer.DraftAnalyzerForm.DisplayPlayerData(Int32 i)
at DraftAnalyzer.DraftAnalyzerForm.DisplayPlayerData()
at DraftAnalyzer.DraftAnalyzerForm.loadExtractorOutputToolStripMenuItem_Click(Object sender, 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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


Note that this stack is from reloading the game-exported draft pool (File -> Load League Draftees), not for loading a draft list you saved earlier (File -> Load Draft List).
__________________
-- Greg
-- Author of various FOF utilities
gstelmack is offline   Reply With Quote