OBS Crash When Exiting w/ Crash Log

gmoney0505

New Member
Every time I close OBS it crashes. Looking at the log it seems to be tiny_tubular_task_thread if I am reading it correctly. I have no idea what this is. Any help would be appreciated.
 

Attachments

  • Crash Log.txt
    117.4 KB · Views: 10

PaiSand

Active Member
Crashes on exit are almost always due to third party plugins, and some other times due to third party apps.
Make sure any plugin you've installed is updated and compatible with the version of OBS you're using.

Run OBS in safe mode and test it. If the issue persist in safe mode, attach the new crash report. If not, you can get in touch with the plugins dev via its Discussion section in the plugins page or where the dev have set to ask support for it.
 

Suslik V

Active Member
Code:
Unhandled exception: c0000005
...

Thread 7500: tiny_tubular_task_thread (Crashed)
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
0000006D9E3FF9E8 00007FFBE2F8F2B0 000001988F96A280 00000198935583C0 00007FFCA2E41FC8 00000198936E8C20 <unknown>!0x7ffbe2f8f2b0
0000006D9E3FF9F0 00007FFCA2E05902 00000198BBA9C500 00007FFCA2E41FC8 0000006D9E3FFA90 0000000000000000 obs.dll!signal_handler_signal+0x122
0000006D9E3FFA70 00007FFCA2DBED5C 0000000000000000 00000198935583C0 0000000000000800 00000198935583C0 obs.dll!obs_source_dosignal+0x17c
0000006D9E3FFB80 00007FFCA2DC4629 00000198935583C0 00000198935583C0 00000198FD0AC500 00007FFCA2DC45E0 obs.dll!obs_source_destroy_defer+0x49
0000006D9E3FFBD0 00007FFCA2E01834 0000000000000000 FFFFFFFFFFFFFFFF 0000006D9E3FFC90 000001989355E190 obs.dll!tiny_tubular_task_thread+0x434
0000006D9E3FFC30 00007FFCEB191461 0000019893800590 0000000000000000 0000000000000000 0000000000000000 w32-pthreads.dll!ptw32_threadStart+0x171
0000006D9E3FFCA0 00007FFD42FB37B0 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ucrtbase.dll!0x7ffd42fb37b0
0000006D9E3FFCD0 00007FFD43ACE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffd43ace8d7
0000006D9E3FFD00 00007FFD4539C34C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffd4539c34c

Thread 27DC:
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
0000006D9D9CF438 00007FFD454C1E54 0000000000000001 0000000000000000 000070F09650992B 0000000000000246 ntdll.dll!0x7ffd454c1e54
0000006D9D9CF440 00007FFD4264CBBF 00000198935540A0 00000198935540A0 0000000000000000 0000000000000660 kernelbase.dll!0x7ffd4264cbbf
0000006D9D9CF4E0 00007FFCA2DE03BD 0000019893554108 0000000000000000 0000000000000000 0000000000000288 obs.dll!obs_free_data+0x38d
0000006D9D9CF530 00007FFCA2DE1843 0000000000000000 0000006D9D9CF840 0000006D9D9CFAE0 00000198DC07DFC0 obs.dll!obs_shutdown+0x383
0000006D9D9CF580 00007FF66F438E02 00007FF66F6ABE8F 000000F000000000 0000000000000002 00007FF66F6ABE8F obs64.exe!OBSApp::~OBSApp+0x62
0000006D9D9CF5B0 00007FF66F42E664 0000006D9D9CFA20 0000000000000001 0000000000000001 000001988FAF0A88 obs64.exe!run_program+0x10e4
0000006D9D9CF9E0 00007FF66F42F29A 0000000000000002 0000000000000002 0000000000000001 000001988FAB85AC obs64.exe!main+0x79a
0000006D9D9CFBC0 00007FF66F4A2180 0000000000000002 0000000000000000 0000000000000000 0000000000000000 obs64.exe!qtEntryPoint+0x30
0000006D9D9CFC50 00007FF66F4A1892 0000000000000000 0000000000000000 0000000000000000 0000000000000000 obs64.exe!__scrt_common_main_seh+0x106
0000006D9D9CFC90 00007FFD43ACE8D7 0000000000000000 0000000000000000 000004F0FFFFFB30 000004D0FFFFFB30 kernel32.dll!0x7ffd43ace8d7
0000006D9D9CFCC0 00007FFD4539C34C 0000000000000000 0000000000000000 0000000000000000 0000000000000000 ntdll.dll!0x7ffd4539c34c
Yeah, object was probably already removed from the RAM on OBS close, and then it attempted to be accessed again. So, as it was said - a plugin, some kind of plugin linked to the "source" caused the crash.
 
Last edited:
Top