http://bugs.winehq.org/show_bug.cgi?id=14797
--- Comment #7 from Juan Lang juan_lang@yahoo.com 2008-08-11 12:32:18 --- (In reply to comment #5)
With the line below it does run, bur produces the same error, and I don't see were it creates the log file if any.
It'll just sent the output to the console, whatever that is. You don't want to use a launcher for this, you want to run it from the command prompt, and redirect the output to a log file. Something like the following should work: cd ~/.wine/drive_c/PMAIL/Programs WINEDEBUG=+secur32 wine "C:\PMAIL\Programs\WINPM-32.EXE" -roam -A -Z 160 >& console.txt
Then attach console.txt here.