MisutaaAsriel / obs-toolbar

A universal toolbar for OBS Studio
GNU General Public License v2.0
33 stars 2 forks source link

[Bug] OBS Crashes Erroneously on Exit #4

Closed stevemaunsell closed 1 year ago

stevemaunsell commented 1 year ago

Issue

Crash log is generated every time OBS is closed. The toolbar and OBS work fine. It's just crashing when OBS is closed. Log file here.

Steps to Reproduce

Simply closing OBS creates the crash log

Expected Behavior

OBS not to crash

Platforms

Win 10 22H2 19045

OBS Version:

29.0.0

Notes

MisutaaAsriel commented 1 year ago

Yeah I need to look into this. It's an erroneous crash, but this didn't happen with with earlier versions of OBS 28.0 but at some point it did.

I have no idea what Tiny Tubular Task Thread is but that appears to be the offending component. My best guess is OBS is failing to release something the plug-in was using and "crashing".

I can poke around at it this week.

MisutaaAsriel commented 1 year ago

Talking in the official Discord, apparently this is a harmless crash, for the most part, and a common one with plugins. — Something about how OBS exits might be causing the Tiny Tubular Task Thread to free up memory that's already been freed by the plug-in.

I'll look into it more and see what's going wrong, but I can't make promises.

MisutaaAsriel commented 1 year ago

Resolved in release 0.1.2

Was related to how the scene name was gathered; memory needed to be released after applying the current scene text.