-
Hello, Below is my debugging output. Inside the [ ] brackets is the thread number in parentheses (xxx). The -1073741826 return from fs_lookup is simply "file not found". Everything seems to be normal, but after creating the file successfully, Windows/Dokan issues two GetFileInformation requests in different threads, then apparently concludes that the file hasn't been created and repeats the process. I'm on Windows 10 Pro 21H1 x64. Has anyone experienced a similar problem? Thanks,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @SSampson , Have you looked if GetFileInfo data returned are the correct one ? (Compare with mirror or memfs samples) Procmon might be more helpful while debugging such issues. |
Beta Was this translation helpful? Give feedback.
Hi @SSampson ,
Have you looked if GetFileInfo data returned are the correct one ? (Compare with mirror or memfs samples)
Maybe explorer is getting something that is unexpected and trying to create a new file to solve the issue.
Procmon might be more helpful while debugging such issues.