Windows Start up error

  • Thread starter Thread starter bluebean
  • Start date Start date
B

bluebean

I have an error msg during Windows start up. Can one pls help me to solve
this problem?

STOP c0000221 Bad Image Checksum The image 0lecnv32.dll is possible corrupt.
The header checksum does not match the computed checksum
 
Could it be Stop 0xC0000221: STATUS_IMAGE_CHECKSUM_MISMATCH?
See this:
http://msdn.microsoft.com/en-us/library/ms797157.aspx
The STATUS_IMAGE_CHECKSUM_MISMATCH bug check has a value of 0xC0000221. This
indicates that a driver or a system DLL has been corrupted.

Parameters
This bug check will display a descriptive text message. The name of the
damaged file is displayed as part of the message.

Cause
This bug check results from a serious error in a driver or other system
file. The file header checksum does not match the expected checksum.

This can also be caused by faulty hardware in the I/O path to the file (a
disk error, faulty RAM, or a corrupted page file).
 
Back
Top