http://bugs.winehq.org/show_bug.cgi?id=8840
------- Additional Comments From dank@kegel.com 2007-03-07 06:03 ------- I already did. Here are more explicit instructions. Assuming your app has an installer, please try the following: 1. Remove the .wine directory in your home directory 2. Install your app 3. Open a shell window and run your app like this: wine myapp.exe > log1.txt 2>&1 4. Attach log1.txt to this bug report (if it's large, compress it first) by clicking on 'Create a New Attachment' above. (Never paste logs in the comment window; our associate Knuckles will fit you for concrete galoshes if you do that :-) 5. Also try native dcom as follows. Open a shell window and paste in these lines: wget http://kegel.com/winetricks sh winetricks dcom98 (This will download and install dcom98, and tell Wine to use it.) Then run your app and let us know whether it behaves better.