question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dokan 2.0.0 support

See original GitHub issue

Most dokan 2.0.0 API changes were implemented in dokan-dotnet and the test fixed in master but the new async mount function CreateFileSystem is still not working due to the garbage collector releasing the allocated DOKAN_OPTIONS DOKAN_OPERATIONS and maybe even DokanOperationProxy shortly after the mount which make the application crash since it is still used by the native code. https://github.com/dokan-dev/dokan-dotnet/blob/master/DokanNet/Dokan.cs#L382-L429 https://github.com/dokan-dev/dokan-dotnet/blob/master/sample/DokanNetMirror/Program.cs#L37-L40

I have been trying to add a reference by creating a DokanInstance class but it did not help unfortunately. If someone has an idea or a fix it would be highly appreciated ! Kind ping to @magol

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
LTRDatacommented, Jan 4, 2022

Just added a pull request with some changes that should fix this.

2reactions
Lirynacommented, Feb 6, 2022

The version is now released with 2.0.0 support

Read more comments on GitHub >

github_iconTop Results From Across the Web

Releases · dokan-dev/dokany
It includes different library and kernel pulling thread fixes, a library crash and proper DokanResetTimeout support. Please see changelog for ...
Read more >
Dokan Product Updates- All Major Releases From v2.0 to ...
Dokan Multivendor always brings a number of new features & improvements. Check all the Dokan releases from v2.0 to v2.7.5.
Read more >
Installation · dokan-dev/dokany Wiki
Manual installation · First, copy the driver file dokan2. · Then copy Dokan Library dokan2. · To run dokan, you will need Packages...
Read more >
Dokan Plugin version 2.0
Nayem, Hi there, I'm trying to get my multivendor site finished. And today I saw, there was an update for the Dokan plugin,...
Read more >
Dokan 2.0.6
Get the version of the Dokan driver. ... Extends the timeout of the current IO operation in driver. ... The current Dokan version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found