Which fonts does it want?

General support for problems installing or using Deluge
Post Reply
Freethefire
New User
New User
Posts: 6
Joined: Fri Mar 02, 2018 3:01 pm

Which fonts does it want?

Post by Freethefire »

Hey,

I've recently installed Deluge on a minimalistic Windows 7 install. Not many font are installed from the get go. I'm getting these errors when debugging deluge.exe.

Code: Select all

C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\mainwindow.py:71
: PangoWarning: couldn't load font "Sans Not-Rotated 10", falling back to "Sans
Not-Rotated 10", expect ugly output.
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\mainwindow.py:71
: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\mainwindow.py:71
: PangoWarning: failed to choose a font, expect ugly output. engine-type='PangoR
enderWin32', script='common'
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\mainwindow.py:71
: PangoWarning: failed to choose a font, expect ugly output. engine-type='PangoR
enderWin32', script='latin'
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\torrentdetails.p
y:63: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\torrentdetails.p
y:197: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\preferences.py:5
7: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\addtorrentdialog
.py:66: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\mainwindow.py:12
0: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\deluge-1.3.15-py2.7.egg\deluge\ui\gtkui\mainwindow.py:11
0: PangoWarning: All font fallbacks failed!!!!
C:\Program Files\Deluge\library.zip\twisted\internet\_glibbase.py:375: PangoWarn
ing: All font fallbacks failed!!!!
C:\Program Files\Deluge\library.zip\twisted\internet\_glibbase.py:375: PangoWarn
ing: couldn't load font "Sans 10", falling back to "Sans 10", expect ugly output
I've specified an installed font in the gtk2.0 file, but it still doesn's allow me to run the program. Tried installing MS Sans, but that isn't the right one it seems.

So, which fonts does Deluge want installed?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Which fonts does it want?

Post by Cas »

I don't really have an answer to this but those are warnings not errors, are there any display issues?

Have you seen this post: viewtopic.php?t=51671#p225608
Freethefire
New User
New User
Posts: 6
Joined: Fri Mar 02, 2018 3:01 pm

Re: Which fonts does it want?

Post by Freethefire »

Thanks for your answer Cas!

At first, when starting deluge-debug, it doesn't show any text only squares where the text should be.
After I did like the post you suggested did, it still wouldn't start with deluge.exe, but this time it looks alright with deluge-debug.exe. I still get the errors though.
It would seem, just looking at the debug output above, that Deluge wants some fonts that aren't installed on my system.
Post Reply