Page 1 of 1

XBMC(4XBOX) freezes during XOT plugin startup

Posted: Tue Dec 24, 2013 1:21 am
by koenmulder
Hello,

I'm looking for some help with the XOT (XBMC Online TV) plugin. I've contacted the XOT developer for support and he referred me to this forum.

XBMC4XBOX freezes during XOT plugin startup. Before updating to a more recent version of XBMC4XBOX the plugin worked fine. Now, when the plugin starts it gets stuck after some initiation dialogs and before showing the plugin content.

xotPlugin.log doesn't have any errors. xbmc.log does have an error:
-----------------------------------------------------------
21:50:25 M: 31789056 NOTICE: -->Python Initialized<--
21:50:25 M: 30887936 WARNING: XBMC Online TV: using os.getcwd()
21:50:25 M: 30724096 ERROR: xbp__wfopen = untested
Previous line repeats 1 times.
21:50:27 M: 28246016 ERROR: msvcrt.dll: dll_lseeki64 called, TODO: add 'int64 -> long' type checking
21:50:29 M: 26796032 ERROR: xbp__wfopen = untested
-----------------------------------------------------------

XOT issue:
The issue I created can be found here: http://code.google.com/p/xot-uzg/issues/detail?id=494

Log files:
xbmc.log: http://pastebin.com/v4F5iGv2
xotPlugin.log: http://pastebin.com/AUzTeDDL

It would be awesome if you could help me! Thanks in advance!

Koen

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Tue Dec 24, 2013 8:09 pm
by Basje
As the author of XOT I can say that from the XOT logfiles I cannot see anything unusual. I seems to freeze when trying to display the folder listing.

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Mon Jan 06, 2014 7:39 am
by mrmajikbus45
If you could, would you run this under that older version of XBMC and post the log file that it created while working properly? Also, PM me the link to the addon, and I will test it out to see why it's causing the error.

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Tue Jan 07, 2014 2:17 pm
by BuZz
koenmulder: Please open a new issue over at http://redmine.exotica.org.uk/projects/xbmc4xbox/ and I will look at it as soon as I can. thanks.

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Sun Jan 19, 2014 10:10 pm
by koenmulder
Sorry for my slow reaction mrmajikbus45 and BuZz. I have not been busy with XBMC4XBOX and XOT for a few weeks.
If you could, would you run this under that older version of XBMC and post the log file that it created while working properly? Also, PM me the link to the addon, and I will test it out to see why it's causing the error.
I am unable to find an older (working) version of XOT so I cannot reproduce a log file of a normal execution.

On BuZzs request I have created a new ticket here: http://redmine.exotica.org.uk/issues/281

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Sun Jan 19, 2014 10:49 pm
by Basje
koenmulder wrote:Sorry for my slow reaction mrmajikbus45 and BuZz. I have not been busy with XBMC4XBOX and XOT for a few weeks.
If you could, would you run this under that older version of XBMC and post the log file that it created while working properly? Also, PM me the link to the addon, and I will test it out to see why it's causing the error.
I am unable to find an older (working) version of XOT so I cannot reproduce a log file of a normal execution.

On BuZzs request I have created a new ticket here: http://redmine.exotica.org.uk/issues/281
As far as I know, the current version of XOT should work fine under XBMC4Xbox, except this freezing. If you want I could send you older version of XOT, just send me a PM.

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Sun Jan 19, 2014 11:10 pm
by mrmajikbus45
Hey,

I was not meaning an older version of XOT. You stated that XOT worked with an older XBMC build. I was meaning to side load an older version of XBMC and test and show the debug log from that was well if it is working. Would help identify the issue. Sorry for the confusion.

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Tue Jan 21, 2014 12:21 am
by Basje
Could you try the new XBMC4Xbox beta? It should fix some python plugin freezes.

Re: XBMC(4XBOX) freezes during XOT plugin startup

Posted: Sat Jan 25, 2014 6:43 pm
by koenmulder
The issue is fixed in the nightly build! Thanks a lot :D

There is still an issue with live TV though. I am going to have a look at the logs when I have some time.