OBS Crashing on Close

CaptainRockhab

New Member
For the past few days, OBS is crashing upon closing the app. I don't seem to have any other performance issues, and I cannot determine a cause or reason for the crash.

I ran a log, and the only critical I got back was "Max Audio Buffering" on my Main Camera source - which is odd, because that's an issue I've never encountered before and I haven't changed my setup at all.

I have attached the crash logs - they all appear to be similar whatever it is.
 

Attachments

  • Crash 2023-11-16 23-15-06.txt
    116.3 KB · Views: 24
  • Crash 2023-11-18 22-27-58.txt
    106.2 KB · Views: 22
  • Crash 2023-11-18 22-36-08.txt
    114.8 KB · Views: 19
  • Crash 2023-11-18 22-36-53.txt
    118.6 KB · Views: 21
  • Crash 2023-11-18 22-37-17.txt
    118 KB · Views: 18
  • Crash 2023-11-20 21-10-15.txt
    110 KB · Views: 18
  • Crash 2023-11-21 11-52-46.txt
    107.3 KB · Views: 21
  • Crash 2023-11-21 15-23-11.txt
    111.3 KB · Views: 20
  • Crash 2023-11-21 15-24-50.txt
    116.4 KB · Views: 22
  • Crash 2023-11-21 15-33-02.txt
    104.7 KB · Views: 19

Suslik V

Active Member
Code:
000000B247FBF890 00007FFC4E76278B 000001E37BE24C40 00007FFC176A4E18 000000000000027A 0000000000000000 w32-pthreads.dll!pthread_mutex_lock+0xb
000000B247FBF960 00007FFC1768455E 0000000000000438 000000000000000B 000001E374817A10 000000000000027A obs.dll!config_get_string+0x2e
000000B247FBF990 00007FFC176841FB 000000000000027A 000001E30000017A 0000000000000000 0000000000000000 obs.dll!config_get_bool+0xb
000000B247FBF9C0 00007FFC0ED5AB65 0000000000000000 0000000000000000 000000000000017A 00000000C1300000 vertical-canvas.dll!CanvasDock::DrawPreview+0x255

If I understand it right, try to ask for a solution here (vertical-canvas plugin):
 

PaiSand

Active Member
You have the cause in the fourth line:
Thread 326C: libobs: graphics thread (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
00000087C643F9D0 00007FFC5150278B 000001EF1FD16AA0 00007FFBFA3F4E18 000000000000027A 0000000000000000 w32-pthreads.dll!pthread_mutex_lock+0xb
00000087C643FAA0 00007FFBFA3D455E 0000000000000438 000000000000000B 000001EEA4F5E790 000000000000027A obs.dll!config_get_string+0x2e
00000087C643FAD0 00007FFBFA3D41FB 000000000000027A 000001EE0000017A 0000000000000000 0000000000000000 obs.dll!config_get_bool+0xb
00000087C643FB00 00007FFBDA0AAB65 0000000000000000 0000000000000000 000000000000017A 00000000C1300000 vertical-canvas.dll!CanvasDock::DrawPreview+0x255

Update it. Always check for plugin updates before updating OBS.
If you're not using a plugin, remove it.
 
Top