MediaPortal Forums HTPC/MediaCenter

Sponsored Ads

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » Help on Development » Development

Notices

Development You want to code something for the TV-Server? Share it in here!

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-03-25, 10:28   #1 (permalink)
Project Coordinator
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 28
Posts: 5,456
Thanks: 119
Thanked 88 Times in 59 Posts

Country:

My System

Help us new filter versions - registering issue

Recently we have cleaned up the code form our filters to make them more robust.

As it seems, this cleanup has unleased a few hidden issues which now cause that a few users are no longer able to register one or some filters on their systems.

because this is one of the "funky" problems which are very hard to fix, we need your help to find out what is going on.

Please follow the test steps to the point in order to provide us with the required test results.
Thank you!

Testing Instructions:
make sure that Visual C++ 2005 SP1 Redistributable Package (x86) is installed
  1. Download the lastest build of the filters which are attached to the 2nd post of this thread (filters.zip).
  2. unzip the filters.zip to c:\filters
  3. download the tool Dependency Walker
  4. unzip the downloaded file
  5. run depends.exe
  6. choose "File -> open" and select c:\windows\system32\regsvr32.exe
    dw_1.PNG
  7. select "start -> profiling" or simply press "F7"
  8. in "Program Arguments enter "c:\filters\DVBSub2.ax"
    dw_2.PNG
  9. press "okay"
  10. now 4 things can happen
    • you get a popup called "RegSvr32" which says that the filter registered without problems
    • you get a popup called "RegSvr32" which says that the filter registered without problems and additional "error- popups"
    • you get a popup called "RegSvr32" which says that the filter did not register and there were problems
    • no popup window shows at all
  11. now go to "File -> Save As"
  12. name the file "DVBSub2.dwi" and save it to any location
  13. repeate steps 6 -12 for the remaining filters (TsReader.ax, TsWriter.ax, MPFileWriter.ax)

Reporting Instructions:
Please follow these instructions. If you dont then the report is useless and will get deleted to keep the thread clean.
  1. go to "start -> run -> dxdiag"
  2. "save all informations" and save the DxDiag.txt file to the same location where you saved the *.dwi files before
  3. unzip mfc.zip to c:\ and execute it. then move the created "list_mfc_dll.txt" to the same location where you stored the *.dwi
  4. go to the folder where you store the DxDiag.txt, list_mfc_dll.txt and *.dwi files, select them all and create a zip file called %nickname%_%version%.zip (for example: "i-loop_TestVersion-1_2008-03-25.zip").
  5. then in this thread, scroll down to the end, and select the "go advanced" button
  6. copy paste the following test into your reply and remove the "wrong answers":
    Quote:
    Tested Version: TestVersion-Number and Date
    DVBSub2.ax -> no problems / there were problems
    MPFileWriter.ax -> no problems / there were problems
    TsReader.ax -> no problems / there were problems
    TsWriter.ax -> no problems / there were problems
  7. scroll down to "Additional Options" -> "Attach Files" -> press "attachements" button and upload your zip file with the DxDiag.txt and *.dwi files
  8. press "submit reply"
re-registering working filters
If you tested this on a PC where you use MediaPortal or TV-Server, then you will have to re-register your filters now.
  • TV-Server:
    download and unzip register_tv-server.zip to your TV-Server installation folder and execure it
  • MediaPortal:
    enter the Installation folder and execute the start.bat file
Thanks for your help!
__________________
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!

Last edited by infinityloop; 2008-03-26 at 09:12.
infinityloop is online now   Reply With Quote
Old 2008-03-25, 10:35   #2 (permalink)
Project Coordinator
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 28
Posts: 5,456
Thanks: 119
Thanked 88 Times in 59 Posts

Country:

My System

Default

Test Versions of:
  • DVBSub2.ax
  • mpFileWriter.ax
  • TsReader.ax
  • TsWriter.ax

History:

2008-03-26
2008-03-25

Last edited by infinityloop; 2008-03-26 at 08:01.
infinityloop is online now   Reply With Quote
Old 2008-03-25, 10:59   #3 (permalink)
Project Coordinator
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 28
Posts: 5,456
Thanks: 119
Thanked 88 Times in 59 Posts

Country:

My System

Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> no problems
MPFileWriter.ax -> no problems
TsReader.ax -> there were problems, the filter did not register and there was no pop-up on registering
TsWriter.ax -> no problems
Attached Files
File Type: zip i-loop_TestVersion-1_2008-03-25.zip (2.87 MB, 5 views)
File Type: txt list_mfc_dll.txt (5.6 KB, 1 views)
__________________
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!

Last edited by infinityloop; 2008-03-25 at 13:21.
infinityloop is online now   Reply With Quote
Old 2008-03-25, 11:01   #4 (permalink)
Portal Developer
 
chefkoch's Avatar
 
Join Date: Oct 2004
Location: Germany, Dresden
Age: 22
Posts: 616
Thanks: 87
Thanked 19 Times in 12 Posts

Country:

My System

Send a message via ICQ to chefkoch
Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> no problems
MPFileWriter.ax -> no problems
TsReader.ax -> there were problems: no popup window shows at all
TsWriter.ax -> no problems
__________________

Last edited by chefkoch; 2008-04-27 at 15:49.
chefkoch is online now   Reply With Quote
Old 2008-03-25, 11:24   #5 (permalink)
Portal Tester
 
Join Date: Apr 2007
Posts: 34
Thanks: 2
Thanked 5 Times in 2 Posts

Country:


Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> popup saying failed
MPFileWriter.ax -> no problems
TsReader.ax -> no problems
TsWriter.ax -> no problems


