Skip to content
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 as network device #1089

Open
1 of 5 tasks
broj opened this issue Apr 19, 2022 · 4 comments
Open
1 of 5 tasks

socket creation failed using an executable with Dokan as network device #1089

broj opened this issue Apr 19, 2022 · 4 comments

Comments

@broj
Copy link

broj commented Apr 19, 2022

Feature request can skip this form. Bug report must complete it. Check List must be 100% match or it will be automatically closed without further discussion. Please remove this line.

Environment

  • Windows version: win7 sp1
  • Processor architecture: x86 and x64
  • Dokany version: 2.0.3.2
  • Library type (Dokany/FUSE):

Check List

  • I checked my issue doesn't exist yet
  • My issue is valid with mirror default sample and not specific to my user-mode driver implementation
  • I can always reproduce the issue with the provided description below.
  • I have updated Dokany to the latest version and have reboot my computer after.
  • I tested one of the last snapshot from appveyor CI

Description

like #92
mount as network device get the same error。

mount use command: mirror.exe /r f: /l L /n \myfs\myfs1
run an executable with socket creation in L:
got the error 10022 using socket(AF_INET,SOCK_STREAM,0)

Logs

Please attach in separate files: mirror output, library logs and kernel logs.
In case of BSOD, please attach minidump or dump analyze output.

@Liryna
Copy link
Member

Liryna commented Apr 19, 2022

@broj does using a local with mount manager make it work ? /o

@broj
Copy link
Author

broj commented Apr 20, 2022

@broj does using a local with mount manager make it work ? /o

it work。

with Network drive mode(/n) make fail,win7 has problem, win10 is ok

@Liryna
Copy link
Member

Liryna commented Apr 20, 2022

So the issue is only seen with /n on Win7 ? and WITHOUT /o it always work ?
Could you share the logs generated on Win7 by:

  • mirror.exe /r f /l L /n /e - socket should fail
  • mirror.exe /r f: /l L /e - socket should work

@broj
Copy link
Author

broj commented Apr 21, 2022

So the issue is only seen with /n on Win7 ? and WITHOUT /o it always work ? Could you share the logs generated on Win7 by:

  • mirror.exe /r f /l L /n /e - socket should fail
  • mirror.exe /r f: /l L /e - socket should work

socket _fail.LOG

socket_work.LOG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants