jan1024188 wrote: > > doh123 wrote: > > > > jan1024188 wrote: > > > > > > doh123 wrote: > > > > you need to put the patch file in the folder of Wine source code.. then do that to patch and it patches the source code, then you have to compile that patched version of Wine and use it. > > > > > > > > > Where do I put it? > > > > > > > [jan@janpc Games]$ ls -l wine-1.3.36 > > > > total 824 > > > > -rw-rw-r--. 1 jan jan 23722 Dec 30 19:44 aclocal.m4 > > > > -rw-rw-r--. 1 jan jan 27866 Dec 30 19:44 ANNOUNCE > > > > -rw-rw-r--. 1 jan jan 18720 Dec 30 19:44 AUTHORS > > > > -rwxrwxr-x. 1 jan jan 512274 Dec 30 19:44 configure > > > > -rw-rw-r--. 1 jan jan 114081 Dec 30 19:44 configure.ac > > > > -rw-rw-r--. 1 jan jan 26434 Dec 30 19:44 COPYING.LIB > > > > drwxrwxr-x. 427 jan jan 12288 Dec 30 19:44 dlls > > > > drwxrwxr-x. 2 jan jan 4096 Dec 30 19:44 documentation > > > > drwxrwxr-x. 2 jan jan 4096 Dec 30 19:44 fonts > > > > drwxrwxr-x. 5 jan jan 20480 Dec 30 19:44 include > > > > drwxrwxr-x. 5 jan jan 4096 Dec 30 19:44 libs > > > > -rw-rw-r--. 1 jan jan 824 Dec 30 19:44 LICENSE > > > > -rw-rw-r--. 1 jan jan 1324 Dec 30 19:44 LICENSE.OLD > > > > drwxrwxr-x. 2 jan jan 4096 Dec 30 19:44 loader > > > > -rw-rw-r--. 1 jan jan 2783 Dec 30 19:44 Makefile.in > > > > -rw-rw-r--. 1 jan jan 5766 Dec 30 19:44 Make.rules.in > > > > -rw-rw-r--. 1 jan jan 1998 Dec 30 19:44 Maketest.rules.in > > > > -rw-rw-r--. 1 jan jan 3361 Dec 30 19:44 Make.vars.in > > > > drwxrwxr-x. 2 jan jan 4096 Dec 30 19:44 po > > > > drwxrwxr-x. 76 jan jan 4096 Dec 30 19:44 programs > > > > -rw-rw-r--. 1 jan jan 5903 Dec 30 19:44 README > > > > drwxrwxr-x. 2 jan jan 4096 Dec 30 19:44 server > > > > drwxrwxr-x. 9 jan jan 4096 Dec 30 19:44 tools > > > > -rw-rw-r--. 1 jan jan 20 Dec 30 19:44 VERSION > > > > -rw-rw-r--. 1 jan jan 687 Mar 17 10:20 winepatch.patch > > > > [jan@janpc Games]$ > > > > > > > > > > > > > > > for that one you'd put it right in the wine-1.3.36 folder... cd into the folder, and do the patch command > > > > patch -p1 winepatch.patch > > > > or cd into the wine-1.3.36 folder and give the full path to where the patch file is... I find it easier to just drop a copy in the source folder. > > > Thanks it worked. Its been 'patching' for 13 hours now...is this normal or its not working at all?