http://bugs.winehq.org/show_bug.cgi?id=28366
Summary: The MSPY2010 installer exist silently
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36366)
--> (http://bugs.winehq.org/attachment.cgi?id=36366)
Log: +msvcrt,+msvcr90,+msvcp90 trace
wine-1.3.28-86-g9b729bb
winetricks vcrun2008 works around it.
+msvcrt,+msvcr90,+msvcp90 trace is attached
--
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=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=28441
Summary: Conversations Network Levelator broken as of last
update (1.3.28).
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dshimer(a)gmail.com
Created an attachment (id=36460)
--> (http://bugs.winehq.org/attachment.cgi?id=36460)
debugger output on running from terminal
I had been running this program all right for 16 months, today it won't start.
When running in a terminal it says
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: Unhandled page fault on read access to 0x00000400 at address 0x68486a63
(thread 0009)
debugger output is attached.
--
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=28455
Summary: JetAudio VX
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikcrew(a)seznam.cz
Created an attachment (id=36487)
--> (http://bugs.winehq.org/attachment.cgi?id=36487)
Jetaudio log
Hello, i try on Ubuntu 11.04 (ZorinOS) new wine 1.3.28 via ppa. But When using
audio player JetAudio when I click next song jetaudo crash. In wine 1.2.2 it is
OK, only do nott show icon in tray. Another thnaks for your programe. Michal J.
add log from jetaudio
--
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.