Crashes when searching for channels (1 Viewer)

inselaffe

New Member
January 1, 2007
4
0
Home Country
United Kingdom United Kingdom
MediaPortal Version: 0.2.2.0
MediaPortal Skin: BlueTwo
Windows Version: Windows XP SP2
CPU Type: AMD Athlon XP 3000+
HDD: Maxtor SATA 300GB
Memory: 1GB
Motherboard: Asus A7N8X-E deluxe
Motherboard Chipset: nVIDIA nForce 2 Ultra 400
Motherboard Bios: Award, ASUS A7N8X-E Deluxe ACPI BIOS Rev 1011
Video Card: Leadtek WinFast A250 (nVidia NV25)
Video Card Driver: 9371
Sound Card: nVidia nForce Audio
Sound Card AC3:
Sound Card Driver:
1. TV Card: Hauppauge Nova-T Stick
1. TV Card Type: DVB-T
1. TV Card Driver: 4.3.24279.0
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: MPV
MPEG2 Audio Codec: MPA
Satelite/CableTV Provider:
HTPC Case:
Cooling: Fans
Power Supply:
Remote:
TV:
TV - HTPC Connection:

Took a while to get MediaPortial to recognise my NOVA-T DVB-T stick, following these instructions I added this to CaptureCardDefinitions.xml:
Code:
  <capturecard commercialname="Hauppauge Nova-T Stick DVB-T Tuner Device" capturename="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0)" devid="vid_2040&amp;pid_7060">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
      <filters>
        <filter cat="networkprovider"	name="Microsoft DVBT Network Provider"	        checkdevice="false"/>
        <filter cat="tunerdevice"		  name="WinTV Nova-T Stick DVB-T Tuner (Dev1 Path0) "	  checkdevice="true"/>
        <filter cat="capture"			    name="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0)"	checkdevice="true"/>
      </filters>
      <connections>
        <connection sourcefilter="networkprovider"	sourcepin="0" sinkfilter="tunerdevice"	sinkpin="0"/>
        <connection sourcefilter="tunerdevice"      sourcepin="0" sinkfilter="capture"		  sinkpin="0"/>
      </connections>
    </tv>
  </capturecard>

The card is now detected by the setup wizard, but after choosing the location, MediaPortal crashes. The Windows XP error report message contains this information:

EventType : clr20r3 P1 : mediaportal.exe P2 : 0.0.0.0 P3 : 458abf6f
P4 : tvcapture P5 : 1.0.2546.32612 P6 : 458abf38 P7 : 197
P8 : bb P9 : system.nullreferenceexception


Any ideas, I'm a bit stuck here...!
 

inselaffe

New Member
January 1, 2007
4
0
Home Country
United Kingdom United Kingdom
I plugged the stick into my laptop and it crashes in exactly the same way.

The Hauppauge software works on both machines too.

This is my error.log
Code:
2007-01-01 14:56:51.253750 [ERROR][10]: DVBGraphBDA:FAILED tuning to frequency:482000 kHz ONID:-1 TSID:-1, SID:-1. cannot get locator
2007-01-01 14:56:51.285000 [ERROR][10]: MediaPortal: Unhandled exception occured
2007-01-01 14:56:51.285000 [ERROR][10]: Exception   :System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'DShowNET.MPSA.IStreamAnalyzer'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{FB1EF498-2C7D-4FED-B2AA-B8F9E199F074}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
   at DShowNET.MPSA.IStreamAnalyzer.ResetParser()
   at MediaPortal.TV.Recording.DVBGraphBase.Tune(Object tuningObject, Int32 disecqNo)
   at MediaPortal.TV.Recording.TVCaptureDevice.Tune(Object tuningObject, Int32 disecqNo)
   at MediaPortal.TV.Scanning.DVBTTuning.Tune(Int32 offset)
   at MediaPortal.TV.Scanning.DVBTTuning.Next()
   at WindowPlugins.GUISettings.Wizard.GUIWizardScanBase.ScanThread()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
