Bugzilla – Bug 1170
6.0b3 crashes at startup in SqueezeboxG.pm line 111
Last modified: 2011-03-16 04:39:19 UTC
Can't use an undefined value as an ARRAY reference at /usr/share/slimserver/Slim/Player/SqueezeboxG.pm line 111. I commented out the offending line, and I can run the server, though I only get the two-line display (no single-line large text). sub linesPerScreen { my $client = shift; # return (defined($client->fonts()->[0]) ? 2 : 1); return 1; } I searched for this bug, so forgive me if it's a dup.
Dirk - This should be fixed in the latest nightly build. What were you doing that caused this to happen?
Sorry for not being clear. This happens at startup.
Should be fixed in the next nightly (available saturday morning.) Can you verify that this is resolved? Thanks, dean p.s. If it's still happening, please reopen the bug. Also, attach your slimserver.pref file, so we can try to reproduce. Thx!
Fixed in 20050327. Thanks!