OBS Crashes because of ucrtbase.dll

johannes11122v

New Member
Hello!
Since the latest update to 31.0.1 OBS randomly crashes... I tried reinstalling, but it didn't help... Since that, the OBS-Crashlog says, that it's because of "c:\windows\system32\ucrtbase.dll"
Can somebody help me?
 

Attachments

  • Crash 2025-02-04 19-43-45.txt
    113.8 KB · Views: 6

Suslik V

Active Member
Code:
Thread 73D4: tiny_tubular_task_thread (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000B2465FF980 00007FFADAB692BD 0000000000000000 0000000000000070 0000000000000000 00000240BBAA0F52 ucrtbase.dll!0x7ffadab692bd
000000B2465FF9B0 00007FFA81FC123D 000002416A074160 0000000000000100 0000000000000070 00000240BBB04240 nv-filters.dll!nvidia_audio_destroy+0xbd
000000B2465FF9F0 00007FFAB9E60AFE 00000240BBB04240 00000240BBB04240 0000000000000100 00007FFAB9E60AA0 obs.dll!obs_source_destroy_defer+0x5e
000000B2465FFA30 00007FFAB9E9DBB0 FFFFFFFFFFFFFFFF 000000B2465FFAF0 00000240BBB05B70 00000240BBB05B70 obs.dll!tiny_tubular_task_thread+0x440
000000B2465FFA90 00007FFAD4021461 00000240BBA8AC60 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x171
000000B2465FFB00 00007FFADAB037B0 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffadab037b0
000000B2465FFB30 00007FFADB57E8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffadb57e8d7
000000B2465FFB60 00007FFADD1DBF2C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffadd1dbf2c

Thread 2F2C:
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000B24556A628 00007FFADD27F854 00000240BBBAFA30 000000B24556AC90 00007FFADAC398B0 00007FFADAB10139 ntdll.dll!0x7ffadd27f854
000000B24556A630 00007FFADA5FCE1F 00000240BBB04240 00000240BBB04240 0000000000000000 0000000000000880 kernelbase.dll!0x7ffada5fce1f
000000B24556A6D0 00007FFAB9E9D711 00000240BBBAFA30 00000240BB8411C0 0000000000000000 0000000000001940 obs.dll!os_task_queue_wait+0x81
000000B24556A710 00007FFAB9E86146 00000240BB8411C0 000000000000000B 00000240BBBAFA30 00000240BB9D3AC0 obs.dll!obs_wait_for_destroy_queue+0x1c6
000000B24556A770 00007FF7FF69CD70 0000024167169450 0000024167169450 000000B24556AC90 00000240BBBAFA30 obs64.exe!OBSBasic::ClearSceneData+0x4a0
000000B24556A830 00007FF7FF69D65F 0000000000000000 00000240B6EE1C60 00000240BBBAFA30 00000240BBBC3260 obs64.exe!OBSBasic::closeEvent+0x63f
...
This is crash during application close. It involves "nv-filters.dll" plugin that is responsible for audio effect in OBS. So, you have at least one of the NVIDIA based audio filters applied to one of your audio sources (for example, it can be "Noise Suppression"). To workaround this issue, please, try to close OBS application before shutting down your PC. Also, you can remove the filter from the source and this should solve the crashing issue too. If problem still exist, try to ask Discord community (the link in the top right corner of the forum's page). Then you can report this problem to: https://github.com/obsproject/obs-studio/issues
 
Top