Kodi Community Forum

Full Version: Two separate issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using XBMC 10.1 on Win 7.

I've written a plugin to play streams from the internet from some site.

1. I've encountered a weird problem, possibly a bug. When playing the stream via Movie Information screen the movie starts and stops after a second. When playing it directly from the episode list it plays fine. I'm using the command:
Quote:xbmc.Player().play(link)

2. Second issue is not related. On some streams I get the following error in the log which repeats and hangs XBMC:
Quote:22:28:43 T:8036 M:1631608832 ERROR: exception in CApplication::Render()
22:28:43 T:8036 M:1631547392 ERROR: m_pD3DDevice->BeginScene() failed. 8876086C - D3DERR_INVALIDCALL (Invalid call)
I've seen some other posts on this issue which say this is some kind of 'directX' problem. Maybe so, however I think still XBMC should catch the error and exit gracefully to the menu and not hang. Any info on this issue will be appreciated. I'll be happy to provide logs if need be.


Any info on these two issues wil be appreciated