Apple trailer crashes when using Confluence
#1
Hi,

I'm running Karmic and xbmc 9.11~beta1-karmic2 installed from ppa.

The Apple trailers script always crashes (making xbmc crash and bring me back to the desktop) if I use the skin Confluence and do one of the following:
  • choose a movie with more than one trailer (ex: avatar)
  • OR go to settings and click install plugin

So it seems to crash on me everytime an extra window is supposed to pop up.
If I do the same but using another skin (pm3-hd in my case) it works fine and I can see the list of available trailers for example.

Am I the only one having this bug?

Thanks.



PS: the end of my log file

Code:
23:28:01 T:3078858640 M:579710976   DEBUG: ------ Window Init (special://xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-settings.xml) ------
23:28:01 T:3078858640 M:579710976    INFO: Loading skin file: special://xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-settings.xml
23:28:01 T:3078858640 M:579710976   DEBUG: Load special://xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-settings.xml: 35.50ms
23:28:01 T:3078858640 M:579710976   DEBUG: Alloc resources: 37.67ms (36.35 ms skin load)
23:28:01 T:3078858640 M:579710976   DEBUG: CGUIMediaWindow::GetDirectory (?)
23:28:01 T:3078858640 M:579710976   DEBUG:   ParentPath = []
23:28:01 T:3078858640 M:579710976   ERROR: GetDirectory - Error getting ?
23:28:01 T:3078858640 M:579710976   ERROR: CGUIMediaWindow::GetDirectory(?) failed
23:28:02 T:3078858640 M:579710976   DEBUG: Failed to connect to LIRC. Retry in 40s.
23:28:02 T:3078858640 M:579735552   DEBUG: SDLKeyboard: scancode: 113, sym: 276, unicode: 0, modifier: 0
23:28:02 T:3078858640 M:579735552   DEBUG: OnKey: 61477 pressed, action is 1
23:28:04 T:3078858640 M:579735552   DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
23:28:04 T:3078858640 M:579735552   DEBUG: OnKey: 61480 pressed, action is 4
23:28:04 T:3078858640 M:579735552   DEBUG: SDLKeyboard: scancode: 116, sym: 274, unicode: 0, modifier: 0
23:28:04 T:3078858640 M:579735552   DEBUG: OnKey: 61480 pressed, action is 4
23:28:05 T:3078858640 M:579735552   DEBUG: SDLKeyboard: scancode: 36, sym: 13, unicode: 13, modifier: 0
23:28:05 T:3078858640 M:579735552   DEBUG: OnKey: 61453 pressed, action is 7
23:28:05 T:3078858640 M:579735552   DEBUG: ------ Window Init (special://xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-chooser.xml) ------
23:28:05 T:3078858640 M:579735552    INFO: Loading skin file: special://xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-chooser.xml
23:28:05 T:3078858640 M:579735552   DEBUG: Load special://xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-chooser.xml: 56.08ms
23:28:05 T:3078858640 M:579735552   DEBUG: Alloc resources: 56.98ms (56.60 ms skin load)
23:28:05 T:3078858640 M:579735552   DEBUG: CGUIMediaWindow::GetDirectory (?)
23:28:05 T:3078858640 M:579735552   DEBUG:   ParentPath = []
23:28:05 T:3078858640 M:579735552   ERROR: GetDirectory - Error getting ?
23:28:05 T:3078858640 M:579735552   ERROR: CGUIMediaWindow::GetDirectory(?) failed
Reply
#2
Have you tried RC1?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
if you delete the chooser dialog for amt. it will display the default. so something in confluence chooser dialog needs fixing

script-apple_movie_trailers-chooser.xml
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#4
actually it's working now.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#5
Nuka1195 Wrote:actually it's working now.

since you deleted the file or with the file
Reply
#6
with the file
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#7
yeah works fine for me too on windows just been testing it
Reply
#8
Hi,

thanks for your replies. Renaming the file bundled with Confluence (from ppa) solved the problem

Code:
mv /usr/share/xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-chooser.xml /usr/share/xbmc/skin/Confluence/720p/script-Apple_Movie_Trailers-chooser.xml.old

so there definitely seems to be something wrong in this file. Hope it will be solved in the next update.

Thanks again.
Reply
#9
most likely this has been fixed in rc1.

i can reproduce the crash on linux with an older svn build (25274),
but with rc1 everything's fine.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#10
ronie Wrote:most likely this has been fixed in rc1.

i can reproduce the crash on linux with an older svn build (25274),
but with rc1 everything's fine.

I guess thats the problem with people cutting out only the bits of the log they think are important is that we can't check those sort of things
Reply
#11
completely unrelated and very nitpicky, so feel free to ignore me,
but when testing the AMT script in Confluence, the progress bar caught my eye.

at first i thought i was seeing some artifacts at the top and bottom right of the progressbar:

Image


but looking at the source images revealed they're almost square instead of oval shaped.

Image


i'm sure you agree with me this is not the kind of quality we expect to see from the official xbmc skinner! ;-p

imho the corners of those textures could use a bit more...uh...transparency.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Apple trailer crashes when using Confluence0