so i tried
$ cd ~
$ git clone git://repo.or.cz/wine/warcraft3.git wine-war3
$ ?sudo apt-get build-dep wine
$ cd ~/wine-war3 $ tools/make_requests
$ ./configure --with-gnutls
$ make depend
$ make
$ ~/wine-war3/wine "C:\Program Files\Warcraft III\Frozen Throne.exe"
and then in terminal i see:
live at admin:~/wine-war3$ ~/wine-war3/wine "C:\Program Files\Warcraft
III\Frozen Throne.exe"
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cec4
fixme:iphlpapi:NotifyAddrChange (Handle 0xa6ce8d8, overlapped 0xa6ce8e0): stub
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"quartz.dll"
err:ole:CoGetClassObject no class object {cda42200-bd88-11d0-bd4e-00a0c911ce86}
could be created for context 0x1
fixme:shell:DllCanUnloadNow stub
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 138 (NV-GLX)
Minor opcode of failed request: 4 ()
Resource id in failed request: 0x1fc
Serial number of failed request: 2150
Current serial number in output stream: 2150
err:process:__wine_kernel_init boot event wait timed out
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"quartz.dll"
err:ole:CoGetClassObject no class object {cda42200-bd88-11d0-bd4e-00a0c911ce86}
could be created for context 0x1
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"quartz.dll"
err:ole:CoGetClassObject no class object {e436ebb2-524f-11ce-9f53-0020af0ba770}
could be created for context 0x1
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 138 (NV-GLX)
Minor opcode of failed request: 4 ()
Resource id in failed request: 0x1fc
Serial number of failed request: 468
Current serial number in output stream: 468
live at admin:~/wine-war3$
Problem with game.dll are disappeared, but now problem with cd...
have the latest video drivers for Nvidia from official support web page
Wht I can do?