[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
They seem to have the same problem here but solved it:

http://forum.xbmc.org/showthread.php?tid...#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/gitw...b03d253d48


+ // 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
Reply


Messages In This Thread
RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - by xayide - 2012-03-19, 00:02
Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217