Inochi2D / inochi-session

Application that allows streaming with Inochi2D puppets
https://inochi2d.com
BSD 2-Clause "Simplified" License
293 stars 21 forks source link

[BUG] Deleting Virtual Space Zone items causes crash #29

Closed ExpiredPopsicle closed 1 year ago

ExpiredPopsicle commented 1 year ago

Validations

Describe the bug

Due to a threading issue the threads for virtual space zone items are not appropriately cleared. This causes the garbage collector to attempt to delete stale memory.

Reproduction

See description.

System Architecture

None

Operating System

None

Version

No response

Logs

No response

Additional Context

No response

LunaTheFoxgirl commented 1 year ago

This may have been fixed by https://github.com/Inochi2D/inochi-session/commit/aaaa22166e18cee5fc1355ef1b1a3c2de337f857, I can't reproduce this crash anymore.