http://bugs.winehq.org/show_bug.cgi?id=20515
Summary: Adobe Audition 3.0: Tahoma Font issues (missing Texts/applicaition wont start) Product: Wine Version: 1.1.32 Platform: PC URL: http://www.adobe.com/go/tryaudition OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jan@lugfl.de
Adobes Audition is having some Font issues with the Tahoma font.
In the default Wine config ( msxml3 insalled to get the it running) The application starts but very important texts lime the Time and cursor position frames are not showing any time information/text. This issue also affects the Axes of the waveform display area as the captions are missing. Some of the Effect Plugins are also affected by the issue and the Plugin setup dialog is only showing the controls but no text at all (Effects->Special->Mastering as an example).
If now Microsoft's original Tahoma Font is placed into ~/.wine/drive_c/windows/Fonts/ the application wont start at all. It quits with the error: "To continue working where you left off, please restart Audition". The application terminated if the Alert box is closed. But I noticed, Audition seems to use the Original font, as the Splash screen texts seems to be renderen in Cyrilic signs instead of Latin text before Audition fails to start.
The +font Debug flag did not output any usefull informations for me. Using Font replacements does not change the behavior too.
The Issue can be reproduced with the Full licenced Version of Audition and the Trial Version, which can be downloaded from Adobes servers here: http://www.adobe.com/go/tryaudition
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-30 03:36:13 --- Whay do you think that it's Tahoma font which breaks things?
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #2 from Jan Boysen jan@lugfl.de 2009-10-30 05:08:15 --- (In reply to comment #1)
Whay do you think that it's Tahoma font which breaks things?
I cant say if it really is Tahoma that is the issue but as mentioned above Audition wont start after placing Microsofts original Tahoma Font into the Fonts dir. I copied the entire Fonts directory from a running Audition/WinXP installation, hoping just a Font is missing, into my wine installation. After Adution didnt start after That I removed font by Font until I hit Tahoma and Audition started again.
I also did some additional research and saw that a native gdiplus.dll has been placed in the system32 dir. After forcing wine to use the buildin gdiplus instead of the native libbrary, Audition starts with Microsofts Tahoma Font. But unfortunately many widget paint functions seems to be broken in the buildin gdiplus library,
But I also noticed that some texts are rendered now that were missing before. Effect Setup Plugin (Effects->Special->Mastering). But The String in the main windows still seems to be missing.
http://bugs.winehq.org/show_bug.cgi?id=20515
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net 2009-10-30 11:31:21 --- I downloaded the trial version, and can confirm that text is missing if Tahoma is not installed in the fake /windows/Fonts directory, even though I have Tahoma installed systemwide. Installing Tahoma with winetricks takes care of the text in the Effects->Special->Mastering menu, but the Time frame still does not display any time information. The app starts up fine on my system with or without Tahoma, but needs native msxml3--without it, I get the "To continue working where you left off, please restart Audition" error message and the app shuts down.
This is in 1.1.32, openSUSE 11.1.
http://bugs.winehq.org/show_bug.cgi?id=20515
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2009-10-30 15:14:07 ---
From a +relay log:
0009:Call KERNEL32.CreateFileA(0fc801e0 "C:\windows\Fonts\tahoma.ttf",... 0009:Ret KERNEL32.CreateFileA() retval=ffffffff
This is likely the bundled gdiplus trying to open the font file.
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-30 23:19:52 --- Does it help if you copy Wine's Tahoma to windows/Fonts instead of a native one? Also, if the problem is caused by using native gdiplus then this is essentially WONTFIX.
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-31 00:05:59 --- (In reply to comment #5)
Also, if the problem is caused by using native gdiplus then this is essentially WONTFIX.
After gdiplus.dll will be set builtin by default. It still has:
case DLL_WINE_PREATTACH: return FALSE; /* prefer native version */
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #7 from Jan Boysen jan@lugfl.de 2009-11-01 09:19:08 --- (In reply to comment #5)
Does it help if you copy Wine's Tahoma to windows/Fonts instead of a native one?
Nope.. The same with wines tahoma font in the Fake windows' Font/ dir.
Also, if the problem is caused by using native gdiplus then this is essentially WONTFIX.
well, when using wines gdiplus the application cant be used at all as too many GUI elements are broken...
Any hints in which direction I could search to track the issue down ? A "speak" C/C++ but I dont know anything about windows's APIs as Im used to develop Linux applications using QT...
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #8 from Jan Boysen jan@lugfl.de 2010-04-05 18:37:59 --- I just retested the whole thing with recent Wine 1.1.42 the issue is getting even worse. Using native gdiplus the application wont start at all see bug #22040 .
Using the buildin gdiplus libraries the graphics are really broken. But I was able to trace the Font issue. The trace below shows that Audition seems to try to draw the missing text with a "nullpointer font" and GdipDrawString exits ater checking !font. But why ?? I dont see any Font warning or errors upon startup of the application ? Any hints to trace this down ?
trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0x9f2a5e8) trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0xc4159f8) trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0xc415968) trace:gdiplus:GdipDrawString (0xd5aece0, L" 0:00.000", 10, (nil), (4.00,2.00,64.00,13.00), (nil), 0xbb9d338)
http://bugs.winehq.org/show_bug.cgi?id=20515
Jan Boysen jan@lugfl.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #9 from Jan Boysen jan@lugfl.de 2010-04-05 19:55:58 --- puha.. Finaly I got the issue...
"Microsoft Sans Serif" was the missing font. Unfortunately Wine was not rumoring about that..
I got the hint by tracing gdiplus and figured out GdipCreateFontFamily did not return anything.
trace:gdiplus:GdipCreateFontFamilyFromName L"Microsoft Sans Serif", (nil) 0x33c980
http://bugs.winehq.org/show_bug.cgi?id=20515
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #10 from Jeff Zaroyko jeffz@jeffz.name 2010-04-05 20:00:43 --- It's not "fixed" unless a change has gone into Wine.
http://bugs.winehq.org/show_bug.cgi?id=20515
--- Comment #11 from Vincent Povirk madewokherd@gmail.com 2010-04-05 21:26:40 --- Perhaps this can lend some weight to bug 20054.
http://bugs.winehq.org/show_bug.cgi?id=20515
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |fonts
http://bugs.winehq.org/show_bug.cgi?id=20515
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE Summary|Adobe Audition 3.0: Tahoma |Adobe Audition 3.0: |Font issues (missing |Microsoft Sans Serif Font |Texts/applicaition wont |issues (missing |start) |Texts/applicaition wont | |start)
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-08 01:45:37 --- Duplicate.
*** This bug has been marked as a duplicate of bug 20054 ***
http://bugs.winehq.org/show_bug.cgi?id=20515
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-08 01:45:49 --- Closing duplicate.
https://bugs.winehq.org/show_bug.cgi?id=20515
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Adobe Audition 3.0: |Adobe Audition 3.0: |Microsoft Sans Serif Font |Microsoft Sans Serif Font |issues (missing |issues (missing |Texts/applicaition wont |Texts/application wont |start) |start) Keywords| |download URL|http://www.adobe.com/go/try |https://web.archive.org/web |audition |/20151201083020/ftp://ftp.a | |dobe.com/pub/adobe/audition | |/win/3.x/audition301.zip CC| |focht@gmx.net