Help with modded rosters

Hello I'm trying to make a mod of slybelle's real world mod where some teams are replaced by FCS teams and conferences are entirely rebalanced according to geography. As far as I know I've kept everything very similar to the original template (same number of teams in every conference and subconference). I've created new images for the new teams and discarded the ones for those replaced.
However when I try to start a game, I get the following error message:
Source: Draft Day Sports - College Football 2017
Message: Object reference not set to an instance of an object.
Stack Trace: at DDSCF.Team.get_HomeWins()
at #=qDZpO1PZDGtYyrFprJrvDYA==.#=q2tiTMz1aElmvsaBCh3fr8gdOQOKF_XQstX10B2$3dE0=()
at #=qDZpO1PZDGtYyrFprJrvDYA==.#=qM1sY$InE07MVmFbmtjKg7g==()
at #=qDZpO1PZDGtYyrFprJrvDYA==..ctor()
at #=qL65VYqguW7Zu7BteZ5mBCA==.#=qo0r5uc2KwUWbMcNcv58FYQ==()
at #=qm6BPnr9QtF5RYLH1GlgNiA==.#=qbFKdE86B_1Oby6MOzYxnQw==(Object #=qtXFhDA6oXRdHmCHuF$pZiA==, EventArgs #=q3Ugg51baG9TbWbE_JG6tNA==)
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.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)
I put the whole XML file through multiple error finding tools and nothing comes up. I'm pretty new to coding so I don't know how to find my error. I'll post my entire code on the next post if that helps! Thanks in advance, any help is appreciated.
However when I try to start a game, I get the following error message:
Source: Draft Day Sports - College Football 2017
Message: Object reference not set to an instance of an object.
Stack Trace: at DDSCF.Team.get_HomeWins()
at #=qDZpO1PZDGtYyrFprJrvDYA==.#=q2tiTMz1aElmvsaBCh3fr8gdOQOKF_XQstX10B2$3dE0=()
at #=qDZpO1PZDGtYyrFprJrvDYA==.#=qM1sY$InE07MVmFbmtjKg7g==()
at #=qDZpO1PZDGtYyrFprJrvDYA==..ctor()
at #=qL65VYqguW7Zu7BteZ5mBCA==.#=qo0r5uc2KwUWbMcNcv58FYQ==()
at #=qm6BPnr9QtF5RYLH1GlgNiA==.#=qbFKdE86B_1Oby6MOzYxnQw==(Object #=qtXFhDA6oXRdHmCHuF$pZiA==, EventArgs #=q3Ugg51baG9TbWbE_JG6tNA==)
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.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)
I put the whole XML file through multiple error finding tools and nothing comes up. I'm pretty new to coding so I don't know how to find my error. I'll post my entire code on the next post if that helps! Thanks in advance, any help is appreciated.