http://bugs.winehq.org/show_bug.cgi?id=26414
--- Comment #11 from Juan Lang juan_lang@yahoo.com 2011-03-18 11:47:30 CDT --- (In reply to comment #10)
In that case there is some functions called *WaitForMultipleObjects* that crashes Wine?
No. The crash is a NULL pointer access in the application, not a crash in Wine. The application is probably receiving a NULL pointer it doesn't expect to get, and guessing the source of it is usually the difficult part.