http://bugs.winehq.org/show_bug.cgi?id=22066
Summary: morrowind no longer installs Product: Wine Version: 1.1.40 Platform: x86-64 OS/Version: Linux Status: NEW Keywords: Installer, regression Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=26884) --> (http://bugs.winehq.org/attachment.cgi?id=26884) terminal output
Regression due to: austin@midna:~/wine-git$ git bisect bad 5893f3227c88d8db2c6622be23af81f90d1b1e47 is first bad commit commit 5893f3227c88d8db2c6622be23af81f90d1b1e47 Author: Vincent Povirk vincent@codeweavers.com Date: Tue Mar 16 13:32:57 2010 -0500
oleaut32: Always use DISPID_PROPERTYPUT to fill in the last argument.
:040000 040000 b105b89a27f5e41b93837d0a303f3e4f10bd35be 91b800e50458dc035930258fc40512107646306e M dlls
causes an error in morrowind's installer. When it gets to the point of choosing the install dir, it defaults to C:\windows after this patch (instead of C:\program files\bethesda\morrowind). It then pops up an error window (see screenshot) saying: Error Number: 0x8002000E Description:
Setup will now terminate.
http://bugs.winehq.org/show_bug.cgi?id=22066
--- Comment #1 from Austin English austinenglish@gmail.com 2010-03-19 01:24:34 --- Created an attachment (id=26885) --> (http://bugs.winehq.org/attachment.cgi?id=26885) screenshot of error
http://bugs.winehq.org/show_bug.cgi?id=22066
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #2 from Austin English austinenglish@gmail.com 2010-03-19 01:28:23 --- +ole,+typelib trace is too big to attach. I've put it on: http://www.austinenglish.com/wine_bug_22066.tar.bz2 2.3MB compressed, 197 uncompressed.
http://bugs.winehq.org/show_bug.cgi?id=22066
--- Comment #3 from Vincent Povirk madewokherd@gmail.com 2010-03-19 11:42:06 --- Nice. It looks like we were never able to handle positional arguments combined with named arguments, and property puts with additional parameters have become that case. I should be able to write a test for this.
http://bugs.winehq.org/show_bug.cgi?id=22066
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2010-03-19 12:00:45 --- Patch sent: http://www.winehq.org/pipermail/wine-patches/2010-March/086074.html
http://bugs.winehq.org/show_bug.cgi?id=22066
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #5 from GyB gyebro69@gmail.com 2010-03-20 00:05:09 --- Your patch fixes the issue, applied to the latest git: Wine-1.1.41. I've tested several game demos that use Installshield and now they work.
It's a pity Wine-1.1.41 came out before the patch was committed, because the bug prevents a lot of apps/games from installing correctly that use Installshield. Isn't there an option to release a modified version like 1.1.41.1?
http://bugs.winehq.org/show_bug.cgi?id=22066
--- Comment #6 from Austin English austinenglish@gmail.com 2010-03-20 00:07:02 --- (In reply to comment #5)
Your patch fixes the issue, applied to the latest git: Wine-1.1.41. I've tested several game demos that use Installshield and now they work.
It's a pity Wine-1.1.41 came out before the patch was committed, because the bug prevents a lot of apps/games from installing correctly that use Installshield. Isn't there an option to release a modified version like 1.1.41.1?
It's a development release, things are often broken. 1.1.42 should be out in two weeks, so either use 1.1.40, patch 1.1.41 manually, or wait for 1.1.42 (assuming this patch makes it in).
http://bugs.winehq.org/show_bug.cgi?id=22066
Benjamin Hodgetts ben@xnode.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ben@xnode.org
--- Comment #7 from Benjamin Hodgetts ben@xnode.org 2010-03-20 11:15:53 --- *** Bug 22081 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Benjamin Hodgetts ben@xnode.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
--- Comment #8 from Benjamin Hodgetts ben@xnode.org 2010-03-20 11:40:12 --- This also breaks Command & Conquer 3 and Oblivion. 2 of the 3 other applications I've tried to install today.
Ramping up to major as it blocks the installation of at least 3 applications noticed so far and I'd imagine quite a few more considering how many use InstallShield.
http://bugs.winehq.org/show_bug.cgi?id=22066
Robert Riches rm.riches@verizon.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rm.riches@verizon.net
--- Comment #9 from Robert Riches rm.riches@verizon.net 2010-03-21 18:51:29 --- It breaks four of the five apps I maintain. I'll add links.
http://bugs.winehq.org/show_bug.cgi?id=22066
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eugennc@gmail.com
--- Comment #10 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-21 20:41:21 --- *** Bug 22115 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=22066
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from André H. nerv@dawncrow.de 2010-03-22 11:41:39 --- Fixed by recent work of Vincent Povirk
http://bugs.winehq.org/show_bug.cgi?id=22066
--- Comment #12 from Austin English austinenglish@gmail.com 2010-03-22 11:43:02 --- Commmit was http://source.winehq.org/git/wine.git/?a=commitdiff;h=8ff7238adeff518fced371....
http://bugs.winehq.org/show_bug.cgi?id=22066
ben benbordwell@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |benbordwell@hotmail.com
--- Comment #13 from ben benbordwell@hotmail.com 2010-03-22 15:14:01 --- *** Bug 22117 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |M8R-op0i3v@mailinator.com
--- Comment #14 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-25 22:39:59 --- *** Bug 22159 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ld0d@kolumbus.fi
--- Comment #15 from Austin English austinenglish@gmail.com 2010-03-26 10:59:29 --- *** Bug 22166 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
solozerk solozerk@sekren.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |solozerk@sekren.org
--- Comment #16 from solozerk solozerk@sekren.org 2010-03-26 17:09:08 --- This bug also impacts Fallout 3 install - the patch fix the issue though.
http://bugs.winehq.org/show_bug.cgi?id=22066
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|morrowind no longer |installshield installers |installs |terminate
http://bugs.winehq.org/show_bug.cgi?id=22066
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |homelariay@yandex.ru
--- Comment #17 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-26 19:38:58 --- *** Bug 22172 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nahoo82@gmail.com
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2010-03-27 11:13:49 --- *** Bug 22183 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |expertevan@yahoo.com
--- Comment #19 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-27 11:21:08 --- *** Bug 22182 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |email@davekok.nl
--- Comment #20 from Austin English austinenglish@gmail.com 2010-03-29 16:39:02 --- *** Bug 22205 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2010-04-02 12:52:29 --- Closing bugs fixed in 1.1.42.
http://bugs.winehq.org/show_bug.cgi?id=22066
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mycroes@gmail.com
--- Comment #22 from Jeff Zaroyko jeffz@jeffz.name 2010-04-06 02:52:45 --- *** Bug 21166 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Dave Kok email@davekok.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|email@davekok.nl |
http://bugs.winehq.org/show_bug.cgi?id=22066
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |williamsoft1@gmail.com
--- Comment #23 from Vitaliy Margolen vitaliy@kievinfo.com 2010-04-07 08:26:29 --- *** Bug 22292 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=22066
Francisco Mijares fmijares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fmijares@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=22066
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |8ff7238adeff518fced37159a4b | |5a17b9551f4dc Regression SHA1| |5893f3227c88d8db2c6622be23a | |f81f90d1b1e47