English(United States locale) WinXP SP2 with VCRedist installed with 0.2.3.0 MP-setup.

edit: added US locale info and MFC.dll

UPDATE:
Registration issue got fixed for me by installing:
Download details: Visual C++ 2005 SP1 Redistributable Package (x86)
didn't uninstall the previous one, just started that.
Attached Files
File Type: rar report-tontsa.rar (2.06 MB, 0 views)
File Type: txt mfc_log.txt (2.7 KB, 0 views)

Last edited by infinityloop; 2008-03-25 at 16:52.
tontsa is online now   Reply With Quote
Old 2008-03-25, 11:51   #6 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: Germany - Bonn
Age: 30
Posts: 245
Thanks: 5
Thanked 6 Times in 5 Posts

Country:

My System

Default

Tested Version: TestVersion-1_ 2008-03-25
DVBSub2.ax -> no problems /
MPFileWriter.ax -> no problems /
TsReader.ax -> no problems /
TsWriter.ax -> no problems /
Attached Files
File Type: zip Kay_TestVersion-1_2008-03-25.zip (2.90 MB, 3 views)
__________________
ServerPC :
CPU: C2D E4400 | MAINBOARD: MSI 946GZM-L | VGA: onboard G3000 | RAM: KVR667D2N5/1G | TVCARDS:
KNC - DVB S, DVB S2, DVB T | Technotrend - DVB S, DVB S2 | Terratec - DVB T | Pinnacle - DualTuner DVB T Anlalog

ClientPC1:
CPU: C2D E6750 | MAINBOARD: GA-P35-S3 | VGA:Nvidia 8500GT | RAM: KVR667D2N5/1G | TVCARDS: none

ClientPC2:
CPU: Via C7 1.5GHz | MAINBOARD: Via EX15000G | VGA: onboard | RAM: KVR667D2N5/1G | TVCARDS: none
KayDiefenthal is offline   Reply With Quote
Old 2008-03-25, 11:56   #7 (permalink)
Portal Developer
 
and-81's Avatar
 
Join Date: Mar 2005
Location: Melbourne
Age: 27
Posts: 2,244
Thanks: 30
Thanked 131 Times in 86 Posts

Country:

My System

Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> no problems
MPFileWriter.ax -> no problems
TsReader.ax -> there were problems, no popup window though
TsWriter.ax -> no problems

My System is English Windows XP Pro SP2 (Australian localisation).

EDIT: Don't know if this will help but I've added a list of all the MFC & msvc* dlls on my system, incase it's something to do with a version mismatch ...
Attached Files
File Type: zip and-81_TestVersion-1_2008-03-25.zip (2.71 MB, 1 views)
File Type: txt list_mfc_dll.txt (5.2 KB, 1 views)
File Type: txt msvc.txt (4.8 KB, 1 views)

Last edited by and-81; 2008-03-25 at 13:28.
and-81 is offline   Reply With Quote
Old 2008-03-25, 12:18   #8 (permalink)
Portal Developer
 
Bavarian's Avatar
 
Join Date: Apr 2005
Location: Germany, Bayern
Age: 42
Posts: 465
Thanks: 0
Thanked 15 Times in 11 Posts

Country:


Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> no problems
MPFileWriter.ax -> no problems
TsReader.ax -> no problems
TsWriter.ax -> no problems
Attached Files
File Type: zip Bavarian_TestVersion_1_2008-03-25.zip (2.90 MB, 2 views)

Last edited by Bavarian; 2008-03-26 at 11:15.
Bavarian is offline   Reply With Quote
Old 2008-03-25, 12:42   #9 (permalink)
Portal Developer
 
chemelli's Avatar
 
Join Date: Sep 2006
Location: Italy - Padova
Age: 34
Posts: 952
Thanks: 40
Thanked 28 Times in 26 Posts

Country:

My System

Send a message via Skype™ to chemelli
Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> no problems
MPFileWriter.ax -> no problems
TsReader.ax -> no problems
TsWriter.ax -> no problems

English Windows Vista SP1 (Italian Regional Settings) with and without VC redist. No MP/TV3 installed.

Simone
Attached Files
File Type: rar Filters_VistaSP1_eng_AllFiltersWork.rar (1.84 MB, 1 views)

Last edited by chemelli; 2008-03-25 at 12:50.
chemelli is online now   Reply With Quote
Old 2008-03-25, 12:44   #10 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 23
Posts: 24
Thanks: 1
Thanked 1 Time in 1 Post


Default

Tested Version: TestVersion-1_2008-03-25
DVBSub2.ax -> no problems
MPFileWriter.ax -> no problems
TsReader.ax -> there were problems, no popup
TsWriter.ax -> no problems
Attached Files
File Type: zip Troy_ TestVersion-1_2008-03-25.zip (2.84 MB, 2 views)

Last edited by Troy; 2008-03-25 at 13:18.
Troy is offline   Reply With Quote
Reply

Bookmarks

Tags
filter, issue, registering, versions

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 On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
old versions of MediaPortal joe9o MediaPortal 1 Talk 0 2007-08-13 12:20
SVN Versions Inker My TVSeries 0 2007-04-13 22:26
Downloading old versions JuanHino MediaPortal 1 Talk 2 2006-10-30 17:17
SDK versions countzerouk General Development (no feature request here!) 0 2006-08-27 22:32
USBRemoteIR bug? Remote buttons registering twice Pinhead Plugins 0 2005-08-11 00:36


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


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Integrated by BBpixel ©2004-2008, jvbPlugin
Protected by Akismet Blog with WordPress