-
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 unmount failed on windows7 #274
Comments
@Liryna Do you have a clue? |
@Pagliacii @Rondom need to see if the correct dokan1.dll x86 is used since python 32bit is used here. |
The dokan x86 could not be installed on x64 PC. |
@Pagliacii Good to know it worked ! |
@Liryna Okay, I will try it next Monday! Thanks for your help! |
But then things should either work when it finds the DLL or not work when it does not find the DLL. If it crashes, it is a bug, isn't it? |
DLL has to be a side to side to the python project. If it does not find it, there is an error at the start. I do not know if there is a way for python to tell if the dll is x86 or x64 before to load it. |
@Liryna In my computer, I try to set the And it could work correctly in python 64 bit. >>> os.environ['DokanLibrary1']
'C:\\Program Files\\Dokan\\x86' |
@Liryna I don't have another x86 pc to test the unmount, so I not sure that something wrong in x86 dokan1.dll. |
😢 would be interesting to know what is happening. |
I'm not familiar with the |
OS: windows7 x64
Python: 2.7(32bit)
Pyfilesystem: 0.5.5a1
Dokan: 1.0.3 x64
Anything wrong?
The text was updated successfully, but these errors were encountered: