intel / openvino-plugins-ai-audacity

A set of AI-enabled effects, generators, and analyzers for Audacity®.
GNU General Public License v3.0
725 stars 43 forks source link

Audacity Crash after installing Vino #224

Closed Maraco79 closed 2 weeks ago

Maraco79 commented 1 month ago

Hi, I downloaded Audacity (audacity-win-3.5.1-64bit.exe) the muse fx, and the openvino FXs, Installed Audacity and it opened fine, but when I installed the Vino plugins it crashes on startup and will not open anymore, I have tried reinstalling with no luck.

image

and the error log:

Audacity Crash.txt

image

RyanMetcalfeInt8 commented 1 month ago

Hmm, strange. The crash report seems to show a backtrace to the GPU plugin. Can you try something? You should find a file, C:\Program Files\Audacity\OpenCL.dll. Can you try removing this file from this folder (just move it someplace else, like your Downloads folder or something), and re-running Audacity. Is the issue resolved, the same, or is there some new issue?

Maraco79 commented 1 month ago

Hmm, strange. The crash report seems to show a backtrace to the GPU plugin. Can you try something? You should find a file, C:\Program Files\Audacity\OpenCL.dll. Can you try removing this file from this folder (just move it someplace else, like your Downloads folder or something), and re-running Audacity. Is the issue resolved, the same, or is there some new issue?

Thank you!!!!! that resolved the issue and now I'm able to open Audacity with no problems and the Vino plugins also work!

RyanMetcalfeInt8 commented 1 month ago

Glad it's working! Hmm, but now I need to figure out why the packaged OpenCL.dll is causing Audacity to crash in some cases. Anyway, thanks for trying it out and getting back to me!

atribolini commented 3 weeks ago

I have the same crash on open - I moved the .DLL as you suggested but that fix didn't work for me - still crashing.

image image

audacity crash report.txt

RyanMetcalfeInt8 commented 2 weeks ago

Hi @atribolini,

Sorry for delay. Hmm, I'm not really sure why it would be crashing in your case. Are your GPU drivers up to date?

atribolini commented 2 weeks ago

Hi Ryan - I updated the intel HD graphics driver from the Dell website. I also re-installed audacity with the muse installer. (I had previously used the audacity installer)

Then I re-installed openvino. Now it's working (even with the openCL.dll still in the audacity folder).

Not sure which of these fixed the problem but thanks for the driver suggestion.

RyanMetcalfeInt8 commented 2 weeks ago

Hi @atribolini,

I'm glad the problem is resolved. I think the issue was most likely fixed with the GPU driver update -- if there was any incompatibility with OpenCL that was causing the problem, then this would have been the thing that fixed it.