Kodi Community Forum
[SOLVED] Pi not loading VNSI - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169)
+---- Thread: [SOLVED] Pi not loading VNSI (/showthread.php?tid=167359)



[SOLVED] Pi not loading VNSI - charlie0440 - 2013-06-18

So I had some spare time tonight and downloaded Rbej's latest Gotham Pi build from here: http://forum.xbmc.org/showthread.php?tid=140518&pid=1445031#pid1445031

according to his previous build this should include VNSI 4:
Quote:- updated PVR add-on (10.06.2013)

From a fresh install, when enabling the addon from the GUI I get the error:

Quote:An unknown error has occurred.
Add-on could not be loaded.
An unknown error has occured.

The log shows this:
Quote:00:03:53 T:2789209184 ERROR: Unable to load /usr/lib/xbmc/addons/pvr.vdr.vnsi/XBMC_VDR_vnsi.pvr, reason: /usr/lib/xbmc/addons/pvr.vdr.vnsi/XBMC_VDR_vnsi.pvr: undefined symbol: _ZN10CVisShader10LoadSourceEPKc

full log here: http://xbmclogs.com/show.php?id=29333


RE: Pi not loading VNSI - FernetMenta - 2013-06-18

looks like it was not build correctly. can you post the build log of the addon?


RE: Pi not loading VNSI - charlie0440 - 2013-06-18

Sure. Where will I find it?

Thanks for helping


RE: Pi not loading VNSI - FernetMenta - 2013-06-18

who has built the addon and how? I mean the output you see on the command line when building.


RE: Pi not loading VNSI - charlie0440 - 2013-06-18

This was not a build I compiled it was built by Rbej. I downloaded it from the OpenElec test builds in the pi forum see post #1.

I believe it was built from opdenkamp master.

Could the new commit added on the 10th of June to fix vnsi compilation https://github.com/opdenkamp/xbmc-pvr-addons/commit/b84a88f9e370543f0bf1760544c94ab0afb1dca2 have anything to do with it?


RE: Pi not loading VNSI - FernetMenta - 2013-06-18

I just compiled opdenkamp master and it works for me. It worked for you as well with my vnsi4 branch, right?


RE: Pi not loading VNSI - charlie0440 - 2013-06-19

I just compiled my own version of oeMaster with opdenkamp master for the PI and I'm getting the same error.

debug log > http://xbmclogs.com/show.php?id=29696

I reverted to one of my much older PI builds which used your VNSI4 branch and VNSI4 worked fine.

I'm away from home for the next 36hours when I return I will upload the build log. I assume you just want all the terminal output while compiling xbmc-pvr-addon


RE: Pi not loading VNSI - opdenkamp - 2013-06-19

Did you actually update the file /usr/lib/xbmc/addons/pvr.vdr.vnsi/XBMC_VDR_vnsi.pvr ?
Best way to do it is to "make zip" the add-ons, and install that in XBMC. That way you can revert to a previous version later if needed.


RE: Pi not loading VNSI - FernetMenta - 2013-06-19

I messed this up myself: https://github.com/opdenkamp/xbmc-pvr-addons/pull/203
Interestingly nobody reported this earlier. I don't know why the addon loaded on my builds but the vdr ui must have been broken for quite a while.


RE: Pi not loading VNSI - opdenkamp - 2013-06-19

haha


RE: Pi not loading VNSI - charlie0440 - 2013-06-20

it loads fine now. Thanks for the fix and the great work!