http://bugs.winehq.org/show_bug.cgi?id=11340
Summary: Regression: Warcraft 3 displays the start splashscreen forever and doesn't continue with the game start. Product: Wine Version: 0.9.54. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: florianskarten@web.de CC: julliard@winehq.org
Warcraft 3 displays the start splashscreen forever and doesn't continue with the game start.
I noticed a new log line:
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
which appears now as last log line.
2921f5c156b368b4ce6e615eb61dad5c5f423bf8 is first bad commit commit 2921f5c156b368b4ce6e615eb61dad5c5f423bf8 Author: Alexandre Julliard julliard@winehq.org Date: Tue Jan 22 20:06:35 2008 +0100
server: Invalidate the correct region when custom valid rects are specified.
:040000 040000 1385d5899b5b6affd5da84328e1bc15985406976 5c8756013a67c0402f3bb5fb9f3ee7b4a50e124a M server
http://bugs.winehq.org/show_bug.cgi?id=11340
Jesse Allen the3dfxdude@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Keywords| |regression OS/Version|other |Linux Platform|Other |PC Summary|Regression: Warcraft 3 |Warcraft 3 displays the |displays the start |start splashscreen forever |splashscreen forever and |and doesn't continue with |doesn't continue with the |the game start. |game start. |
http://bugs.winehq.org/show_bug.cgi?id=11340
Phil sefi@s-e-f-i.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sefi@s-e-f-i.de
http://bugs.winehq.org/show_bug.cgi?id=11340
Nicky nheart@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nheart@gmail.com
--- Comment #1 from Nicky nheart@gmail.com 2008-01-26 10:49:41 --- I can confirm that too. WarCraft refuses to start with: fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
http://bugs.winehq.org/show_bug.cgi?id=11340
Dutch Gecko dutch.gecko@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dutch.gecko@gmail.com
--- Comment #2 from Dutch Gecko dutch.gecko@gmail.com 2008-01-26 13:56:23 --- Identical problem for me.
Official Debian/Ubuntu binary, 32 bit, definitely yesterday's update. Rolling back to 0.9.53 fixes the problem entirely.
http://bugs.winehq.org/show_bug.cgi?id=11340
Nicky nheart@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Nicky nheart@gmail.com 2008-01-26 14:28:46 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #4 from Michael Sena mikesena@gmail.com 2008-01-26 16:45:13 --- I have had this issue with Warcraft III before. However, what helped is reinstalling the game. I don't know what caused the issue, possibly the upgrade to 0.9.54?
http://bugs.winehq.org/show_bug.cgi?id=11340
Dolores boltomli@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |boltomli@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #5 from Florian florianskarten@web.de 2008-02-01 10:20:18 --- Please note that the bug occur if you start the game with: ./wine "C:\Programme\Warcraft III\Frozen Throne.exe" but not if you start Warcraft 3 with: ./wine "C:\Programme\Warcraft III\war3.exe"
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #6 from Garron winehq@garron.cjb.net 2008-02-01 11:40:27 --- Florian: That seems to work fine for the Frozen Throne, thanks.
Is there a command-line parameter to play Reign of Chaos with war3.exe, once Frozen Throne is installed?
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #7 from Garron winehq@garron.cjb.net 2008-02-02 01:31:11 --- Found it: war3.exe -classic
http://bugs.winehq.org/show_bug.cgi?id=11340
tom carnytom@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carnytom@yahoo.com
--- Comment #8 from tom carnytom@yahoo.com 2008-02-03 19:21:03 --- if you open a terminal when the game is stuck at the splash screen. you cna do a ps - ef and see the pid for c:\program files\explorer.exe.. Kill this pid and the game will continue to load.. I have NO IDEA why.. but it works everytime.. Hope this helps
http://bugs.winehq.org/show_bug.cgi?id=11340
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leidola@newcon.de
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2008-02-05 16:01:07 --- *** Bug 11481 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #10 from Luis Busquets luis.busquets@ilidium.com 2008-02-06 01:55:03 --- Created an attachment (id=10632) --> (http://bugs.winehq.org/attachment.cgi?id=10632) It removes the need for calling resize_desktop
This patch solves the same problem with Patrician3. This game at the begining executes binkplayer.exe and both processes (binkplayer.exe and Patricina3.exe) get stuck. if you kill one or the other, the remaining one continues to work and executes the intended application (binkplayer=plays the movie and stops, Patrician3.exe=Initiates the game)
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2008-02-06 07:32:51 --- Please start winedbg and do a bt all to figure out where it gets stuck.
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #12 from Florian florianskarten@web.de 2008-02-06 11:01:43 --- Created an attachment (id=10639) --> (http://bugs.winehq.org/attachment.cgi?id=10639) Warcraft III TFT backtraces created with wine-0.9.54
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #13 from Florian florianskarten@web.de 2008-02-06 11:05:09 --- I noticed a process "Frozen Throne.e", if I kill this process with "killall Frozen\ Throne.e" then Warcraft III TFT will continue to start.
This is similar to the worm 2 regression caused by the same patch: http://bugs.winehq.org/show_bug.cgi?id=11481
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #14 from Olaf Leidinger leidola@newcon.de 2008-02-06 12:33:53 --- The patch (attachment 1) works around the problem in worms2, too.
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2008-02-06 13:00:16 --- Created an attachment (id=10643) --> (http://bugs.winehq.org/attachment.cgi?id=10643) Don't erase desktop synchronously
Please try this patch.
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #16 from Olaf Leidinger leidola@newcon.de 2008-02-06 13:14:08 ---
Please try this patch.
This patch removes the regressions of worms2 - thank you very much!
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #17 from Florian florianskarten@web.de 2008-02-06 15:09:24 --- (In reply to comment #15)
Created an attachment (id=10643)
--> (http://bugs.winehq.org/attachment.cgi?id=10643) [details]
Don't erase desktop synchronously
Please try this patch.
The patch removes the regression of Warcraft III - The Frozen Throne as well. Thank you!
http://bugs.winehq.org/show_bug.cgi?id=11340
Luis Busquets luis.busquets@ilidium.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |luis.busquets@ilidium.com
--- Comment #18 from Luis Busquets luis.busquets@ilidium.com 2008-02-07 12:59:10 --- It was identified that this was the same in Pattrician3. The patch from Alexander Julliard eliminated the fact that the programm was stuck. Nevertheless, it is still going wrong. 1. My current desktop resolution is 1280x1024 2. Patrician3 changes the resolution to 640x480 3. Then plays the initial movie. 4. Then it tries to change to 800x600 but instead of using it for the game, the desktop stucks at 800x600 and actually you realise that the window that is now focus is just the Desktop and it is stuck except for the toolbar on the top(the toolbar has nothing to do with the game, I mean the toolbar with the menus on Aplications, System, places ... and the rest of icons you have configured). The rest of the screen is black. You can move the mouse pointer on this topbar but as soon as you move it away, the mouse pointer disappear. 5. If you then change the window (ALT + TAB), you focus the correct game window. It does this changing the resolution to 1280x1024. 6. Nevertheless, the game options window that appear does not fill the whole screen but just 800x600.
When applying my patch instead, pint 4 changes: 4. The screen resolution changes to 800x600 and the game screen options appears filling the whole screen (as it now has the correct resolution 800x600)
It behaves as if the message to resize desktop was sent to the wrong window.
http://bugs.winehq.org/show_bug.cgi?id=11340
--- Comment #19 from Nicky nheart@gmail.com 2008-02-10 15:04:39 --- New wine version solved this for me.
http://bugs.winehq.org/show_bug.cgi?id=11340
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #20 from James Hawkins truiken@gmail.com 2008-02-10 15:17:16 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=11340
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Dan Kegel dank@kegel.com 2008-02-22 11:40:01 --- 0.9.56 released, so closing all bugs marked as RESOLVED FIXED.
http://bugs.winehq.org/show_bug.cgi?id=11340
zcfaff0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zcfaff0@gmail.com
--- Comment #22 from zcfaff0@gmail.com 2012-12-17 07:35:05 CST --- Warcraft 3 'Frozen Throne.exe' displays the start splashscreen forever and doesn't continue with the game start.
I used to be able to run the game perfectly before my Mac OSX update to 10.7.5.
After the update I do not get further then the splashscreen.
For some reason Show Wine Log does not open, apologies.
I am running wine 1.4.1.
Please let me know if there are any fixes?