Looking helplessly for a fix.
Thanks!Please, attach your Crash Reports.
Thread 2A34: libobs: graphics thread (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
000000625507F590 00007FFCF76372BF 000001AA5C30B760 0000000000000001 0000000000000000 00007FFCF75C4AB7 obs.dll!obs_filter_get_parent+0x2f
000000625507F5C0 00007FFC7E8E2F14 000001AA46C0D240 000001A98F729B60 0000000000000001 000001AA46C0D240 nv-filters.dll!nvidia_audio_filter_audio+0x44
000000625507F650 00007FFCF763A93C 000001A98F729B60 000001AA17035420 0000000000000008 00000000000000FB obs.dll!obs_source_output_audio+0x1ac
000000625507F730 00007FFC94302015 00000000000000FC 000000B3B80F791D 000000625507F980 000001AA5C309820 source-clone.dll!source_clone_video_tick+0x335
000000625507F7E0 00007FFCF7632972 000001A9E296B000 00000000000000FC 000001AA5C30AE40 0000000000000124 obs.dll!obs_source_video_tick+0x562
000000625507F850 00007FFCF7644DEF 000001A9E2AF4880 00000001CC14A2B4 0000000000000008 0000000000000000 obs.dll!tick_sources+0x29f
000000625507F8B0 00007FFCF7648682 0000000000000000 000000B3B80F7FDC 000001A9EB2C0420 0000000001FCA055 obs.dll!obs_graphics_thread_loop+0x1c2
000000625507F960 00007FFCF7648D5F FFFFFFFFFFFFFFFF 000000018EDDDBC8 000000625507FA70 000001A9EB25B900 obs.dll!obs_graphics_thread+0x12f
000000625507FA10 00007FFCF75C1461 000001A9E5B0E400 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x171
000000625507FA80 00007FFD001B4EA0 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffd001b4ea0
000000625507FAB0 00007FFD00DCE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffd00dce8d7
000000625507FAE0 00007FFD029BFBCC 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffd029bfbcc
Thank you so much for your reply @Suslik V!!This is crash in audio filter (one of the NVIDIA accelerated sound FX filters) right after the "source-clone.dll" plugin cloned the source. The filter called for the parent source when source was not accessible. So, you may find the filter and remove it. If issue present only with the "source-clone.dll" plugin, then, obviously, developers were unable to test all possible combinations of plugins and filters, thus there maybe bug either in plugin (look for plugin's updates, ask developer of the plugin) or in OBS (look for OBS updates) or in filter itself (look for NVIDIA drivers updates).Code:Thread 2A34: libobs: graphics thread (Crashed) Stack EIP Arg0 Arg1 Arg2 Arg3 Address 000000625507F590 00007FFCF76372BF 000001AA5C30B760 0000000000000001 0000000000000000 00007FFCF75C4AB7 obs.dll!obs_filter_get_parent+0x2f 000000625507F5C0 00007FFC7E8E2F14 000001AA46C0D240 000001A98F729B60 0000000000000001 000001AA46C0D240 nv-filters.dll!nvidia_audio_filter_audio+0x44 000000625507F650 00007FFCF763A93C 000001A98F729B60 000001AA17035420 0000000000000008 00000000000000FB obs.dll!obs_source_output_audio+0x1ac 000000625507F730 00007FFC94302015 00000000000000FC 000000B3B80F791D 000000625507F980 000001AA5C309820 source-clone.dll!source_clone_video_tick+0x335 000000625507F7E0 00007FFCF7632972 000001A9E296B000 00000000000000FC 000001AA5C30AE40 0000000000000124 obs.dll!obs_source_video_tick+0x562 000000625507F850 00007FFCF7644DEF 000001A9E2AF4880 00000001CC14A2B4 0000000000000008 0000000000000000 obs.dll!tick_sources+0x29f 000000625507F8B0 00007FFCF7648682 0000000000000000 000000B3B80F7FDC 000001A9EB2C0420 0000000001FCA055 obs.dll!obs_graphics_thread_loop+0x1c2 000000625507F960 00007FFCF7648D5F FFFFFFFFFFFFFFFF 000000018EDDDBC8 000000625507FA70 000001A9EB25B900 obs.dll!obs_graphics_thread+0x12f 000000625507FA10 00007FFCF75C1461 000001A9E5B0E400 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x171 000000625507FA80 00007FFD001B4EA0 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffd001b4ea0 000000625507FAB0 00007FFD00DCE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffd00dce8d7 000000625507FAE0 00007FFD029BFBCC 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffd029bfbcc
If previous version of OBS worked better for you - use it instead. All OBS releases (under the "Assets" spoiler):
![]()
Releases · obsproject/obs-studio
OBS Studio - Free and open source software for live streaming and screen recording - obsproject/obs-studiogithub.com
Also, it is strange that you missed similar report (different crash, but same solution - remove audio filter from the source):
OBS Crashing after Update to 31.0.0
hey guys, i just did an update for OBS to version 31.0.0. now when i open OBS, it instantly closes. below is a link to the crash report and i have also uploaded the file: Crash 2024-12-07 14-30-38 the ONLY way i can get OBS to stay open is if i close my Twitch stream info dock (like stream...obsproject.com