Just a scope issue.
Lots of the old functions were converted, but the devs didn't add anything to the global scope unless they had to.
A lot of these crashes are caused by the code looking for functions that technically exist, but aren't hooked up.
The fix is so quick because it's just one...