On Wed, Oct 27, 2010 at 1:04 AM, Austin English austinenglish@gmail.comwrote:
On Tue, Oct 26, 2010 at 10:58 PM, Andréas LIVET andreas.livet@gmail.com wrote:
For the patch, I think I understand the concept (I never use git before
and
never apply a patch), I have to selection the diff text and save it into
a
file (let's say debug.patch) and then type :
git apply debug.patch
Is that right? I got some error with this patch.
Yes.
I've try with a more recent version found here :
http://repo.or.cz/w/wine/hacks.git/commitdiff/2daf55e8eeca89d5c2bb8238115127...
But I got some errors in keyboard.c. Anyone has a solution?
You may have to manually fix the patch, keyboard.c may have changed since the patch was made.
BTW, please bottom post on wine mailing lists.
-- -Austin
Thanks for your response Austin,
I finally manage to apply the patch (just the line number to change). Weirdly it did not work as expected (it's like the game is launch twice when I hit F12), but I'll investigate.
Andreas