2007-01-01 14:56:51.285000 [ERROR][10]: Exception   :Unable to cast COM object of type 'System.__ComObject' to interface type 'DShowNET.MPSA.IStreamAnalyzer'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{FB1EF498-2C7D-4FED-B2AA-B8F9E199F074}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
2007-01-01 14:56:51.285000 [ERROR][10]:   site      :Int32 ResetParser()
2007-01-01 14:56:51.285000 [ERROR][10]:   source    :Core
2007-01-01 14:56:51.285000 [ERROR][10]:   stacktrace:   at DShowNET.MPSA.IStreamAnalyzer.ResetParser()
   at MediaPortal.TV.Recording.DVBGraphBase.Tune(Object tuningObject, Int32 disecqNo)
   at MediaPortal.TV.Recording.TVCaptureDevice.Tune(Object tuningObject, Int32 disecqNo)
   at MediaPortal.TV.Scanning.DVBTTuning.Tune(Int32 offset)
   at MediaPortal.TV.Scanning.DVBTTuning.Next()
   at WindowPlugins.GUISettings.Wizard.GUIWizardScanBase.ScanThread()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()
 

ronilse

Retired Team Member
  • Premium Supporter
  • July 19, 2005
    4,422
    283
    Moss
    Home Country
    Norway Norway
    Hi,
    You should use the scan option in MP Setup (Configuration) -> Television -> Capture cards & your card + edit.
    Theres a known bug when scanning for channels in the wizard inside MP.

    Regards
    Roy
     

    Paul S

    Portal Pro
    May 14, 2006
    361
    0
    Franklin, WI (Milwaukee)
    Home Country
    United States of America United States of America
    I recently installed the latest stable version 0.2.2.0 on a test PC. When I would scan for channels in the MP setup program, it would always crash. But, when I looked in the channel section, all of my channels were listed. It seems to work fine.
     

    inselaffe

    New Member
    January 1, 2007
    4
    0
    Home Country
    United Kingdom United Kingdom
    Hi,
    You should use the scan option in MP Setup (Configuration) -> Television -> Capture cards & your card + edit.
    Theres a known bug when scanning for channels in the wizard inside MP.

    Regards
    Roy

    Thanks, this has worked.
     

    lakshman

    New Member
    January 27, 2007
    4
    0
    Home Country
    Hi,

    I have the same problem, but when I access MP Setup -> Television -> Capture cards & your card + edit I get the following error
    "Unable to create Graph for this device.

    Any feedback is greatly appreciated.

    Please help I am stuck on this one.

    My Card details are

    MediaPortal Version: 0.2.2.0 == svn Build 12752 25.01.2007 23/09
    MediaPortal Skin: mpsp
    Windows Version: Windows XP MCE SP2
    CPU Type: Intel (R) Pentium (R) D 3.0 Gig
    HDD: Seagate SATA II 320GB
    Memory: 1GB
    Motherboard: Asus P5B
    Motherboard Chipset: P965
    Motherboard Bios:
    Video Card: NVIDIA GeForce 7600GS
    Video Card Driver: 6.14.10.9371
    Sound Card:
    Sound Card AC3:
    Sound Card Driver:
    1. TV Card: WinFast DTV 2000 H (Digital)
    1. TV Card Type: DVB-T
    1. TV Card Driver: 4.0.112.3219
    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:
    MPEG2 Audio Codec:
    Satelite/CableTV Provider:
    HTPC Case:
    Cooling: Fans
    Power Supply:
    Remote:
    TV:
    TV - HTPC Connection:
     

    Sufjan

    New Member
    February 4, 2007
    3
    0
    43
    Hi,

    I have the exact same problem as lakshman, any one got any bright ideas?

    Many thanks

    Sufjan
     

    lakshman

    New Member
    January 27, 2007
    4
    0
    Home Country
    Hi Sufjan

    I needed to update my MCE 2005 with Rollup 2 for windows
    http://support.microsoft.com/kb/900325

    I then reinstall my WinFast DTV 2000 H (Digital) drivers again.

    The above steps appear to have fixed the problem.

    Thanks
    Lakshman
     

    Users who are viewing this thread

    Top Bottom