http://bugs.winehq.org/show_bug.cgi?id=15840
--- Comment #5 from Austin English austinenglish@gmail.com 2008-10-29 14:28:22 --- (In reply to comment #4)
(In reply to comment #2)
A regression test wouldn't interfere with your e-build unless you do a make install. Run wine from the git directory and they won't interfere.
ah I should have thought of this... Maybe I try it later.
(In reply to comment #1)
Install debug symbols and attach +dinput debug output.
Is this an compiler option or a tool?
Wine option:
$ WINEDEBUG=+dinput wine your_app.exe &> /tmp/log.txt
The debugging symbols depend on your build. If they aren't there by default, set CFLAGS="-g"