SOLVED : crash only on certain channels

The posts related to fixed bugs & old feature requests will be moved to here.

Moderators: Dreamer, FredB, X05

martind2911
Posts: 2
Joined: Wed May 30, 2007 12:11 pm

SOLVED : crash only on certain channels

Postby martind2911 » Wed May 30, 2007 12:32 pm

hello :)

starting with dvbdream v1.3c my technotrend budget dvb-c started working with bda drivers, however on certain channels/frequencies i experience crashes, dvbdream just quits and the debugger dialog from msvc pops up.
i pinned it down to the premiere and beta digital transponders here in my digital cable.
i'm pretty sure my cable company rebroadcasts those transponders 1:1 from astra 19.2E into the cable here, cause i can see the unchanged NIT from astra for example.
channels where it's most evident: hit24 and sunshine live (radio)
those two almost always crash immediately or after a few seconds

there's no psiparser.log and dvbdream.log and rec_mng.log are 0 bytes however i have a bda.log:

Code: Select all

[05/30/07 21:23:01 : ] StartDevice() dwDeviceNo:0
[05/30/07 21:23:01 : ] CoCreateInstance(CLSID_FilterGraph..) OK pFilterGraph:00C53C20
[05/30/07 21:23:01 : ] pFilterGraph->QueryInterface(IID_IMediaControl..) OK pMediaControl:0094617C
[05/30/07 21:23:01 : 30] LoadTuningSpace()...
[05/30/07 21:23:01 : 30] m_pNetworkProvider->QueryInterface(IID_ITuner..) OK
[05/30/07 21:23:01 : 40] WARNING: pTuningSpaceContainer->Add(pDVBTuningSpace...)
[05/30/07 21:23:01 : 40] TuningSpace Name: 'Cable' NetworkType: {00000000-0000-0000-0000-000000000000}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'Antenna' NetworkType: {00000000-0000-0000-0000-000000000000}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'ATSC' NetworkType: {0DAD2FDD-5FD7-11D3-8F50-00C04F7971E2}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'Digital Cable' NetworkType: {143827AB-F77B-498D-81CA-5A007AEC28BF}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'AuxIn1' NetworkType: {00000000-0000-0000-0000-000000000000}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'FM Radio' NetworkType: {00000000-0000-0000-0000-000000000000}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'DVB-T' NetworkType: {216C62DF-6D7F-4E9A-8571-05F14EDB766A}
[05/30/07 21:23:01 : 40] TuningSpace Name: 'DD DVB-C' NetworkType: {DC0C0FE7-0485-4266-B93F-68FBF80ED834}
[05/30/07 21:23:01 : 40] Found TuningSpace
[05/30/07 21:23:01 : 40] Enumeration found 8 tuning spaces
[05/30/07 21:23:01 : 40] LoadTuningSpace() OK
[05/30/07 21:23:01 : 50] - 0) TechnoTrend BDA/DVB-C Tuner (Looking for:0)
[05/30/07 21:23:01 : 130] LoadFilter(KSCATEGORY_BDA_NETWORK_TUNER...) OK
[05/30/07 21:23:01 : 130] LOWER:technotrend bda/dvb-c tuner
[05/30/07 21:23:01 : 130] BDACardType:0
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Pin types (2) :
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Pin 0 Type = 0
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Pin 1 Type = 1
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Node types (2):
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Node 0 Type = 0
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Node 1 Type = 1
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Node interfaces:
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Interfaces on NodeType 0 (3 interfaces):
[05/30/07 21:23:01 : 140] GetTunerInterfaces: {71985F47-1CA1-11D3-9CC8-00C04F7971E0} IID_IBDA_FrequencyFilter
[05/30/07 21:23:01 : 140] GetTunerInterfaces: {1347D106-CF3A-428A-A5CB-AC0D9A2A4338} IID_IBDA_SignalStatistics
[05/30/07 21:23:01 : 140] GetTunerInterfaces: {992CF102-49F9-4719-A664-C4F23E2408F4} IID_IBDA_LNBInfo
[05/30/07 21:23:01 : 140] GetTunerInterfaces: Interfaces on NodeType 1 (2 interfaces):
[05/30/07 21:23:01 : 140] GetTunerInterfaces: {EF30F379-985B-4D10-B640-A79D5E04E1E0} IID_IBDA_DigitalDemodulator
[05/30/07 21:23:01 : 140] GetTunerInterfaces: {1347D106-CF3A-428A-A5CB-AC0D9A2A4338} IID_IBDA_SignalStatistics
[05/30/07 21:23:01 : 140] - 0) TechnoTrend BDA/DVB Capture (Looking for:-1)
[05/30/07 21:23:01 : 150] LoadFilter(KSCATEGORY_BDA_RECEIVER_COMPONENT...) OK
[05/30/07 21:23:01 : 150] CoCreateInstance(CLSID_SampleGrabber...) OK pBDASource:00C5787C
[05/30/07 21:23:01 : 150] pFilterGraph->AddFilter(pSampleGrabber...) OK
[05/30/07 21:23:01 : 160] CoCreateInstance(CLSID_MPEG2Demultiplexer...) OK
[05/30/07 21:23:01 : 160] pFilterGraph->Connect(pPinSampleGrabberOutput, pPinDemuxInput) OK
[05/30/07 21:23:01 : 160] - 0) BDA MPEG2 Transport Information Filter (Looking for:-1)
[05/30/07 21:23:01 : 180] LoadFilter(KSCATEGORY_BDA_TRANSPORT_INFORMATION, pFilterGraph, &m_pTIF..) OK
[05/30/07 21:23:01 : 440] StartDevice() OK
[05/30/07 21:23:01 : 440] ----------------------------------------------------------------------------
[05/30/07 21:23:01 : 440]
[05/30/07 21:23:05 : 4566]
[05/30/07 21:23:05 : 4566] SetTuner() 442000, 1, 6900000 LOF:7 22Khz:0
[05/30/07 21:23:05 : 4566] CreateTuneRequest() OK
[05/30/07 21:23:05 : 4566] DVB-Cable
[05/30/07 21:23:12 : 11146] Locked bSignalLocked:1 bSignalPresent:1 lStrength:95 lQuality:100
[05/30/07 21:23:12 : 11146]
[05/30/07 21:23:26 : 25166]
[05/30/07 21:23:26 : 25166] SetTuner() 378000, 1, 6900000 LOF:7 22Khz:0
[05/30/07 21:23:26 : 25166] CreateTuneRequest() OK
[05/30/07 21:23:26 : 25166] DVB-Cable
[05/30/07 21:23:31 : 30003] Locked bSignalLocked:1 bSignalPresent:1 lStrength:95 lQuality:100
[05/30/07 21:23:31 : 30003]
[05/30/07 21:24:54 : 112982]
[05/30/07 21:24:54 : 112982] SetTuner() 402000, 1, 6900000 LOF:7 22Khz:0
[05/30/07 21:24:54 : 112982] CreateTuneRequest() OK
[05/30/07 21:24:54 : 112982] DVB-Cable
[05/30/07 21:24:59 : 117659] Locked bSignalLocked:1 bSignalPresent:1 lStrength:87 lQuality:100
[05/30/07 21:24:59 : 117659]
i hope someone can help figure out what this is.
if you need any more details or a ts stream or something like that let me know :)

