https://bugs.winehq.org/show_bug.cgi?id=32515
Christian Inci chris.pcguy.inci@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chris.pcguy.inci@gmail.com
--- Comment #42 from Christian Inci chris.pcguy.inci@gmail.com --- Hello,
I think, that the reason for the crash after GetFileInformationByHandle and the verifying issue is that CEG is depending on FileIndex.u.HighPart being non-zero.
FileIndex.u.LowPart is the inode number, like it should be. FileIndex.u.HighPart should be the MFT Record Sequence Number, but it's zero.
Kind regards, Chris