http://bugs.winehq.org/show_bug.cgi?id=12431
--- Comment #8 from Austin English austinenglish@gmail.com 2008-04-09 03:14:17 --- (In reply to comment #7)
$ WINEDEBUG=+win,+event,+x11drv wine yourapp.exe &> /tmp/log.txt $ bzip2 -9 /tmp/log.txt
Then attach /tmp/log.txt.bz2 here.
Ah, in that case, should I not run the wine version with the problem? I.e. the last bad git bisect version? The git version I have right now is working, so if you could help me run the correct version ( I really do not know how to get the falty version, or will any fawlty version do?), then I could run wine as mentioned above.
$ git fetch ; git rebase origin && ./configure && make clean && make depend && make
This will update git to the newest version, then build it. That way, the event log can show what is actually happening, so hopefully a patch can be made to do what should be happening.