Aeon movie information crash to desktop
#1
Hello I have searched for this error and was not able to find a fix. I apologize in advance if this question has already been answered.

I really enjoy this interface but the problem I am having is that when I select movie information xbmc crashes to desktop.

here is the tail end of the xbmc.log
Code:
==> /var/tmp/hdtc-xbmc.log <==
04:49:20 T:3067840304 M:136159232   DEBUG: Load DialogVideoInfo.xml: 11.25ms
04:49:20 T:3067840304 M:136159232   DEBUG: Alloc resources: 16.58ms (11.43 ms skin load, 3.43 ms preload)
04:49:21 T:3067840304 M:136159232   DEBUG: Refresh
04:49:21 T:3067840304 M:136212480   DEBUG: Load /home/hdtc/.xbmc/skin/Aeon Stark/media/common/darkgrey.png: 0.1ms
04:49:21 T:3067840304 M:119533568   DEBUG: Load /home/hdtc/.xbmc/skin/Aeon Stark/media/info/info_rightpanelbottom.png: 72.2ms
04:49:21 T:3067840304 M:111120384   DEBUG: Load /home/hdtc/.xbmc/skin/Aeon Stark/media/info/movieinfogradient.png: 64.5ms
04:49:21 T:2851838864 M:111206400   DEBUG: Running thread 2851838864
04:49:21 T:2851838864 M:111206400   DEBUG: thread start, auto delete: 0
04:49:21 T:2851838864 M:111206400    INFO:   msg: PICTURE::LoadImage: Unable to open image: /home/hdtc/Videos/aeon flux.avi-big.png Error: (2)
04:49:21 T:2851838864 M:111206400   ERROR: PICTURE: Error loading image /home/hdtc/Videos/aeon flux.avi-big.png

I found thought some testing that if I create the image
/home/hdtc/Videos/aeon flux.avi-big.png it dose not crash.

I first thought it might be a permission issue but a chmod 777 of the directory failed to produce different results.

I like to solve this problem without going though a lot of the code I'm sure it is a simple misconfiguration or something.

Thank you in advance for any help you can provide.


Thanks danno

Code:
DialogVideoInfo.xml (aeon/720/)    

<control type="largeimage">

        <description>Cover image</description>

        <posx>0</posx>

        <posy>0</posy>

        <width>486</width>

        <height>720</height>

        <texture>$INFO[listitem.path]movie.tbn</texture>

        <aspectratio>stretch</aspectratio>

        <fadetime>500</fadetime>

        <visible>!Container.Content(episodes)</visible>        

    </control>

    

    <control type="largeimage">

        <description>Cover image</description>

        <posx>0</posx>

        <posy>0</posy>

        <width>486</width>

        <height>720</height>

        <texture>$INFO[listitem.path]-big.png</texture>

        <aspectratio>stretch</aspectratio>

        <fadetime>500</fadetime>

        <visible>!Container.Content(episodes)</visible>        

    </control>

This seemed to help at least for it not crash with the info screen.
Reply
#2
What xbmc build are you using and what are your system specs?
Reply
#3
just by looking at the error ..its trying to pull a file that doesn't exist aeon flux.avi-big.png
shouldn't the file be aeon flux-big.png ??
Reply
#4
What build of xbmc are you using? I was using an older one, and it was doing the same thing. Everything's great with the newer builds.
Reply
#5
I had this problem with latest aeon, and latest precompiled xbmc build today. Running ubuntu.

I had to remove some xml code to make it work.

Removed below code in DialogVideoInfo.xml (aeon/720/)

Code:
    <control type="largeimage">

        <description>Cover image</description>

        <posx>0</posx>

        <posy>0</posy>

        <width>486</width>

        <height>720</height>

        <texture>$INFO[listitem.path]movie.tbn</texture>

        <aspectratio>stretch</aspectratio>

        <fadetime>500</fadetime>

        <visible>!Container.Content(episodes)</visible>        

    </control>

    

    <control type="largeimage">

        <description>Cover image</description>

        <posx>0</posx>

        <posy>0</posy>

        <width>486</width>

        <height>720</height>

        <texture>$INFO[listitem.path]-big.png</texture>

        <aspectratio>stretch</aspectratio>

        <fadetime>500</fadetime>

        <visible>!Container.Content(episodes)</visible>        

    </control>


Probably broke something else, but seems to work for the most used cases. :p
.
Reply
#6
I have the same problem. Whenever I push the "i" button for info or to start the scraper, XBMC crashes. I'm running the stable PPA on Ubuntu 8.04.
Reply
#7
Radikaltimes Wrote:just by looking at the error ..its trying to pull a file that doesn't exist aeon flux.avi-big.png
shouldn't the file be aeon flux-big.png ??

No, it shouldn't. The file is named the way it should be.
Reply
#8
havel Wrote:I have the same problem. Whenever I push the "i" button for info or to start the scraper, XBMC crashes. I'm running the stable PPA on Ubuntu 8.04.

What do you mean by "Stable PPA"? If you mean "Atlantis", then that's your problem. Stark will not run properly on Atlantis.
Reply

Logout Mark Read Team Forum Stats Members Help
Aeon movie information crash to desktop0