Crash in movie info sreen. (1 Viewer)

glenn 1990

Portal Pro
July 1, 2010
247
36
Home Country
Belgium Belgium
MediaPortal Version: 1.2
MediaPortal Skin: maya
Windows Version: W7 32 bit
CPU Type: atom 330
HDD: seagate 1.5 TB
Memory: 2gb ddr2
Motherboard: zotac
Video Card: ati
Video Card Driver: 11.8
Sound Card: ati
Sound Card AC3: no AC3
Sound Card Driver:
1. TV Card: digitaldevices cine s2
1. TV Card Type: dvb-s2
1. TV Card Driver: 1.4.2.34
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: mpc
MPEG2 Audio Codec: saf 6
h.264 Video Codec: saf 6
Satelite/CableTV Provider:
HTPC Case:
Cooling:
Power Supply:
Remote: hp mce remote
TV:
TV - HTPC Connection:

Hi,

Mediaportal crashes when jou press the left or right navigation key in the movie info screen (for tv only).

Steps to reproduce (100% reproduceable):
1) go to tv guide
2) navigate to a film and press "IMDb info" (info button or F8)
3) If the film details are found, the video info screen opens.
4) press now on your left or right button (remote or keyboard) ---> mp crashes
 

SilentException

Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    1st:
    Code:
    2011-09-29 15:28:40.741961 [Info.][MPMain(1)]: TvPlugin and TvServer don't have the same version.
    TvServer Version: 1.2.0.0
    TvPlugin Version: 1.1.8.0
    That ain't right.

    2nd: please update to latest official version (1.2.1)

    3rd: read wiki how to pack full logs.

    4th: your attached log file doesn't contain any crash scenario. MediaPortal closed gracefully.
     

    glenn 1990

    Portal Pro
    July 1, 2010
    247
    36
    Home Country
    Belgium Belgium
    Updated everything to 1.2 final ( can't update my server to 1.2.1 right now),
    added logs from debug mode.

    I can confirm that nothing in the logs shows a crash, but I get a "mediaportal stopped working" message.
     

    Attachments

    • crash.jpg
      crash.jpg
      62 KB

    glenn 1990

    Portal Pro
    July 1, 2010
    247
    36
    Home Country
    Belgium Belgium
    No, it still crashes.

    It seems that the onright and onleft commands wants to focus the play button, which is disabled with epg data. (You probably know it already)
    If I mod the onright and onleft ID's in "DialogVideoInfo.xml", no crash happens.
    (but this is not a clean fix I think)

    part of xml:
    Code:
    	<control>
    		<description>Plot</description>
    		<type>togglebutton</type>
    		<id>3</id>
    		<posX>1398</posX>
    		<posY>378</posY>
    		<label>207</label>
    		<onleft>[B]3[/B]</onleft>   --> was 22
    		<onright>[B]3[/B]</onright> --> was 22
    		<onup>2</onup>
    		<ondown>4</ondown>
      		<textcolor>white</textcolor>
    		<textcolorNoFocus>ff85cfff</textcolorNoFocus>
    		<textalign>left</textalign>
    	</control>
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    I still need logs using those two binaries, then we can go on further :)

    Also, on what button do you have focus when you open video info screen? Is it "Plot"? And then you press right or left and then it crashes?
     

    glenn 1990

    Portal Pro
    July 1, 2010
    247
    36
    Home Country
    Belgium Belgium
    Added logs when using your dll's.

    Yes, focus is on plot when pressing left or right.
     

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Here are new binaries to try. Keep in mind that these contain multiple fixes and improvements to MediaPortal GUI controls navigation and focus handling (because root of your problem/crash is very deep in the code). So if you see anything unusual regarding focus, on any window inside MediaPortal (not just video info), report here.
     

    Users who are viewing this thread

    Top Bottom