04-10-2017, 11:28 PM
(04-10-2017, 08:10 AM)josemendez Wrote: Hi there,
We discovered an issue in certain Win 7/8 machines where Obi's task manager was not properly destroyed upon program termination. This is due to a bug in MSVCPP that causes static member destructors to be ignored when unloading a .dll. In our case this caused worker threads to linger around even after Application.Quit() is called. It has been circumvented on our side and the fix will be released in the next update.
Try replacing the /Obi/Assets/x86 and x86_64 folders with the patched ones you'll find here, that should fix the problem:
https://we.tl/kB3pYoWG3T
Let me know how it goes! cheers,
We're all good now Jose, thanks for the files