October 31, 2006 10:58 AM
I am also getting crashes when trying to actually perform the connection, but my problem looks a bit more basic than even the firmware on the Slingbox:
% cd /Applications/SlingPlayer.app/Contents/MacOS
% ktrace -f $HOME/ktrace.out ./SlingPlayer
SMCABINET VERSION: 1.0.21
SBProfile VERSION: 1.0.8
Could not create AsfDemux library bundle
% cd
% kdump
[...elided...]
862 SlingPlayer CALL stat(0xbfffd040,0xbfffcfe0)
862 SlingPlayer NAMI "/Applications/SlingPlayer.app//Contents/Library/AsfDemux.bundle"
862 SlingPlayer RET stat -1 errno 2 No such file or directory
[...elided...]
Checking in the Library directory shows that there is a case-consistency problem in the code since the package installation created:
/Applications/SlingPlayer.app/Contents/Library/ASFDemux.bundle
and since I'm an old Unix guy, I run on a filesystem that is:
Format : Mac OS Extended (Case-sensitive, Journaled)
which shows the mismatch in filename and coded library bundle name.
Making a symlink lets it get to the point where there is a complaint of a needed firmware update that I will address when I get home from work.
Definitely many thanks for the progress on the Mac version.