http://bugs.winehq.org/show_bug.cgi?id=7098
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Dan Kegel dank@kegel.com 2008-03-15 16:40:39 --- Aha. +file showed trace:file:wine_nt_to_unix_file_name L"\??\Z:\USR\SHARE\FONTS\TRUETYPE\ARPHIC\UKAI.TTF" -> "/home/dank/.wine/dosdevices/z:/usr/share/fonts/truetype/arphic/ukai.ttf"
right before the crash. That font is a known offender, see http://www.codeweavers.com/compatibility/browse/name?app_id=2634;forum=1;msg... I was able to work around it by doing wget http://apt.debian.org.tw/pool/t/ttf-arphic-ukai/ttf-arphic-ukai_0.1.20060108... tar -xzvf Desktop/ttf-arphic-ukai_0.1.20060108.orig.tar.gz ttf-arphic-ukai-0.1.20060108/ukai.ttf mv ttf-arphic-ukai-0.1.20060108/ukai.ttf .wine/drive_c/windows/fonts/
Funny, I would have thought that bad font would have been fixed in Gutsy, but I guess not.
Marking fixed!