[AppleTV] 9.11 alpha1 crashes when opening video stream
#1
XBMC crashes as soon as I try to play an mms stream.

The error in CrashReporter.log is:

Code:
Link (dyld) error:

Symbol not found: _fcntl$UNIX2003
  Referenced from: /Applications/XBMC.app/Contents/MacOS/../Frameworks/libmms.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Here's the relevant part of xbmc.log: http://pastebin.ca/1659718
and CrashReporter.log: http://pastebin.ca/1659723
Reply
#2
zorko Wrote:XBMC crashes as soon as I try to play an mms stream.

The error in CrashReporter.log is:

Code:
Link (dyld) error:

Symbol not found: _fcntl$UNIX2003
  Referenced from: /Applications/XBMC.app/Contents/MacOS/../Frameworks/libmms.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Here's the relevant part of xbmc.log: http://pastebin.ca/1659718
and CrashReporter.log: http://pastebin.ca/1659723

Thanks for the report, libmms is not being build correctly. Will be fixed in next tag.
Reply
#3
any update on this?

Thanks
Reply
#4
bebeto Wrote:any update on this?

Thanks

Fixed a long time ago in svn trunk, download a nightly and try it.
Reply
#5
davilla Wrote:Fixed a long time ago in svn trunk, download a nightly and try it.

I just tested this and it's not fixed in the latest nightly build, same thing works fine with today's windows nightly build and the same video stream.

OSX Version 10.4
Platform AppleTV
Launcher version: 3.2.2
Install Method: Launcher / official nightly builds
SVN Revision 27482
CrystalHD card installed / crystalhd-for-osx-1.0.1 driver

Detailed Instructions to Reproduce the Problem
Play any mms stream. I am trying to watch content via the NRK plugin (available from the SVN plugin installer) - most (but not all) of this content is MMS and will crash XBMC. Does not matter if I choose software or CrystalHD as the video decoding method.

I choose a program called Skavlan:
Audio: wmav2, 48000 Hz, 2 channels, s16, 128 kb/s
Video: wmv3, yuv420p, 768x432, 872 kb/s, 25 tbr, 1k tbn, 1k tbc

CrashReporter.log
Code:
Host Name:      AppleTV
Date/Time:      2010-02-05 20:28:33.297 +0100
OS Version:     10.4.7 (Build 8N5880)
Report Version: 4

Command: XBMC
Path:    /Applications/XBMC.app/Contents/MacOS/XBMC
Parent:  Finder [175]

Version: 10.05.pre (SVN-27482)

PID:    405
Thread: Unknown

Link (dyld) error:

Symbol not found: _fcntl$UNIX2003
  Referenced from: /Applications/XBMC.app/Contents/MacOS/../Frameworks/libmms.0.dylib
  Expected in: /usr/lib/libSystem.B.dylib

Not Working/Crash (AppleTV/svn27482) http://pastebin.com/d72069a6e
Working playback (Windows 7 x64/svn27482) http://pastebin.com/m21735882
Reply
#6
Grrrrr.
Reply
#7
Hi

Unfortunately it's not fixed on apple tv, I am using the nighties.
It works on my macbook, but not on the apple tv. The problem seem to come from the /usr/lib/libSystem.B.dylib library on apple tv which does not have the _fcntl$UNIX2003 symbol needed by the libmms, while on mac it is present.
(I used to listen to the live BBC streams, but since the inclusion of libmms in xbmc they no longer work on apple tv)

Thanks for any update/workaround on this
Stefan
Reply
#8
bebeto Wrote:Hi

Unfortunately it's not fixed on apple tv, I am using the nighties.
It works on my macbook, but not on the apple tv. The problem seem to come from the /usr/lib/libSystem.B.dylib library on apple tv which does not have the _fcntl$UNIX2003 symbol needed by the libmms, while on mac it is present.
(I used to listen to the live BBC streams, but since the inclusion of libmms in xbmc they no longer work on apple tv)

Thanks for any update/workaround on this
Stefan

Other way around, libmms is still being built wrong and contains symbols that are not present under the AppleTV OS. Will check into this tonight, have to check the buildbot slaves.
Reply
#9
Buildbots checked, osx-slave1 had libmms built wrong, fixed and built via macports with +universal. libmms.0.dylib check and verified as having no XXXXUNIX symbols.

Should be good to go for tonight's build.
Reply
#10
Can confirm, this is fixed in today's nightly build. Thanks very much.. makes streamed TV on the apple tv much more useful now.
Reply
#11
Yes, I can confirm also, starting with revision 27500 everything is OK.

Thanks a lot, great work.

Stefan
Reply

Logout Mark Read Team Forum Stats Members Help
[AppleTV] 9.11 alpha1 crashes when opening video stream0