-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dokan failed with error -7 for dokany 0.8.0 and -5 for 0.7.4 #236
Comments
👍 |
...and as I mentioned in dokan-dev/dokany#115
|
PyFilesystem has to be updated to work with dokany 0.8.0 About 0.7.4, I have no idea, it should work if it was working with dokan 0.6.0 |
Ok, I started #241 for this, currently it's messed up and e.g.
yields
Note how the |
Concerning 0.7.4, maybe 0.8.0 didn't cleanly uninstall, I haven't bothered too much trying 0.6.0 etc |
To make different versions easier to test, you could try testing inside a VM, using VM images from https://dev.windows.com/en-us/microsoft-edge/tools/vms/ |
Consolidation sounds good to me. And it's good to see that Dokan itself is being actively maintained again, removing the need for supporting old (ancient) versions. |
https://github.com/dokan-dev/dokany 's release 0.8.0 makes some severe changes, which cause
fs.expose.dokan.mount
to yield error -7, which means#define DOKAN_VERSION_ERROR -7 /* Requested an incompatible version */
The text was updated successfully, but these errors were encountered: