http://bugs.winehq.org/show_bug.cgi?id=6971
--- Comment #274 from Xavier Vachon xvachon@gmail.com 2009-12-04 21:38:20 --- (In reply to comment #273)
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?
Exactly what it says on the tin :)
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?
try ``patch -p0 < warp-force-box.patch''
"patch -p0 < warp-force-box.patch" did worked. I wanted to try it with Assassin's Creed, but I most likely made a mistake somewhere because it does not work. In regedit I have:
1) HKEY_CURRENT_USER/Software/Wine/DirectInput 2) BoxPixels value=10 3) MouseWarpOverride value=force-box
Is that how it is supposed to be?