[Bug 32515] Steam games protected with Valve's CEG (Custom Executable Generation) DRM scheme fail game cache validation

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 17 16:59:20 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=32515

Christian Inci <chris.pcguy.inci at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris.pcguy.inci at gmail.com

--- Comment #42 from Christian Inci <chris.pcguy.inci at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list