[Bug 13064] New: AfterEffects 7 tryout crashes on startup, needs GDI32.dll. CreateFontIndirectExW
http://bugs.winehq.org/show_bug.cgi?id=13064 Summary: AfterEffects 7 tryout crashes on startup, needs GDI32.dll.CreateFontIndirectExW Product: Wine Version: CVS/GIT Platform: Other URL: ftp://ftp.adobe.com/pub/adobe/aftereffects/win/7.x/After _Effects_7_0_Tryout.zip OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Installing the tryout works now (modulo one missing image, see bug 10003). Starting it was a trial, though. First, it crashed straight off, can't recall what it said, but there was an error dialog. Rerunning it with +module got past that ?! Then it put up the normal "continue trial" dialog box -- but transparant! Probably has to do with this warning: err:bitmap:X11DRV_DIB_SetImageBits Out of memory! Then it crashed with wine: Call from 0x7ee118b0 to unimplemented function gdiplus.dll.GdipCreateFontFamilyFromName, aborting winetricks gdiplus worked around that. Then it crashed with the present bug, wine: Call from 0x9cecd7 to unimplemented function GDI32.dll.CreateFontIndirectExW, aborting -- 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=13064 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-05-08 09:01:55 --- It should be pretty easy to implement CreateFontIndirectExA/W by passing &penumlfex->elfEnumLogfontEx.elfLogFont to CreateFontIndirectA/W. -- 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=13064 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead(a)gmail.com --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-05-10 04:03:06 --- (In reply to comment #1)
It should be pretty easy to implement CreateFontIndirectExA/W by passing &penumlfex->elfEnumLogfontEx.elfLogFont to CreateFontIndirectA/W.
Will this patch be accepted during code freeze? -- 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=13064 --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-05-10 05:18:35 --- It doesn't hurt to try, but you should include a basic test case. -- 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=13064 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-05-10 10:43:34 --- Created an attachment (id=12886) --> (http://bugs.winehq.org/attachment.cgi?id=12886) CreateFontIndirectEx implementation Two patches actually. First makes definitions, second - CreateFontIndirectEx and test. Implemented calls simply use CreateFontIndirect. -- 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=13064 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2008-05-17 04:07:59 --- Dan, any progress with this? I've noticed that download size is about 1.2 GB so I'm not able to check it by myself. -- 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=13064 --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-05-17 06:09:58 --- I think that patch is good. At least, I seem to get further: trace:module:load_dll looking for L"~df394b.tmp" in L"C:\\Program Files\\Adobe\\Adobe After Effects 7.0\\Support Files;.;C:\\windows\\system32;C:\\windows\\system;C:\\windows;C:\\windows\\system32;C:\\windows;;C:\\Program Files\\Common Files\\Adobe\\AGL" warn:module:load_dll Failed to load module L"~df394b.tmp"; status=c0000135 ... warn:module:process_attach Initialization of L"AdobeLM.dll" failed ... After Effects error: An error has been detected with a required application library and the product cannot continue. Please reinstall the application. -- 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=13064 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26(a)gmail.com --- Comment #7 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-10-26 02:04:52 --- This seems to still be a problem in 1.1.7. -- 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=13064 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-01-19 15:15:56 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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=13064 --- Comment #9 from cem <cemelmaci(a)hotmail.com> 2009-05-22 20:13:29 --- Created an attachment (id=21244) --> (http://bugs.winehq.org/attachment.cgi?id=21244) after effects 7 terminal crash output in git 1.1.21 --snip-- GDI32.dll.CreateFontIndirectExW, aborting --snip-- -- 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=13064 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cemelmaci(a)hotmail.com --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-07-14 14:21:40 --- *** Bug 19325 has been marked as a duplicate of this 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=13064 --- Comment #11 from cem <cemelmaci(a)hotmail.com> 2009-07-14 18:42:59 --- Created an attachment (id=22381) --> (http://bugs.winehq.org/attachment.cgi?id=22381) aecs4 terminal with CreateFontIndirectEx implementation patch AE cs4 retested with CreateFontIndirectEx implementation patch in wine 1.1.25 crashed with After effects error: crash occured while invoking plugin "ae_openGL". -- 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=13064 --- Comment #12 from cem <cemelmaci(a)hotmail.com> 2010-02-07 14:13:12 --- its working. i have only native gdiplus installed. thankyou Nikolay for your patch. my wine version: wine-1.1.38 Dist.: Ubuntu karmic 64 -- 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=13064 --- Comment #13 from cem <cemelmaci(a)hotmail.com> 2010-02-13 10:34:32 --- i have this patch with both after effects 7 and cs4 tested. its working. what can I do to make this patch is accepted? -- 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=13064 Kyryl Bilokurov <kyryl.bilokurov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyryl.bilokurov(a)gmail.com --- Comment #14 from Kyryl Bilokurov <kyryl.bilokurov(a)gmail.com> 2010-03-13 07:45:42 --- Barnes & Noble reader is also affected by this bug, it fails with error: wine: Call from 0x6833ac10 to unimplemented function GDI32.dll.CreateFontIndirectExA, aborting -- 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=13064 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Target Milestone|--- |1.2.0 --- Comment #15 from Dan Kegel <dank(a)kegel.com> 2010-03-13 08:04:38 --- Patch was submitted back in june 2008: http://www.winehq.org/pipermail/wine-patches/2008-June/056539.html The last feedback I can see is: http://www.winehq.org/pipermail/wine-devel/2008-June/066642.html Nikolay, what's the current status? Patch exists, affects multiple applications -> nominating for 1.2 -- 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=13064 --- Comment #16 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-03-13 08:24:41 --- Hi, Dan. Current status is: - I have no idea what additional data passed to this call is for, so patch is a semistub; - when it was submitted I changed some PSDK defined structures I don't remember why, it isn't allowed of course. Feel free to resend it with some corrections maybe, I don't have time for it now unfortunately. -- 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=13064 --- Comment #17 from Kyryl Bilokurov <kyryl.bilokurov(a)gmail.com> 2010-03-13 09:49:52 --- Hi, I will take a look if I can make it working and refine Nikolay's patch so it will get accepted. -- 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=13064 Ted Fischer <ted.a.fischer(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ted.a.fischer(a)gmail.com --- Comment #18 from Ted Fischer <ted.a.fischer(a)gmail.com> 2010-04-12 23:13:41 --- This is affecting me with the B&N EReader. I hope you get it, -- 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=13064 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead(a)gmail.com | AssignedTo|wine-bugs(a)winehq.org |bunglehead(a)gmail.com --- Comment #19 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-10 15:51:51 --- I'll update a patch. -- 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=13064 Jonas Heinrich <onny(a)project-insanity.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |onny(a)project-insanity.org --- Comment #20 from Jonas Heinrich <onny(a)project-insanity.org> 2010-06-12 04:25:57 --- This bug does still exists in wine-1.2-rc3 :( -- 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=13064 --- Comment #21 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-12 06:07:26 --- That was too late for the last try: http://www.winehq.org/pipermail/wine-patches/2010-June/089498.html -- 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=13064 Kyryl Bilokurov <kyryl.bilokurov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|kyryl.bilokurov(a)gmail.com | -- 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=13064 kanelballe(a)hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kanelballe(a)hotmail.com --- Comment #22 from kanelballe(a)hotmail.com 2010-06-12 16:43:29 --- (In reply to comment #21)
That was too late for the last try:
http://www.winehq.org/pipermail/wine-patches/2010-June/089498.html
Thanks I have applied the patch now and will try it out after compilation, as this seems to be affecting Adobe Flash CS4 initialization as well, -- 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=13064 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-06-14 13:07:36 --- Should be fixed by cd43ff167bd85d39aeb31ab41b6ccef29e7dfafe. -- 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=13064 --- Comment #24 from cem <cemelmaci(a)hotmail.com> 2010-06-14 13:25:26 --- Thankyou Nikolay. -- 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=13064 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #25 from Alexandre Julliard <julliard(a)winehq.org> 2010-06-18 12:46:22 --- Closing bugs fixed in 1.2-rc4. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=13064 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead(a)gmail.com |wine-bugs(a)winehq.org -- 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.
participants (1)
-
wine-bugs@winehq.org