http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #118 from hash HASH.DuOrden@gmail.com 2012-03-06 10:37:42 CST --- Well, I also tested this "Proof of concept for KUSER_SHARED_DATA updates" patch and I wasn't able to get any further than before. So it do not work for me, sadly.
If there is something wrong with the way I compile Wine just tell me. I'll gladly apologize and be actually happy been mistaken.
git clean -fd git checkout -f && git fetch && git rebase origin git reset --hard origin/master git apply ../KUSER_SHARED_DATA.patch export CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" ./configure --prefix=/opt/wine --with-xinput2 --without-openal --with-opengl --with-oss --with-mpg123 && make depend && make && make install
I also tried to issue ./tools/make_requests after git apply, it didn't changed anything.