Solved XBMC alpha 12 - crashing after removing episode from library
#1
XBMC (13.0-ALPHA12 Git:20140130-e9998cd). Platform: ARM Linux 32-bit
Using Release XBMC x32 build, compiled Jan 30 2014 by GCC 4.7.1 for ARM Linux 32-bit 3.2.21
Running on Linux 32-bit (Debian GNU/Linux 7.0 (wheezy), 3.10.21 armv6l)
Raspbmc
miappa build: http://forum.xbmc.org/showthread.php?tid...pid1615387

Whenever I delete an episode from library, then choose to not delete the physical file and re-enter again the tv-show, XBMC crashes.
After XBMC restated I navigate to Videos. Deleted the physical file

Code:
Log file line 2814: FileManager: delete  /media/SAMSUNG/Divx/.....

Navigate again to that tv-show. XBMC crashes
Last log line is the query to list the episodes from that tv-show

Code:
21:38:44 92185.101562 T:2753557568   DEBUG: RunQuery took 204 ms for 0 items query: SELECT episodeview.c12, path.strPath, tvshowview.c00, tvshowview.c01, tvshowview.c05, tvshowview.c08, tvshowview.c14, tvshowview.c13, seasons.idSeason, count(1), count(files.playCount) FROM episodeview JOIN tvshowview ON tvshowview.idShow = episodeview.idShow JOIN seasons ON (seasons.idShow = tvshowview.idShow AND seasons.season = episodeview.c12) JOIN files ON files.idFile = episodeview.idFile JOIN tvshowlinkpath ON tvshowlinkpath.idShow = tvshowview.idShow JOIN path ON path.idPath = tvshowlinkpath.idPath WHERE tvshowview.idShow = 83 GROUP BY episodeview.c12

UPDATE: fixed with https://github.com/xbmc/xbmc/pull/4185
thanks!
Reply


Messages In This Thread
XBMC alpha 12 - crashing after removing episode from library - by fernandovg - 2014-02-03, 01:52
Logout Mark Read Team Forum Stats Members Help
XBMC alpha 12 - crashing after removing episode from library0