-
Notifications
You must be signed in to change notification settings - Fork 674
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
Socket creation failed using an executable with Dokan #92
Comments
This should be handled with #47 and #50 according to the following discussion https://www.osronline.com/showthread.cfm?link=250353 |
@EpsilonXX mount manager branch with correct file system registering was merged. Your issue should now be fixed, could you confirm? |
The release with the possible fix: https://github.com/dokan-dev/dokany/releases/tag/v1.0.0-BETA1 |
Hi guys, I've just tried the new version but got the same error,could you check with this sample? Thx |
Indeed... I thought that filter manager would attach itself to the device with the latest changes but it is not the case. This is outside by knowledge now, any help would be appreciated... |
Mhh this is because of DokanInitVpb on DokanCreateDiskDevice ( Line 938 in c4a0ae2
Vpb initialization should now only be done on IRP_MN_MOUNT_VOLUME, now that the file system is correctly registered. I'm gonna fix that later. |
Fixed thanks to everybody. You can build yourself to test it or wait for the next beta in the coming days. |
This will fix socket creation failed dokan-dev/dokany#92
Hi,
I'm wondering if anyone succeeded to run an executable with socket creation using Dokan.
I got the error 10022 using socket(AF_INET,SOCK_STREAM,0) like reported at
https://code.google.com/p/dokan/issues/detail?id=226.
I ran mirror with different options without a chance.
Do you have any ideas how to fix it ?
Best regards ,
EpsilonXX
The text was updated successfully, but these errors were encountered: