http://bugs.winehq.org/show_bug.cgi?id=8467
Summary: Autocad 2000 Trial fails when accessing fonts Product: Wine Version: CVS Platform: Other OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Once past bug 8466, Autocad 2000 trial installer says it can't find a browser, and you have to click 'next' to continue (but that's not a showstopper, so I'm ignoring it for now). Then it goes nearly to the end, but then puts up a long series of dialog boxes complaining e.g. Error installing font sanssb__.ttf
Looking at the log, for some reason it's trying to load those fonts from d:\ !
trace:file:RtlDosPathNameToNtPathName_U (L"sanssb__.ttf",0x34f7a4,(nil),(nil)) trace:file:RtlGetFullPathName_U (L"sanssb__.ttf" 520 0x34f564 (nil)) warn:file:wine_nt_to_unix_file_name L"\??\D:\sanssb__.ttf" -> "/home/dank/.wine/dosdevices/d:/sanssb__.ttf" required a case-insensitive search trace:file:wine_nt_to_unix_file_name L"\??\D:\sanssb__.ttf" -> "/home/dank/.wine/dosdevices/d:/sanssb__.ttf" trace:font:AddFontFileToList Loading font file "/home/dank/.wine/dosdevices/d:/sanssb__.ttf" index 0 warn:font:AddFontFileToList Unable to load font file "/home/dank/.wine/dosdevices/d:/sanssb__.ttf" err = 1
Why the heck is it trying to grab the font from drive d? Perhaps the current directory is incorrect somewhere...?