Crashing when closing: Unhandled exception: c0000005

Redgee

New Member
Fault address: 7FFC51882F0A (c:\program files\obs-studio\bin\64bit\w32-pthreads.dll)

This always happens when I close the program, even after running as admin. I can't figure out where the fault is. Please send help.
 

Attachments

  • Crash log OBS.txt
    150 KB · Views: 80
  • 2020-06-12 16-39-32.txt
    35.4 KB · Views: 40

Redgee

New Member
Kowo, I got rid of this problem by starting from scratch. I created each scene, each source from zero then restarted OBS after every new addition to see which one causes the crash. I also updated the plugins and restarted every time I added something new. Hard work yes, but that's the only way you know where the crash comes from and avoid it. Good luck!
 

Sukiyucky

Member
Redgee,

Your crash has something to do with one of your OBS sources attempting to release the audio device you are using as your audio monitor. That audio device is specified in OBS Settings | Audio | Advanced | Monitor Device. When OBS shuts down, this audio device is not getting destroyed properly because it is still locked by possibly another scene or source.

Thread 1244 (Crashed)
Stack EIP Arg0 Arg1 Arg2 Arg3 Address
000000FD405FF1E0 00007FFC51882F0A 0000021593B713C0 0000000000000000 0000000000000001 0000000000000000 w32-pthreads.dll!pthread_mutex_unlock+0x2a
000000FD405FF270 00007FFC2F59F6BD 000000FD00000000 00007FFC2F5ACFC8 000000FD405FF2C8 0000000000000008 obs.dll!audio_monitor_destroy+0x9d


Looking at your log, you got a ton of scenes and sources. The only way to identify where the problem lies is for you to go and narrow the problem down by creating a whole new profile, creating limited number of scenes and sources within them, and a whole lot of testing.

Your log shows some plugins you need to get rid of (GForm and PitchProof) as they are not loading at run time. You really need to get a handle on your VST plugins and get rid of those you aren't using. Even, OBS plugins and stay on top of them. If you don't use them any longer, remove them. If you use plugins, it is your job to check from time to time whenever you update OBS if the plugins got updated too.

16:39:34.162: LoadLibrary failed for '../../obs-plugins/64bit/GForm.dll': %1 is not a valid Win32 application.
16:39:34.162: (193)
16:39:34.162: Module '../../obs-plugins/64bit/GForm.dll' not loaded
16:39:34.179: [obs-browser]: Version 2.8.6
16:39:34.209: LoadLibrary failed for '../../obs-plugins/64bit/pitchproof.dll': %1 is not a valid Win32 application.
16:39:34.209: (193)
16:39:34.209: Module '../../obs-plugins/64bit/pitchproof.dll' not loaded


Other than the above, I don't see anything unusual given the quick glance.
 
Last edited:
Top