jief666 / hdimount

Mount apple disk image (HFS, APFS, partitioned or not, compressed, encrypted) via Fuse
GNU General Public License v3.0
33 stars 2 forks source link

Windows version does not work with the latest Dokany releases #11

Open kapitainsky opened 2 years ago

kapitainsky commented 2 years ago

Dokany has moved to version 2.x and does not have required dokanyfuse1.dll anymore. It is now dokanyfuse2.dll.

kapitainsky commented 2 years ago

Could you please post some quick explanation how to build it on Windows?

I have tried to run tools/script/build_hdimount.bat but it fails immediately - can not find msbuild.exe - problem is I have many on my system - not sure which one to use

kapitainsky commented 2 years ago

I have tried to downgrade Dokany - and dokanyfuse1.dll complaint is gone... but thats it.

can't make it work

even if I run hdimount-win10x64.exe aa bb from your latest releases where aa and bb are non existing it asks for password and quits without any message.

Of course I have also tried with existing image and mount point - results are the same

jjr90 commented 8 months ago

The DokanSetup.exe from the "msvc" directory (in the hdimount source tree) appears to work.

However, for the same exact DMG file that Linux hdimount can mount correctly, the Windows hdimount is saying "Error: Not encrypted or wrong password."

I think might've found the issue: https://github.com/jief666/hdimount/issues/13 but will need to be able to rebuild it to test. So hoping I can figure it out..