http://bugs.winehq.org/show_bug.cgi?id=7426
eric.pouech(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From eric.pouech(a)wanadoo.fr 2007-25-02 04:32 -------
changing to FIXED, as bug fix is now in git tree
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From dmitry(a)codeweavers.com 2007-25-02 03:56 -------
This should be implemented using FONTSIGNATURE returned by GetTextCharsetInfo.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7454
------- Additional Comments From truiken(a)gmail.com 2007-25-02 03:38 -------
Can you please attach a +msi,+msidb,+file log? I'm wondering why the file only
has read permissions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
------- Additional Comments From hans(a)it.vu.nl 2007-25-02 02:57 -------
The reason is that fontconfig uses a different heuristic to determine
if a font supports a given Unicode character. That means we would
not match Windows output 100% which in turn can result in subtle bugs.
A proper solution would be to grovel through the font tables ourselves
and write a conformance test to ensure we match Windows exactly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7529
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-25-02 01:32 -------
The problem with this installer is that we don't support markers in SELECT
clauses, which is how the installer loads the next dialog. I've sent a patch
that adds tests for this feature.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4265
------- Additional Comments From dank(a)kegel.com 2007-24-02 23:19 -------
This was with git from the 20th. I see from bug 7208
that things might have improved some since then, so I'm
pulling again and retesting...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4265
------- Additional Comments From dank(a)kegel.com 2007-24-02 23:14 -------
Re-downloaded the demo today (it's version 5.1, not sure what
I was testing before). Still need to use
http://kegel.com/wine/fakeie.sh
Installation goes quite a way, but then fails in a way that
reminds me of bug 7461.
trace:msi:HANDLE_CustomType1 Calling function L"StartUp" from
L"C:\\windows\\temp\\msi7971.tmp"
trace:msi:wait_thread_handle waiting for L"ISStartup"
trace:msi:DllThread custom action (15) started
err:msi:ACTION_CallDllFunction failed to find action
{006e0069-0064-006f-7700-73005c007400}
trace:msi:DllThread custom action (15) returned 1627
trace:msi:MsiCloseAllHandles
trace:msi:DllThread custom action (13) started
trace:msi:ACTION_CallDllFunction L"C:\\windows\\temp\\msi7971.tmp" L"StartUp"
...
trace:msi:ACTION_CallDllFunction calling L"StartUp"
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d7a021c 0x7d7a0a20
...
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d7a021c 0x7d7a0a20
trace:msi:MSI_ProcessMessage (0x45d621 fff 10 L"ISStartUp Failure. OpenEvent,
Error = 0x6")
...
trace:msi:DllThread custom action (13) returned 1603
...
err:msi:ITERATE_Actions Execution halted, action L"ISStartup" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4227
------- Additional Comments From dank(a)kegel.com 2007-24-02 22:46 -------
Unfortunately, the free download of QuickTest Pro is now for version
9.1, which requires .NET 2.0. I still have version 8.2 at home, will try
that again shortly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7544
------- Additional Comments From ehoover(a)mines.edu 2007-24-02 21:56 -------
Created an attachment (id=5085)
--> (http://bugs.winehq.org/attachment.cgi?id=5085&action=view)
Add support for ReplaceFileA/ReplaceFileW
This patch (for wine 0.9.31), implements the ReplaceFileA and ReplaceFileW
functions. With this patch the Supreme Commander demo is able to successfully
save its config file so that it can remember settings between launches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.