To debug, run your application with the following option: WINEDEBUG=+tid,+relay,+seh wine youapp.exe >& DbgOp.txt You can check in the log file whether your application is missing any dependency or whatever....
To debug, run your application with the following option: WINEDEBUG=+tid,+relay,+seh wine youapp.exe >& DbgOp.txt You can check in the log file whether your application is missing any dependency or whatever....