http://bugs.winehq.org/show_bug.cgi?id=16835
--- Comment #6 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2009-02-01 12:21:41 --- The WINEDEBUG should be written using capital letters. Sorry that it didn't stress it. Such a command line should work:
WINEDEBUG=+message wine PocketBible.exe > msglog.txt 2>&1
In case you have problems with it, try the one that I'm usually using:
WINEDEBUG=+message wine PocketBible.exe &>msglog.txt