OBS crashes every time I exit

jwein83

New Member
Been using this version on this osx for months (although now I'm on a MBP instead of MacMini), now OBS crashes every time I close it.

Any guesses why?

Crash log is here:

It was too big to copy and paste in here and can't attach it as a text document.

TIA
 

dgatwood

Member
Well, I've seen crashes on exit myself pretty consistently on one machine for about the last three months, but never took the time to even look at the backtrace, because it only happens on exit, at which point I no longer really care if the app is running. :-D

In your backtrace, it looks like the app is manipulating UI classes (deallocating them in this case) from a non-main thread. When you touch the UI from a non-main thread, you're going to have a bad time. No idea how to fix the bug, though. (I haven't really looked at the OBS code base much yet.)
 
Top