Friday, September 9, 2011

How to Fix an Image Mastering API Error


1. Save your work and restart your computer. Hold down your “F8” key continuously during startup.
2. Select “Safe Mode with Command Prompt” and press “Enter.” This runs Command Prompt in a full window.
3. Type “CD C:\Windows\System32” and press the “Enter” key to make the System32 folder the active directory.
4. Enter each of the commands below one at a time to unregister the Image Mastering API module.Regsvr32 /u /s imapi.dll
Regsvr32 /u /s imapi2.dll
Regsvr32 /u /s imapi2fs.dll
5. Type each command below one at a time to rename the Image Mastering API module files.Ren imapi.dll imapi.bak
Ren imapi2.dll imapi2.bak
Ren imapi2fs.dll imapi2fs.bak
6. Input the following commands individually to run the System File Checker utility to replace the Image Mastering API module files.SFC /scanfile=imapi.dll
SFC /scanfile=imapi2.dll
SFC /scanfile=imapi2fs.dll
7. Type “CD Drivers” and press “Enter” to change the active directory to the Drivers folder.
8. Type “SFC /scanfile=cdrom.sys” and press “Enter” to run the System File Checker on the CDROM.sys file.
9. Type “Shutdown –r –t 01” and press “Enter” to restart the computer.