Friends

Wednesday, April 6, 2011

[Fix] Wmploc.dll Version Number Error While Opening Windows Media Player

Its a very common problem and occurs when you install a new Windows Media Player skin by replacing "wmploc.dll" file in "System32" folder. Actually almost all WMP interface resources are stored in "wmploc.dll" file and most of the designers modify this file and replace existing resources with their customized ones to change the UI.
But "wmploc.dll" is a system file and whenever you start Windows Media Player, it checks the version number of this file and if a different version number is found, it shows an error message similar to following screenshot:
WMP_Version_Error.jpg
As you can see in above screenshot, the error message indicates that the version number of "wmploc.dll" file should be "11.0.6002.16489" but the current file's version number is  "11.0.6001.7000". It happened because the new file version number was different than the original file.
To fix this problem, you can restore the original "wmploc.dll" file but if you want to use the new customized file, then you'll need to follow a few simple steps which are as following:

METHOD 1: Using Command Prompt
1. Click on "Start button -> All Programs -> Accessories". Right-click on "Command Prompt" and select "Run As Administrator". If you are prompted to enter password, enter the password and continue. You can also open Command Prompt in Administrator mode by typing "cmd" in Startmenu Search box and press "Ctrl+Shift+Enter".
2. Now provide following commands one by one:
unregmp2.exe /updatewmpversion
regsvr32 wmp.dll
3. It'll sync the WMP version number with Windows Registry and your problem should be solved.
METHOD 2: Using Resource Hacker
If the above method doesn't work, you can try following method which requires a little expertise.
1. Open "%windir%\System32\wmploc.dll" file in Resource Hacker and go to:
Version Info -> 1
2. In right-side pane, you'll see the file version info:
WMP11_Default_Version.jpg
You'll need to replace all instances of the version number with the required and correct version number. For example, the new customized file contains version number "11.0.6001.7000" but the correct version number should be "11.0.6002.16489". So you'll need to replace all instances of "6001" with "6002" and all instances of "7000" with "16489" as shown in following screenshot:
WMP11_Modified_Version.jpg
3. Once you correct the version number, click on "Compile Script" button and save the file.
That's it. Now you'll be able to start Windows Media Player without any problem.
PS: If you don't have much idea about Resource Hacker, please go through following tutorial:
All About Resource Hacker in a brief Tutorial

0 comments:

Post a Comment

#
### ###