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

Add installation instructions (including required Dokan versions) #28

Open
dvut opened this issue Oct 31, 2018 · 3 comments
Open

Add installation instructions (including required Dokan versions) #28

dvut opened this issue Oct 31, 2018 · 3 comments
Assignees

Comments

@dvut
Copy link

dvut commented Oct 31, 2018

I am unable to get sshfs.cli working on Win10 x64. I tried several different versions of Dokany resulting in either:
Unhandled Exception: DokanNet.DokanException: Version error

Or:
Unhandled Exception: Unhandled Exception: Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

It would be useful to add extra documentation specifying what other software and which specific versions need to be installed to get sshfs.cli working. Thanks!

@masaeedu
Copy link
Owner

masaeedu commented Nov 8, 2018

@dvut That's odd, it doesn't look like there's been any new major versions of Dokany since I first set this project up (which was with Dokany version 1.1). Assuming that's the version you have it should work correctly.

Could you run the following in a Powershell session and paste the output?

((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)

@masaeedu masaeedu self-assigned this Nov 8, 2018
@masaeedu
Copy link
Owner

masaeedu commented Nov 8, 2018

I guess one thing that can be done to avoid this sort of issue is setting up some CI for installing and exercising the basic functionality on a few common Windows versions. The steps used to install prerequisites + win-sshfs in the CI can then just be dumped in the README.

@dvut
Copy link
Author

dvut commented Nov 8, 2018

> ((Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows nt\CurrentVersion\" -Name ProductName).ProductName)
Windows 10 Enterprise N

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