Confused on Steam Play and Proton? Be sure to check out our guide.
We do often include affiliate links to earn us some pennies. See more here.

Wine 1.7.2 Has Been Released Into The Wild

By - | Views: 16,628
Wine developers released the new development revision of Wine.
This time they included many new features and 39 bugfixes

The few most interesting additions to this release include:
  • Right-to-left text layout improvements.
  • NTLM and Negotiate authentication for RPC over HTTP.
  • More glyphs in the built-in Wingdings font.
  • Better system tray support in the Mac driver.
  • Activation context improvements.
  • Various bug fixes.


Also one of 39 fixed bugs is especially noteworthy. 
I present You bug number 34284:
Fur looks wrong on Sims 3 Pets

With this bug patched, Your sim-dog will no longer look like a ghostly abomination:
image

To learn more about this release pleas visit this announcement.

Source code is available here.

You can also get the current source directly from the git. Article taken from GamingOnLinux.com.
Tags: Wine
0 Likes
About the author -
author picture
Chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken chicken*

*Translation:
If you do not get the reference, it is your fault not mine.
See more from me
The comments on this article are closed.
11 comments
Page: 1/2»
  Go to:

Sabun Sep 14, 2013
Does this release include that Wine improvement patch by Stefan Dösinger?
The patch that improves Direct3D performance.
aaannz Sep 14, 2013
I don't think so. Nothing about D3D command stream in git log.
sobkas Sep 14, 2013
No it doesn't there are still some serious bugs in it.
http://www.winehq.org/pipermail/wine-devel/2013-September/101164.html
Sabun Sep 14, 2013
That's a shame. I'm having a hard time figuring out how to compile it myself. Unlike other patches which are just text and I can generally compile myself, this one seems to use git (which I have no clue about) and apparently it's not just one patch.
sobkas Sep 14, 2013
Quoting: SabunThat's a shame. I'm having a hard time figuring out how to compile it myself. Unlike other patches which are just text and I can generally compile myself, this one seems to use git (which I have no clue about) and apparently it's not just one patch.
To make it work You will need 1.7.1 version.
Start by getting git version from http://www.winehq.org/git

to accomplish this do:
git clone git://source.winehq.org/git/wine.git wine-git
then enter newly created wine-git directory.

After that get version 1.7.1 by using git:
git reset --hard wine-1.7.1
This should get You version 1.7.1.

Now in other terminal extract cs.tar.bz2 into for example /tmp directory. I will use /tmp dir as reference from now on.

Go back into terminal with wine directory(You should be inside it), and run following command:
git am /tmp/cs/*

It will apply all the patches cleanly.

Now You have a patched wine.
Sabun Sep 14, 2013
Thank you for the instructions sobkas. Currently the cs.tar.bz2 I have is from the reddit page. So, whenever  I try to do git am /tmp/cs/* I get:
Patch format detection failed.

I think I have the wrong cs file. Where else can I get cs.tar.bz2 from? I'm scouring the wine-devel list, but I think I'm not looking in the right place or just not seeing it.

EDIT:  I think I found it in the wine-devel list. Strangely it downloads as attachment-1.bin but after renaming it to cs.tar.bz2 it's definitely correct.
sobkas Sep 14, 2013
Quoting: SabunThank you for the instructions sobkas. Currently the cs.tar.bz2 I have is from the reddit page. So, whenever  I try to do git am /tmp/cs/* I get:
Patch format detection failed.

I think I have the wrong cs file. Where else can I get cs.tar.bz2 from? I'm scouring the wine-devel list, but I think I'm not looking in the right place or just not seeing it.

EDIT:  I think I found it in the wine-devel list. Strangely it downloads as attachment-1.bin but after renaming it to cs.tar.bz2 it's definitely correct.
So You were able to apply the patches or not?
Sabun Sep 14, 2013
Yes, I was able to. Thank you. I am compiling it now :)
Can't wait to try it. In regedit I also have to enable CSMT right? What about the StrictOrderDraw?
sobkas Sep 14, 2013
Quoting: SabunYes, I was able to. Thank you. I am compiling it now :)
Can't wait to try it. In regedit I also have to enable CSMT right? What about the StrictOrderDraw?
Enable CSMT and disable StrictOrderDraw, that should be enough.
Also visit #gamingonlinux on irc.freenode.net
Xpander Sep 14, 2013
or if you are using arch based distro then use this:
https://aur.archlinux.org/packages/wine-d3dstream/

i made a simple pkgbuild to compile
make sure you edit the make flags in /etc/makepkg.conf to take advantage of multiple cores when compiling
took me 6 mins on my 8 core FX 8320 @ 4.0 ghz
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.