ps: i can watch all other channels just fine, for hours. it's just those channels i mentioned and probably all on those frequencies (didnt test so many yet, but from what i've seen so far other channels seems to be affected too on those frequencies)

technotrend budget dvb-c pci
bda driver version 4.4.10.18
geforce 2 mx
windows xp sp2
mdcc german cable network
konkhra
Just popping in
Posts: 5
Joined: Sat Apr 07, 2007 10:02 am

Postby konkhra » Thu May 31, 2007 12:06 pm

I had crashes also when i was trying to see the Premiere package, but after i installed this microsoft patch (KB896626), the crashes disappeared.
Technisat Skystar USB Plus
martind2911
Posts: 2
Joined: Wed May 30, 2007 12:11 pm

Postby martind2911 » Fri Jun 01, 2007 11:40 am

wow thanks, that helped, no more crashes :)
technotrend budget dvb-c pci
bda driver version 4.4.10.18
geforce 2 mx
windows xp sp2
mdcc german cable network
User avatar
FredB
love DVB Dream!
Posts: 315
Joined: Fri Jun 16, 2006 1:19 pm
Location: France
Contact:

Postby FredB » Sun Jun 03, 2007 4:10 pm

Topic moved to "Old bug reports & requests".
Forum PCTVSat : http://pctvsat.free.fr
-----------------------------------------------------------------------
Pinnacle PCTV Sat + Terratec Cinergy 1200 DVB-S / Athlon 64 3500+ - 2048 Mb DDR - GeForce 7900 GS
Twinhan Vision Plus 1030A + Asus Europa II Hybrid / PIV D920 2x2.8 Ghz - 2048 Mb DDR2 - GeForce 7600 GS
PCTV Sat Pro PCI (PCTV 450i) + DVICO Fusion HDTV USB / Athlon XP 3200+ - 1024 Mb DDR - GeForce 6600GT
-----------------------------------------------------------------------
Collective installation with 2 LNB Quad and multiswitches DiseqC - LNB A = Astra 19.2°E - LNB B = Hotbird 13.0°E - Commutation = 13V/18V/22K + DiseqC 2.0

Return to “Old bug reports & requests”

Who is online

Users browsing this forum: No registered users and 1 guest