Patching wine
Patching wine
Hi
I'm not newbie at using wine but now I have to patch it but I've never do it before :/
I have to apply this patch:
http://bugs2.winehq.org/attachment.cgi?id=24812
To wine version 1.1.38
I hope someone can help me.
I'm not newbie at using wine but now I have to patch it but I've never do it before :/
I have to apply this patch:
http://bugs2.winehq.org/attachment.cgi?id=24812
To wine version 1.1.38
I hope someone can help me.
Patching wine
salemus <[email protected]> wrote:
I'll try to look at this patch and see if it can be updated to apply to the latest version.
Lastly, why are you trying to patch Wine in first place?
James McKenzie
First, Wine 1.1.38 is old, about 3 months old. You might want to try the current release candidate first and then look into the patch. Apologies if you have already tried this.Hi
I'm not newbie at using wine but now I have to patch it but I've never do it before :/
I have to apply this patch:
http://bugs2.winehq.org/attachment.cgi?id=24812
To wine version 1.1.38
I'll try to look at this patch and see if it can be updated to apply to the latest version.
Lastly, why are you trying to patch Wine in first place?
James McKenzie
Re: Patching wine
http://wiki.winehq.org/FAQ#head-7ed3c31 ... 53dc41817bsalemus wrote:I'm not newbie at using wine but now I have to patch it but I've never do it before :/
I have to apply this patch:
http://bugs2.winehq.org/attachment.cgi?id=24812
To wine version 1.1.38
Ok i tried the newest wine and for now it gives me the same fps as 1.1.38
I need this patch to increase fps in l4d2
http://appdb.winehq.org/objectManager.p ... ngId=54153 << How To
Of course i don't belive this "50~50 fps more" but i hope ot will run the game(s?) a little faster.
I tried
But it didn't help:
BTW: Does anyone know how to make games on newest ubuntu 10.04 run faster? Because it rly decreased 
I need this patch to increase fps in l4d2
http://appdb.winehq.org/objectManager.p ... ngId=54153 << How To
Of course i don't belive this "50~50 fps more" but i hope ot will run the game(s?) a little faster.
I tried
Code: Select all
patch -p1 < NoSRGBTextureBounce.diff
Code: Select all
salemus@salemus-laptop:~/.winesteam$ env WINEPREFIX="/home/salemus/.winesteam" patch -p1 < NoSRGBTextureBounce.diff
patching file dlls/wined3d/surface.c
Hunk #1 FAILED at 4937.
patch: **** Can't create file dlls/wined3d/surface.c.orig : Permission denied

Patching wine
On Tue, Jul 6, 2010 at 7:00 PM, salemus <[email protected]> wrote:
permission denied is because the current user can not write the
patched file.
John
Did you do any of the unpacking steps as root, su, sudo? TheOk i tried the newest wine and for now it gives me the same fps as 1.1.38
I need this patch to increase fps in l4d2
http://appdb.winehq.org/objectManager.p ... ngId=54153 << How To
Of course i don't belive this "50~50 fps more" but i hope ot will run the game(s?) a little faster.
I tried
Code:
patch -p1 < NoSRGBTextureBounce.diff
But it didn't help:
Code:
salemus@salemus-laptop:~/.winesteam$ env WINEPREFIX="/home/salemus/.winesteam" patch -p1 < NoSRGBTextureBounce.diff
patching file dlls/wined3d/surface.c
Hunk #1 FAILED at 4937.
patch: **** Can't create file dlls/wined3d/surface.c.orig : Permission denied
permission denied is because the current user can not write the
patched file.
John
Step by step what I did:
1. Downloaded newest wine source
2. Applied patch upacking wine source and patch it in wine's folder using command:
3. Tried to compile it but there was some problem with missing libraries so..
4. I installed evry needed library for Ubuntu using this command:
5. Then I started compiling and installing wine:
and... it really gives me more fps
Of course not so much as How To says but it gives me 5~10 fps more!
Thanks for help
1. Downloaded newest wine source
2. Applied patch upacking wine source and patch it in wine's folder using command:
Code: Select all
salemus@salemus-laptop:~/Pobrane/wine-1.2-rc6$ patch -p1 < NoSRGBTextureBounce.diff
4. I installed evry needed library for Ubuntu using this command:
Code: Select all
sudo apt-get build-dep wine1.2
Code: Select all
#sudo sh configure
#sudo make
#sudo make install

Of course not so much as How To says but it gives me 5~10 fps more!

Thanks for help
Patching wine
On Wed, Jul 7, 2010 at 6:59 AM, James Mckenzie
<[email protected]> wrote:
sketchy at best and only works some of the time. Who knows how it
will affect various versions of wine!
Edward
<[email protected]> wrote:
This is the patch to improve performance in games like L4D. It'sLastly, why are you trying to patch Wine in first place?
sketchy at best and only works some of the time. Who knows how it
will affect various versions of wine!
Edward