MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Quality Assurance (Bugreports) » Archive » Bug Reports » 0.2.0.0 Release Candidate 1


0.2.0.0 Release Candidate 1 Post bugs you found in the official RC1 relese of 0.2.0.0 here. It is not allowed to post CVS-snapshot Bugs here!

 
 
Thread Tools Display Modes
Old 2005-09-21, 09:06   #11 (permalink)
Portal Manager
 
dman_lfc's Avatar
 
Join Date: Jul 2004
Location: UK
Posts: 1,686
Thanks: 0
Thanked 27 Times in 23 Posts

Country:

My System

Send a message via MSN to dman_lfc Send a message via Skype™ to dman_lfc
Default

Please obtain GraphEdit and then determine if you have the Tee/Sink-Sink converter filter to choose from under WDM Streaming Tee/Splitter Devices' (Graph -> Insert Filters)...

Also ensure you have the MediaPortal Stream Analyzer, MediaPortal TS Writer & MediaPortal TS-SourceFilter filters under 'DirectShow Filters'.

DMAN
dman_lfc is offline  
Old 2005-09-21, 23:21   #12 (permalink)
Portal Member
 
Join Date: Oct 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I just checked ... and yes i have got all things you asked ... do you know something else usefull ?

thx for your help.
archaos is offline  
Old 2005-09-21, 23:51   #13 (permalink)
Portal Member
 
Smirnuff's Avatar
 
Join Date: Dec 2004
Location: United Kingdom
Posts: 630
Thanks: 0
Thanked 2 Times in 1 Post

My System

Default

In that case could you start regedit and attempt to make your way to:

HKEY_CLASSES_ROOT\CLSID\{17CCA71B-ECD7-11D0-B908-00A0C9223196}\InprocServer32

If the entire path exists then it would be useful to know the value of '(Default)', it should be:

C:\WINDOWS\system32\ksproxy.ax

While you're there you might as well confirm that ThreadingModel is set to 'Both'?

Could you also post the version number of that file.

Cheers,
Smirnoff.
Smirnuff is offline  
Old 2005-09-22, 00:36   #14 (permalink)
Portal Member
 
Join Date: Oct 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

the path HKEY_CLASSES_ROOT\CLSID\{17CCA71B-ECD7-11D0-B908-00A0C9223196}\InprocServer32 exists but the value of 'default' was only ksproxy.ax. I tried to put the entire path C:\WINDOWS\system32\ksproxy.ax but my problem stay the same. ThreadingModel was already set to 'Both'.

Thanks for trying.
archaos is offline  
Old 2005-09-22, 07:14   #15 (permalink)
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 29
Posts: 6,403
Thanks: 183
Thanked 146 Times in 101 Posts

Country:

My System

Default

Quote:
Originally Posted by archaos
the path HKEY_CLASSES_ROOT\CLSID\{17CCA71B-ECD7-11D0-B908-00A0C9223196}\InprocServer32 exists but the value of 'default' was only ksproxy.ax. I tried to put the entire path C:\WINDOWS\system32\ksproxy.ax but my problem stay the same. ThreadingModel was already set to 'Both'.
have you checked if there is a ksproxy.ax in C:\WINDOWS\system32?

have you made a reboot before you tried it again?
__________________
regards
chris

MediaPortal Project Coordinator
Test Team Leader

Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
infinityloop is online now  
Old 2005-09-22, 08:29   #16 (permalink)
Portal Member
 
Join Date: Oct 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

yes of course for both of your questions
archaos is offline  
Old 2005-09-22, 11:00   #17 (permalink)
Portal Member
 
Smirnuff's Avatar
 
Join Date: Dec 2004
Location: United Kingdom
Posts: 630
Thanks: 0
Thanked 2 Times in 1 Post

My System

Default

I've added an extra line of logging to the method where things start going wrong, it will be available in the 14:00 CEH CVS snapshot and can be identified in the log by searching for 'GetFilterByName:', would be greatful for this additional information this logging provides.
Smirnuff is offline  
Old 2005-09-22, 11:26   #18 (permalink)
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 29
Posts: 6,403
Thanks: 183
Thanked 146 Times in 101 Posts

Country:

My System

Exclamation

Quote:
Originally Posted by Smirnoff
I've added an extra line of logging to the method where things start going wrong, it will be available in the 14:00 CEH CVS snapshot and can be identified in the log by searching for 'GetFilterByName:', would be greatful for this additional information this logging provides.
thank you for your efforts!

to all members:
please attach the logfile to your posts. do not post large text parts of the logfile.
__________________
regards
chris

MediaPortal Project Coordinator
Test Team Leader

Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
infinityloop is online now  
Old 2005-09-22, 11:58   #19 (permalink)
Portal Member
 
Smirnuff's Avatar
 
Join Date: Dec 2004
Location: United Kingdom
Posts: 630
Thanks: 0
Thanked 2 Times in 1 Post

My System

Default

Maschine has just told me of a similar issue that he has experienced recently and it was as a result of a corrupt dshowhelper.dll, in his case an uninstall, reboot and install cycle fixed the problem so out of interest could someone who experiences this issue download the attached dshowhelper.dll and copy it to their MediaPortal folder and try once again. Prior to overwriting the current dshowhelper.dll please could you run the following and report back.

regsvr dshowhelper.dll

This can be done without the need to wait for the next CVS build.

Thanks,
Smirnoff.
Smirnuff is offline  
Old 2005-09-22, 20:19   #20 (permalink)
Portal Member
 
Join Date: Oct 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts


Default

- for the dshowhelper.dll thing, i overwrite the one in my mediaportal directory (same size). then i try to register the dll with regsvr32 dshowhelper.dll :
i have an error which tell (translate from french) "dshowhelper.dll has been loaded but the dllregister server enter point can not be found. this file can not be registered"

- i also tried the 14:00 CEH CVS snapshot and i join my log files.

thanks for helping

EDIT :

Remember the tv works fine with the old tvcapture.dll.
archaos is offline  
 

Bookmarks

Tags
9002, create, device, graph, novat
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASUS WDM TV/FM 7134 is supported River Mead General Support 6 2007-08-27 16:12
Autotune doesn't find any channels friedit Installation, configuration support 2 2007-01-02 14:34
MP crashing after viewing 21 videos endeneu The old Bugreport Forum 27 2006-06-07 22:58
RC2 causes laptop to hibernate every 5 mins ms2005 MediaPortal 1 Talk 6 2005-12-19 15:26


All times are GMT +1. The time now is 13:02.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden