![]() |
|
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 (/showthread.php?tid=125232) |
RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - redknight - 2012-03-18 19:03 (2012-03-18 18:48)jdembski Wrote: I just pushed some changes to make the channel loading faster. When you cycle through the bouquets do you get EPG data for all channels? RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - xayide - 2012-03-18 21:24 Any news on windowsbuild? Does it work? [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-03-18 21:32 (2012-03-18 21:24)xayide Wrote: Any news on windowsbuild? Does it work? I don't have any ideas why EPG etc. is not working on windows - if someone else can look into it then this would be really great... RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - xayide - 2012-03-18 21:48 Could it be utf-8 conversion with the xml from the webif? [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-03-18 21:53 (2012-03-18 21:48)xayide Wrote: Could it be utf-8 conversion with the xml from the webif? Don't think so - I checked whether the parsing results are correct with some additional debug output, it was fine... RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - trans - 2012-03-18 23:10 I've checked and re-compiled the windows version (version 0.1.2). XBMC from " http://xbmc.opdenkamp.eu/ " Eden-pvr - build 70 - git rev. a2ef033 (17 Mar 2012). Now I have the following message in the log file: 22:01:01 T:9432 NOTICE: PVRManager - starting up 22:01:01 T:9900 ERROR: AddOnLog: VU+ Client: Vu::LoadChannelData error parsing channeldata! 22:01:01 T:9900 ERROR: ADDON: Dll VU+ Client, throws an exception 'Access violation' during m_pDll->Create. Contact developer 'Joerg Dembski' with bug reports 22:01:01 T:9900 ERROR: PVR - PVR::CPVRClients::InitialiseClient - can't initialise add-on 'VU+ Client' 22:01:01 T:9432 NOTICE: initialize done RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-03-18 23:16 Windows or Linux? RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - trans - 2012-03-18 23:17 (2012-03-18 23:16)jdembski Wrote: Windows or Linux? Windows RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - xayide - 2012-03-19 00:02 They seem to have the same problem here but solved it: http://forum.xbmc.org/showthread.php?tid=65488&pid=536110#pid536110 Seems to be exactly the same error, since they do have it on windows but not on linux. Can it be this problem? http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/xbmc;a=commitdiff_plain;h=c29d979d0791e56f290a551851e38ab03d253d48 + // DINKUMWARE BUG: + // Note -- using std::isspace in a COM DLL gives us access violations + // because it causes the dynamic addition of a function to be called + // when the library shuts down. Unfortunately the list is maintained + // in DLL memory but the function is in static memory. So the COM DLL + // goes away along with the function that was supposed to be called, + // and then later when the DLL CRT shuts down it unloads the list and + // tries to call the long-gone function. + // This is DinkumWare's implementation problem. If you encounter this + // problem, you may replace the calls here with good old isspace() and + // iswspace() from the CRT unless they specify SS_ANSI RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - redknight - 2012-03-19 00:25 (2012-03-18 18:48)jdembski Wrote: I just pushed some changes to make the channel loading faster. Ok, new version up and working, importing for first time now. Importing seems much slower than normal, however that could be down to the fact that it'snow saving the EPG etc to the hard drive. What took a very long hang (5mins) followed by a very quick progress bar (<30seconds) to load channels has now taken 10 minutes and counting of purely importing channels (I can see sky 1, itv 1 etc etc slowly moving along). You mention setting the path where the channeldata will be stored in the addon, is this somewhere in a file? or in configuration because I see no new options in configure. I'll let this play out and let you know how I get on |