search for: winepatch

Displaying 4 results from an estimated 4 matches for "winepatch".

Did you mean: livepatch
2012 Mar 17
4
Help me patch wine
Ok, Im following this tutorial: http://ace-client.net/viewtopic.php?f=26&t=34 But when I try to apply patch I get this: > [jan at janpc Games]$ patch -p1 <'/home/jan/Games/wine-1.3.36/winepatch.patch' > can't find file to patch at input line 11 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |commit 3ed9efa63394e500e9a7a4dbbe14303da8086f6c > |Author: Jan Zerebecki <jan.wine at zerebecki.de&g...
2011 Jun 20
2
Re: Help compiling an older version of wine on 64 bit Fedora 14
Well, it's got on a bit now, so I don't know if I should start a new thread. Anyway, I applied the patch but still seems to be running into problems. This is what I've done: After downloading version 1.1.0 from sourceforge I saved the following as "winepatch.diff": Code: --- loader/preloader.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/preloader.c b/loader/preloader.c index 83a5172..2dc2872 100644 --- a/loader/preloader.c +++ b/loader/preloader.c @@ -519,7 +519,7 @@ static void set_auxiliary_values( ElfW(au...
2009 Dec 18
40
Fallen Earth
http://www.fallenearth.com/ Can some one help me get this running =? I want to play it . Cant get the launcher to work , Installs fine . I have play this on linux under beta . Thanks
2008 Apr 14
2
Viewing .CHM files with hh.exe from command line
I would like to be able to start the Wine .chm file-viewer, C:\windows\hh.exe, from the command-line like this: wine hh.exe /some/dir/somefile.chm It works if the current directory contains the .chm file, but not if I have to specify a path. Am I missing something?