http://bugs.winehq.org/show_bug.cgi?id=18158
--- Comment #6 from Rein Klazes wijn@online.nl 2009-04-25 01:18:30 --- No, it just shows the regi.sys crash that you reported elsewhere. Try to get rid of it: uninstall the other app that is causing this. Perhaps getting the regi.sys file out of the way is enough.
A more meaningfull trace can be obtained this way.
Startup a terminal
if this is your current command:
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
change that to:
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+relay,+tid /usr/local/bin/wine ./approach.exe" &>wine.log
This will produce a big, sometimes huge, file "wine.log"
Compress it eg with bzip2
bzip2 wine.log
and attach the resulting wine.log.bz2 here.
BTW: remove all WINEDEBUG=... and WINEDLLOVERRIDES=... from your starters (Wordpro and approach). The are not needed anymore and can only confuse things now.