Kodi Community Forum
Linux XBMC Gotham build crashes, only when playing internet stream - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Linux XBMC Gotham build crashes, only when playing internet stream (/showthread.php?tid=194048)

Pages: 1 2 3


XBMC Gotham build crashes, only when playing internet stream - jockefc23 - 2014-05-05

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


RE: XBMC Gotham build crashes, only when playing internet stream - fritsch - 2014-05-05

Please post the crashlog after sudo apt-get install gdb. It should be in your home directory.


RE: XBMC Gotham build crashes, only when playing internet stream - jockefc23 - 2014-05-05

Crash log

Debug Log

gdb was already at its newest version according to the terminal.


RE: XBMC Gotham build crashes, only when playing internet stream - fritsch - 2014-05-05

dpkg -l |grep rtmp please.


RE: XBMC Gotham build crashes, only when playing internet stream - jockefc23 - 2014-05-05

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)


RE: XBMC Gotham build crashes, only when playing internet stream - fritsch - 2014-05-05

A team member is investigating, he could reproduce.


RE: XBMC Gotham build crashes, only when playing internet stream - wsnipex - 2014-05-05

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


RE: XBMC Gotham build crashes, only when playing internet stream - jockefc23 - 2014-05-05

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


RE: XBMC Gotham build crashes, only when playing internet stream - nickshe89 - 2014-05-05

some as on raspberry pi

http://xbmclogs.com/show.php?id=193010


RE: XBMC Gotham build crashes, only when playing internet stream - jmil - 2014-05-05

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/


RE: XBMC Gotham build crashes, only when playing internet stream - smbkr - 2014-05-06

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?


RE: XBMC Gotham build crashes, only when playing internet stream - negge - 2014-05-06

@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.


RE: XBMC Gotham build crashes, only when playing internet stream - laric - 2014-05-06

Manually built versions install in /usr/local/bin unless otherwise specified whereas the dpkg (ppa) ones are installed in /usr/bin by default.


RE: XBMC Gotham build crashes, only when playing internet stream - wsnipex - 2014-05-06

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


RE: XBMC Gotham build crashes, only when playing internet stream - laric - 2014-05-06

That is mainline gotham with your rtmp fix? Not fernet-menta?