I have a multi-threaded application that runs fine on Windows, now I'm trying to make sure it also runs on Mac.
It starts fine, but when I click the button which starts a thread, I get an error: raised exception "EThread" with message: Semaphore init failed (possibly too many threads)
I've looked around the forums and other places, but haven't found anything that has helped.
Is there any specific things one should do, to get multi-threading working on OSX?