dokan-dev / dokan-dotnet

Dokan DotNet Wrapper
http://dokan-dev.github.io
MIT License
462 stars 116 forks source link

error 0x800705AA Insufficient system resources exist to complete the requested service. #334

Closed wasylek88 closed 1 year ago

wasylek88 commented 1 year ago

I have a problem with DokanNet. The virtual disk is mounted to a network resource (File Server on Windows). I connect to the network where the server with the resource is located via VPN. After mounting the disk shows up in Windows Explorer but does not show the size (I don't really need it but I don't know if it's normal with network resources). Copying small files is basically without problems. However, if I copy files of 200-300 MB and larger, in the copy window in Windows Explorer, where it shows the speed and progress, 99% appears almost immediately, and after a long time I get the error 0x800705AA (Insufficient system resources exist to complete the requested service.). I don't click anything and wait patiently because I can see in my VPN status that it's still streaming. When it's finished, click Cancel in the error window. The file is on a remote location. What could be wrong? Why does the window not show the current copying progress and displays an error? I used DokanNetMirror.

Liryna commented 1 year ago

Usually this means the Dokan request are not responding correctly. The usage you are describing is not supported by the sample and without logs it is difficult to understand what is happening.