http://bugs.winehq.org/show_bug.cgi?id=11706
Summary: Warcraft III freezes with a black screen on startup Product: Wine Version: 0.9.56. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ningo@gmx.net
Note: This is _NOT_ related to #6618. The freeze happens *after* the intro ends by e.g. hitting the mouse key.
Without renaming the movies folder, the following error shows up:
This application has encountered a critical error: FATAL ERROR! Program: C:\Program Files\Warcraft III\war3.exe Exception: 0xC0000005 (ACCESS_VIOLATION) at 0073:7EF91B95 The instruction at '0x7EF91B95' referenced memory at '0x00000015'. The memory could not be 'read'."
With the movie folder renamed the Warcraft III just freezes with a black screen.
Frankly, it's just a matter of timing: If you wait ~5 Seconds before skipping the intro Warcraft III freezes, if you skip the intro immediately the error message pops up.
Also, see the comments by 'Clement' on the AppDB Page. Note: Downgrading to 0.9.45 didn't solve my problem.
wine-0.9.56 X.Org X Server 1.4.0 Linux 2.6.23.16 i686 intel(4) 2.2.1 Hardware Configuration: http://www-307.ibm.com/pc/support/site.wss/quickPath.do?quickPathEntry=1951W...
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #1 from Austin English austinenglish@gmail.com 2008-06-04 14:45:50 --- Is this still an issue in 1.0-rc3?
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #2 from Rainer Wittmaack ningo@gmx.net 2008-06-09 10:35:29 --- Created an attachment (id=13839) --> (http://bugs.winehq.org/attachment.cgi?id=13839) warcraft 3 tft crash with wine 1.0rc3
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #3 from Rainer Wittmaack ningo@gmx.net 2008-06-09 10:36:21 --- (From update of attachment 13839) In a way. The game now crashes immediately.
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #4 from Austin English austinenglish@gmail.com 2008-12-08 04:15:11 --- Is this still an issue in current (1.1.10 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=11706
Kai Krakow kai@kaishome.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kai@kaishome.de
--- Comment #5 from Kai Krakow kai@kaishome.de 2008-12-11 13:14:09 --- With 1.1.10 the game starts and simply exits without a crashdump when the movies folder does not exist. If it exists it crashes after a while telling a thread has timed out. Attaching both logs...
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #6 from Kai Krakow kai@kaishome.de 2008-12-11 13:16:51 --- Created an attachment (id=17843) --> (http://bugs.winehq.org/attachment.cgi?id=17843) Crash with movies folder and wine 1.1.10
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #7 from Kai Krakow kai@kaishome.de 2008-12-11 13:17:17 --- Created an attachment (id=17844) --> (http://bugs.winehq.org/attachment.cgi?id=17844) Crash without movies folder and wine 1.1.10
http://bugs.winehq.org/show_bug.cgi?id=11706
Nicky nheart@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nheart@gmail.com
--- Comment #8 from Nicky nheart@gmail.com 2009-05-26 14:18:40 --- What are you using? Alsa or oss? If you use alsa set hardware acceleration to basic/full. Had the same problem, which I solved at first by changing winecfg settings and later by switching to oss4.
http://bugs.winehq.org/show_bug.cgi?id=11706
Nikolay Vladimirov nikolay@vladimiroff.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nikolay@vladimiroff.com
--- Comment #9 from Nikolay Vladimirov nikolay@vladimiroff.com 2009-06-28 17:00:47 --- I can confirm that this happens on wine-1.1.23 and 1.1.24 on F11 i586.
I've tried alsa, pulseaudio and oss.
It may be relevant that I'm using intel 4500MHD
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #10 from Nikolay Vladimirov nikolay@vladimiroff.com 2009-06-28 17:04:47 --- Forgot to mention that my machine is a Lenovo Thinkpad R500 2714-34G. Also I noticed that the reporter also uses intel video can this be related to the intel video drivers.
I can provide any debugging information if needed.
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #11 from Austin English austinenglish@gmail.com 2010-01-04 12:16:53 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.35 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=11706
Eddie Jesinsky eddie@jesinsky.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #12 from Eddie Jesinsky eddie@jesinsky.com 2010-07-26 12:29:16 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #13 from Roman m01brv@mail.ru 2010-11-17 03:45:41 CST --- Created an attachment (id=31988) --> (http://bugs.winehq.org/attachment.cgi?id=31988) another backtrace + thread info in the crash on startup
I could catch another backtrace of the crash leading to the freeze on startup, different from the first one here. I realized it is not a freeze actually, the application just awaits when the user closes a crash dialog behind the main warcraft window. I could not just to alt-tab to this crash dialog, it always remains behind the main window, and could be seen only *during* alt-tabbing with desktop compositing effects enabled. This crash does not occure on each start, the probability to get it is around 10-50%, depending on conditions (e.g. whether or not the KWin effects are enabled, whether or not the game is run via winedbg, and on winedbg registry keys).
This backtrace ends in i965_dri.so, i.e. this bug may be indeed related to the intel 3D driver. However, please note there are two subsequent calls to wine_glClear (even with different parameter), which seems never call itself recursively, according to the wine sources. This looks very strange.
I use KDE 4.4.2, Ubuntu Lucid, wine 1.3.4. I remember that the same issue existed with many previous wine versions and Ubuntu releases, so it is pretty aged.
http://bugs.winehq.org/show_bug.cgi?id=11706
sammy muzz sai_asz@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sai_asz@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=11706
Roman m01brv@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |m01brv@mail.ru
--- Comment #14 from Roman m01brv@mail.ru 2011-05-18 05:57:08 CDT --- The crash I was saying about disappeared in the new system (Ubuntu Natty), althogh wine was of the same version. That was probably a graphics driver bug. I no longer see anything bad during game startup now.
http://bugs.winehq.org/show_bug.cgi?id=11706
Jauhar Fatawi mail.jauhar27@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mail.jauhar27@gmail.com
--- Comment #15 from Jauhar Fatawi mail.jauhar27@gmail.com 2012-07-11 07:18:54 CDT --- you can try to delete Movies folder. It works...
http://bugs.winehq.org/show_bug.cgi?id=11706
Adam Bolte boltronics@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |boltronics@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=11706
Carlos Salvador Pérez Salgado carlosalvatore@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |carlosalvatore@gmail.com
--- Comment #16 from Carlos Salvador Pérez Salgado carlosalvatore@gmail.com 2013-04-19 03:45:36 CDT --- When I renamed the movies directory it worked.
http://bugs.winehq.org/show_bug.cgi?id=11706
--- Comment #17 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 1.7.11 or later?
https://bugs.winehq.org/show_bug.cgi?id=11706
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #18 from Austin English austinenglish@gmail.com --- (In reply to Ken Sharp from comment #17)
Does this still occur in Wine 1.7.11 or later?
Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=11706
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #19 from Austin English austinenglish@gmail.com --- Closing.