I'm getting the following error when attempting to run training camps throughout the league:
Date: 1/4/2020 08:33:21
Source: Draft Day Sports - Pro Football 2020
Message: Object reference not set to an instance of an object.
Stack Trace: at DDSPF.ContractBid.get_BidValue()
at DDSPF.ContractBid.ProcessExtentionOffer(Player p)
at DDSPF.Libraries.NPCs.ProcessExtensions()
at DDSPF.Libraries.NPCs.RunWeeklyNPCs(League l, Int32 week)
at DDSPF.League.RunTrainingCamps()
at DDSPF.AppFunctions.TrainingCamps(App mainForm)
at DDSPF.Controls.MenuSide.butAdvance_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.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)
Is there something I'm doing wrong?
Thanks in advance.