[Wine] Re: LiveZilla

DanKegel wineforum-user at winehq.org
Thu May 26 09:18:23 CDT 2011


Hang on, I think what you need is a debugged recipe,
you're not getting very far with the debugging suggestions
we're throwing you.  Let's see... downloading livezilla now...

  cd $HOME
  rm -rf ~/.wine
  sh winetricks corefonts dotnet20
  wget http://www.livezilla.net/downloads/pubfiles/LiveZilla_3.3.2.2_Full.exe
  wine LiveZilla_3.3.2.2_Full.exe
  cd ~/".wine/drive_c/Program Files/LiveZilla"
  wine LiveZilla

That gets the error
  Your system misses the font Microsoft Sans Serif
Copying micross.ttf from a Windows system into ~/.wine/drive_c/windows/Fonts gets past that.

The next problem is 
  Your system misses the font Tahoma

Doing
  winetricks tahoma gdiplus
gets past that.  (Don't know why gdiplus was needed, that's interesting.)

The next problem is your error,
  Your system misses the font 'Verdana Regular'

Which is funny, because Verdana Regular is already in windows/Fonts,
and WINEDEBUG=+font shows
trace:font:AddFontToList Loading font file "/home/dank/.wine/dosdevices/c:/windows/Fonts/Verdana.TTF" index 0
trace:font:get_familyname Got localised name L"Verdana"
trace:font:AddFontToList fsCsb = 2000019f 00000000/00000287 00000000 00000000 00000000
trace:font:AddFontToList Added font L"Verdana" L"Regular"


Haven't figured it out yet.  Tracking this inhttp://bugs.winehq.org/show_bug.cgi?id=27294







More information about the wine-users mailing list