After my most recent fight in the C172, I decided to attempt the somewhat daunting task of investigating some of the 20275 error that had accumulated in the Dev Console.
One I picked at random was "Need units for (A:ROTOR CHIP DETECTED:1)
Turned out to be being caused by the 206B3
Maybe
(A:ROTOR CHIP DETECTED:1) should be
(A:ROTOR CHIP DETECTED:1,bool)
Same for the index 2 one
Not to be picking on your 206B (?), just happened to pick that error at random, before knowing who was causing it.
20275 errors are a hard pill to swallow – no wonder MSFS seems “unstable” ?
Maybe the issue lies more with the poor MSFS Dev Console Error reporting , and the typical lack of verbose description as to which file is causing the error.
One should not have to go “text searching” in packages, to find out what plane/file might be the cause of each error !!
So here is one for you … hope it helps a little …