I am using game controllers with SDL2 on an Apple silicon Mac. As my game starts up, I am often seeing this message one or more times:
2025-02-17 09:50:53.068707-0500 HallOfMirrors[40419:15546748] failed to read
/System/Cryptexes/App/System/Library/Preferences/Logging/Subsystems/
com.apple.PerformanceAnalysis.plist: [24: Too many open files]
Usually I see it once or twice – and the game controllers work. Occasionally I see it four times in a row – and game controllers are completely unavailable for that run. Has anyone seen this? It's deep under the hood to me, I have no idea what that file is, and I have no idea where to look. But this game is intended as a product, so I really need to get this highly reliable.