https://bugs.winehq.org/show_bug.cgi?id=47668
--- Comment #5 from m0rvj johnpgoodman@gmail.com --- (In reply to Zebediah Figura from comment #4)
(In reply to m0rvj from comment #3)
(In reply to Zebediah Figura from comment #2)
It probably needs ReOpenFile().
I'd like to try. Can you give me any tip on how? What is ReOpenFile()?
https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase- reopenfile
I'm not immediately sure what the right thing to do is; possibly it's just to query the file name from the handle and then just open it.
I see, unfortunately I don't have access to the code I'm just a user but several of us wanted to get it working on wine... I wondered if there is a dll override that could help? I've been working my way through the dependency list trying various things but most result in no change or break something. crypt32 broke login but with extra native crypt dlls it gets as far as the built in. It seems like the problem happens in the moment the encrypted file is opened. I wonder if it could be to do with character encoding?