mrvux / FeralTic

Small utilities wrapper for SlimDX / Direct3D11
5 stars 18 forks source link

Fix for crash when generating the nodelist.xml file #17

Closed azeno closed 7 years ago

azeno commented 7 years ago

Hey vux!

I just stumbled upon this when generating our nodelist.xml file. I had your pack installed and on vvvv shutdown I got a very nasty ExecutionEngineException. By waiting on the scheduler thread to terminate gracefully the exception did not occur again.

All the best, Elias

mrvux commented 7 years ago

thinking about it, I guess should actually completely wait for end (without arbitrary timeout).

So join() would make more sense even

mrvux commented 7 years ago

Merging, thanks, I'll move timeout