http://bugs.winehq.org/show_bug.cgi?id=6971
Xavier Vachon xvachon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xvachon@gmail.com
--- Comment #272 from Xavier Vachon xvachon@gmail.com 2009-12-03 20:15:31 --- As of current git, this hack : http://bugs.winehq.org/attachment.cgi?id=21554 does not compile anymore.
xavier@xavier-pc /wine-git $ patch -p1 < mouseut3engine.diff patching file dlls/dinput/device.c patching file dlls/dinput/mouse.c Hunk #8 FAILED at 328. Hunk #9 FAILED at 425. 2 out of 17 hunks FAILED -- saving rejects to file dlls/dinput/mouse.c.rej
When I attempt to apply the hack by Thanos, I get this:
xavier@xavier-pc /wine-git $ patch -p1 < warp-force-box.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- dlls/dinput/mouse.c.orig 2009-11-17 15:47:35.000573211 +0200 |+++ dlls/dinput/mouse.c 2009-11-17 15:53:05.590802272 +0200 -------------------------- File to patch:
Thanos, how did you apply your hack to your tree?