I have a question about DivX3.11 contents played by DivX5.02. I exchanged the original DivX_c32.ax with the patched version made by tsunami. But the contents is still played by DivX5.02. Exchanging the file won't solve it? or do I have to use the hex-editor?(which I don't know how to). thanx in advance
about DivX5.0 playing DivX3.11 contents
Collapse
X
-
Have you deregistered the old decompressor and then register the patched decompressor? Here's the instruction taken from Tsunami (Step 2 has already been done with the patched file):
1. deregister the current decompressor :
regsvr32 /u divx_c32.ax
2. change one byte in the file with an hex-editor
Offset 0xc4a (dezimal 3146)
change 80 to 90
3. register the patched decompressor :
regsvr32 /s divx_c32.ax
Comment