You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have mapped my local folder as a drive using Dokan Mirror example code, and
try to add a vmdk file present in the Dokan folder to the VMPlayer. When I
choose the disk and give 'Finish', VMPlayer throws an error like 'One of the
parameters supplied is invalid'. I have debug the dokan logs and it seems
'MirrorOpenDirectory' callback function received for the vmdk file and in the
mirror code we send -1 as error code.
In the MirrorCreateFile and MirrorGetFileInformation,
DokanFIleInfo->IsDirectory seems to be 0 for the vmdk file and in the
MirrorOpenDirectory callback function, DokanFIleInfo->IsDirectory seems to be 1.
OS - Windows 7
Dokan version - Dokan Library 0.6.0
I suspect this is the reason for the failure. My assumption is,
MirrorOpenDirectory callback should not be called for files. Can anyone please
confirm what could be the issue and help me to solve the issue.
Awaiting your update.
Regards,
Ashar.
Original issue reported on code.google.com by [email protected] on 4 Jul 2014 at 11:50
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Jul 2014 at 11:50The text was updated successfully, but these errors were encountered: