Bug 1170 - 6.0b3 crashes at startup in SqueezeboxG.pm line 111
: 6.0b3 crashes at startup in SqueezeboxG.pm line 111
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.0.0
: PC Linux (other)
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-23 10:17 UTC by Dirk Bergstrom
Modified: 2011-03-16 04:39 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 Dirk Bergstrom 2005-03-23 10:17:15 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.
Comment 1 Dan Sully 2005-03-23 11:03:48 UTC
Dirk - This should be fixed in the latest nightly build.

What were you doing that caused this to happen?
Comment 2 Dirk Bergstrom 2005-03-23 11:10:05 UTC
Sorry for not being clear.  This happens at startup.
Comment 3 Blackketter Dean 2005-03-25 22:55:23 UTC
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!
Comment 4 Dirk Bergstrom 2005-03-27 21:26:44 UTC
Fixed in 20050327.  Thanks!