DoCommand issues in older versions of AfterEffects
I had used the commands 2372 and 2373 (clear image memory and cache) to reload the frames in my AfterEffects plugin. I had also used command hook to update a floating slider param value which will reload my frames. But now when I'm checking on AfterEffects 2022, the commands 2372, 2373 and the commandhook, all are crash with an "internal verification failure" error. Like I have tried commenting out 2372 and 2373 or commandHook, but the internal verification failure error popup appears for each one of them.
For commandHook, I tried to debug the commandHook function that is called, and the error occurred on the last step which was SetstreamValue to update param value. It gave a thread alert.
But again, I would like to mention that everything works fine on AfterEffects 2023, be it the commands or commandHook