Kodi Community Forum
EPG Bug No Longer Fixed? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: EPG Bug No Longer Fixed? (/showthread.php?tid=132648)



EPG Bug No Longer Fixed? - XBMCUser4657 - 2012-05-29

Hey Guys,

Just wanted to make you aware that it looks like the EPG bug for the Live TV option hasn't been completely resolved. Any time I try to key down from Radio->EPG in the left-context menu, it completely crashes XBMC. There is a closed issue ticket, but I'm quite certain that it's still happening. Here is the verbose error from the log:

19:21:43 T:1300 DEBUG: ------ Window Init (MyPVR.xml) ------
19:21:43 T:1300 INFO: Loading skin file: MyPVR.xml
19:21:43 T:1300 DEBUG: CGUIMediaWindow::GetDirectory ()
19:21:43 T:1300 DEBUG: ParentPath = []
19:21:43 T:1300 DEBUG: CGUIWindowPVRCommon - PVR::CGUIWindowPVRCommon::OnMessageFocus - focus set to window 'tv'
19:21:43 T:1300 DEBUG: CGUIWindowPVRChannels - PVR::CGUIWindowPVRChannels::UpdateData - update window 'tv'. set view to 11
19:21:43 T:1300 DEBUG: CGUIMediaWindow::GetDirectory (pvr://channels/tv/All TV channels/)
19:21:43 T:1300 DEBUG: ParentPath = []
19:21:43 T:3712 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/All TV channels)
19:21:43 T:4452 DEBUG: Thread PVR Channel Window start, auto delete: 0
19:21:43 T:1300 DEBUG: CApplication::ExecuteXBMCAction : Translating Setfocus(32)
19:21:43 T:1300 DEBUG: CApplication::ExecuteXBMCAction : To Setfocus(32)
19:21:43 T:1300 DEBUG: CGUIWindowPVRCommon - PVR::CGUIWindowPVRCommon::OnMessageFocus - focus set to window 'tv'
19:21:43 T:1300 DEBUG: CApplication::ExecuteXBMCAction : Translating Setfocus(11)
19:21:43 T:1300 DEBUG: CApplication::ExecuteXBMCAction : To Setfocus(11)
19:21:43 T:5028 DEBUG: Thread Jobworker start, auto delete: 1
19:21:43 T:3712 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
19:21:45 T:1300 DEBUG: SDLKeyboard: scancode: 4b, sym: 0114, unicode: 0000, modifier: 0
19:21:45 T:1300 DEBUG: CApplication::OnKey: left (f082) pressed, action is Left
19:21:45 T:1300 DEBUG: CGUIWindowPVRCommon - PVR::CGUIWindowPVRCommon::OnMessageFocus - focus set to window 'tv'
19:21:45 T:1300 DEBUG: SDLKeyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
19:21:45 T:1300 DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
19:21:46 T:1300 DEBUG: SDLKeyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
19:21:46 T:1300 DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
19:21:46 T:1300 DEBUG: CGUIWindowPVRCommon - PVR::CGUIWindowPVRCommon::OnMessageFocus - focus set to window 'radio'
19:21:46 T:1300 DEBUG: CGUIWindowPVRChannels - PVR::CGUIWindowPVRChannels::UpdateData - update window 'radio'. set view to 12
19:21:46 T:1300 DEBUG: CGUIMediaWindow::GetDirectory (pvr://channels/radio/All radio channels/)
19:21:46 T:1300 DEBUG: ParentPath = []
19:21:46 T:3712 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/radio/All radio channels)
19:21:46 T:1888 DEBUG: Thread PVR Channel Window start, auto delete: 0
19:21:46 T:1300 DEBUG: SDLKeyboard: scancode: 50, sym: 0112, unicode: 0000, modifier: 0
19:21:46 T:1300 DEBUG: CApplication::OnKey: down (f081) pressed, action is Down
19:21:46 T:1300 DEBUG: CGUIWindowPVRCommon - PVR::CGUIWindowPVRCommon::OnMessageFocus - focus set to window 'epg'
19:21:46 T:1300 DEBUG: CGUIWindowPVRGuide - PVR::CGUIWindowPVRGuide::UpdateData - update window 'epg'. set view to 16
19:21:46 T:1300 DEBUG: CGUIEPGGridContainer - EPG::CGUIEPGGridContainer::SetStartEnd - start=05/26/2012 7:00:00 PM end=06/04/2012 6:30:00 PM
19:21:46 T:1300 DEBUG: EPG::CGUIEPGGridContainer::UpdateItems completed successfully in 57 ms
19:21:46 T:1300 ERROR: exception in CApplication::FrameMove()
19:21:46 T:1300 ERROR: Previous line repeats 10 times.
19:21:46 T:1300 ERROR: CApplication::FrameMove(), too many exceptions

EPG is kind of clutch for the Live TV / PVR functionality. I find that if I use the mouse and don't transition from Radio->EPG, it doesn't crash. Is there something I can do to prevent this from happening?

Thanks!


RE: EPG Bug No Longer Fixed? - XBMCUser4657 - 2012-06-02

bump...any ideas?


RE: EPG Bug No Longer Fixed? - tocinillo - 2012-06-04

Fixed here: http://forum.xbmc.org/showthread.php?tid=132244&pid=1115482#pid1115482

I don't understand why phil65 and B_N have not included it in the official branch.


RE: EPG Bug No Longer Fixed? - phil65 - 2012-06-04

(2012-06-04, 13:05)tocinillo Wrote: Fixed here: http://forum.xbmc.org/showthread.php?tid=132244&pid=1115482#pid1115482

I don't understand why phil65 and B_N have not included it in the official branch.

added in secondwidget branch already. will be merged into master in the near future.


RE: EPG Bug No Longer Fixed? - tocinillo - 2012-06-04

(2012-06-04, 13:08)phil65 Wrote:
(2012-06-04, 13:05)tocinillo Wrote: Fixed here: http://forum.xbmc.org/showthread.php?tid=132244&pid=1115482#pid1115482

I don't understand why phil65 and B_N have not included it in the official branch.

added in secondwidget branch already. will be merged into master in the near future.

Perfect, thanks Smile