Posts: 33
Joined: Oct 2013
Reputation:
1
dear all:
I enjoy xbmc very much!but there is a bug , xbmc exit so very slow! sometimes we need wait for about ten minutes! why?
how to fix this bug ,I have get the source code and how to modify it !
looking forward to anyone's reply!
thanks!
Posts: 17,859
Joined: Jul 2011
Reputation:
371
most likely you have installed several addons that causes it to close so slow.
Posts: 6,255
Joined: Jun 2009
Reputation:
115
da-anda
Team-Kodi Member
Posts: 6,255
2014-01-16, 11:31
(This post was last modified: 2014-01-16, 11:32 by da-anda.)
not experiencing this on my Nexus10. It's not slower than on desktop. Can you provide a log file? There we should probably see what's blocking shutdown.
Posts: 75
Joined: Feb 2014
Reputation:
0
Yes, i have this slow shutdown on my ouya, sometimes takes is slow and sometimes is less slow, i just wait no problem.
Posts: 11,582
Joined: Feb 2008
Reputation:
84
davilla
Retired-Team-XBMC Developer
Posts: 11,582
Lets see, looking at your posted xbmc.log (see FAQ), oh snap. No posted xbmc.log. So sorry, can't help.
Posts: 33
Joined: Oct 2013
Reputation:
1
dear all,
I find why my xbmc exit so slow,this is becaseof this code: CJobManager::GetInstance().CancelJobs().this code excute very slowly when xbmc exit.
I remove this code ,it exit very fast! But if I remove this code,Can it cause other problems?
Posts: 5,952
Joined: Sep 2008
Reputation:
201
Koying
Retired Team-Kodi Member
Posts: 5,952
It will seem fast, because the gui is closing without asking and waiting for all the child threads to close.
Bottom line: You might see the desktop, but part of XBMC is still running in the background.