[Bug 11080] New: Powerpoint Viewer fails to install
http://bugs.winehq.org/show_bug.cgi?id=11080 Summary: Powerpoint Viewer fails to install Product: Wine Version: CVS/GIT Platform: Other URL: http://download.microsoft.com/download/a/1/a/a1adc39b- 9827-4c7a-890b-91396aed2b86/ppviewer.exe OS/Version: other Status: NEW Keywords: Installer, regression Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Aborts since today with error message "The setup program could not retrieve the volume information for drive (C:\windows\temp\IXP000.TMP\. System message: Bad device type" Susan also reports seeing this, so I'm not alone. +relay,+volume show: 0009:Call KERNEL32.GetVolumeInformationA(00000000,00000000,00000000,00000000,0032fc1c,0032fc20,00000000,00000000) ret=01003fe6 trace:volume:GetVolumeInformationW L"\\\\.\\C:": found fs type 0 0009:Ret KERNEL32.GetVolumeInformationA() retval=00000000 ret=01003fe6 0009:Call KERNEL32.GetLastError() ret=01003550 0009:Ret KERNEL32.GetLastError() retval=00000042 ret=01003550 ... 0009:Call user32.MessageBoxA(00000000,0014c488 "The setup program could not retrieve the volume information for drive (C:\\windows\\temp\\IXP000.TMP\\) . \nSystem message: Bad device type\r\n.",0100abb4 "Microsoft Office PowerPoint Viewer 2003",00010010) ret=01003a64 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2008-01-07 14:12:23 --- By the way, this shows up when you do winetricks gdiplus which is why we all noticed it. FWIW, .wine/dosdevices only contains c:, not c::, but that's the way it's always been, I think. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical Summary|Powerpoint Viewer fails to |Powerpoint Viewer and MSVC 6 |install |runtime fail to install --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-01-07 14:20:27 --- Egads, this affects the msvc 6 runtime installer, too. Raising priority. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-01-07 14:27:48 --- Can you run a regression test? Or should I? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical Summary|Powerpoint Viewer and MSVC 6|DNS 9, Powerpoint Viewer and |runtime fail to install |MSVC 6 runtime fail to | |install --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-07 14:33:07 --- Installing Dragon also fails with an error dialog. trace:msi:HANDLE_CustomType2 executing exe L"C:\\windows\\temp\\msi2c65.tmp /q:a /r:n" trace:msi:wait_process_handle waiting for L"InstallSpeechAPI" ... trace:msi:ACTION_PerformUIAction Performing action (L"SetupCompleteError") Running that .tmp by itself without options shows that it's also failing with the volume information problem. Raising priority back to critical; this is going to annoy a whole lot of people. Austin, if you could run the regression test, that would be great! Alexandre's aware of this, and has his suspicions, but doesn't know for sure. Knowing which patch actually caused it might help him. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |major --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-01-07 15:11:54 --- Dan read the description. I don't have any problems with my apps. That just doesn't cut it as "all apps" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2008-01-07 16:25:40 --- It should be fixed now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Keywords| |download --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-01-07 17:42:12 --- (In reply to comment #6)
It should be fixed now.
Would've been done sooner, but I was a bit busy. austin(a)austin-desktop:~/wine-git$ git bisect bad2143dee78a0acf8be8c07062e84cc12ef18ef7cb is first bad commit commit 2143dee78a0acf8be8c07062e84cc12ef18ef7cb Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Jan 4 14:24:59 2008 +0100 mountmgr.sys: Create disk devices for all configured drives. :040000 040000 83838416a46ff7bce80f10a0db9ce2b51197180b 82531f7db8b87d1bebb4989d5131241a9d5dc88b M dlls I just tested in current git, it works there as well. I thought it would be good to know the commit, for future reference. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2008-01-08 13:22:33 --- Thanks, everybody! Closing since it never appeared in a release. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11080 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=11080 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |2143dee78a0acf8be8c07062e84 | |cc12ef18ef7cb Summary|DNS 9, Powerpoint Viewer |DNS 9, Powerpoint Viewer |and MSVC 6 runtime fail to |2003 and MSVC 6 runtime |install |fail to install OS|other |Linux Hardware|Other |x86 Component|kernel32 |mountmgr.sys CC| |focht(a)gmx.net -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=11080 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |https://web.archive.org/web |om/download/a/1/a/a1adc39b- |/20031031074223/http://down |9827-4c7a-890b-91396aed2b86 |load.microsoft.com/download |/ppviewer.exe |/a/1/a/a1adc39b-9827-4c7a-8 | |90b-91396aed2b86/ppviewer.e | |xe Version|unspecified |0.9.52. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla