Assume that you have a computer that is running Windows 8.1, Windows RT 8.1, or Windows Server 2012 R2 and has Advanced Format disks that have a 4,096 bytes (4K) physical sector size.
The servicing stack in Windows 8.1, Windows RT 8.1, and Windows Server 2012 R2 may enable NTFS compression on some device drivers and other system files in order to save disk space. For example, this may occur after you install a Windows Update.
Because of a problem in the Ntfs.sys file, when the compressed files are loaded from a 4K sector disk, various drivers may encounter failures because of random access memory (RAM) that is expected to be initialized to zero contains random data instead.
Known Issues that are fixed in this hotfix
- You try to mount a virtual hard disk (VHD or VHDX) on the computer. In this situation, you receive a Stop error that resembles the following:
SYSTEM_SERVICE_EXCEPTION
STOP: 0x0000003B (parameter1, parameter2, parameter3, parameter4)
- During the start of the computer, you receive a Stop error that resembles the following:
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
STOP: 0x0000007E (parameter1, parameter2, parameter3, parameter4)
If you analyze the memory dump file by using a debugger, you may notice that intelppm.sys has tried to execute some code at an invalid address. Or, you may see a failure occurred when the wpprecorder.sys was loaded during the initialization of another driver, such as cdrom.sys.
Notes- The parameters in the Stop error messages vary, depending on the configuration of the computer.
- Not all "0x0000003B" or "0x0000007E" Stop errors are caused by this issue.
- Sometimes system files are compressed after you install a Windows update.