-
Notifications
You must be signed in to change notification settings - Fork 17
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
missing dokan1.dll #2
Comments
I got the same error. I have installed Dokany 1.3.1.1000 and Microsoft Visual C++ Redistributable for Visual Studio 2019. PS C:\Users\jonro\Tools\Shaman.Dokan.Archive> .\Shaman.Dokan.Archive.exe ..\..\Downloads\foobar.rar --open
Mounted.
C:\DokanFs\SevenZipFs-..-..-Downloads-foobar.rar
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.DllNotFoundException: Unable to load DLL 'dokan1.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at DokanNet.Native.NativeMethods.DokanMain(DOKAN_OPTIONS& options, DOKAN_OPERATIONS& operations)
at DokanNet.Dokan.Mount(IDokanOperations operations, String mountPoint, DokanOptions mountOptions, Int32 threadCount, Int32 version, TimeSpan timeout, String uncName, Int32 allocationUnitSize, Int32 sectorSize, ILogger logger)
at Shaman.Dokan.FileSystemBase.<>c__DisplayClass58_0.<MountSimple>b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
at Shaman.Dokan.FileSystemBase.MountSimple(Int32 threadCount)
at Shaman.Dokan.SevenZipProgram.Main(String[] args) @antiufo What version of Dokan /Dokany is supported? |
|
So I guess I am missing DokanNet, since this is a .NET project. But after setting up NuGet, I get the following:
And now I read that Oh my - it is a mess! |
|
Looks like it's because Dokan is now on version 2. |
found this error:
Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.DllNotFoundException: Unable to load DLL 'dokan1.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at DokanNet.Native.NativeMethods.DokanMain(DOKAN_OPTIONS& options, DOKAN_OPERATIONS& operations)
at DokanNet.Dokan.Mount(IDokanOperations operations, String mountPoint, DokanOptions mountOptions, Int32 threadCount, Int32 version, TimeSpan timeout, String uncName, Int32 allocationUnitSize, Int32 sectorSize, ILogger logger)
at Shaman.Dokan.FileSystemBase.<>c__DisplayClass58_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
at Shaman.Dokan.FileSystemBase.MountSimple(Int32 threadCount)
at Shaman.Dokan.SevenZipProgram.Main(String[] args) in C:\Repositories\BuildFs\BuildFs\Shaman.Dokan.Archive\Program.cs:line 21
The text was updated successfully, but these errors were encountered: