Hi Again,
So, I think some of my code in the plugin I am developing is causing this error upon quitting AE. I get an error that reads "HardwareBlitpipe Disengaged". Has anybody received this error upon quitting AE while developing a plugin? If I open a project that does NOT contain any layers with my plugin effect applied, I do not get that error upon quitting AE. However, if I open a project that does have layers with my effect applied, I receive the error upon quitting AE. Clearly, there is something up with my plugin's code.
I've read about some folks in the regular AE forums getting that error because of something related to either their graphics hardware driver, or some plugin they installed. In my case, I never received the error until I started developing my plugin and testing it in AE6. So, I sense there is something I'm doing wrong in my code.
Any ideas for troubleshooting? Is there a particular selector AE calls to plugin effects upon closing the project and / or quitting the app? I'd like to put breakpoints in there, but not sure where to put them.
Thank you for your time and help!
--Arie