http://bugs.winehq.org/show_bug.cgi?id=15432
Summary: Adobe Indesign CS3, Illustrator CS3, and Flash CS3 fail
to install
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug after bug 8945.
Although Photoshop CS3 and Dreamweaver CS3 now install, Indesign,
Illustrator, and Flash all fail to install.
All three seem to fail in the same way.
After putting up the gui and saying "Loading Setup", it aborts
with a messagebox saying
"Critical errors were found in setup
Please see the Setup log file for details."
The log file is e.g.
./Program Files/Common Files/Adobe/Installers/Adobe InDesign CS3 5.0.log.gz
but doesn't seem to have much about the error.
I'll attach a +mshtml,+script log.
--
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=14879
Summary: InDesign CS: Crashes on File->Open or File->Place
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: polesapart(a)gmail.com
Created an attachment (id=15440)
--> (http://bugs.winehq.org/attachment.cgi?id=15440)
WM_CTLCOLORSTATIC windows vs. wine demonstration program
InDesign CS crashes while creating the File Open or File Place dialogs.
See http://wiki.winehq.org/AdobeIndesign for a download link and instructions
to get InDesign CS running.
The InDesign open and place dialogs are customised open file dialogs, created
using dialog templates. The crash is due to a null pointer dereference by the
application during the CDN_INITDONE WM_NOTIFY callback from the
FileOpenDlgProc95 function comdlg32/filedlg.c.
The root cause can be traced further back to the WM_INITDIALOG callback. This
passes a pointer to a data structure via the lCustData field of the
OPENFILENAME structure which I assume is being stored in memory for later
callbacks (e.g. WM_NOTIFY) to use.
Looking further into into the WM_INITDIALOG callback, during this a WM_SETTEXT
message is sent to a group-box control on the dialog box. On wine this results
in a WM_CTLCOLORSTATIC callback to the dialog, however this callback does not
occur on windows. I believe this spurios WM_CTLCOLORSTATIC callback is the
cause of the crash.
I have reproduced this problem with a small demo program (see attached). This
basically creates a new dialog box and when it receives it WM_INITDIALOG
notification it calls SendDlgItemMessage to send a WM_SETTEXT message to set
the text of a 'group box' control on the dialog, basically mimicking the
InDesign behaviour. The programs prints the notifications that it receives to
stdout. Comparing the output under windows vs. wine shows that wine generates a
WM_CTLCOLORSTATIC notification whereas windows doesn't.
--
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=11745
Summary: InDesign CS trial black where icons should be
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=10998)
--> (http://bugs.winehq.org/attachment.cgi?id=10998)
Screenshot
After working around bug 9043 by removing the
offending plugin, the app starts, but the GUI
has black squares where a lot of icons ought to be.
--
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=11757
Summary: Adobe InDesign CS tryout installer crashes early
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/indesign/win/3
.x/idcstryENG.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This might be a very recent regression. Running
http://download.adobe.com/pub/adobe/magic/indesign/win/3.x/idcstryENG.exe
or extracting the files with cabextract and then running its setup
both crash fairly early with a stack overflow.
--
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=11294
Summary: Imageready 3 and 6 (part of Photoshop 6 and 7) tool
option window in wrong place
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Imageready 3 (which comes with Photoshop 6, the last version
whose trial is not time-locked) and 7 (which comes with Photoshop 7)
both load ok, but they display the tool options window
in the wrong place -- right on top of the File menu!
You have to move the main app's window to get at the File
menu or any of the other main menus.
(Also, Imageready 3 doesn't display the entire
tool options window properly; the options
section per se is blank. But that's a different 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=11746
Summary: repeatable wineserver crash when exporting pdf with
adobe InDesign CS trial
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.winsoft.eu/support/download-adobe-
indesign.php
OS/Version: other
Status: NEW
Keywords: download
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A comment in
http://blog.foozia.com/blog/2007/dec/12/running-adobe-indesign-cs2-under-wi…
said that exporting pdfs didn't work, so I tried it in CS.
To repeat:
Install InDesign CS trial, and delete the vb plugin to
get around bug 9043. Then create a document, maybe
put a little text on it, and export as a pdf.
Whammo, wineserver crash! Here's the stack dump:
Program received signal SIGSEGV, Segmentation fault.
0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7d40583 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0x0804b7ed in prepend (path=0x48,
segment=0x48 <Address 0x48 out of bounds>) at change.c:671
#2 0x0804bbad in inotify_poll_event (fd=0x82014e8, event=1) at change.c:744
#3 0x08056564 in main_loop () at fd.c:437
#4 0x0805a905 in main (argc=3, argv=0xbfbfce84) at main.c:138
(gdb)
This is on Gutsy.
--
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=15050
Summary: Lightroom 2.0 won't install
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tioborracho(a)gmail.com
CC: tioborracho(a)gmail.com
Created an attachment (id=15706)
--> (http://bugs.winehq.org/attachment.cgi?id=15706)
install log
When installer launches it fails when it begins to extract cab files. See log
on attachment
--
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=10178
Summary: Adobe Audition 1.5 freezes randomly on playback/startup
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)deimos.ca
Created an attachment (id=8781)
--> (http://bugs.winehq.org/attachment.cgi?id=8781)
Console output of wine when Audition 1.5 freezes
This bug seems to be present on 0.9.46 and 0.9.47 as far as i can tell. Was
unable to reproduce on 0.9.45 so far.
When pressing play in Adobe Audition 1.5, wine freezes with errors about
"gdiobj.c" and "xrender.c" on the console (see attached log) This does not seem
affected by the audio settings in the 'winecfg' panel, ie. whether using oss or
alsa drivers, hardware accel/driver emulation, etc.
The "retrying (60 sec)" warnings occur again every 60 seconds after.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15721
Summary: Adobe Digital Editions doesn't install
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://www.adobe.com/products/digitaleditions/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Digital Editions has to be installed by clicking 'OK' twice
in a flash dialog (!). I tried installing it by doing
sh winetricks gecko flash
wine iexplore http://www.adobe.com/products/digitaleditions/
It acts like it's making progress, but it never accesses the
network... ? Don't know if it has to or not.
I haven't tried installing it in windows firefox on wine yet, either.
Oddly, people say this works;
http://appdb.winehq.org/objectManager.php?sClass=version&iId=13053
marks it platinum, but says something strange about how to install it
which I don't understand.
--
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=9729
Summary: Regression: gdi/x11 related changes cause lockups in
various win32 gui apps
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
I experienced several gdi/x11 lockups in various windows gui applications with
recent git snapshots.
While trying to verify a bug (http://bugs.winehq.org/show_bug.cgi?id=9724) I
noticed that application is actually quite good for reproducing (instant lockup
on file open/save dialog).
Though it suffers from other bugs unrelated to this one so I filed this issue
as separate bug.
This is a regression, causing gui applications to completely lock up
--- snip ---
err:ntdll:RtlpWaitForCriticalSection section 0x617e8ca0 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0009, blocked by 0016, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x61270a80 "gdiobj.c: GDI_level"
wait timed out in thread 0016, blocked by 0009, retrying (60 sec)
--- snip ---
First bad commit is:
--- snip ---
baa8d225435f3bc029825b7601ca34a580b5e293 is first bad commit
commit baa8d225435f3bc029825b7601ca34a580b5e293
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 17 16:48:56 2007 +0200
gdi32: Replace DC_GetDCUpdate by get_dc_ptr+update_dc in the bitmap
functions.
:040000 040000 c2e3cf9b099b159ba06b616f12396d3eec97b053
4f3af2c6e18421d1b8db70a2f7558a9ab74f40b2 M dlls
--- snip ---
It should be noted that this commits cause immediate lockup in some
applications - but not all.
It's possible that later commits escalate this problem/behaviour further.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.