scemino / engge

Open source remake of Thimbleweed Park's engine
https://scemino.github.io/
MIT License
148 stars 15 forks source link

Crash when entering "Ricky's cakes" #133

Closed scemino closed 4 years ago

scemino commented 4 years ago

When we enter the room "Ricky's cakes", engge crashes. This is due to the fact that a thread is calling exitRoom, and when exiting we remove all the local threads, the problem is the thread calling exitRoom is a local thread :(