Bug 3544 - slimserver dies during browsing
: slimserver dies during browsing
Status: RESOLVED FIXED
Product: SB Transporter
Classification: Unclassified
Component: SB Server
: unspecified
: PC Other
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-14 04:09 UTC by Richard Titmuss
Modified: 2006-10-11 14:21 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Titmuss 2006-06-14 04:09:26 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.
Comment 1 Richard Titmuss 2006-06-15 02:16:17 UTC
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?
Comment 2 Dan Sully 2006-08-04 17:37:24 UTC
Looking at the code, this is fixed since the Transporter merge.