Module "may be incompatible with the running Windows version. Check the x86 or x64 version of the zookeeper and regsvr32.exe.

Source: Internet
Author: User

I have recently studied how to convert video formats from mencoder. Rmvb conversion is required:

1. Copy drv43260.dll to the System32 folder of the system.
2. Start-> Run-> regsvr32 drv43260.dll

(From: http://topic.csdn.net/u/20090515/21/15f70b04-4401-4c0a-99d1-156b09aa01c4.html)

This file can be downloaded from http://www.mplayerhq.hu/mplayer/releases/codecs/, for example:

Http://www.mplayerhq.hu/MPlayer/releases/codecs/windows-essential-20071007.zip

Because my system is a win7 64-bit system, this error is reported when you run the regsvr32 drv43260.dll command:

The "module" drv43260.dll "may be incompatible with the running Windows version. Check whether the zookeeper is compatible with regsvr32.exe x86 or x64"

I found the following statements online:

 
64-bit systems generally support 32-bit InstallationProgramRun c: \ windows \ syswow64 \ regsvr32.exe instead of c: \ windows \ system32 \ regsvr32.exe.

So I copied drv43260.dll to the C: \ WINDOWS \ syswow64 folder of the system, then went to this directory and executed the command

Cd c: \ WINDOWS \ syswow64regsvr32 drv43260.dll

Although an error is reported, it is successful. If you try it, you can convert it to rmvb!

Link: http://topic.csdn.net/u/20110520/09/70d788c2-a8be-49c9-b6c7-2da3ba367b62.html

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.