Kodi Community Forum

Full Version: Kodi (14.1) crashes on activating Live-TV
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there - updated kodi to current git-version (today), and also updated pvr-addons from opdenkamp (git pull)

When activating Live-TV i get a crash-log and core - dump

can anyone help?

Crashlog can be found here
Did you use the Helix branch of updated pvr-addons from opdenkamp, because master branch crashes kodi 14.1, which I also saw yesterday
no - for the addons i took this repo - and master

https://github.com/opdenkamp/xbmc-pvr-addons.git

i just cloned helix branch and will report again
I cloned branch helix - which works so far - but that shows version 1.9.22 which has this epg-bug
I compile the whole bunch a couple of days ago against the Helix branch, here is the folder to share....
(32-bit, not sure if they work on AMD64)

https://www.dropbox.com/sh/ssry67jk5vqwh...j5fPa?dl=0

Smile
Thanks - but precompiled is not an option for me
then cherry-pick this commit to helix branch https://github.com/opdenkamp/xbmc-pvr-ad...4ee7ed71c6
Compiled and works (as expected) - need to check if the EPG-Issue is gone (but i assume it is) - the interesting question remains:
why it is crashing and what to do?
(2015-02-12, 18:39)magicamun Wrote: [ -> ]why it is crashing and what to do?

you compiled opdenkamp/master and used with Helix, don't you? those versions are not compatible.
(2015-02-12, 20:02)FernetMenta Wrote: [ -> ]
(2015-02-12, 18:39)magicamun Wrote: [ -> ]why it is crashing and what to do?

you compiled opdenkamp/master and used with Helix, don't you? those versions are not compatible.

Good point - will Master work with 14.2? what basically differs in master from Helix?
(2015-02-12, 20:35)magicamun Wrote: [ -> ]Good point - will Master work with 14.2? what basically differs in master from Helix?

There are API/ABI changes from 14.x to 15x. Addons are not backwards compatible. This means that master branch of addons is only compatible with master of Kodi. This is why there is a Helix branch in both repos.