Kodi Community Forum

Full Version: [SOLVED] Pi not loading VNSI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I had some spare time tonight and downloaded Rbej's latest Gotham Pi build from here: http://forum.xbmc.org/showthread.php?tid...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
looks like it was not build correctly. can you post the build log of the addon?
Sure. Where will I find it?

Thanks for helping
who has built the addon and how? I mean the output you see on the command line when building.
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-ad...b0afb1dca2 have anything to do with it?
I just compiled opdenkamp master and it works for me. It worked for you as well with my vnsi4 branch, right?
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
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.
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.
haha
it loads fine now. Thanks for the fix and the great work!