http://bugs.winehq.org/show_bug.cgi?id=20395
--- Comment #64 from hash HASH.DuOrden@gmail.com 2011-10-18 01:27:46 CDT --- Thank you Vincas Miliūnas for persistent and patience with me. Before, I rebuild Wine with only "git diff | patch -Rp1" and "git checkout -f && git fetch && git rebase origin" and this obviously wasn't enough. After changing that to: git clean -fd git checkout -f && git fetch && git rebase origin git reset --hard origin/master git reset --hard HEAD all compiled well and mouse works right as it should in Hellgate: London. Only thing left, is I need to do "git reset --hard origin/master" and "git reset --hard HEAD" or are thous somewhat redundant?