Windows Explorer dead-locks when querying volume information with WNetGetConnection #1307
Unanswered
AliveDevil
asked this question in
Q&A
Replies: 1 comment
-
Hi @AliveDevil , I am not sure how this can happen but I can say that testing a new version might be worth it to know the current state. The network provider code had a change which might not help here but is worth pointing out |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently in the process of troubleshooting an application freeze, and a third-party application using Dokan results in our application freezing.
The third-party application includes a FUSE drive in the Local-drives section, and we are using
WNetGetConnection
to check whether a drive letter is a network drive letter.This however results in NpGetConnection to return Win32 Error 6ba
and MprGetConnection looping forever.
Faulty stack trace:
With MprGetConnection looping forever, WNetGetConnection never returns until the drive is disconnected.
Is this an oversight in the third-party application, or can be alleviated in Dokany?
I'm aware that the third-party application uses version 2.0.3 of Dokany, before I try to reproduce this with current 2.3 dokan-mirror, is there anything known?
Beta Was this translation helpful? Give feedback.
All reactions