Changes between Initial Version and Version 1 of Ticket #74, comment 24
- Timestamp:
- May 27, 2018, 11:57:10 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #74, comment 24
initial v1 2 2 3 3 Did you checked, if cachef32.exe is in the process list, after it booted? 4 5 Are you sure that it hangs with cachef32.exe commented out? Because if cachef32.exe didn't started, then no "GET_REQ" fsctl function is called, so no blocking in this function, an nothing can stop the boot process. As far as I can see, at line #475 cachef32.exe is blocked in "GET_REQ" fsctl (function 0x8014). Without cachef32.exe, this function is not called at all, so no block.