All official unmodified Frozen Throne versions without the World Editor.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
- Single-player mode;
- Custom games;
- LAN games (only if you're not hosting the game);
- "OPTIONS" menu, including sound and video changes.
What does not
- Hosting LAN games (other players can't join your games: freezes);
- Battle.net doesn't work without a patch (if you try, the game crashes on "Cancel");
- Text of the chat (in-game) appears almost unreadable (wrong font by default). but still doesn't affect the gameplay (opengl mode).
What was not tested
- Nothing I remember...
Additional Comments
You must use '-opengl' switch or change the settings via regedit to run flawlessly; directx (default) mode is very slow...
The game performance is great and I've not noticed any crashes or errors during the games. Great job wine ;)
Update: The acceptEx patch was merged into the main Wine tree with Wine 1.3.4: http://www.winehq.org/news/2010100101. The following is therefore no more needed to get Battle.net working.
To get Battle.net properly working you need to patch and compile WINE by yourself:
Get the patched WINE source:
$ cd ~
$ git clone git://repo.or.cz/wine/warcraft3.git wine-war3
Get the build dependencies of WINE
Ubuntu users might do so with the command:
$ sudo apt-get build-dep wine
Make sure that you have gntutls-dev 2.3 or newer installed.
Generate some source files based on the applied AcceptEx patch:
$ cd ~/wine-war3
$ tools/make_requests
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
Compile WINE:
$ make depend
$ make
Run Warcraft III with the generated wine file and not with the installed wine version:
The game may run faster for you if you configure Wacraft III to use OpenGL instead of DirectX.
To default the game to use OpenGL, see the registry import below. This creates
HKEY_CURRENT_USER\Software\Blizzard Entertainment\Warcraft III with new DWORD value called "Gfx OpenGL" with the value set to 1. So you may create a file using the text, or use regedit to do the same.
The game might run faster in windowed mode. To do this, launch with the parameter -window. It has been reported that it works well on older Intel integrated cards.
Players can't join my Battle.net games, what is wrong?
There are two causes for this problem:
You don't have a Wine Version with the applied AcceptEx patch (See Battle.net instructions above).
A firewall or router blocks the connections attempts. Make sure you have the correct ports open. Open outbound and inbound, TCP and UDP, port 6112, or whatever you set in the game configuration. More Network Ports
How to fix problems related to the Local Area Network option?
If you try to play using the Local Area Network option, and do not see a game hosted from your machine on another or vice versa, and you are in the same subnet, this is likely caused by not having a default gateway. The game relies on sending UDP packets to the broadcast address and Linux will not send them unless there is a default gateway or another rule to handle them. To fix it, there are two methods:
Add a default gateway.
- OR -
Route 255. 255. 255. 255 to your local network.
See Wine Traffic #62 for another description of the issue. This is not considered a bug.
How to fix cursor/mouse problem in windowed mode?
When running windowed, if you move the cursor out of the screen and back again, sometimes it stays as the scrolling cursor and not the pointer cursor. Hover the mouse over a unit or building to fix the cursor. This is an oversight in the game itself and not a bug in Wine. Use mouse grab or full screen mode to bypass this problem. You may also disable automatic scrolling and use the middle mouse button or the directional keys (non-keypad) for manual scrolling.
Last updated :
2011-03-19
WARNING - Crash with ATI cards
Several users with ATI Radeon video cards encounter problems when playing. If run in Direct3D mode (e.g. without -opengl switch or registry hack) Warcraft 3 doesn't even start up. If run in OpenGL mode, the console prints these error messages
libGL error: drmMap of framebuffer failed (.............)
libGL error: reverting to (slow) indirect rendering
and the game is extremely slow with corrupted graphics because it uses the MESA Software OpenGL implementation instead of the 3D hardware acceleration of the ATI card.
If you encounter the same problem, have a solution to it or ATI, Wine and WC3 are running fine for you, please describe it in this bug report:
http://bugs.winehq.org/show_bug.cgi?id=13335
How to disable window manager's alt key combo
Window managers often have the alt key bound to certain features,
especially the alt-click. THIS IS NOT A WINE BUG. If you have problems
with the alt key in any way DO NOT REPORT IT. Fix your window manager.
I'm not going to list steps for every one because there are too many
possibilites. Figure out yourself or ask in a help forum (here is
okay... but be warned all I use is TWM). If you are desperate, turn off
window manager managed windows in winecfg.
KDE
Go into KDE Control Center, expand Desktop, click window behavior, then
click window actions tab. You can turn off the alt-combos. If you want
to make window specific settings, click on window specific settings
under window behavior on the side.
GNOME
The option to change the key binding is in System Menu -> Preferences Menu -> Windows.
How to play without CD?
Connect to battle.net to upgrade to the latest version of Warcraft 3 which doesn't need a CD.
If you ever get "Please insert disc", this is NOT a problem with detecting the CD.
The protection system is probably still built into the game even though the CD check itself is
disabled. Make sure you use version 1.21b or later. If you get this problem after having
this version installed, you are likely suffering from a buggy video driver as this is the
only known (and proven possible) cause at this point.
DO NOT USE NOCD PATCHES - They are pointless, and won't fix the real problem.
Skip the intro videos
Method 1: Rename the videos
After installing the game, its highly recommended that you browse to
your Warcraft III folder and rename the movies folder. Many people crash
from the movies because of buggy sound drivers, or simply hang, so you
should do this in case you are one of them. You can still play the
movies under
mplayer (or xine if you so choose)! TutorialIn.mpq is the very first
cinematic of the game, and for the rest; *Op.mpq is the cinematic at the
start of the campaign and *Ed.mpq is the cinematic and the end. If you
wanted to follow the story, it's not hard at all to play the ones
corresponding where you are at.
Method 2: Mark the intro as seen
If you don't want to play the campaign, but only want to start
Warcraft III without a crash while playing the intro then you can simply
mark the intro as seen:
Open reedit:
$ wine regedit
Navigate in regedit to HKEY_CURRENT_USER/Software/Blizzard/Warcraft III/
Create a key (folder) Misc in the Warcraft III key. You can do so by right clicking the key.
Create a DWORD value seenintromovie with the value 0x1
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
after ./configure --with-gnutls
by diwan fingga on Friday June 29th 2012, 1:29
configure: libhal/libdbus development files not found, no dynamic device support.
configure: libcups development files not found, CUPS won't be supported.
configure: Finished. Do 'make depend && make' to compile Wine.
Ubuntu 12.04 in Eurobattle and alternate servers
by Eneko on Sunday June 17th 2012, 18:22
Hello,
if you get "There was an error patching war3.exe (Unable to read memory). Make sure you are using version 1.22a-1.25b." error when trying to play euroloader, or another modified version of war3, try changing the value of kernel.yama.ptrace_scope to 0 in /etc/sysctl.d/10-ptrace.conf. This worked for me.
unable to initialize directx
by mugen on Sunday June 17th 2012, 11:15
my system is fedora 17 86_64 , wine 1.5.3 nvidia geforce 8400gs with latest nvidia drivers, every time i open warcrat 3 gives me this error "Warcraft 3 was unable to initialize directx" and when i use opengl "Warcraft 3 was unable to initialize opengl" . already installed directx 9 runetime . cant play dota :( .garena plus is working fine
starting frozen throne
by henry on Tuesday January 17th 2012, 9:07
Im having problems with getting the game to start properly, I can get it to work in window mode with wine virtual desktop, but it is a rather small 800x600 window and i dont know how to or if i can maximize it. I ran it once with -minimize and now it starts it that way each time. If I add -opengl it gives me a fatal error, unable to read memory and all that OR it starts with shaded textures, a lot of the starting screen is black and crashes if I start a game.
Im running it on a mac lion os.
Fix problems with the mouse
by Juan Gomez on Friday September 30th 2011, 22:17
I have tested the game with the touchpad of my laptop and I've got problems with my mouse cursor but I've tried with a normal desktop mouse and all the errors were fixed (the erros are like involuntary movements and not a good control...but they are absolutely fixed with wine 1.1.44..I'm going to test it with 1.3.29 but I don't think I could have the same problem anymore)
multiple regressions for Warcraft 3 starting with wine 1.3.20
by Claudio on Monday July 25th 2011, 8:15
Have you guys tried the newer wine versions with new installs of Warcraft 3?
I reinstalled wine/Warcraft 3 after a long time, and there are _a lot_ of new issues for me.
From complete crashes (avoidable with native devenum.dll)
to crashes attempting to change video config (avoidable with virtual desktop)
to mouse movement and clicking problems (no workaround for this one - game unplayable).
Error during Wine Compiling
by eden on Monday June 27th 2011, 21:32
macro.lex.l: In function ‘MACRO_ExecuteMacro’:
macro.lex.l:304: error: ‘YY_FLUSH_BUFFER’ undeclared (first use in this function)
macro.lex.l:304: error: (Each undeclared identifier is reported only once
macro.lex.l:304: error: for each function it appears in.)
make[2]: *** [macro.lex.yy.o] Error 1
make[2]: Leaving directory `/home/eden/wine-war3/programs/winhlp32'
make[1]: *** [winhlp32] Error 2
make[1]: Leaving directory `/home/eden/wine-war3/programs'
make: *** [programs] Error 2
I'm new in Ubuntu so wondering how to solve this problem? Anyone face the same fate and willing to teach me about it?
W3 on Debian Testing
by David on Monday June 20th 2011, 13:58
Hi, I'm using LMDE 64 bits edition
When i try to play Warcraft 3 on Wine, there's a error like: can't match system timezone
It's strange because when i installed W3 on Fedora 15, it ran very well, without installing any complements, just -opengl.
Even i compiled succesfully the last Wine Version 1.3.x , but it's the same. I don't know what differences can be between wine package on Fedora or Debian and i couldn't find anything useful on Google, most are Video problems, but i have a well installed NVidia drivers.
WC3 appears dead after latest Blizzard update
by Rob Glenn on Friday June 10th 2011, 2:29
Went to play WC3 tonight after awhile of not, and after downloading the update (Blizzard patch 1.26) from Battle Net, it's basically unusable. Freezes a few seconds after starting a game. Reproducible in single player mode. Earlier versions had worked OK. Upgrading to Wine 1.3.21 (from 1.1.19 w/ the AcceptEx patch) didn't fix the problem. Anyone else run into this?
There have been changes in mouse handling and it causes problems with window managers:
I use a wine virtual desktop for easy alt-tabbing.
With xfwm4 alt-tabbing doesn't work at all. Summoning tilda via hotkey does work but the mouse pointer is always stuck in warcraft and cannot control other windows.
With kwin alt-tab can bring windows to the foreground and the keyboard focus changes but the mouse can't control them.
With openbox alt-tab kind of works but the mouse pointer is invisible on other windows.
This is really buggy behaviour:
The mouse shouldn't be captured by a window that has not the focus.
I am using fglrx. Is it better with other graphics drivers?
LAN hosting
by Levi on Wednesday March 30th 2011, 2:20
As much as I try, although two other computers on the network see my games, they cannot connect. Here's the deal: Wine 1.2.2, Warcraft 3 TFT 1.26.0.6401. My Ubuntu machine connected to a wired router on eth0, sharing to another wired connection on eth1, and a laptop is connected to the same router, only via wireless. I can join games the laptop hosts, and games on the machine over eth1, but neither can join mine. I need to be the host because of course those machines can't see each other as they are different subnets, the traffic needs to be routed through me, as the other desktop (eth1) does not have a connection to the router. That said, in the two independent scenarios: to connect to the laptop that is on the same router as me, I'm almost certain I will need to forward port 6112 to my desktop in the routers configuration. What about that machine (on eth1) that is essentially using me as a router? Wouldn't that traffic be directed at me already? The two fixes listed make little sense to me. (Forward 255.255.255.255 to 127.0.0.1? Maybe that would eliminate the separate subnet issue or something? I'm connected to the router, wouldn't that be my Default gateway? Where do I set that if it isn't already? I'm getting DHCP from the router... How will that help Eth1?) I think maybe wine traffic issue #62 should be considered a bug. Or maybe we need a "Warcraft traffic" bug. Warcraft LAN was buggy even in windows. It sounds to me like something isn't listening on 6112? Something I read said that Ubuntu doesn't block ports it just doesn't use them unless an application is listening for the traffic, so does wine need to be somehow configured? Can I route the traffic for 6112 on the machine connected to me on eth1 through to the router to see the laptops games without running another cable straight to it? Is this a problem with wine, the game, or a networking nightmare? I'm off the deep end, me and my patience are equally short. Regardless, I can't figure out how to route this; somebody help!
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.42.43.0 * 255.255.255.0 U 1 0 0 eth1
192.168.1.0 * 255.255.255.0 U 1 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth1
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
Also still AcceptEx problems
by Christoph Haag on Saturday January 1st 2011, 5:10
People cannot join my games or they immediately disconnect.
Sometimes it works and they get in the first try or sometimes they have to try several times or sometimes they don't get in after many tries.
console implies this is AcceptEx related:
fixme:winsock:WS2_async_accept AcceptEx accepting socket closed but request was not cancelled
Warcraft III: The Frozen Throne [-window]'d resolution stuck at 1072x588
by Lance on Thursday December 30th 2010, 18:33
Running Ubuntu 10.10 and Wine 1.2.1, system specs attached. In "Windowed Mode" (passing the -window parameter),
the resolution starts at 1072x588 and cannot be changed by the in-game
resolution setting (nothing happens). The game window can be resized by dragging the
edges, but this is impractical. I encountered the same problem on another Ubuntu 10.10 machine but the
only similarities were our operating systems and monitor sizes (+native/max resolutions [1440x900]).
64 bit: bnet hickups and occassional freeze
by Christoph Haag on Saturday December 25th 2010, 7:41
After joining the chat channel the game has two "hickups" where it hangs for a second. They correlate with this console messages:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
Sometimes it just doesn't hang for a second but apparently it deadlocks:
err:ntdll:RtlpWaitForCriticalSection section 0x55a13d4 "?" wait timed out in thread 0045, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x55a13d4 "?" wait timed out in thread 0042, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x55a
I have created a new wineprefix with WINEARCH=win32 winecfg.
This happened at least with the last two wine versions, now using 1.3.10.
It's not a graphics driver issue, happened with fglrx and now with open source drivers.
Dealing with Please insert disc message
by bambang catur on Monday December 20th 2010, 18:42
I finally can successfully launch Frozen Throne after long time looking for workarounds with "Please insert dics" message. For those who have same problem with me, especially with Intel Integrated Graphic Controller, try this:
- configure xorg.conf specifically and use presistent config (e.g: if your desktop run on 1024x768 tou should run Frozen Throme in same resolution).
- make sure you have properly configure your graphic card or Warcraft will likely crash and/or ask for CD. This usually happens when you use IGC (like mine). Some user-friendly distro like Ubuntu will work right away, while some others (I use Arch) need to be tweaked.
- Make sure you disable movie (either by renaming 'Movie' folder or specify it in regedit and skip it).
FYI, My box as follow:
- Intel P4 with Intel Integrated Graphic Controller
- Arch Linux OS
- Wine version 1.3.9
- Warcraft 3 and Frozen Throne patch 1.22b
ps: I haven't tested Battle.net (my connection isn't stable enough) but with low details I can play Network game with minor problems (tested with DotA Allstars v6.67b Rev2d AI)
pps: Xorg files is essential parts of graphical DE, so, make sure you have backup and modify it carefully.
War3 crashes on entering bnet - Fix
by Chilling_Silence on Wednesday December 8th 2010, 0:02
For me, when War3 (TFT) was crashing after I had successfully entered my bnet username / password, it would crash just as the chains start to come from the top of the screen, down (To show the latest news etc).
Using Gentoo, I fixed this by recompiling with gnutls. Turns out there's no need to patch anything, just needs that. Also got a friend to test with his distro (Can't remember off the top of my head what he's running), and it works fine for him now he has all the applicable gnutls libs.
Game crashed upon start
by omer on Friday September 17th 2010, 3:13
Hi, I am running Wine v1.3.2 and I got WC3+expansion
The game installs normally and during the installation everything works fine, after the installation I updated the game normally to the latest version, but when I try to run the game it just crashed with "WC3.exe encountered an error and has to be closed, we are sorry for the blabla :P" I did everything written here and nothing seems to work (also tried to opengl thingy and didn't work)
my battlenet is still not working after this patch
before this patch i was not able to start the game but after i applied it i can start it
i only want to play in battlenet but tere is no internteconnection even with this patch... need help
Frozen Throne totally freezes
by fook.force on Tuesday August 24th 2010, 1:09
Hi there,
This is my first time running opensuse 11.3 and i have installed wine 1.2 as well as warcraft III the frozen throne with the 1.24e patch.. Now I can't seem to figure out why my screen goes white with a few black bars scattered around when I run the frozen throne with "-opengl" or even with "-opengl -window"... in both cases, I get a full screen with white and black bars and all I am able to do is logout.
I am running this system on my Vaio SZ-110b laptop and it runs perfectly in windows xp.
I don't even get to the splash screen, it just goes blank! Any suggestions? Also I have the famous sound problem as well and neither driver works even if I downgrade the hardware acceleration from "full" to "emulation".
Battle.net
by Papa on Friday July 30th 2010, 13:04
Hello,
I can login in battle.net but sometimes it drops me... saying Your connection to battle.net has been lost.
But I can live with it...
The real problem is that more than half of the times when I enter a game after the countdown to start (5,4,3,2,1,0) when it reaches the 0 it drops me out of the game. The window just closes saying nothing. I use a virtual desktop and it just closes.
can't compile patched wine from git repository
by fresno on Friday July 16th 2010, 7:13
I have followed the howto, updated gnutls to 2.4.1 (I made myself a debian package in ubuntu hardy) and ran tools/make_requests configure --with-gnutls but when running make depend I get the following:
make[1]: se ingresa al directorio `/home/fresno/wine-war3/tools'
../tools/makedep -C. -S.. -T.. -I/usr/include/freetype2 fnt2bdf.c fnt2fon.c make_ctests.c makedep.c relpath.c sfnt2fnt.c
make[1]: se sale del directorio `/home/fresno/wine-war3/tools'
make[1]: se ingresa al directorio `/home/fresno/wine-war3/tools'
make[1]: `makedep' está actualizado.
make[1]: se sale del directorio `/home/fresno/wine-war3/tools'
cd: 1: can't cd to dlls
make: *** [dlls/__depend__] Error 2
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)
by dorimon on Wednesday June 23rd 2010, 20:05
Hi to all! I encountered this problem after i run the patch. Compiling the patch works ok, no errors. But when i run my Frozen throne i encountered this error 'fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (9800000c)'. I can't see any created games when i try to join :(. can anyone help me.
about move mouse ...
by xgq on Tuesday April 20th 2010, 22:03
feel bad using wine1.1.30 on opensuse11.2
mouse cursor can not work well on the edge of the screen(when i move the cursor to the edge fo the screen ,it become the commom cursor of opensuse ,so i can not change screen very idealy)
another feeling in windows :(
hf and vs seems not support the game :(
downloading dxd9,wish work well :)
Problem: after few seconds it exits
by makmat on Sunday January 10th 2010, 11:56
Speed and graphics seems good, but it exits after 2 seconds or less...
What i've done:
1) Installed wine beta by Ubuntu Software center
2) Installed warcraft III with original CDS and cd-keys and i could updtae them well (later game work bad)
3) Installed Open Drivers for ATI-Radeon 7500
4) Changed Regedit with OpenGl DWORD
5) Update driver and wine by:
-> ppa.launchpad.net/xorg-edgers/ppa/ubuntu (For driver ?)
-> ppa.launchpad.net/ubuntu-wine/ppa/ubuntu (For wine)
6) Finally, start game from terminal with "wine war3.exe -window -opengl"
Encountered Problems:
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
errle:CoCreateInstance apartment not initialised
fixme:advapi:SetSecurityInfo stub
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
Allocating 16 x 16 radeon RBO (pitch 16)
fixme:win:EnumDisplayDevicesW ((null),0,0x33f168,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f5ec,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f624,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x170768,0x16e7e: stub
*********************************WARN_ONCE******** *************************
File radeon_tcl.c function radeon_run_tcl_render line 499
Rendering was 1454 commands larger than predicted size. We might overflow command buffer.
************************************************** *************************
drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info.
Saving: FATAL ERROR!
by Ootmann on Monday December 14th 2009, 14:45
When I try to save a campaign game WC3:TFT quits leaving this Messagebox: "This application has encountered a critical error: Fatal Error! The instruction at '0x7BC429DB' referenced memory at '0x0FAE0250'. The memory could not be 'written'."
This happens only when I try to save the second game after starting WC3. The first game after starting WC3 can be saved without problems.
Any ideas?
Patched Version does not work on Ubuntu 9.10
by Woula Dingdong on Wednesday November 11th 2009, 13:11
After I installed Karmic, Battle.net stopped working.
Wine does only start from a given WINEPREFIX, but otherwise the version from the wine repos works great (NWN2 works fine).
I upgrade wine-war3 from the git repo and recompiled it. When I try to connect to Battle.net, it just shows the dialog, but nothing happens. When I click on "cancel", wine crashes:
$ WINEPREFIX=~/.wine/wc3 wine war3.exe -opengl
mmap() failed: Cannot allocate memory
#[...]
mmap() failed: Cannot allocate memory
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
err:ole:CoCreateInstance apartment not initialised
fixme:advapi:SetSecurityInfo stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32f270,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f608,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f640,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x169498,0x167518): stub
Fatal Error when connecting to Battle.net, TFT 1.24
by ali on Sunday October 18th 2009, 0:50
I followed the how-to, compiled the warcraft 3 patched wine and ran it just as described. This is a fresh install of Warcraft 3 TFT, patched to version 1.24 with a renamed Movies directory.
Game started up fine, I clicked on battle.net and was able to make a new account and register my e-mail address. Now when I try to login, the wooden doors of the login screen slide apart, revealing a snowy background and the game freezes. Sometimes I can see the bottoms of the battle.net panels dropping from the top before the freeze. This happens consistently every time I try and login to battle.net.
After of few seconds of hanging on the screen, I get a fatal error (Address xxxx could not be 'written') dialog box. If I start the game from the console, I sometimes get the following line:
fixme:dbghelp:fetch_thread_info Couldn't open thread 42 (87)
Test bug 13547
by Dheart on Wednesday August 19th 2009, 1:40
Please, everyone who plays warcraft and has vanilla wine, retest bug 13547 as I can no longer reproduce in 1.1.27, It might be fixed. Also a regression testing to find which commit exactly did the job would be nice.
Stuck on HOWTO
by rm on Wednesday August 5th 2009, 11:42
Hello. I am trying to follow the HOWTO instructions but I keep getting stuck on the first step. I use the command "git clone repo.or.cz/wine/warcraft3.git wine-war" but I only get the following error:
Initialized empty Git repository in /home/*username*/wine-war3/.git/
fatal: The remote end hung up unexpectedly
What am I doing wrong? I have tried pointing to the directory where Warcraft III is, but I still get the same error. I am certain I have git installed.
WC3 Patch 1.24!
by Benjamin Prather on Tuesday August 4th 2009, 17:21
Ok so some more information about the issue. It doesn't actually lock up. I left it alone to see what it would do and after several instances all day long it seems that the issue is it is taking forever to time out of the "Unjoinable" rooms. It has taken between 2 min. (shortest) to 5 min. (longest).
I still get regular error messages: "Room full" "Game already started" "Could not find room"... This is one of the "Could not find room" error time-outs but it is just taking way longer than before.
Might just be some bad coding in the patch because my brother is running on Windows XP and it keeps doing random glitches as if it's in some sort of "Camera Follow" mode on his hero. Unsure if anyone else is having this issue or where else I might look to see if this is an isolated incident or more widespread.
I'll try to do a follow up post if I hear more about the 1.24 patch issue's.
NEW BLIZZ UPDATE -_-;
by Benjamin Prather on Tuesday August 4th 2009, 13:12
This new Version 1.24 forces my game to lock up if I can't get into a room...
Working fine last night after I followed all the instructions in the above "HowTo". Glitched out my desktop a little (Using Ubuntu 8.10), but otherwise I enjoyed the game in full with no issues what-so-ever.
There was a new update this morning going from 1.23 to 1.24 and now... When I get on battle.net if the room is going to send back an error of "Cannot find room" (Short version), you know the long pause then the error of not being able to get in the room, it will just stick there.
The room list updates, my refresh button works, the scroll arrows are functional but do not scroll the room's available list. Everything else just stays greyed out. :(
I R SAD FACED! Only option is to Alt+F4 out of the game and wine and restart, HOPING it won't happen again >
I just installed WC3 TFT to play an LAN multiplayer game. I experienced following errors:
1. the known errors about lost focus
2. a 1,1 GHz windows XP machine was hosting the games and after approx. 2 minutes of playing he crashed... but when I didn't join and didn't play he didn't get any problems... maybe some kind of buffer overflow?
Problems with new patch from Blizzard
by Flávio Botelho on Wednesday May 27th 2009, 20:35
Hello all,
I have been having a problem since after the new patch from Blizzard.
Right after you click to get into the Battle.net, a prompt saying "Downloading Data" appears.
My computer is crashing after that sometimes (i have tried wine versions from 1.0.1 to 1.1.21, in all the problem happens). It may be triggered by some specific data that is being downloaded in given times (the new banners?). If the problem occurs and i quickly reboot it almost always happens again.
Sometimes the crash does stop XMMS from playing music, sometimes it doesn't. But doesn't matter which key combination i try nothing unfreezes the computer. Crtl-Alt-F1, Alt-tab, nothing works.
I do think the problem is deeper than Wine (probably buggy video driver? X?), but i am hoping someone here can give me pointers on how to find it and diagnose it.
war3 refresh rates problem
by dave on Thursday May 14th 2009, 6:55
Hi
I'm new to the fight with wine and i have a rather perplexing problem!
I'm using the stable version of wine. 1.0.1 on kubuntu 9.04
When i run "wine war3.exe -opengl" war3 opens up and changes the screen refresh rate to something above what my screen can handle and concequently i get a monitor error saying signal is above the refresh rate its able to handle
Now i have tried the ForceRefreshRate registry key addition and then tried to run the game in dx instead of opengl
i have also tried to alter my xorg.conf file to force refresh rates on resolutions but to effect aside from crashing my xserver.
turns out it was a problem with intel driver, this helped somewhat:
wiki.ubuntu.com/ReinhardTartler/X/RevertingIntelDriverTo2.4 (still choppy at intro screen but running faster, almost playably??), BUT now my computer freezes when I click on "connect to battle.net".
slow in jaunty
by Superbiji on Tuesday March 31st 2009, 11:23
Hi.... i get lower fps in ubuntu jaunty .. lower than in intrepid
i'm using intel x3100 and 64bit jaunty... could it be ia32-libs problem or other problem?
Black screen again
by Jonas Wielicki on Tuesday March 24th 2009, 12:35
Hello at all,
At first, I am on Fedora 10 x86_64. So it is all a bit tricky to get wine running...
Now, wine works at all but the 3d support does not work as expected. I tried a few games but the effect of Warcraft III is the worst. Just after roughly a second splash-screen of Frozen Throne I just get a black screen (over the whole desktop) and have to reset the X server. What I can do is moving the cursor around AND I can do anything with the windows I have on my desktop. The cursor changes according to the underlying stuff. So just the output is black except the cursor. Strg+Alt+Backspace is the only solution I found... Even logging in to tty2 and killing all wine related processes does not help.
What I tried:
Wine is home-compiled as 32bit binary (which was very tricky due to conflicts between i386 and x86_64 packages).
Warcraft III is at 1.22
Movies folder is renamed
I tried various sound settings
I start Frozen Throne with -window -opengl parameters.
I installed kmod_nvidia, glxinfo confirms that with a Direct rendering: yes.
I would be glad if I could get any support... I piped the output of wine to a text file but I got just an empty file...
TFT - working mostly..
by vince on Sunday March 15th 2009, 15:29
I had this running pretty well for a couple days. Normal bnet games seem to work reliably. Now, I get a crash about 5 minutes into DotA. Sometimes it shows an Access Violation, other times I don't get any output.
I've tried with and without compiz, but it's a very reliable crash.
Warcraft 3 Video Flickers
by Scott on Friday March 13th 2009, 0:13
Hi all today is my first day running Ubuntu.
I have recently downloaded and installed Ubuntu 8.1 desktop distro. Have fully updated the OS, and had to install the ATi binary X.org driver before I could enable the Propietary ones (don't ask me why it just did).
I've looked through the DB and have the reg key added, I set up wine to ensure that sound and video looked all good and I also checked the control centre for ATi nothing out of the ordinary there.
The game boots fun and runs extremely smoothly but it keeps flicking to the desktop (as in it's still in the game but I can see the desktop behind it)
ATi Control Centre says this about my card.
ATI Radeon 3100 Graphics
I'm not too sure about wine, I downloaded it through synaptics which says it is version 1.0.1ubuntu2.
Any help would be greatly appreciated today has been a very big learning curve! Even if an enjoyable one.
still can t host a game in 1.1.16
by infernum on Sunday March 8th 2009, 15:21
Hi,
I m playing warcraft 3 chaos with wine 1.0.1 and i can t host an online game ( i did not try local network).
I have upgraded to 1.1.16 and i still can t host a game...
My iptables firewall is OK, router OK.
Is there a way to host a game ?? i thought it would be corrected with the 1.1.16 version.
Wineticks: No "MS Visual C 2005 Runtimes"
by dethredic on Wednesday February 11th 2009, 15:46
So, my installation went fine, but I can't get WC3 to open. It says No CD found. At the top of the page it says I need to install "MS Visual C 2005 Runtimes". After following the link to the wine tricks page I don't see "MS Visual C 2005 Runtimes". I installed the Vistual Basic Runtime and the Visual C++ Libraries, but they didn't help.
RE: Wineticks: No by dethredic on
Wednesday February 11th 2009, 18:32
RE: Wineticks: No by AnomalyDetected on
Wednesday February 11th 2009, 22:00
RE: Wineticks: No by dethredic on
Wednesday February 11th 2009, 18:36
wine 1.1.14 and battle.net
by Robin Hallabro on Tuesday February 3rd 2009, 10:09
Can anyone confirm battle net doesnt work with latest wine before I go ahead and make a regression test? It simply freezes the application and I have to terminate it. Will provide more information as soon as I recompile wine.
Lagy and Terrible graphics
by Casey Schellhorn on Tuesday January 27th 2009, 17:17
When I load W3 the graphics are terrible and there is about a 10 second lag time, I have no mouse and I have to use the keyboard to navigate.The graphics seem like they are from a developmental stage of W3, the colors are not right sometimes I can see the shapes without color and everything is pixely, I tested a game from the editor and my town hall and peasants were completely black. I am using Kubuntu 8.10 and a geforce fx 5200 graphics card. I am a noob to linux and wine and I dont know what to do, any help is appreciated
Also how do you open W3 in a window and not in full screen?
sound error
by mike on Tuesday January 6th 2009, 17:24
I get the message "unable to initiate base sound drivers" when the game starts up. Also the picture is all messed up and flickers. running latest versions of ubuntu and wine. any halp would be GREATLY appreciated! = ]
RE: sound error by Talal on
Saturday November 20th 2010, 13:53
Graphics problem when loading
by Tan on Monday January 5th 2009, 10:16
I'm completely new to linux and Wine. Warcraft runs fine on my windows. When I load frozen throne with wine, all the graphics are blurry and boxy(if that is a word) Anyways, I know where everything is, so I click on battle.net and it downloads the patches, and I restart. I go to battle.net and I go to enter my name and password, but since the graphics are screwed up I couldn't see anything. So I just typed in my username, tab, password, and enter. Nothing happened, so I think it is something a little more than just the graphics. Any suggestions? Thanks.