View Single Post
  #2 (permalink)  
Old 10th September 2004
Quietseb's Avatar
Quietseb Quietseb is offline
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: back in France...
Posts: 581
Rep Power: 0
Quietseb is an unknown quantity at this point
Default

it seems your mpeg2 splitter is from the lsx mpeg player by Ligos.
This is what seems to cause the problem (Mpeg2Parser.ax)

On my system, the splitter used is from directX, it's c:\windows\system32\mpg2splt.ax

I would try this:
unregister your current parser:
find the file Mpeg2Parser.ax
then start->run
Code:
regsvr32 -u [path]Mpeg2Parser.ax
then I suppose the regular directx splitter is already registered but the lsx one took precedence, however you might want to register it again just to make sure:
Code:
regsvr32 mpg2splt.ax
I don't guarantee this will solve your problems but that's the best I can do atm
anyway you can easily go back by just re-registering your current parser:
Code:
regsvr32 [path]Mpeg2Parser.ax
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20