Kodi Community Forum

Full Version: XBMC Gotham build crashes, only when playing internet stream
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Updated my xbmc to Gotham this morning, set everything up the same as Frodo. Videos/Movies/TV Shows all updated and playing fine it seems, however when I try and use a "streaming" service like the BBC Iplayer or 4OD addon, XBMC crashes.

I have the up to date Iplayer addon from this forum.

Debug Log

Thanks for any help
Please post the crashlog after sudo apt-get install gdb. It should be in your home directory.
Crash log

Debug Log

gdb was already at its newest version according to the terminal.
dpkg -l |grep rtmp please.
not sure what you mean, but this is what comes up after that command

ii librtmp0:amd64 2.4+20121230.gitdf6c518-1 amd64 toolkit for RTMP streams (shared library)
A team member is investigating, he could reproduce.
I think I found the issue. Testing the fix involves all platforms, so it might take a bit.
If you can compile yourself, try this branch and report back if it works: https://github.com/wsnipex/xbmc/tree/linking-fix
Sorry I wish I could help, not very clued up on the tech side of xbmc or Ubuntu. If there's anything I can do let me know
I'm also having the same problem after upgrading in Ubuntu 13.10. The log file shows the following error:

ERROR: Unable to open dll special://xbmcbin/system/
I get the same issue on 14.04. I don't have the know-how to compile myself. Are you able to put the fixed branch on the PPA somehow so I can just apt-get upgrade it? Otherwise I hope someone else can test and fix.

Edit: building from source looks quite straightforward actually - if I do this, can I then use apt-get in future to update over the top of my manually built version?
@smbkr: you'd have to uninstall the compiled version first, usually by running "make uninstall" in the source directory. After that you can use apt-get however you want.
Manually built versions install in /usr/local/bin unless otherwise specified whereas the dpkg (ppa) ones are installed in /usr/bin by default.
a fixed package will hit the stable ppa today. If you want to help test it, its located here in the meantime: https://launchpad.net/~wsnipex/+archive/xbmc-nightly
That is mainline gotham with your rtmp fix? Not fernet-menta?
Pages: 1 2 3