http://bugs.winehq.org/show_bug.cgi?id=23232
Summary: Windows Imaging Component redist installer sometimes crashes in silent mode Product: Wine Version: 1.2-rc3 Platform: x86 URL: http://download.microsoft.com/download/f/f/1/ff178bb1- da91-48ed-89e5-478a99387d4f/wic_x86_enu.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=28921) --> (http://bugs.winehq.org/attachment.cgi?id=28921) Windows Imaging Component crash backtrace
In order to have the WIC installer successfully start, the windowscodecs.dll fake DLL must be removed, and an override should probably be set. With wine-1.2-rc3-106-gae942d6, when running the installer with the quiet flag:
wine wic_x86_enu.exe /q
sometimes the installer will crash in setupapi during the installation. Turning on debug flags sometimes masks the problem, and sometimes moves the problem elsewhere, so I suspect heap corruption.
http://bugs.winehq.org/show_bug.cgi?id=23232
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-06-19 04:22:08 --- It's the same crash I saw with IE7 (bug 21947). Probably it's another case when private structures are accessed from native module (the reason why updspapi was added). In this case I think it's something called:
--- PE 1000000- 1132000 Export update ---
http://bugs.winehq.org/show_bug.cgi?id=23232
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-06-19 04:44:40 --- (In reply to comment #1)
It's the same crash I saw with IE7 (bug 21947). Probably it's another case when private structures are accessed from native module (the reason why updspapi was added). In this case I think it's something called:
PE 1000000- 1132000 Export update
Isn't that the update.exe process that the backtrace pertains to?
0000001b (D) C:\c5af3188f4db2aa3d3f136505876\update\update.exe
http://bugs.winehq.org/show_bug.cgi?id=23232
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-06-19 04:46:00 --- Hmm, scratch comment #2, I misread what you said.
http://bugs.winehq.org/show_bug.cgi?id=23232
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com 2010-06-19 04:55:58 --- Called 'update' I meant. Interesting thing with IE7 is that update is launched even if an check for updates checkbox is unchecked too. We could add a update.exe stub too btw if it's related to Windows Update (which won't work anyway).
http://bugs.winehq.org/show_bug.cgi?id=23232
--- Comment #5 from Andrew Nguyen arethusa26@gmail.com 2010-06-19 05:08:30 --- (In reply to comment #4)
Called 'update' I meant. Interesting thing with IE7 is that update is launched even if an check for updates checkbox is unchecked too. We could add a update.exe stub too btw if it's related to Windows Update (which won't work anyway).
Unfortunately, the update.exe is the core functionality of the WIC redist installer (it's launched after wic_x86_enu.exe finishes self-extraction), so just stubbing it probably won't do.
http://bugs.winehq.org/show_bug.cgi?id=23232
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #6 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-07-06 03:35:36 CDT --- Is this still an issue for you with recent wine (1.6-rc4 or later)?
I got no crash with wine-1.6-rc4-52-g9a0b434
https://bugs.winehq.org/show_bug.cgi?id=23232
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #7 from Austin English austinenglish@gmail.com --- Likely another dupe of bug 26016.
*** This bug has been marked as a duplicate of bug 26016 ***
http://bugs.winehq.org/show_bug.cgi?id=23232
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.