[Bug 24153] New: Adobe Audition 3 parts of interface not drawn
http://bugs.winehq.org/show_bug.cgi?id=24153 Summary: Adobe Audition 3 parts of interface not drawn Product: Wine Version: 1.3.1 Platform: x86 URL: https://www.adobe.com/cfusion/tdrc/index.cfm?loc=en_us &product=audition OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: gdiplus AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com Adobe Audition 3 trial now installs and starts in an empty .wine, but large chunks of the interface aren't drawn. There are a few messages in the log: fixme:gdiplus:GdipDrawString not implemented for given parameters fixme:gdiplus:GdipDrawImagePointsRect Color transforms not implemented I was not able to find a usable workaround in a quick test, despite trying winetricks gdiplus and winetricks msxml3; the app aborted with a "To continue working..." dialog and then a "pure virtual call" error dialog. -- 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=24153 Jonas Heinrich <onny(a)project-insanity.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |onny(a)project-insanity.org --- Comment #1 from Jonas Heinrich <onny(a)project-insanity.org> 2010-08-26 06:56:48 --- Just install gdiplus and it should work, no msxml needed! -- 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=24153 --- Comment #2 from Jonas Heinrich <onny(a)project-insanity.org> 2010-10-04 13:39:42 CDT --- Created an attachment (id=31117) --> (http://bugs.winehq.org/attachment.cgi?id=31117) audition splashscreen debug with gdip- and font-traces I'm trying to fix font.c of gdiplus, so that it'll draw the text of the splash screen. But currently i'm not sure which part of the progress fails :( Would be awesome if someone could give me a hint :) -- 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=24153 --- Comment #3 from Jonas Heinrich <onny(a)project-insanity.org> 2010-10-04 14:23:40 CDT --- sorry, i figured it out: fixme:gdiplus:GdipDrawString (0x148408, L"Version 3.0", -1, 0x1471d0, (25.00,111.00,530.00,32.00), (nil), 0x14c540) fixme:gdiplus:GdipDrawString not implemented for given parameters fixme:gdiplus:GdipDrawString (0x148408, L"Copyright \00a9 1992-2007 Adobe Systems Incorporated. Alle Rechte vorbehalten. Gesch\00fctzt durch US-Patente. Weitere Patente in den USA und anderen L\00e4ndern angemeldet. Siehe Hinweis zu Patenten und rechtliche Hinweise im Dialogfeld 'Info'.", 233, 0x1471d0, (64.00,221.00,510.00,39.00), (nil), 0x14c540) fixme:gdiplus:GdipDrawString not implemented for given parameters fixme:gdiplus:GdipDrawString (0x173ae8, L"Erforderliche Komponenten werden initialisiert...", 49, 0x1471d0, (25.00,130.00,530.00,18.00), (nil), 0x173ba0) fixme:gdiplus:GdipDrawString not implemented for given parameters well, let's try to fix this ;) -- 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=24153 Diego Armando <diego666colo(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diego666colo(a)hotmail.com --- Comment #4 from Diego Armando <diego666colo(a)hotmail.com> 2011-03-10 21:02:00 CST --- I'm another user of adobe audition for its simplicity and support all of the above. Hopefully we can get a real solution to high performance because this program is very good -- 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=24153 Jan Boysen <jan(a)lugfl.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jan(a)lugfl.de --- Comment #5 from Jan Boysen <jan(a)lugfl.de> 2011-05-18 05:59:01 CDT --- With Vincents recent addition of Software rendering in Wines build-in gdiplus ( thanks a lot for that and keep up the good work.. ) most of the interface is rendered now but as a Text render Software implementation is still missing in wines gdiplus nearly no texts are shown :/ But if someone is very familiar with the interface most of the interface is usable without texts as you might now what is written there.. Only the configuration of more seldom used effects is a little bit annoying without text labels.. In addition there is still some slowness in the GUI rendering which I suppose might come from the fact that every single render step is pushed to the X server as in my case The audition and X server process are using 100% CPU of a core each on a hexa-core system. -- 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=24153 --- Comment #6 from Vincent Povirk <madewokherd(a)gmail.com> 2011-07-27 11:08:15 CDT --- Text should be drawing as of 1.3.25. -- 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=24153 --- Comment #7 from Jan Boysen <jan(a)lugfl.de> 2011-07-31 04:34:57 CDT --- I can confirm, this is fixed. Even the render speed of the entire GUI increased massively, so Audition finally is full usable as its the first time the time correctly is displayed. Thanks Vincent, for all the work on 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=24153 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Vincent Povirk <madewokherd(a)gmail.com> 2011-10-10 10:51:48 CDT --- Reported fixed. -- 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=24153 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2011-10-10 13:13:59 CDT --- Closing bugs fixed in 1.3.30. -- 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=24153 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d59c3d45e34817e08e68305d3e5 | |f632e3c8523a3 CC| |focht(a)gmx.net --- Comment #10 from Anastasius Focht <focht(a)gmx.net> 2011-10-14 05:39:42 CDT --- Hello, filling/correcting fields... Regards -- 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=24153 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.adobe.com/cfusi |https://web.archive.org/web |on/tdrc/index.cfm?loc=en_us |/20151201083020/ftp://ftp.a |&product=audition |dobe.com/pub/adobe/audition | |/win/3.x/audition301.zip -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla