Broken Link

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
whatbug
Level 3
Level 3
Posts: 67
Joined: Sun Mar 14, 2010 4:49 am

Broken Link

Post by whatbug »

http://appdb.winehq.org/objectManager.p ... n&iId=3126

Code: Select all

How to get Battle.net working?
To get Battle.net properly working you need to patch and compile WINE by yourself:

   1. ­Get the p­atched WINE source:
      $ cd ~
      $ git clone git://repo.or.cz/wine/war­craft3.git wine-war3
   2. Get the build dependencies of WINE
          * Ubuntu users might do so with the comm­and:
            ­$ ­sudo apt-get build-dep wine
   3. Make sure that you have gntutls-dev 2.3 or newer installed.
   4. Generate some source files based on the applied AcceptEx patch:
      $ cd ~/wine-war3 $ tools/make_requests
   5. Run configure with --with-gnutls flag to ensure that it fails if the required gnutls library is missing. If you compile without gnutls support you get a crash when you login into battle.net.
      $ ./configure --with-gnutls
   6. Compile WINE:
      $ make depend
      $ make
   7. Run Warcraft III with the generated wine file and not with the installed wine version:
          * Correct:
            $ ~/wine-war3/wine "C:\Program Files\Warcraft III\Frozen Throne.exe"
          * Wrong:
            $ wine "C:\Program Files\Warcraft III\Frozen Throne.exe"


This Link is Broken
$ git clone git://repo.or.cz/wine/war­craft3.git wine-war3

Anybody help me,
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: Broken Link

Post by hellork »

That howto is outdated. Try with newer wine.
Locked