WHOOPS, OBS has crashed

BLIZZMARK

New Member
Can anyone help me understand what this means or what is causing OBS to crash?


Unhandled exception: c0000005
Date/Time: 2025-02-06, 05:56:46
Fault address: 7FFDD74C5277 (c:\program files\obs-studio\bin\64bit\w32-pthreads.dll)
libobs version: 31.0.1 (64-bit)
Windows version: 10.0 build 22631 (release: 23H2; revision: 4751; 64-bit)
CPU: 13th Gen Intel(R) Core(TM) i9-13900KF
 

Attachments

  • Crash 2025-02-06 05-56-46.txt
    150 KB · Views: 21
  • Crash 2025-02-06 12-53-10.txt
    150 KB · Views: 16

Suslik V

Active Member
Code:
Thread 1504: (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000F1F7AFF720 00007FFDD74C5277 00000273B2FD2FE0 0000000000000000 00007FFD6DDF15D0 0000027427B00780 w32-pthreads.dll!pthread_mutex_unlock+0x27
000000F1F7AFF760 00007FFD6DE52AC7 0000000000000000 0000027427B00780 000000F1F7AFF830 0000000000000001 obs.dll!audio_output_disconnect+0xd7
000000F1F7AFF790 00007FFD6DDF380E 0000000000000000 00000273FE3B00D0 0000000000000000 00000273FE3B00D0 obs.dll!end_data_capture_thread+0x1de
000000F1F7AFF7D0 00007FFDD74C1461 0000027427F80240 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x171
000000F1F7AFF840 00007FFDE73F9333 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffde73f9333
000000F1F7AFF870 00007FFDE8BF259D 0000000000000000 0000000000000000 0000000000000000 0000000000000000 kernel32.dll!0x7ffde8bf259d
000000F1F7AFF8A0 00007FFDE9D8AF38 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffde9d8af38

Thread 53F8:
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
000000F1F78FEF48 00007FFDE9DD0424 0000000000000000 00007FFD378D98D1 0000000000000000 0000000000000000 ntdll.dll!0x7ffde9dd0424
000000F1F78FEF50 00007FFDE7559CEE 0000027427B00780 0000027427B00780 0000000000000000 0000000000003030 kernelbase.dll!0x7ffde7559cee
000000F1F78FEFF0 00007FFD6DDEB70F 00000273A91CBDD0 00000273A91B6508 0000000000000000 00007FF6455FFCB8 obs.dll!obs_output_destroy+0xcf
000000F1F78FF040 00007FFD6DE2C5EC 00000273A91B5F48 0000000000000288 00000273A91B5F48 0000000000000288 obs.dll!obs_free_data+0x11c
000000F1F78FF0A0 00007FFD6DE2DCA3 0000000000000000 000000F1F78FF390 000000F1F78FF630 00000273AA4C3960 obs.dll!obs_shutdown+0x383
000000F1F78FF0F0 00007FF6454110B2 00007FF64568E24D FFFFFFFF00000000 0000000000000002 00007FF64568E24D obs64.exe!OBSApp::~OBSApp+0x62
...
This is crash during OBS close. Seems to be that the audio capture thread was ended too late.

You are using some plugin ("obs-teleport.dll") that can use audio threads. For unknown (for me) reason the plugin was loaded twice:
Code:
13:49:31.082: [obs-teleport] version: 0.7.3
13:49:31.115: [obs-teleport] version: 0.7.3
13:49:31.117:   Loaded Modules:
13:49:31.117:     obs-teleport.dll
13:49:31.117:     obs-teleport.dll
so, consider to try to run OBS without this plugin to see if OBS still crashes on exit or not. You can choose "safe mode" that is prompted to you on OBS launch each time after the crash. The "safe mode" will load OBS with minimum set of plugins, thus will be enough for the test.
 
Top