kzwkt / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

fontfix hangs #406

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. rm -rf .wine
2. export WINEARCH=win32
3. winecfg (using defaults)
4. winetricks fontfix

What is the expected output? It should carry out the fix then return to command 
line.
What do you see instead? It hangs...

Executing load_fontfix
+ case "$1" in
+ load_fontfix
+ test -f /usr/share/fonts/truetype/arphic/ukai.ttf
+ test -f /usr/share/fonts/truetype/arphic/uming.ttf
+ xlsfonts
+ egrep -i 'samyak|oriya'

What version of the product are you using? 

Wine 1.7.13
Winetricks 20130707

On what operating system?

Mac OSX 10.9.2

Please provide any additional information below.

I am actually trying install dotnet20 however it calls load_fontfix which hangs.

Original issue reported on code.google.com by kevin.da...@rededucation.com on 28 Feb 2014 at 7:21

Attachments:

GoogleCodeExporter commented 8 years ago
Update: Unable to install ANY dotnet < 4 until resolved. All use load_fontfix

Original comment by kevin.da...@rededucation.com on 28 Feb 2014 at 11:06

GoogleCodeExporter commented 8 years ago
Issue 405 has been merged into this issue.

Original comment by austinenglish@gmail.com on 28 Feb 2014 at 6:34

GoogleCodeExporter commented 8 years ago
What does xlsfonts return on OSX?

Original comment by austinenglish@gmail.com on 28 Feb 2014 at 6:47

GoogleCodeExporter commented 8 years ago
I don't have a 10.9 machine without XQuartz installed at the moment,
but it might put up a dialog telling you to install XQuartz.

We could check for /usr/X11/share/fonts/TTF/VeraIt.ttf or something like
that on the mac, and if it didn't exist, avoid running xlsfonts...
haven't looked to see if that makes sense yet.

In short: the workaround is probably "install XQuartz from 
http://xquartz.macosforge.org".

Original comment by daniel.r...@gmail.com on 28 Feb 2014 at 7:20