Jump to content

VST3 Plugin Crash


Recommended Posts

Hi,

I am a developer working on a VST3 plugin. I received a report from a user that closing the window of the plugin crashes the entire Cakewalk application on Windows 10. I was able to confirm this myself. This doesn't happen in other DAWs. Additionally, the crash is coming from outside the plugin's code -- aka somewhere in Cakewalk's code. Attached is the dump file from Cakewalk.

Wondering if any devs can help me track this down, since I'm totally blind to whatever is going on in Cakewalk -- I don't have any symbols or debugging information. All I know is that it happens on the main thread some time after my plugin's ::removed() gets called and returns without any issues.

If there is a more appropriate forum for this, please let me know.

Quote

ExceptionAddress: 000000014056e7e1 (Cakewalk!l9_ippsCos_64f_A53+0x00000000003f52b1)

    ExceptionCode: c0000005 (Access violation)

    ExceptionFlags: 00000000

NumberParameters: 2

    Parameter[0]: 0000000000000000

    Parameter[1]: 0000000000000008

Attempt to read from address 0000000000000008

PROCESS_NAME: Cakewalk.exe

 

Untitled_08062020_162744.dmp

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...