http://bugs.winehq.org/show_bug.cgi?id=16499
Summary: Adobe Photoshop CS4 crashes upon using text input tool Product: Wine Version: 1.1.7 Platform: All OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: maevey@hotmail.com
Created an attachment (id=17921) --> (http://bugs.winehq.org/attachment.cgi?id=17921) Terminal output log
Photoshop installs and starts okay. All tools seem to work (after basic testing). Clicking on the text input tool causes application to crash.
Log attached
Using Ubuntu 8.10
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #1 from Stefan Dösinger stefandoesinger@gmx.at 2008-12-14 08:34:17 --- Please use a wine build with debug symbols when filing bugs. The backtraces in your log are useless unfortunately.
http://bugs.winehq.org/show_bug.cgi?id=16499
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-12-14 12:07:15 --- Please retest with latest Wine - wine-1.1.10
http://bugs.winehq.org/show_bug.cgi?id=16499
Adam Eberlin adam.eberlin@intellitechdesign.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adam.eberlin@intellitechdesi | |gn.com
--- Comment #3 from Adam Eberlin adam.eberlin@intellitechdesign.com 2008-12-23 05:02:49 --- Retested with wine 1.1.11, bug still exists. Attached section of output from before/after the textinput tool button is clicked. Used native gdiplus, mlang, mscms, msxml3, riched20, and riched32. Additional logs can be posted if necessary.
Relay log can be found at http://www.adameberlin.com/winedbg/16499-1.log
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #4 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-22 13:59:33 --- Created an attachment (id=18903) --> (http://bugs.winehq.org/attachment.cgi?id=18903) Full exact log of specifcly of crash
Contact me at email for further questions, or patch testing.
http://bugs.winehq.org/show_bug.cgi?id=16499
Adam Obenhofer adamobenhofer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #18903|Full exact log of specifcly |Full exact log of specific description|of crash |of crash
http://bugs.winehq.org/show_bug.cgi?id=16499
Adam Obenhofer adamobenhofer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #18903|Full exact log of specific |Full exact log of specific description|of crash |of crash. | |wine-1.1.13-64-ge098f42
--- Comment #5 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-22 14:00:55 --- (From update of attachment 18903) Contact me for further information or if you need someone to test the patch.
http://bugs.winehq.org/show_bug.cgi?id=16499
Adam Obenhofer adamobenhofer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adamobenhofer@gmail.com
--- Comment #6 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-22 14:01:36 --- Contact me if you need someone to test a patch or for further debugging information.
http://bugs.winehq.org/show_bug.cgi?id=16499
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #7 from Dan Kegel dank@kegel.com 2009-01-22 14:22:32 --- Here's the key part of Adam's relay log:
0009:Call KERNEL32.LoadLibraryA(0a0540a0 "ATMLIB.dll") ret=09fdee47 0009:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=09fdee47 0009:Call KERNEL32.RaiseException(c06d007e,00000000,00000001,0033d784) ret=09fdee86
So perhaps we need to start implementing that DLL. Does copying atmlib.dll (and maybe atmfd.dll) from your installation of windows into .wine/drive_c/windows/system32 help?
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #8 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-22 15:23:44 --- Dan, I know you were not talking to me but I tried copying ATMLIB.dll and ATMFD.dll in both uppercase, lowercase, and I also copied them to the photoshop directory, the same crash occurs.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #9 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-22 15:54:57 --- Created an attachment (id=18907) --> (http://bugs.winehq.org/attachment.cgi?id=18907) Another log with debug channeling. wine-1.1.13-64-ge098f42
Check out the second log by me, note GDIPLUS32.dll.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #10 from Dan Kegel dank@kegel.com 2009-01-22 16:40:18 --- Hmm, just saw doc on EMR_NAMEDESCAPE, maybe that's related to NamedEscape: http://msdn.microsoft.com/en-us/library/cc230642.aspx
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #11 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-23 04:41:07 --- Created an attachment (id=18924) --> (http://bugs.winehq.org/attachment.cgi?id=18924) Patch #1
Implement NamedEscape
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #12 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-23 04:52:42 --- (From update of attachment 18924)
--- /dlls/gdi32/gdigdi_private.h 2009-01-23 01:55:37.000000000 -0800 +++ gdi_private_fixed.h 2009-01-23 02:00:27.000000000 -0800 @@ -418,7 +418,6 @@
/* enhmetafile.c */ extern HENHMETAFILE EMF_Create_HENHMETAFILE(ENHMETAHEADER *emh, BOOL on_disk ) DECLSPEC_HIDDEN;
/* freetype.c */
/* Undocumented structure filled in by GdiRealizationInfo */ @@ -523,6 +522,9 @@ /* region.c */ extern BOOL REGION_FrameRgn( HRGN dest, HRGN src, INT x, INT y ) DECLSPEC_HIDDEN;
+/* printdrv.c */ +extern INT WINAPI NamedEscape (HDC hdc, PWCHAR pDriver, INT iEsc, INT cjIn, LPSTR pjIn, INT cjOut, LPSTR pjOut);
/* Undocumented value for DIB's iUsage: Indicates a mono DIB w/o pal entries */ #define DIB_PAL_MONO 2
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #13 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-23 04:55:03 --- Created an attachment (id=18925) --> (http://bugs.winehq.org/attachment.cgi?id=18925) Patch #2
For the first patch attached you need to edit gdi_private.h to /dlls/gdi32/gdi_private.h
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #14 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-23 05:01:03 --- Created an attachment (id=18926) --> (http://bugs.winehq.org/attachment.cgi?id=18926) Preview
For those of you who like proof and a screenshot. http://img294.imageshack.us/img294/7866/snapshot2fx8.jpg
http://bugs.winehq.org/show_bug.cgi?id=16499
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, patch
--- Comment #15 from Dan Kegel dank@kegel.com 2009-01-23 08:51:05 --- Several folks reported, stub patch said to work -> confirming, adding patch keyword
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #16 from Andrew Nguyen arethusa26@gmail.com 2009-01-25 01:13:41 --- I've submitted a patch:
http://www.winehq.org/pipermail/wine-patches/2009-January/068316.html
http://bugs.winehq.org/show_bug.cgi?id=16499
Peet Andrew ekstasis0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ekstasis0@gmail.com
--- Comment #17 from Peet Andrew ekstasis0@gmail.com 2009-01-25 07:49:29 --- Adam Obenhofer I am a little unsure about what to do with the 2 path you've written. And should I use both 2 to use the text in CS4?
<a href="http://peecee.dk/uploads/012009/text.png">Preview</a>
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #18 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-25 08:46:45 --- Peet Andrew, The two patches have been submitted to the git repository, all you have to do is upgrade to the latest git version to get them, from what I have been told. But the path is dlls/gdi32/printdrv.c and dlls/gdi32/gdi_private.h if you still want to re-apply the patch. I suggest you upgrade to the latest git, im not sure if the submenu patches have been applied because that is a hack and not a true fix if I understand correctly.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #19 from Dan Kegel dank@kegel.com 2009-01-25 10:57:46 --- peet, the patch is not yet committed yet. It will probably be in wine-1.1.14, which should be out on Jan 30 or so.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #20 from Peet Andrew ekstasis0@gmail.com 2009-01-25 11:02:10 --- #18 Okay, now I have install 'git 1.6.1' from my package manager (Arch Linux) And do this: git clone git://source.winehq.org/git/wine.git ~/wine-git That http://wiki.winehq.org/GitWine told me.
But it don´t work. Do I something wrong? I know not so much to 'git'
In '~/wine-git/dlls/gdi32/gdi_private.h' says: http://pastebin.com/m36d18be2
And '~/wine-git/dlls/gdi32/printdrv.c' says: http://pastebin.com/m27a351ce
#19 But can I do something now, to get the text to work?
http://bugs.winehq.org/show_bug.cgi?id=16499
Adam Obenhofer adamobenhofer@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #18924|0 |1 is obsolete| | Attachment #18925|0 |1 is obsolete| |
--- Comment #21 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-25 11:42:48 --- Created an attachment (id=18988) --> (http://bugs.winehq.org/attachment.cgi?id=18988) Both patches with full paths
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #22 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-25 14:21:35 --- (In reply to comment #20)
#18 Okay, now I have install 'git 1.6.1' from my package manager (Arch Linux) And do this: git clone git://source.winehq.org/git/wine.git ~/wine-git That http://wiki.winehq.org/GitWine told me.
But it don´t work. Do I something wrong? I know not so much to 'git'
In '~/wine-git/dlls/gdi32/gdi_private.h' says: http://pastebin.com/m36d18be2
And '~/wine-git/dlls/gdi32/printdrv.c' says: http://pastebin.com/m27a351ce
#19 But can I do something now, to get the text to work?
Take a look at the new patch http://www.winehq.org/pipermail/wine-patches/attachments/20090125/9857c311/a... by Andrew Nguyen. It's proper. I hope an admin can come through and clean this thread up..it was my first time submitting/trying a bug fix.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #23 from Peet Andrew ekstasis0@gmail.com 2009-01-25 14:47:48 --- #21 But where is your 'git' installert, I mean where is '/*/*/*/dlls/gdi32/' what is /*/*/*/ with you? And how have you configured 'git'?
And should anything in 'gdi_private.h' and 'printdrv.c' replaced with this pacth you write, or should it be deployed along with what is already there?
#22 'attachment.bin' just give me this:
$ '~/attachment.bin' diff: unknown flag '--git' diff: Try 'diff - help' for more information. ~/attachment.bin: line 2: index: command not found ~/attachment.bin: line 3: ---: command not found ~/attachment.bin: line 4: +++: command not found ~/attachment.bin: line 5: syntax error near unexpected token `(' ~/attachment.bin: line 5: `@@ -729,3 +729,15 @@ INT WINAPI DrawEscape(HDC hdc, INT nEscape, INT cbInput, LPCSTR 'pszInData)
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #24 from Dan Kegel dank@kegel.com 2009-01-25 14:50:17 --- See http://kegel.com/academy/opensource.html#patches.using
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #25 from Peet Andrew ekstasis0@gmail.com 2009-01-25 15:23:34 --- #24 Ok thanks..
But now I get this:
$ cd .wine-git; patch -p1 < ~/attachment.bin patching file dlls/gdi32/driver.c Hunk #1 FAILED at 729. 1 out of 1 hunk FAILED -- saving rejects to file dlls/gdi32/driver.c.rej patching file dlls/gdi32/gdi32.spec patch unexpectedly ends in middle of line Hunk #1 FAILED at 365. 1 out of 1 hunk FAILED -- saving rejects to file dlls/gdi32/gdi32.spec.rej
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #26 from Peet Andrew ekstasis0@gmail.com 2009-01-25 18:17:48 --- I have tried to put the path I mentioned in # 18 in all possible locations, but without result.
So it looks as if we probably just have to wait to either Wine or git to solve the problem, or one of them having received it work, will explain exactly what he did at least detajle.
So now I throw at least CS2 on my PC into it.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #27 from Peet Andrew ekstasis0@gmail.com 2009-01-25 18:18:46 --- Not #18 I mean #25
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #28 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-01-30 11:06:42 --- (In reply to comment #23)
#21 But where is your 'git' installert, I mean where is '/*/*/*/dlls/gdi32/' what is /*/*/*/ with you? And how have you configured 'git'?
And should anything in 'gdi_private.h' and 'printdrv.c' replaced with this pacth you write, or should it be deployed along with what is already there?
Peet Andrew, check the arch wiki for info on abs and yaourt, download the pkgbuild file for the AUR package called wine-git, and use makepkg/yaourt to build it. Post in the AUR wine-git thread if you have issues.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #29 from Peet Andrew ekstasis0@gmail.com 2009-01-31 06:25:09 --- #28
Ok, I just tried to install 'wine-git' http://aur.archlinux.org/packages.php?ID=12092 (Wine 1.1.14) and all successful as it should, but the 'text' and 'Save for web' in CS4 still does not work. :(
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #30 from Dan Kegel dank@kegel.com 2009-01-31 08:15:35 --- Hmm. The patch is in, http://www.winehq.org/pipermail/wine-cvs/2009-January/052373.html so supposedly text tool should work.
Can you give us a compressed +relay,+seh log?
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #31 from Adam Obenhofer adamobenhofer@gmail.com 2009-01-31 11:51:04 --- (In reply to comment #29)
#28
Ok, I just tried to install 'wine-git' http://aur.archlinux.org/packages.php?ID=12092 (Wine 1.1.14) and all successful as it should, but the 'text' and 'Save for web' in CS4 still does not work. :(
Peet that package is from Jan 18 is it not? The text tool patch was not commited until the 27th. Also, the "Save for web" is a bug that nobody has had time to fix. It's related to the way wine and photoshop handle ntfs. Try avoiding accessing any ntfs drive and you should be able to get it to work. Hope this helps.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #32 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-01 03:37:42 --- Created an attachment (id=19143) --> (http://bugs.winehq.org/attachment.cgi?id=19143) Compressed +relay,+seh debug log
The wine-git package in AUR will pull the latest source from the GIT repo and build the latest revision. That was simply the date the pkgbuild file was updated.
Anyway, the patch does not seem to have fixed the bug. Wine still crashes after clicking the text input button. I have posted a +relay,+seh log (compressed).
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #33 from Dan Kegel dank@kegel.com 2009-02-01 08:23:38 --- Adam Eberlin, thanks for the log. You're still crashing with 0009:Call KERNEL32.LoadLibraryA(0eef40a0 "ATMLIB.dll") ret=0ee7ee47 which is a separate problem. I think that was supposed to be installed into the Adobe Photoshop CS4 directory. If it is supposed to be installed, and isn't getting installed, we should open up a separate bug, as this one is awful noisy.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #34 from Peet Andrew ekstasis0@gmail.com 2009-02-01 14:46:13 --- #30
I've tried to create a log with: WINEDEBUG=+seh,+relay wine */Photoshop.exe &> wine.log
But 'wine.log' is at 590 MB, so it is unfortunately too big to just throw up in here.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #35 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-01 14:50:43 --- Peet, follow the instructions at this link to control the amount of output you're logging.
http://www.winehq.org/docs/winedev-guide/dbg-control
Do cat /tmp/wine.log right before you click the text-input button.
Dan, thanks for the tip, I'll see if that fixes anything.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #36 from Peet Andrew ekstasis0@gmail.com 2009-02-01 15:34:42 --- Created an attachment (id=19170) --> (http://bugs.winehq.org/attachment.cgi?id=19170) +relay,+seh log
Here is a log..
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #37 from Dan Kegel dank@kegel.com 2009-02-01 16:21:15 --- Sorry, that log didn't capture the problem.
But this issue should be easy enough to reproduce, since the app has a free trial, so maybe the log isn't so necessary.
http://bugs.winehq.org/show_bug.cgi?id=16499
Adam Eberlin adam.eberlin@intellitechdesign.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19143|0 |1 is obsolete| |
--- Comment #38 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-01 16:53:00 --- Created an attachment (id=19174) --> (http://bugs.winehq.org/attachment.cgi?id=19174) Another compressed +relay,+seh log
Sorry, that log didn't capture the problem.
But this issue should be easy enough to reproduce, since the app has a free trial, so maybe the log isn't so necessary.
Dan, I believe I fixed the amtlib error. Please check this new log and see if it has the information you guys need.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #39 from Dan Kegel dank@kegel.com 2009-02-01 17:43:13 --- No, that log still has
0009:Call KERNEL32.LoadLibraryA(0ee540a0 "ATMLIB.dll") ret=0eddee47 0009:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=0eddee47 0009:Call KERNEL32.RaiseException(c06d007e,00000000,00000001,0033d784) ret=0eddee86
BTW, even if you had fixed the ATMLIB.dll problem, the log is worthless unless you say how to reproduce the problem, including any workarounds.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #40 from Peet Andrew ekstasis0@gmail.com 2009-02-01 17:52:02 --- #37
Was it the answer to #36? And if so, what do you mean?
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #41 from Dan Kegel dank@kegel.com 2009-02-01 17:58:31 --- Yes, comment 37 was a reply to comment 36, and I meant that I could see nothing obvious wrong in the log. However you reduced the log seems to have snipped out the important bit?
By the way, rzip is a great tool, it compresses better than tar -gz, I recommend it.
But it might not make sense for me to keep asking for logs; I should just try reproducing the problem here.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #42 from Peet Andrew ekstasis0@gmail.com 2009-02-01 20:43:17 --- Here is a complete log, it fills a part unpacked 807 MB.
http://rapidshare.com/files/192739893/wine.log.tar.gz
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #43 from Peet Andrew ekstasis0@gmail.com 2009-02-04 18:58:35 --- I have finally been solved my problem with the text in CS4. What I did was to download 'atmlib.dll' from the net and throw it in '/windows/system32' and then the text work.
So now my only problem that 'Save for web' does not work.
#31 I have no 'NTFS' drive in or connected to my PC.
http://bugs.winehq.org/show_bug.cgi?id=16499
Peet Andrew ekstasis0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #19170|0 |1 is obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #44 from Dan Kegel dank@kegel.com 2009-02-04 19:05:12 --- Is the CS4 installer supposed to install atmlib.dll ? If so, then I guess Wine isn't running the installer properly.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #45 from Peet Andrew ekstasis0@gmail.com 2009-02-04 19:17:05 --- #44 Yes it can look like Wine does not run the installer completely correct, it place the files a slightly wrong places with which I have written here: http://bugs.winehq.org/show_bug.cgi?id=16385#c11
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #46 from Adam Eberlin adam.eberlin@intellitechdesign.com 2009-02-05 10:42:54 --- I can also confirm that adding atmlib.dll to windows/system32 does show the effect of this bug fix. I believe that this bug can effectively be closed.
http://bugs.winehq.org/show_bug.cgi?id=16499
--- Comment #47 from Peet Andrew ekstasis0@gmail.com 2009-02-15 08:02:25 --- Perfect, now works 'Save for web' also in PS4. It is probably because of the Wine 1.1.15 which has just published. :)
http://bugs.winehq.org/show_bug.cgi?id=16499
Julian W. Speedator@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Speedator@gmx.de
http://bugs.winehq.org/show_bug.cgi?id=16499
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=16499
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.adobe.com/cfusio | |n/tdrc/index.cfm?product=ph | |otoshop
http://bugs.winehq.org/show_bug.cgi?id=16499
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal
--- Comment #48 from Dan Kegel dank@kegel.com 2009-05-24 00:04:32 --- Crashes aren't minor, setting severity back to normal.
http://bugs.winehq.org/show_bug.cgi?id=16499
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.adobe.com/cfusio |http://trials.adobe.com/App |n/tdrc/index.cfm?product=ph |lications/Photoshop/CS4/Win |otoshop |/ADBEPHSPCS4_LS1.7z Severity|normal |minor
--- Comment #49 from Ken Sharp kennybobs@o2.co.uk 2009-06-13 16:18:25 --- An easy workaround is present, minor.
http://bugs.winehq.org/show_bug.cgi?id=16499
Jonas Heinrich onny@project-insanity.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |onny@project-insanity.org
--- Comment #50 from Jonas Heinrich onny@project-insanity.org 2010-07-19 14:46:37 --- This bug also affects Photoshop CS5 and makes it unable to start the text-tool!
http://bugs.winehq.org/show_bug.cgi?id=16499
Denis spambox@nsk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spambox@nsk.ru
--- Comment #51 from Denis spambox@nsk.ru 2010-07-22 19:45:12 --- (In reply to comment #50)
This bug also affects Photoshop CS5 and makes it unable to start the text-tool!
Did you try to install atmlib by winetricks ?
http://bugs.winehq.org/show_bug.cgi?id=16499
Barrett bpeppermail@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bpeppermail@gmail.com
--- Comment #52 from Barrett bpeppermail@gmail.com 2011-06-21 01:28:39 CDT --- This worked for me http://rapidshare.com/files/289713923/5.1.2.225__atmlib.zip download this dll and copy it to /drive_c/windows/system32 done.
http://bugs.winehq.org/show_bug.cgi?id=16499
Laura glaedr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |glaedr@gmail.com
--- Comment #53 from Laura glaedr@gmail.com 2011-06-29 20:49:21 CDT --- This has a workaround. - Install the Microsoft and Adobe core fonts. The Adobe fonts can be found in Adobe Font Folio. Unfortunately that means either downloading it illegally or paying out more for something that should work already for now. The installer doesn't install the fonts already included in the installation files. We need to either get those fonts to install upon installation of the program, or else extract them from the installation files to be installed manually.
http://bugs.winehq.org/show_bug.cgi?id=16499
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e670b01f39b13ee49ca37933135 | |0a1bc6c3ea5da Status|NEW |RESOLVED CC| |focht@gmx.net Component|-unknown |gdi32 Resolution| |FIXED Severity|minor |normal
--- Comment #54 from Anastasius Focht focht@gmx.net 2011-12-20 08:05:25 CST --- Hello,
this bug has two issues mixed up. Missing "atmlib" is covered by bug 16144
The GDI32.dll.NamedEscape stub was committed long time ago, marking fixed.
--- snip --- wine: Call from 0x73c21895 to unimplemented function GDI32.dll.NamedEscape, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 wine: Unhandled exception 0xc06d007e at address 0x7ede6ba0 (thread 0009), starting debugger... Unhandled exception: 0xc06d007e in 32-bit code (0x7ede6c0b). --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=16499
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #55 from Alexandre Julliard julliard@winehq.org 2011-12-30 12:55:42 CST --- Closing bugs fixed in 1.3.36.
http://bugs.winehq.org/show_bug.cgi?id=16499
bkss.designs1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bkss.designs1@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=16499
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86 OS|other |Linux
https://bugs.winehq.org/show_bug.cgi?id=16499
annieoliviero annieoliviero@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |annieoliviero@gmail.com