http://bugs.winehq.org/show_bug.cgi?id=6043
Summary: Adobe Photoshop Elements 4 trial installer fails
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/products/tryadobe/main.jsp#product=
40
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 6042 by entering the mysterious serial number
1057-1044-5671-2189-1140-6013
the installer works for a while, but fails with the console message
err:msi:ITERATE_Actions Execution halted, action L"AMT_WriteRemoveFileEntry"
returned 1603
I'll attach the +msi log.
--
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=6042
Summary: Adobe Photoshop Elements 4 trial installer requires
serial number from ini file
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/products/tryadobe/main.jsp#product=
40
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Photoshop Elements 4 trial is delivered as a zip file,
PSE_40_WWE_TRYBUY.zip. Inside it is the usual Setup.exe.
Running the Setup.exe prompts you for a serial number.
The serial number to use is given in the file Abcpy.ini next
to the Setup.exe, in the line
SERIALNUMBERTRYOUT=1057-1044-5671-2189-1140-6013
Presumably the user shouldn't have to grovel through
the files that come with the installer to figure this out.
--
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=6041
Summary: MSI: Notes Administrator and Designer Client feature
selected by default
Product: Wine
Version: 0.9.19.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan.siebert(a)web.de
When I'm trying to install the Notes Client than the Administrator and Designer
features get selected by default, but on windows they don't. There currently
seems to be a problem with the features/components installlevel. I'm not sure
when this regression came in (I think it was 0.919).
--
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=6036
------- Additional Comments From snoski3(a)yahoo.com 2006-24-08 07:13 -------
I disabled the sound. The program loads quicker but there still is a delayed
response.
--
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=6039
------- Additional Comments From hverbeet(a)gmail.com 2006-24-08 06:12 -------
The thing in the left corner is render target related. The problem with the
letters looks like wrong alpha blending?
--
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=6040
Summary: Vaz Modular: devenum CreateClassEnumerator category not
found
Product: Wine
Version: 0.9.15.
Platform: PC
URL: http://www.software-technology.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Starting Vaz Modular 2.5 or 3.03 Demo (available from the website)
Messages:
fixme:wave:widDsCreate DirectSoundCapture not implemented
The (slower) DirectSound HEL mode will be used instead.
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
Then halts without exiting.
Regression: Vaz Modular worked around 0.9.8 I think.
--
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=5986
renu.rajput(a)tcs.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mattfinn(a)gmail.com,
| |dank(a)kegel.com
------- Additional Comments From renu.rajput(a)tcs.com 2006-24-08 05:36 -------
I had a brief look at the code, and it seems that the message is handled, but
for some reason, the following code fails in file dlls\user\message.c (for
richedit control):
function: process_mouse_message()
if ((info.flags & (GUI_INMENUMODE|GUI_INMOVESIZE)) ||
hittest != HTCLIENT ||
(GetClassLongA( msg->hwnd, GCL_STYLE ) & CS_DBLCLKS))
{
...
--
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=3709
------- Additional Comments From mike(a)codeweavers.com 2006-24-08 05:32 -------
The following entries in the string table mean a string of (2<<16) + 0 in
length, with 1 reference.
Offset even odd
4822 0 1
4823 0 2
We were previously incorrectly interpreting the second "0 2" as the start of
another long string.
Summary of the msi string table format as understood so far:
"n R" -> a string of n bytes (where n < 2^16) with R references
"0 0" -> a hole in the string table (zero length, zero references)
"0 R n m" -> a (long) string of m*65536+n bytes with R references.
Patch submitted:
http://www.winehq.org/pipermail/wine-patches/2006-August/030065.html
--
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=5905
------- Additional Comments From hverbeet(a)gmail.com 2006-24-08 05:26 -------
Afaik the new behaviour is correct. For our purposes the old behaviour was
probably more usefull though.
--
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=3534
------- Additional Comments From m.goemmel(a)compulab.de 2006-24-08 05:07 -------
Sorry, problems occur. I tested with CVS from this this night, XEMBED is
included, but the first application I tried (http://www.emtec.com/macrophone)
run into problems. It looks like there will be arranged some space in the
taskbar for the icon, but then the space will be removed again and the
debugger starts for this thread in the command line.
>From the above link you can easily try this. Get the MacroPhone client and
start it. It will not found any server, but the application window and the
taskbar should occur.
What could I do to help you fixing this? MacroPhone is our application, so
source code is available
Regards
Markus
--
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.