I just loaded my default college template and tried to LaTeX to see the results. It works normally on a linux machine, but crashes on a MacBook with this error:
This is the only time counterwithout is referenced in the following format:
\counterwithout{figure}{chapter}
\counterwithout{table}{chapter}
Thanks in advance!

chngcntr(more precisely2018/04/09 v1.1a) automatically aborts its input. So there is something broken or not updated in your system. Line 42 of currentchngcntris a comment line so you must be using some earlier version. In current version\newcommand{\counterwithout}{\@ifstar{\c@t@soutstar}{\c@t@sout}}is on line 53. – Sep 14 '18 at 18:57