Bugzilla – Bug 3544
slimserver dies during browsing
Last modified: 2006-10-11 14:21:36 UTC
The error is: Can't call method "filledRectangle" on an undefined value at /home/richard/slimserver-svn/shocker/server/Slim/Display/Lib/Fonts.pm line 299.
I have worked around this by changing line Fonts.pm:203 to: if ($useTTR && defined $font2TTF{$defaultFontname} && $gd) I'm not sure if this is a fix, or a work around of some other problem. Should I have to install gd on linux?
Looking at the code, this is fixed since the Transporter merge.