http://bugs.winehq.org/show_bug.cgi?id=31483
Bug #: 31483 Summary: InDesign CS6 crashes on File->Save Product: Wine Version: 1.5.8 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: info@translucidedesign.com Classification: Unclassified
Created attachment 41386 --> http://bugs.winehq.org/attachment.cgi?id=41386 Terminal Output, Screenshot and Shell script to install InDesign CS6
InDesign CS6 crash on "file -> save" before any dialog box appears.
InDesign cs6 was installed using the install script I provided on the app DB page (see comments from graben) Exporting in InDesign Markup/XML does the save behaviour as well as "save as" or "save a copy"
Here is (as attachments) the complete terminal output I have when the crash occurs, a screenshot of what happens, and the installation shell script I used to run InDesign CS6 in the first place.
http://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #1 from graben info@translucidedesign.com 2012-08-16 23:41:39 CDT --- "winetricks comdlg32ocx comctl32" and making sure they are set to "native, builtin" in winecfg does not change the problem. Tried with both together, and one or the other.
http://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #2 from graben info@translucidedesign.com 2012-08-17 22:37:35 CDT --- Deleting the plugin file " Script/Support for Visual Basic.apln" that prevent indesign from opening does not cause the file -> save crash.
Tested it on windows 7 by deleting the same file.
http://bugs.winehq.org/show_bug.cgi?id=31483
graben info@translucidedesign.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.5.8 |1.5.11
--- Comment #3 from graben info@translucidedesign.com 2012-08-27 23:08:32 CDT --- Bug is still present on wine 1.5.11
http://bugs.winehq.org/show_bug.cgi?id=31483
unxed unxed@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |unxed@mail.ru
--- Comment #4 from unxed unxed@mail.ru --- Still present in wine 1.7.11
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #5 from unxed unxed@mail.ru --- Possible duplicate of bug 14879?
https://bugs.winehq.org/show_bug.cgi?id=14879
https://bugs.winehq.org/show_bug.cgi?id=31483
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #6 from super_man@post.com --- This crash could be related to the issue that getfilename doesn't support the flag it receives.
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #7 from super_man@post.com --- (In reply to unxed from comment #5)
Possible duplicate of bug 14879?
It's also considered as duplicate. Can you test this patch if it helps here?
https://github.com/wine-compholio/wine-staging/tree/master/patches/user32-WM...
https://bugs.winehq.org/show_bug.cgi?id=31483
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #8 from winetest@luukku.com --- This bug is most likely already fixed and a dupe the bug that has been mentioned before.
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #9 from unxed unxed@mail.ru --- the link you have posted gives error 404
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #10 from unxed unxed@mail.ru --- still happens with wine 1.8 (from ubuntu ppa)
with 1.9.22-staging it is actually possible to save file, but indesign still crashes AFTER save
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #11 from winetest@luukku.com --- (In reply to unxed from comment #10)
still happens with wine 1.8 (from ubuntu ppa)
with 1.9.22-staging it is actually possible to save file, but indesign still crashes AFTER save
Can you post here the console output and crash location during save?
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #12 from unxed unxed@mail.ru --- found out that saving file actually works now (staging 1.9.22)
crash happens only if I press "cancel" in the "file->save" window. here is crash log: http://pastebin.com/MYbKhCYF
btw, what do you mean by "crash location"?
PS: InDesign is still unusable as trying to place anything on canvas makes wine crash. here is some logs:
- line tool: http://pastebin.com/qR5cKQwS
- place tool: http://pastebin.com/hpWqm9kx
- square tool: http://pastebin.com/JJPXSvre
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #13 from unxed unxed@mail.ru --- Still present in wine staging 1.9.23
File->Save as...->Cancel crash log:
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #14 from winetest@luukku.com --- You shouldnt use external sites for logs since they may vanish just like that.
Hard to tell why it doesn't work.
fixme:commdlg:GetFileName95 Flags 0x00008000 not yet implemented err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
looks the most interesting ones. There are some old bugs open related to GetFileName95. That function seems to be always around when opening/saving with dialogue doesnt work.
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #15 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to unxed from comment #13)
Still present in wine staging 1.9.23
File->Save as...->Cancel crash log:
This backtrace is the same as bug 16144. This specific problem is resolved with "winetricks atmlib", please try again after you do that.
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #16 from unxed unxed@mail.ru --- "winetricks atmlib" fixed and issue with "cancel" button in "file->save as" dialog, thanks!
Should I file another issue about unusable on-canvas tools?
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #17 from unxed unxed@mail.ru --- "an issue" I mean
https://bugs.winehq.org/show_bug.cgi?id=31483
--- Comment #18 from unxed unxed@mail.ru --- UPD: on-canvas tools are now working too! (after "winetricks atmlib")
thanks a lot!
https://bugs.winehq.org/show_bug.cgi?id=31483
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #19 from winetest@luukku.com --- (In reply to Bruno Jesus from comment #15)
(In reply to unxed from comment #13)
Still present in wine staging 1.9.23
File->Save as...->Cancel crash log:
This backtrace is the same as bug 16144. This specific problem is resolved with "winetricks atmlib", please try again after you do that.
(In reply to unxed from comment #16)
"winetricks atmlib" fixed and issue with "cancel" button in "file->save as" dialog, thanks!
Should I file another issue about unusable on-canvas tools?
Dupe then?
https://bugs.winehq.org/show_bug.cgi?id=31483
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #20 from Bruno Jesus 00cpxxx@gmail.com --- Assuming as dup as per comment 15 onwards.
*** This bug has been marked as a duplicate of bug 16144 ***
https://bugs.winehq.org/show_bug.cgi?id=31483
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=31483
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |atmlib
https://bugs.winehq.org/show_bug.cgi?id=31483
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20210222210656/https://tri | |als.adobe.com/AdobeProducts | |/legacy/99CABBAC-C975-4A06- | |8D99-064C6871EE80/IDSN/8/wi | |n32/InDesign_8_LS16.exe Keywords| |download Summary|InDesign CS6 crashes on |Adobe InDesign CS6 crashes |File->Save |on File -> Save (missing | |'atmlib.dll', Adobe Type | |Manager, Windows NT | |OpenType/Type 1 API | |Library)
--- Comment #22 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download links via Internet Archive for documentation.
Created snapshots from:
https://web.archive.org/web/20210210170121/https://prodesigntools.com/adobe-...
-> 'Adobe CS6 Direct Downloads' -> 'InDesign CS6' -> 'File 1', 'File 2'
====
https://web.archive.org/web/20210222210656/https://trials.adobe.com/AdobePro...
$ sha1sum InDesign_8_LS16.exe f974d66c764262a2d872d05bf643cce4163a9a16 InDesign_8_LS16.exe
$ du -sh InDesign_8_LS16.exe 1.3M InDesign_8_LS16.exe
====
https://web.archive.org/web/20210222211124/https://trials.adobe.com/AdobePro...
$ sha1sum InDesign_8_LS16.7z 72acd4330cf8abef9b1614fc315afc9f39bea8e2 InDesign_8_LS16.7z
$ du -sh InDesign_8_LS16.7z 879M InDesign_8_LS16.7z
Regards