[Bug 21359] New: Windows 7 Platform SDK can't restart installer
http://bugs.winehq.org/show_bug.cgi?id=21359 Summary: Windows 7 Platform SDK can't restart installer Product: Wine Version: 1.1.36 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Once the installer has gone a ways and aborted, starting it again aborts fairly quickly with a dialog box saying there was a problem. I'll attach the last zillion lines of a +seh,+relay,+text log; looks like it has something to do with a service not being available? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #1 from Dan Kegel <dank(a)kegel.com> 2010-01-13 16:45:07 --- Created an attachment (id=25720) --> (http://bugs.winehq.org/attachment.cgi?id=25720) rzipped +relay,+seh,+text log of trying to rerun the installer -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2010-01-13 17:16:17 --- (The initial install failure only happens if you select anything but the bare minimum C SDK. So the workaround for me is to just be very careful when running the installer, and it'll work first try.) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-03-27 21:58:58 CDT --- Still in wine-1.5.0-147-g4c6a198. Though are we sure the installer should resume? The 'real' problem seems to be bug 22048 (though possibly other components fail as well). -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2012-03-27 23:29:54 CDT --- Yeah, this is probably a messy symptom of an earlier failure. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2012-03-28 02:59:08 CDT --- If the (In reply to comment #4)
Yeah, this is probably a messy symptom of an earlier failure.
Looks like that attempt predates support for rollbacks, so chances are that this bug cannot be reproduced anymore. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2012-03-28 12:45:10 CDT --- (In reply to comment #5)
If the (In reply to comment #4)
Yeah, this is probably a messy symptom of an earlier failure.
Looks like that attempt predates support for rollbacks, so chances are that this bug cannot be reproduced anymore.
So, FIXED or ABANDONED? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #7 from Hans Leidekker <hans(a)meelstraat.net> 2012-03-28 13:59:51 CDT --- (In reply to comment #6)
(In reply to comment #5)
If the (In reply to comment #4)
Yeah, this is probably a messy symptom of an earlier failure.
Looks like that attempt predates support for rollbacks, so chances are that this bug cannot be reproduced anymore.
So, FIXED or ABANDONED?
From your log attached to bug 22048: warn:msi:MSI_InstallPackage installation failed, running rollback script
What happens if you start the installer again? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #8 from Hans Leidekker <hans(a)meelstraat.net> 2012-03-28 14:06:22 CDT --- I also see this:
err:module:import_dll Library MFC42.dll (which is needed by L"C:\\users\\austin\\Temp\\msi74e1.tmp") not found
-- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2012-03-28 16:58:39 CDT --- (In reply to comment #8)
I also see this:
err:module:import_dll Library MFC42.dll (which is needed by L"C:\\users\\austin\\Temp\\msi74e1.tmp") not found
With wine-1.5.0-204-ga179b50, did: $ rm -rf ~/.wine $ winetricks -q dotnet20 mfc42 $ wine winsdk_web.exe unselected all, chose .net documentation, tried install. Failed pretty much as before (will attach that log to bug 22048). Then retried install. This failed nearly immediately, no msi output in terminal. Error message from psdk: A problem occurred while installing selected Windows SDK components. Unknown product: {B924C008-D667-3B26-84C6-BD70285F9BFC} Parameter name: productCode Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245. Click the View Log button to review the installation log. To exit, click Finish. I'll attach the installer log here. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-03-28 16:58:55 CDT --- Created attachment 39581 --> http://bugs.winehq.org/attachment.cgi?id=39581 application log -- 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=21359 --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #9)
(In reply to comment #8)
I also see this:
err:module:import_dll Library MFC42.dll (which is needed by L"C:\\users\\austin\\Temp\\msi74e1.tmp") not found
With wine-1.5.0-204-ga179b50, did: $ rm -rf ~/.wine $ winetricks -q dotnet20 mfc42 $ wine winsdk_web.exe
unselected all, chose .net documentation, tried install. Failed pretty much as before (will attach that log to bug 22048).
Then retried install. This failed nearly immediately, no msi output in terminal. Error message from psdk: A problem occurred while installing selected Windows SDK components.
Unknown product: {B924C008-D667-3B26-84C6-BD70285F9BFC} Parameter name: productCode
Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.
Click the View Log button to review the installation log. To exit, click Finish.
I'll attach the installer log here.
The same in wine-1.7.19-70-gd6a59f7 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen(a)gmail.com --- Comment #12 from Janne <janne.kekkonen(a)gmail.com> --- Downloaded SDK(GRMSDK_EN_DVD.iso) from here. https://www.microsoft.com/en-us/download/details.aspx?id=8442 Don't know is this the same version that was used when bug was created. Here is information about the iso file i used.
sha1sum GRMSDK_EN_DVD.iso
cde254e83677c34c8fd509d6b733c32002fe3572 GRMSDK_EN_DVD.iso
du -h GRMSDK_EN_DVD.iso 568M GRMSDK_EN_DVD.iso
Tested with Wine 10.16 on Ubuntu 22.04 running on VMware. Created new 32bit prefix, installed dotnet40 and mfc42 with winetricks. Mounted iso and started setup.exe. Installed all components which were suggested by installer. After installer completed. I restarted setup.exe and it started into maintenance mode. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=21359 Janne <janne.kekkonen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|janne.kekkonen(a)gmail.com | -- 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