OBS crashing since update. every time adding guests and every time closing the program (if didn't crash so far)

Suslik V

Active Member
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
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).

If previous version of OBS worked better for you - use it instead. All OBS releases (under the "Assets" spoiler):

Also, it is strange that you missed similar report (different crash, but same solution - remove audio filter from the source):
 

dhaimoff

New Member
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
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).

If previous version of OBS worked better for you - use it instead. All OBS releases (under the "Assets" spoiler):

Also, it is strange that you missed similar report (different crash, but same solution - remove audio filter from the source):
Thank you so much for your reply @Suslik V!!
I will try and find the solution within the audio filters like you said.
I did see the other thread but did not see this fix. I might have missed it.
 
Top