http://bugs.winehq.org/show_bug.cgi?id=3891
alaeddinaydiner@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #1384 is|0 |1 obsolete| |
------- Additional Comments From alaeddinaydiner@yahoo.com 2005-23-11 21:52 ------- Created an attachment (id=1402) --> (http://bugs.winehq.org/attachment.cgi?id=1402&action=view) LC_ALL=en_US WINEDEBUG=+relay,+comm wine BelkinNavSys.exe &> ~/verbose.log
This bzipped log is half a megabyte, which, I hope, is still reasonable for Bugzilla.
Here is what I did to avoid an extremely long log.
LC_ALL=en_US WINEDEBUG=+relay,+comm wine BelkinNavSys.exe &> ~/verbose.log & sleep 100; echo "Killing it!" pkill -9 wine;
Within 100 seconds, I did see the main application window and some Bluetooth communication. With this much logging, half of the time is spent to start the application. :-)