looks like the problem is here in your console output: err:ole:CoGetClassObject class {0d43fe01-f093-11cf-8940-00a0c9054228} not registered err:ole:create_server class {0d43fe01-f093-11cf-8940-00a0c9054228} not registered That uuid seems to belong to scrrun.dll. Solution: get that dll from a windowspartition, and put it in ~/.wine/drive_c/windows/system32/ Then do 'regsvr32 scrrun.dll'. After it is registered successfully rerun your application