http://bugs.winehq.org/show_bug.cgi?id=11882
Summary: Visual J++ 1.1 installer hangs during "Installing DAO components" Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Don't ask me why, but I decided to test a dusty old copy of Visual J++ 1.1. To install, you have to do winetricks fakeie6 to get App Paths/iexplore set, else it tries to install IE3, and then fails saying "Can't install IE3 on systems which have IE4".
The install hangs with the message "Installing DAO components". The subinstallers work fine by themselves. (The main installer seems to create an invalid c:/windows/uninst.exe that crashes the dao installer, but that's not this problem.)
The log seems to show a windows message being sent by a win16 executable, followed by a win32 executable waiting forever for a windows message. Plumbing problem?
0017:Call USER.111: SENDMESSAGE(ffff,c03e,0000,00000000) ret=11ef:06a5 ds=11f7 0014:Ret user32.PeekMessageA() retval=00000000 ret=0041f1f9 0014:Call KERNEL32.WaitForSingleObject(00000048,000003e8) ret=0041c1d2 0009:Ret user32.GetMessageA() retval=00000001 ret=0040109f 0009:Call user32.TranslateMessage(0033fe64) ret=0040108b 0009:Ret user32.TranslateMessage() retval=00000000 ret=0040108b 0009:Call user32.DispatchMessageA(0033fe64) ret=00401092 0009:Call window proc 0x401210 (hwnd=0x10024,msg=WM_TIMER,wp=00000000,lp=00000000) 0009:Call KERNEL32.WaitForSingleObject(00000044,00000000) ret=00401384 0009:Ret KERNEL32.WaitForSingleObject() retval=00000102 ret=00401384 0009:Ret window proc 0x401210 (hwnd=0x10024,msg=WM_TIMER,wp=00000000,lp=00000000) retval=00000001 0009:Ret user32.DispatchMessageA() retval=00000001 ret=00401092 0009:Call user32.GetMessageA(0033fe64,00000000,00000000,00000000) ret=0040109f 0009:Ret user32.GetMessageA() retval=00000001 ret=0040109f ...
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-07 08:41:02 --- 0xffff is HWND_BROADCAST. Could you try adding +msg?
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #2 from Dan Kegel dank@kegel.com 2008-03-07 09:20:41 --- Created an attachment (id=11172) --> (http://bugs.winehq.org/attachment.cgi?id=11172) +relay,+msg log of installer hanging
OK, here's a +relay,+msg log. It's pretty big.
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-03-09 23:48:36 --- (In reply to comment #2)
Created an attachment (id=11172)
--> (http://bugs.winehq.org/attachment.cgi?id=11172) [details]
+relay,+msg log of installer hanging OK, here's a +relay,+msg log. It's pretty big.
Looks like a newly added winoldap.mod can't start up for some reason. Can you please generate +relay,+seh,+tid,+module log?
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #4 from Dan Kegel dank@kegel.com 2008-03-10 02:02:04 --- Created an attachment (id=11290) --> (http://bugs.winehq.org/attachment.cgi?id=11290) +relay,+seh,+tid,+module log of hang
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-05 21:11:23 --- Please retest with today's git, it's got a fix for the winoldap thing.
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #6 from Dan Kegel dank@kegel.com 2008-05-06 00:35:59 --- Created an attachment (id=12767) --> (http://bugs.winehq.org/attachment.cgi?id=12767) +relay,+seh,+tid,+module log of hang with 0.9.61+
still locks up with current git, here's the top 250k lines of the log
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2008-05-06 03:24:27 --- (In reply to comment #6)
Created an attachment (id=12767)
--> (http://bugs.winehq.org/attachment.cgi?id=12767) [details]
+relay,+seh,+tid,+module log of hang with 0.9.61+ still locks up with current git, here's the top 250k lines of the log
The installer constanly calls GetExitCodeProcess for one of its child processes (it's not clear for which one) which supposedly should exit at some point.
http://bugs.winehq.org/show_bug.cgi?id=11882
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual J++ 1.1 installer |Visual J++ 1.1, Visual C++ 5 |hangs during "Installing DAO|installer hangs during |components" |"Installing DAO components"
--- Comment #8 from Dan Kegel dank@kegel.com 2008-09-30 23:25:13 --- Just tested Visual C++ 5.0 installer, and it also suffers from the long hang during DAO installation. This is with latest git.
http://bugs.winehq.org/show_bug.cgi?id=11882
--- Comment #9 from Dan Kegel dank@kegel.com 2008-11-23 18:28:00 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=11882
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #10 from Austin English austinenglish@gmail.com 2009-01-18 03:48:04 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=11882
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com 2011-10-20 18:20:53 CDT --- Friendly reminder of over 2 years without new posts.
This does not happen with Visual Studio 6, I don't have Visual Studio 5 nor Visual J++ 1.1 to retest.
http://bugs.winehq.org/show_bug.cgi?id=11882
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |ABANDONED
--- Comment #12 from Anastasius Focht focht@gmx.net 2012-01-29 08:23:45 CST --- Hello,
long time no answer, marking abandoned.
Regards
http://bugs.winehq.org/show_bug.cgi?id=11882
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |adys.wh@gmail.com
--- Comment #13 from Jerome Leclanche adys.wh@gmail.com 2012-02-24 05:45:40 CST --- Closing