| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| Area: Media Portal Program MediaPortal Version: 0.2.0.0 (2006-07-03) MediaPortal Skin: BlueTwo Windows Version: Windows XP (SP1) .NET CLR Version: 2.0.50727 DirectX Version: 4.09.00.0904 (9.0c) Audio Codec: - Video Codec: - CPU Type: AMD Athlon 64 3500+ Memory: 1 GB Motherboard: A8V-VM (ASUSTeK Computer INC.) TV Card Model: TwinhanDTV DVB-C VP-2033 TV Card Type: DVB TV Card Driver: 1.0.1.9 Video Card Model: Nvidia Geforce 6500 (512 MB) Video Card Driver: - Video Card Resolution: 1024x768 Video Render Type: - Audio Card Model: SoundMAX Integrated Digital HD Audio Audio Card Driver: - Synopsis:: I'm using Media Portal 0.2.0.0 and a TwinhanDTV DVB-C Mantis 2033 card. I got MP to detect it by adding an xml definition for it in CaptureCardDefinitions.xml as adviced in the thread: http://forum.team-mediaportal.com/viewtopic.php?t=15346 However, when I try to scan for channels in the setup wizard, nothing is found. I get the following in error.log: Code: 9.7.2006 17:43:27 Exception :System.InvalidCastException: Unable to cast COM object of type 'StreamBufferSink' to interface type 'DirectShowLib.SBE.IStreamBufferSink3'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{974723F2-887A-4452-9366-2CFF3057BC8F}' failed due to the following error: Har inte implementerats (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
at MediaPortal.TV.Recording.DVBGraphBDA.CreateGraph(Int32 Quality)
9.7.2006 17:43:27 Exception :Unable to cast COM object of type 'StreamBufferSink' to interface type 'DirectShowLib.SBE.IStreamBufferSink3'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{974723F2-887A-4452-9366-2CFF3057BC8F}' failed due to the following error: Har inte implementerats (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
9.7.2006 17:43:27 site :Boolean CreateGraph(Int32)
9.7.2006 17:43:27 source :TVCapture
9.7.2006 17:43:27 stacktrace: at MediaPortal.TV.Recording.DVBGraphBDA.CreateGraph(Int32 Quality)
9.7.2006 17:43:32 DVBGraphBDA:UpdateSignalPresent() no tuner stat interfaces
9.7.2006 17:43:32 DVBGraphBDA:UpdateSignalPresent() no tuner stat interfaces
9.7.2006 17:43:32 DVBGraphBDA:UpdateSignalPresent() no tuner stat interfaces
9.7.2006 17:43:32 DVBGraphBDA:UpdateSignalPresent() no tuner stat interfaces
.......
The "no tuner stat interfaces" error is repeated MANY times
Code: 9.7.2006 17:38:47 Exception :System.InvalidCastException: Unable to cast COM object of type 'StreamBufferSink' to interface type 'DirectShowLib.SBE.IStreamBufferSink3'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{974723F2-887A-4452-9366-2CFF3057BC8F}' failed due to the following error: Har inte implementerats (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
at MediaPortal.TV.Recording.DVBGraphBDA.CreateGraph(Int32 Quality)
9.7.2006 17:38:47 Exception :Unable to cast COM object of type 'StreamBufferSink' to interface type 'DirectShowLib.SBE.IStreamBufferSink3'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{974723F2-887A-4452-9366-2CFF3057BC8F}' failed due to the following error: Har inte implementerats (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
9.7.2006 17:38:47 site :Boolean CreateGraph(Int32)
9.7.2006 17:38:47 source :TVCapture
9.7.2006 17:38:47 stacktrace: at MediaPortal.TV.Recording.DVBGraphBDA.CreateGraph(Int32 Quality)
Twinhan's own program does work. There was a strange thing though. The version on the CD, version 2.62, did not work. It didn't find any channels. But when upgrading to 2.63 it started to work. Both comes bundled with BDA version 1.0.1.5 .... Is there anyone else here who has had this problem and solved it? Any help appreciated EDIT: I'm UNABLE to find the autotune feature in the setup program (after the setup wizard is completed). I guess this has to do with the graph error? |
| | |
| | #2 (permalink) |
| Portal Member Join Date: Jun 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
| The card definition is not correct in V 0.2.0.0 Open : CaptureCardDefinitions.xml And add: Code: <capturecard commercialname="Twinhan DVB-C (VP-2033)" capturename="DTV-DVB Mantis Virtual BDA Receiver" devid="ven_1822&dev_4e35&subsys_00081822&rev_01"> <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/> <tv> <interface cat="tunerdevice" video="2" audio="3" mpeg2="1" sectionsandtables="5"/> <filters> <filter cat="networkprovider" name="Microsoft DVBC Network Provider" checkdevice="false"/> <filter cat="tunerdevice" name="DTV-DVB Mantis DVBC BDA Receiver" checkdevice="true"/> <filter cat="capture" name="DTV-DVB Mantis Virtual BDA Receiver" checkdevice="true"/> </filters> <connections> <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/> </connections> </tv> </capturecard> I'm trying to solve that in the code myself. |
| | |
| | #3 (permalink) | |
| Portal Member Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
| |
| | |
| | #4 (permalink) | ||
| Portal Member Join Date: Jun 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
![]() The graph error means that MP does not properly detect the card en can't connect with it. To fix the problem that the graph can't be built, you should edit the card definitions. After that you can scan for channels | ||
| | |
| | #5 (permalink) |
| Portal Developer | Hi, Code: 9.7.2006 17:43:27 Exception :System.InvalidCastException: Unable to cast COM object of type 'StreamBufferSink' to interface type 'DirectShowLib.SBE.IStreamBufferSink3'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{974723F2-887A-4452-9366-2CFF3057BC8F}' failed due to the following error: Har inte implementerats (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
Kind regards, Michel |
| | |
| | #6 (permalink) | |
| Portal Member Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
| Quote:
I installed SP2 and now it works flawlessly! Thank you very much! Best regards, Kristoffer | |
| | |
![]() |
| Bookmarks |
| Tags |
| 2033, channel, dvbc, fixed, scan, twinhan |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tuning-problem - FireDTV - Stockholm-Nacka | alek01 | Installation, configuration support | 2 | 2006-07-11 00:06 |
| In RC3 not all DVB-s-channels are found, RC2 is ok !!! | josu | The old Bugreport Forum | 3 | 2006-03-21 19:28 |
| Media portal crashes | JörgenL | General Support | 2 | 2005-12-26 14:07 |
| Win2003 + TwinHan DVB-T = Unable to create graph. | Stor-Anders | General Support | 1 | 2005-12-19 12:10 |
| Xmltv set big hassle for a newb | Anonymous | Tips and Tricks | 38 | 2004-12-18 21:09 |