http://bugs.winehq.org/show_bug.cgi?id=27111
Summary: Age of Empires III demo install fails Product: Wine Version: 1.3.19 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Oddly, with current git, an express install puts files in both c:/Program Files/Microsoft Games/Age of Empires III Trial (the right place) and c:/Age of Empires III (incorrect). git bisect says it's either
# skip: [8fb5368d4e595f5e385831614bbc7a2b11eb4421] msi: Use a separate function to retrieve the target folder path.
or
# bad: [4668091528e4d124632544b36d0ab10cc890f292] msi: Rewrite the folder resolution code to keep track of the parent-child relationship.
http://bugs.winehq.org/show_bug.cgi?id=27111
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer, | |regression URL| |http://download.microsoft.c | |om/download/a/5/2/a525997e- | |8423-435b-b694-08118d235064 | |/aoe3trial.exe
http://bugs.winehq.org/show_bug.cgi?id=27111
--- Comment #1 from Dan Kegel dank@kegel.com 2011-05-08 21:51:00 CDT --- For the record, the purported culprit(s) were found by running
git pull git bisect start git bisect bad git bisect good wine-1.3.19 git bisect run sh bisect.sh
with bisect.sh containing
#!/bin/sh CFLAGS="-O1 -g" ./configure --disable-tests --without-nas || exit 125 make clean make -j16 || exit 125 rm -rf $HOME/.wine || exit 125 unset WINEPREFIX WINE=$HOME/wine-git/wine sh ~/winetricks/src/winetricks --no-isolate -q aoe3_demo if ! test -d ~/".wine/drive_c/Program Files/Microsoft Games/Age of Empires III Trial" then echo good directory not found exit 125 fi if test -d ~/.wine/drive_c/"Age of Empires III" then echo Bad directory found exit 1 fi echo bad dir not found exit 0
http://bugs.winehq.org/show_bug.cgi?id=27111
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-05-11 13:28:21 CDT --- Fixed by http://source.winehq.org/git/wine.git/commitdiff/e8bdbf879a70a0b0bae35ebb95b...
http://bugs.winehq.org/show_bug.cgi?id=27111
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-05-13 13:33:14 CDT --- Closing bugs fixed in 1.3.20.
http://bugs.winehq.org/show_bug.cgi?id=27111
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e8bdbf879a70a0b0bae35ebb95b | |7c3e223117abd Regression SHA1| |4668091528e4d124632544b36d0 | |ab10cc890f292