Error isntalling Warcraft III using official battle.net inst

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
picarica
Level 2
Level 2
Posts: 16
Joined: Sat Jul 07, 2018 10:14 am

Error isntalling Warcraft III using official battle.net inst

Post by picarica »

soo i purchased Warcraft III recently and wanted to installed it to linux i downloaded this installer https://eu.battle.net/account/download/ all the way at the bottom

and so i ran in terminal

Code: Select all

wine Warcraft-III-Setup.exe
and i got error

Code: Select all

000b:fixme:winediag:start_process Wine Staging 3.11 is a testing version containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
0009:err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
0009:err:module:import_dll Loading library WLDAP32.dll (which is needed by L"Z:\\home\\picarica\\Downloads\\Warcraft-III-Setup.exe") failed (error c000007a).
0009:err:module:attach_dlls Importing dlls for L"Z:\\home\\picarica\\Downloads\\Warcraft-III-Setup.exe" failed, status c0000135
any diea what is wrong ?

i am using wine-staging

exacly

Code: Select all

wine-3.11 (Staging)
and here are some hardware specifications

Code: Select all

OS: Arch Linux 
Kernel: x86_64 Linux 4.17.3-1-ARCH
Uptime: 1h 8m
Packages: 921
Shell: bash 4.4.23
Resolution: 1920x1080
DE: XFCE4
WM: Xfwm4
WM Theme: Arc-Dark-solid
GTK Theme: Arc-Dark-solid [GTK2]
Icon Theme: Arc
Font: Noto Sans 10
CPU: AMD FX-8320E Eight-Core @ 8x 3.2GHz [31.5°C]
GPU: GeForce GTX 1050 Ti
RAM: 2644MiB / 7879MiB
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Error isntalling Warcraft III using official battle.net

Post by Bob Wya »

picarica wrote: and i got error

Code: Select all

0009:err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
0009:err:module:import_dll Loading library WLDAP32.dll (which is needed by L"Z:\\home\\picarica\\Downloads\\Warcraft-III-Setup.exe") failed (error c000007a).
I'd start by fixing your openldap dependency issue:
  • libldap
  • lib32-libldap
Bob
picarica
Level 2
Level 2
Posts: 16
Joined: Sat Jul 07, 2018 10:14 am

Re: Error isntalling Warcraft III using official battle.net

Post by picarica »

oh wow

i already had

libldap

i just installed
lib32-libldap and it worked, but still the sound doesnt work in-game and the location automaticaly has been set in america so i have lag :/
picarica
Level 2
Level 2
Posts: 16
Joined: Sat Jul 07, 2018 10:14 am

Re: Error isntalling Warcraft III using official battle.net

Post by picarica »

nevermind fiex everything
Locked