Hi All,
While doing experiments with winegcc/wineg++ I have compiled my application which uses complex multi-threaded library. Wine made shell wrapper script for me and the application itself with the extension .exe.so.
I tried to run this application:
FIXME:pthread_detach FIXME:pthread_detach Bad system call (core dumped)
or, as another option:
FIXME:pthread_detach wine: Unhandled exception (thread 000a), starting debugger...
How can I handle this failure?
//Sergey.