Thread: IPlug - Youlean
View Single Post
Old 04-29-2017, 12:03 PM   #95
Youlean
Human being with feelings
 
Youlean's Avatar
 
Join Date: May 2015
Location: Serbia
Posts: 654
Default

Quote:
Originally Posted by Anomaly View Post
I'm having a crashing problem with my test project. When I exit the host (Reaper) with the plugin loaded, a crash message appears. When I debug the program with Visual Studio, it says "Unhandled exception thrown: read access violation. this was 0xCDCDCDCD." and points to ycairo.cpp line 87. Which is "cairo_destroy(cr);".

There is no gui in this plugin, nor I'm doing anything with cairo in my project.

May this be a bug in the framework?
You are using ycairo_base somewhere and you are not calling ycairo_base::bind_to_lice. That's why you have this bug. Can you check this out?
Youlean is offline   Reply With Quote