evsar3 / sshfs-win-manager

A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)
MIT License
1.11k stars 84 forks source link

Issues if Win10 Mandatory ASLR is on #162

Closed sapphonie closed 2 years ago

sapphonie commented 2 years ago
SSHFS version 3.5.2
      0 [main] sshfs (22372) C:\Program Files\SSHFS-Win\bin\sshfs.exe: *** fatal error - cygheap base mismatch detected - 0x115D408/0x119D408.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      1 [main] sshfs 1607 dofork: child -1 - forked process 22372 died unexpectedly, retry 0, exit code 0xC0000142, errno 11

etc.

Not hard to see why this is failing, but it'd be nice if it didn't because ASLR is a good thing...

Love this project regardless !

evsar3 commented 2 years ago

Have you tried using the SSHFS-Win CLI?

sapphonie commented 2 years ago

Have you tried using the SSHFS-Win CLI?

Yes, it throws the same issue

evsar3 commented 2 years ago

In this case, I recommend to ask for help on the SSHFS-Win repository. My program is just an UI for their tool.

Good luck.

sapphonie commented 2 years ago

Thanks!