http://bugs.winehq.org/show_bug.cgi?id=15669
Summary: Lego Loco hangs on startup attempting to play back intro video Product: Wine Version: 1.1.6 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=16729) --> (http://bugs.winehq.org/attachment.cgi?id=16729) Lego Loco thread backtraces
With today's Git (wine-1.1.6-314-g36d0140), when attempting to start the Lego Loco application, the application simply hangs on a black screen. A bit of tracing shows the hang to be due to the mciavi asynchronous playback thread being blocked in a ShowWindow call:
if (!(GetWindowLongW(wma->hWndPaint, GWL_STYLE) & WS_VISIBLE)) ShowWindow(wma->hWndPaint, SW_SHOWNA);
which seems to suggest that the problem lies in user32. Thread backtraces and trace logs are attached.
http://bugs.winehq.org/show_bug.cgi?id=15669
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2008-10-18 18:55:04 --- Created an attachment (id=16730) --> (http://bugs.winehq.org/attachment.cgi?id=16730) Lego Loco message, mci, and winmm traces
http://bugs.winehq.org/show_bug.cgi?id=15669
--- Comment #2 from Lei Zhang thestig@google.com 2008-10-27 02:10:28 --- Is this a regression?
http://bugs.winehq.org/show_bug.cgi?id=15669
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #3 from Kirill K. Smirnov lich@math.spbu.ru 2009-03-14 12:22:32 --- I've just stumbled upon the same problem ;-)
Please, try these patches: mciavi32: Fix typo http://www.winehq.org/pipermail/wine-patches/2009-March/070747.html
and
mciavi: fix deadlock http://www.winehq.org/pipermail/wine-patches/2009-March/070748.html
http://bugs.winehq.org/show_bug.cgi?id=15669
--- Comment #4 from Austin English austinenglish@gmail.com 2009-09-15 15:36:11 --- Is this still an issue in current (1.1.29 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=15669
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #5 from Andrew Nguyen arethusa26@gmail.com 2009-09-23 23:25:55 --- Yes, this is practically a dupe of bug 18363.
*** This bug has been marked as a duplicate of bug 18363 ***
http://bugs.winehq.org/show_bug.cgi?id=15669
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Andrew Nguyen arethusa26@gmail.com 2009-09-23 23:26:47 --- Closing the bug.
http://bugs.winehq.org/show_bug.cgi?id=15669
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|user32 |-unknown
http://bugs.winehq.org/show_bug.cgi?id=15669
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED CC| |dank@kegel.com Component|-unknown |user32 Resolution|DUPLICATE | Ever Confirmed|0 |1
--- Comment #7 from Dan Kegel dank@kegel.com 2012-06-30 14:05:25 CDT --- Still deadlocking with today's git (wine-1.5.7-252-g1f01355).
Had to start it with
xinit /usr/bin/xterm -- :1 -ac -depth 16 and then xrandr -s 1024x768
This is not a new problem, I think; see bug 18363#c14.
http://bugs.winehq.org/show_bug.cgi?id=15669
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com 2012-11-07 20:09:13 CST --- Although older this bug is now a duplicate of bug 21060. The patch from http://bugs.winehq.org/show_bug.cgi?id=21060#c6 fixes this issue.
http://bugs.winehq.org/show_bug.cgi?id=15669
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com 2013-01-23 23:37:50 CST --- Resolving this as a duplicate of bug 21060 because the patch there fixed this issue too as stated in my last comment.
*** This bug has been marked as a duplicate of bug 21060 ***
http://bugs.winehq.org/show_bug.cgi?id=15669
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com 2013-01-30 16:03:54 CST --- Closing.