- April 6, 2006
- 90
- 0
- Home Country
-
Denmark
Ok, just tried to update MP with latest SVN ...did not work....
Could not start MP or setup/config.
So uninstalled MP, rebooted, re-installed RC3, copied over SVN files, ran start.bat ...and here is where the problem is, I think...
Does this apply to WinXP64 as well?
Should the dir be /system32 on XP64?
I cannot find the four files:
MpaDecFilter.ax
Mpeg2DecFilter.ax
MpegAudio.dll
MpegVideo.dll
in Mediaportal folder, /windows/system32 folder or in SysWOW64/system32 folder... or anywhere on C-drive (system) or d-drive (mediaportal partition) ....
I managed to start up the configuration, but get an exception error at the 4th screen where it wants to scan for media files.
Doesn't matter if I try to skip or actually scan for the files, it will crash ..
So I am stuck..someone please help
Tried yet another fresh install of RC3, but this time ran setup BEFORE copying over SVN files, no problems in setup, but after I copied SVN files, neither setup nor MP will start ....
Could not start MP or setup/config.
So uninstalled MP, rebooted, re-installed RC3, copied over SVN files, ran start.bat ...and here is where the problem is, I think...
Code:
regsvr32.exe /u /s "%windir%\system32\MpaDecFilter.ax"
regsvr32.exe /u /s "%windir%\system32\Mpeg2DecFilter.ax"
regsvr32.exe /u /s "%windir%\system32\MpegAudio.dll"
regsvr32.exe /u /s "%windir%\system32\MpegVideo.dll"
regsvr32.exe /u /s "%~dp0directshowhelper.dll"
regsvr32.exe /u /s "%~dp0CLDump.ax"
regsvr32.exe /u /s "%~dp0MpgMux.ax"
regsvr32.exe /u /s "%~dp0MPTS.ax"
regsvr32.exe /u /s "%~dp0MPSA.ax"
regsvr32.exe /u /s "%~dp0MPTSWriter.ax"
regsvr32.exe /u /s "%~dp0TSFileSource.ax"
regsvr32.exe /u /s "%~dp0TTPremiumSource.ax"
copy "%~dp0MpaDecFilter.ax" %windir%\system32\
copy "%~dp0Mpeg2DecFilter.ax" %windir%\system32\
copy "%~dp0MpegAudio.dll" %windir%\system32\
copy "%~dp0MpegVideo.dll" %windir%\system32\
regsvr32.exe /s "%windir%\system32\MpaDecFilter.ax"
regsvr32.exe /s "%windir%\system32\Mpeg2DecFilter.ax"
regsvr32.exe /s "%windir%\system32\MpegAudio.dll"
regsvr32.exe /s "%windir%\system32\MpegVideo.dll"
regsvr32.exe /s "%~dp0CLDump.ax"
regsvr32.exe /s "%~dp0MpgMux.ax"
regsvr32.exe /s "%~dp0MPTS.ax"
regsvr32.exe /s "%~dp0MPSA.ax"
regsvr32.exe /s "%~dp0MPTSWriter.ax"
regsvr32.exe /s "%~dp0TSFileSource.ax"
regsvr32.exe /s "%~dp0TTPremiumSource.ax"
Does this apply to WinXP64 as well?
Should the dir be /system32 on XP64?
I cannot find the four files:
MpaDecFilter.ax
Mpeg2DecFilter.ax
MpegAudio.dll
MpegVideo.dll
in Mediaportal folder, /windows/system32 folder or in SysWOW64/system32 folder... or anywhere on C-drive (system) or d-drive (mediaportal partition) ....
I managed to start up the configuration, but get an exception error at the 4th screen where it wants to scan for media files.
Doesn't matter if I try to skip or actually scan for the files, it will crash ..
So I am stuck..someone please help
Tried yet another fresh install of RC3, but this time ran setup BEFORE copying over SVN files, no problems in setup, but after I copied SVN files, neither setup nor MP will start ....