Sorry if it wasn't clear, but I had the problem with both 1.4 and 1.5.
And the problem was introduced when I moved from Ubuntu Dapper ->
Ubuntu Edgy, iirc.
On 7/13/07, Wine Bugs <wine-bugs(a)winehq.org> wrote:
> http://bugs.winehq.org/show_bug.cgi?id=8942
>
>
>
>
>
> ------- Additional Comments From austinenglish(a)gmail.com 2007-13-07 14:53 -------
> I could only find astral masters version 1.5 (the reporter used 1.4).
>
> Under wine 0.9.40, ubuntu feisty, geforce 7200, nvidia binary driver, I can
> confirm this bug. Can someone *not* using ubuntu confirm? (I'll try it later on
> my ATI box to see if that helps or not).
>
> --
> Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
http://bugs.winehq.org/show_bug.cgi?id=8930
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2007-13-07 15:00 -------
Thanks for doing the regression test. I'll have a look at it. I still need a
+msi,+msidb,+file,+volume log though. Also, can you attach the msi file?
That's the most critical part.
--
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=8942
------- Additional Comments From austinenglish(a)gmail.com 2007-13-07 14:53 -------
I could only find astral masters version 1.5 (the reporter used 1.4).
Under wine 0.9.40, ubuntu feisty, geforce 7200, nvidia binary driver, I can
confirm this bug. Can someone *not* using ubuntu confirm? (I'll try it later on
my ATI box to see if that helps or not).
--
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=7512
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-13-07 14:43 -------
User32 builtin controls have both an ANSI and a Unicode winproc. Your code
obtained the ANSI winproc (with GetWindowLongA) and plugged it as a Unicode
winproc (with SetWindowLongW). Thus the ANSI function obtained Unicode string in
wparam/lparam (but interpreted them as ANSI strings).
--
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=8930
------- Additional Comments From greg87(a)online.de 2007-13-07 14:39 -------
6eb7eadffa5e9863722058325c0977142cd9af49 is first bad commit
commit 6eb7eadffa5e9863722058325c0977142cd9af49
Author: James Hawkins <truiken(a)gmail.com>
Date: Wed May 9 02:04:10 2007 -0500
msi: Check the volume name when changing media.
:040000 040000 c6b7801b457afb8b2dcb8eafe475f042c8c3e502
3957b490d694ec48d169c7bcad80d98946f6355f M dlls
--
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=8945
Summary: Adobe Indesign CS3 fails to install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/go/tryindesign_nl
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted garbage test results into appdb for this one.
The installer exits to the console. I'll attach console output hereafter.
Steps to reproduce:
1. Set version to winxp
2. Do winetricks wsh56js, otherwise it complains about missing jscript.
3. Use native msxml3, otherwise it will exit because of unimplemented stuff in
msxml3, but there are already other bugs filed for that (other Adobe installers)
Now the installer exits with:
err:ole:CoGetClassObject class {f8383852-fcd3-11d1-a6b9-006097df5bd4} not registered
err:ole:CoGetClassObject no class object {f8383852-fcd3-11d1-a6b9-006097df5bd4}
could be created for context 0x1
A google showed this has something to do with browseui.dll, but a simple
"regsvr32 browseui.dll" didn't help. Now on windows there's following key that
isn't in wine's registry:
HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{F8383852-FCD3-11d1-A6B9-006097DF5BD4}-->
Process dialog
HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{F8383852-FCD3-11d1-A6B9-006097DF5BD4}\InProcServer32
---> C:\Windows\System\BROWSEUI.DLL
(ThreadingModal Both)
It looks like it chokes in that because after manually adding the key , the
installer gets a bit further:
fixme:shell:MLLoadLibraryW (L"browselc.dll",0x1f30000,2) semi-stub!
(After putting a native browselc.dll into system32, it gets again a bit further,
pops up a progess bar, and then a messagebox about installation failure, looks
like it stops because of msi error:
err:msi:ITERATE_Actions Execution halted, action
L"ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017" returned 1603
)
--
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=8944
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2007-13-07 12:56 -------
Closing.
--
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=8709
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pij(a)rambler.ru
------- Additional Comments From truiken(a)gmail.com 2007-13-07 12:56 -------
*** Bug 8944 has been marked as a duplicate of this bug. ***
--
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.