http://bugs.winehq.org/show_bug.cgi?id=27152
Summary: Lemony Snickets installs in the wrong location
(C:\Activision rather than C:Program files\Activison)
Product: Wine
Version: 1.3.20
Platform: x86
URL: http://www.gamershell.com/download_7823.shtml
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Created an attachment (id=34684)
--> (http://bugs.winehq.org/attachment.cgi?id=34684)
+msi,+msidb, bzip2 -9ed
Regression introduced by:
4668091528e4d124632544b36d0ab10cc890f292 is the first bad commit
commit 4668091528e4d124632544b36d0ab10cc890f292
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Mon May 2 16:03:55 2011 +0200
msi: Rewrite the folder resolution code to keep track of the parent-child
relationship.
:040000 040000 8f4d38cbc4a97e8ea92819c04ea0cf56473f2827
9489ead3dc73fa46eb09be7e2380db31e91a2c7b M dlls
after this commit, it installs the game in C:\Activision\Lemony Snicket's A
Series of Unfortunate Events Demo, and an empty folder in C:\Program
Files\Activision\Lemony Snicket's A Series of Unfortunate Events Demo.
Interestingly, during the regression test, one of the commits (not sure which)
installed the game into $HOME (presumably because of it mapping to %My
Documents%.
--
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=27149
Summary: Clones demo installer crashes
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://clonesgame.com/sites/clonesgame.com/modules/pubdlcnt/pubdlcnt.php?file=http://clones.s3.amazonaws.com
/ClonesGameDemo_1.29.exe&nid=220
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: hans(a)meelstraat.net
Created an attachment (id=34680)
--> (http://bugs.winehq.org/attachment.cgi?id=34680)
terminal output
The installer of the demo (Clones) crashes during installation.
To reproduce the problem:
1) Launch the installer by wine ClonesGameDemo_1.29.exe.
2) Click on <Next>, accept EULA, <Next>, <Install>...a crash occurs here.
This is due to the following commit:
395479f0d194b7b7e1cf6b766825f492faafde5d is the first bad commit
commit 395479f0d194b7b7e1cf6b766825f492faafde5d
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Fri May 6 14:39:42 2011 +0200
msi: Avoid loading cabinet streams more than once.
:040000 040000 6a52194c1bed51cb08ca316fb0aa5909b65507d7
929d4a4fabe9b29e4c76580a67f7057a12a0767c M dlls
The patch can be reverted cleanly on wine-1.3.19-332-gadcce5d and that fixed
the problem.
Author of the patch added to CC.
--
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=27130
Summary: CR LF characters in RTF files are turned into ^Q ^Y
characters
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=34637)
--> (http://bugs.winehq.org/attachment.cgi?id=34637)
test case
When using WiX to build an MSI installer package, the generated MSI embeds the
contents of an RTF file to provide the EULA.
Any CR LF characters in the RTF file are turned into ^Q ^Y characters when the
file is embedded in the MSI's Control table.
To reproduce:
1. Run build.sh in the attached test case. It will spit out 'test.msi'.
2. Open 'test.msi' and observe the weird boxes in the EULA screen. You will
have to do this on a real Windows system since Wine's msiexec crashes when you
get to the EULA screen.
3. Open the file in Orca
<http://msdn.microsoft.com/en-us/library/aa370557(v=vs.85).aspx> and look at
the Control table; look for the row where Dialog_ = 'LicenseAgreementDlg' AND
Control = 'LicenseText'; you will see the little boxes representing the control
characters in the Text column.
To run the test case, you will need Mono
<http://ftp.novell.com/pub/mono/archive/2.10.2/windows-installer/5/mono-2.10…>
and WiX <http://wix.codeplex.com/releases/view/44406#DownloadId=119160>. You
will need to put WiX's tools in Wine's PATH, or modify build.sh to give the
full path to the WiX tools when it invokes light and candle.
--
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=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(a)winehq.org
ReportedBy: dank(a)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.
--
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=26937
Summary: Boinc 6.10.60 x86 has a msiexec error, leaves
explorer.exe hanging
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
Created an attachment (id=34359)
--> (http://bugs.winehq.org/attachment.cgi?id=34359)
Boinc under Ubuntu 10.10 32-bit
Tried installing Boinc 6.10.60, during the part of the install where files are
copied to the hard disk, an error about msiexec appears and I have to close
Boinc, explorer.exe just hangs until I go into system monitor and kill
explorer.exe. This happens under 32-bit Ubuntu 10.10 and 64-bit Fedora 14. I
tried the x86 version on both and they both did the same thing. I added logs
from both Fedora and Ubuntu. Both machines have the same Wine version.
--
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=26811
Summary: Office 2003 installer: settings on advanced
customization screen cannot be changed
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
To reproduce:
Run the Office 2003 installer.
Select Custom Install and click Next.
Check the "Choose Advanced Customization of Applications" box and click Next.
On the Advanced Customization screen, select any item and try to change the
setting. The submenu will come up, but clicking on anything in it is
ineffective. The settings do not change.
Setting the Wine version to 1.3.14 based on the patch identified in the
regression test:
ba9f1f770a57a4e0cd9947ce7102c270b2318052 is the first bad commit
commit ba9f1f770a57a4e0cd9947ce7102c270b2318052
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Feb 10 15:56:15 2011 +0100
msi: Get rid of msi_component_set_state and msi_feature_set_state.
:040000 040000 4981274114a8b7f94cd2182e379787417d9394c5
2611d36ca44896c8ec0251147007ecfbdaa4d8c3 M dlls
The patch does not revert cleanly.
--
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=26615
Summary: Need for Speed Shift 2 installer assertion failure in
cacheckdiskspace.cpp
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer puts up a dialog saying there's been an assertion failure in
cacheckdiskspace.cpp.
The log shows
fixme:msi:MsiEnumComponentCostsW (2, (null), 0, -1, 0x8ee7424, 0x8ee7420,
0x8ee7414 0x8ee752c): stub!
If you click 'ignore', the installer seems to continue ok.
--
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=26162
Summary: Visual C++ 2005 Trial install fails
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 25331 is fixed and Visual C++ 2005 Express installs again,
I tried Trial. Sadly, it still seems to fail.
First problem seems to be a shdocvw problem:
fixme:shdocvw:ControlSite_OnFocus (0x4048c38)->(0)
fixme:mshtml:HlinkTarget_SetBrowseContext (0x40469a0)->((nil))
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented cmdid 28
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7ed55a31
ip=7ed55a31 tid=002f
trace:seh:raise_exception info[0]=00000001
trace:seh:raise_exception info[1]=00470000
trace:seh:raise_exception eax=9999cccc ebx=7ede8ff4 ecx=00000000
edx=00000067 esi=00000328 edi=00470000
ie7 seems to work around that (haven't tried Jacek's beta gecko yet).
After that, it gets further, but aborts, saying that visual studio
isn't installed. The console log doesn't say much; it ends with
trace:msi:MSIREG_OpenProductKey (L"{1862162E-3BBC-448F-AA63-49F33152D54A}", 4,
0)
trace:msi:MSIREG_OpenProductKey squished (L"E2612681CBB3F844AA36943F13255DA4")
trace:msi:MSIREG_OpenInstallProps L"{1862162E-3BBC-448F-AA63-49F33152D54A}"
trace:msi:MSIREG_OpenInstallProps squished
(L"E2612681CBB3F844AA36943F13255DA4")
trace:msi:MsiQueryProductStateW -> -1
I think this worked with wine-1.3.4, but I haven't done the regression.
--
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=25943
Summary: MSI doesn't delete Skype (5.1) files upon
deinstallation
Product: Wine
Version: 1.3.12
Platform: x86
URL: http://download.skype.com/SkypeSetupFull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Upon uninstalling Skype two messages are seen in console:
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:hnetcfg:fw_app_put_Enabled 0x1e8b78, -1
but all Skype files are left intact even though 'uninstaller' doesn't show
Skype any more.
--
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=25827
Summary: msi install/package tests fail on clang
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://test.winehq.org/data/98834637eb25caf986c9feae3e
aa0b855cc19a26/wine_ae-ub1004-clang/msi:install.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: trivial
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32917)
--> (http://bugs.winehq.org/attachment.cgi?id=32917)
+relay,+seh,+tid,+msi,+msidb
../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p msi_test.exe.so
install.c && touch install.ok
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevationType, ...) semi-stub
fixme:storage:create_storagefile Storage share mode not implemented.
wine: Unhandled page fault on write access to 0x7d373834 at address 0x7bc52782
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc52782
make: *** [install.ok] Error 5
FWIW, Hans had looked at this one a while back, and thought it may be ole
related.
+relay,+seh,+tid,+msi,+msidb attached (for install.c)
--
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.