http://bugs.winehq.org/show_bug.cgi?id=7189
--- Comment #22 from Anastasius Focht <focht(a)gmx.net> 2008-03-02 15:25:03 ---
Hello,
--- quote ---
So I tried the patch A.F. pointed to. It doesn't apply cleanly today;
I'll attach a rediffed version. But even with that patch,
the installer says msxml 6 failed to install.
--- quote ---
Of course it doesn't apply/work anymore because James Hawkins is actively
working in this area, doing several code refactoring/rewrites/cleanups.
That's why I refrained from updating my patches in bugzilla for some time.
It would be pointless and short lived ... I and didn't want to hear "I already
have patch in pipeline for xxx".
If you're itchy and don't want to wait for new official patches you can use a
one liner which retrieves the requested installer properties from uninstall key
(certain installer properties get only stored in this place by wine's msi).
--- snip ---
diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index 4ea7b06..481e48f 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -630,7 +630,7 @@ static UINT WINAPI MSI_GetProductInfo(LPCWSTR szProduct,
LPCWSTR szAttribute,
if (classes)
MSIREG_OpenLocalSystemProductKey(szProduct, &userdata, FALSE);
else
- MSIREG_OpenInstallPropertiesKey(szProduct, &userdata, FALSE);
+ MSIREG_OpenUninstallKey(szProduct, &userdata, FALSE);
if (!lstrcmpW(szAttribute, INSTALLPROPERTY_HELPLINKW) ||
!lstrcmpW(szAttribute, INSTALLPROPERTY_HELPTELEPHONEW) ||
--- snip ---
Regards
--
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=5909
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.com
--- Comment #12 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-02 14:59:38 ---
Added author of the breaking patch to CC.
The correct component for this is wined3d according to the breaking patch in
Comment #3. Please, change.
--
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=7672
--- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-03-02 14:50:51 ---
Don't use beryl/compiz - they full of bugs. This is one of them.
--
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=7672
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|vitaliy(a)kievinfo.com |
--
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=6288
--- Comment #9 from el <elton(a)schiert.net> 2008-03-02 14:40:17 ---
Hmm, I can't see how this should be a game bug. Sure, I get crashes with 26499
on Windows XP. But it crashes during gameplay in totally random and
irreproducible ways. This crash on Wine is different: It happens at a specific
point in the menu, is (at least for me) 100% reproducible and I have never seen
it crash in that spot on Windows despite having created a lot of characters.
Anyway, you should resolve bug 9305.
--
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=6458
--- Comment #6 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-02 13:24:24 ---
Is this bug still present? If yes, then do run a regression test, please.
http://wiki.winehq.org/RegressionTesting
Could be a ddraw rewrite issue, indeed. There have been tons of fixes on it
since, though.
The download problem must be another bug.
--
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=8746
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.com
--- Comment #3 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-02 13:01:34 ---
There's very little information here without a regression test. Check
http://wiki.winehq.org/RegressionTesting. Please, do one, if this bug is still
present. Otherwise there's not much clue of what is the problem.
I do have a wild guess in case the bug still exists. It could be another ddraw
rewrite problem occuring between 0.9.15 and 0.9.16. If that's the case, then
Stefan Dösinger would be the one to add to the CC. But more info (a regression
test) is needed first to find out.
--
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=8032
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.com,
| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #2 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-02 12:44:15 ---
Is this still present? There's been many patches on winex11.drv since. Could
you do a regression test about it, if yes?
--
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=7672
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.com,
| |vitaliy(a)kievinfo.com
--- Comment #6 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-02 12:35:43 ---
Is this bug still present?
Adding Vitaliy Margolen to CC as the author of the patch breaking according to
Comment #3.
--
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=7653
Timo-Heikki Mäkelä <imaxfun(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imaxfun(a)gmail.com
--- Comment #9 from Timo-Heikki Mäkelä <imaxfun(a)gmail.com> 2008-03-02 12:27:45 ---
Andreas, do you still experience this problem? Alexander has done pretty many
changes in winex11.drv lately.
The component for this should be changed to "winex11.drv" on basis of the patch
breaking things according to Comment #4 .
--
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.