Need help analysing a crash thread

mlgsealpro

New Member
was cleaning up my pc of old programs and files i didn't want anymore and when i went to start up obs it crashed. it asks me if I want to launch in safe mode or not (which it already did in the past), but regardless of the option I choose I get a crash notification. Maybe 1 in 10 times it launches fine, I haven't tried streaming though cause I want to fix the issue not ignore it. I tried reinstalling and that didn't fix it. I did a full uninstall including settings and scenes and that did fix it. However it would really suck to have to redo everything, especially because I have a big planned event in two days for stream. I have no idea how to read the crash logs so I would really appreciate help with that.
 

Attachments

  • Crash 2025-09-11 00-22-36.txt
    73 KB · Views: 6

Suslik V

Active Member
Code:
Unhandled exception: c0000005
...
libobs version: 31.1.2 (64-bit)
...

Thread 347C: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000954539F220 00007FF86247AF5F 00007FF8D4210000 0000000000000004 000001AB03FB9280 0000000000000000 obs.dll!obs_filter_get_parent+0x2f
000000954539F250 00007FF8FBB22F24 0000000000000004 000001AB11B89E90 0000000000000003 000001AB11B897E0 nv-filters.dll!nvidia_audio_filter_audio+0x44
000000954539F2E0 00007FF86247E47D 000001AB038DFB50 000001AB03F16360 000001AB038DFB50 0000000000000001 obs.dll!obs_source_output_audio+0x1ad
000000954539F3C0 00007FF8D42142DF 00000000000001E0 00000000000001E0 0000000000000000 000001AB1217D970 win-wasapi.dll!WASAPISource::ProcessCaptureData+0x27f
000000954539F4B0 00007FF8D4214919 0000000000000000 000001AB038DFCC0 000001AB03F16360 0000000000000000 win-wasapi.dll!WASAPISource::OnSampleReady+0x19
000000954539F500 00007FF8D42115AD 000001AB36A1F1D0 0000000000000000 0000000000000000 000001AB36A1F1D0 win-wasapi.dll!WASAPISource::CallbackSampleReady::Invoke+0xd
000000954539F530 00007FF95276C098 000000954539F878 0000009500000000 000000007FFE03B0 000000007FFE0008 rtworkq.dll!0x7ff95276c098
000000954539F5C0 00007FF96BE60C0D 000000000000000D 0000000000000000 000001AB19B9C980 00007FF96BE9FCA0 ntdll.dll!0x7ff96be60c0d
000000954539F6E0 00007FF96BE9E249 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ff96be9e249
000000954539FA40 00007FF96B5EE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ff96b5ee8d7
000000954539FA70 00007FF96BE28D9C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ff96be28d9c
This crash is caused by an Audio Filter that uses NVIDIA acceleration (likely new implementation of the "Noise Suppression" filter in the new OBS). The recommendation here is to install the appropriate version of the NVIDIA Audio Effects SDK (each graphics card has its own version), was mentioned in this post: https://obsproject.com/forum/threads/obs-crashing.183674/post-671891
 
Top