-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when adding audio source filter #89
Comments
Very long crash log Part 2
|
Same crash with CUDA 12.2.0 |
What's your OBS log look like? |
@patienttruth can you test the artifacts from #92 ? |
@royshil how do I do that? Happy to help if I can. I still intend to look for the logs, but haven't had a OBS running since last week. |
@patienttruth download a build from https://github.com/occ-ai/obs-localvocal/actions/runs/8807425979#artifacts and try it out, thanks! |
Thank you @royshil ! Alright, I got the artifacts build downloaded and installed today. For a moment I thought it was working as I was able to exit the window where I configured local-vocal as a filter. I had my audio sources muted and when I unmuted/enabled them OBS crashed. Here are OBS logs from my attempts to launch today. It seems like it works until I enable or unmute an audio source that has active audio. Is the Crash log 1
Crash log 2
Crash log 3
P.S. Sorry about the log formatting in the OP that broke the code block. I fixed it so the log is readable now |
@patienttruth i'm seeing LV v0.2.2 which is quite old - can you try v0.2.6? plz |
Good eye. I will look into that. I thought I'd uninstalled and installed with the build under artifacts, but maybe I uninstalled incorrectly. Thanks for the tip. |
Alright, I updated to 0.2.6 and got a crash a few moments after I added the filter. OBS Crash Log:
OBS Log
Is this a problem? |
@patienttruth the "whisper.dll" is indeed not a module. it's benign but since you have AMD i suggest you download the CLBlast version of the plugin which uses OpenCL for acceleration on AMD machines. even though you have an Nvidia card... albeit a kind of old one (970 i believe is from 2014) i suspect the crash is because the GPU is too old for the required processing |
I've wondered about an old GPU. You're probably right about age. I didn't build the PC, but that sounds about right. I tried the suggested version and had a similar crash. Surely it's something on my end. It seems like a really useful tool, I will have to back around to it with a future PC. Thank you for your your help. OBS Crash Log:
OBS Log
|
Would you like me to close the issue? |
it looks like your AMD FX-83xx CPU doesn't support AVX2 And since this is compiled for AVX2 - it would crash. You can compile it without this requirement though. But, the AMD FX 83xx series is from 2012, so I suggest getting a newer CPU |
Good eye. You really went the extra mile looking that up, and I missed that requirement if it was in the docs.
This is something I haven't tried to tackle yet. Would you be willing to share any hints on how to learn to do this? I'd be willing to give it a try for the learning of it.
I've definitely been thinking of a new build, but for most of my work this has still been pretty zippy. |
closing this, underlying issue was found |
Hi!
Amazing looking plugin. I'm getting a crash of OBS when I try to add it as a filter to the audio source. I have CUDA 12.4.1 installed (just realized that maybe that's the problem. I'm uninstalling and installing 12.2.0.
obs-localvocal version - obs-localvocal-0.2.1-windows-x64-(CPU and CUDA 12.2.0)
That said, I've tried both the CUDA and CPU version of the plug in.
Here's the error log from my most recent attempt with the CPU version.
Very long crash log
The text was updated successfully, but these errors were encountered: