Diablo 3 - git get Wine 1.5.2

Questions about Wine on Linux
Locked
andy_0
Newbie
Newbie
Posts: 3
Joined: Sun May 13, 2012 9:24 am

Diablo 3 - git get Wine 1.5.2

Post by andy_0 »

Hi,

I want to build wine on a Debian Testing (LMDE) system with the most recent patches for Diablo 3. I read the FAQ and set up everything. I pulled the newest trunk and I am compiling Wine 1.5.4 right know.

I want to apply some patches (for Bugs 28201, 27657 and 28898; more informations here http://appdb.winehq.org/objectManager.p ... ngId=71007) which are not compatible with Wine 1.5.4. Can you tell me how I get wine 1.5.2 from git?
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Diablo 3 - git get Wine 1.5.2

Post by dimesio »

andy_0 wrote:Can you tell me how I get wine 1.5.2 from git?

Code: Select all

git checkout wine-1.5.2
msthev
Newbie
Newbie
Posts: 3
Joined: Tue Jun 15, 2010 6:30 pm

Post by msthev »

Only GetExtendedTcpTable is incompatible, and it's already merged, so you don't need to patch it. I compiled 1.5.4 with AcceptEX and reset (28201), and it's working as intended (installer shows up).
andy_0
Newbie
Newbie
Posts: 3
Joined: Sun May 13, 2012 9:24 am

Post by andy_0 »

@ dimesio
Thanks.

@ msthev
Are you sure? I tried to apply patch AcceptEX (http://bugs.winehq.org/attachment.cgi?id=39494) and GraphicsReset (http://bugs.winehq.org/attachment.cgi?id=39565 which is working) and the Launcher patch (http://bugs.winehq.org/attachment.cgi?i ... ction=edit).

Did you use different patches (versions)?
andy_0
Newbie
Newbie
Posts: 3
Joined: Sun May 13, 2012 9:24 am

Post by andy_0 »

Never mind. Now I tried to patch with "patch -p1 < patchfile" and this is working quiet nice.

Thanks for your help.
Locked