ivoronin / ArchiveMounter

Mounts archives like disk images (macOS)
124 stars 8 forks source link

macOS 10.10 compatibility issues (was: Corrupted DMG on MAC OSX 10.10) #3

Closed wanglongqi closed 5 years ago

wanglongqi commented 5 years ago

I downloaded three versions of the released dmg. All return the same error message. Is my Mac OS version too old and not supported?

MD5 (Archive.Mounter.1.3.0.dmg) = b15f7ec426b7ff9751e00112db8b0436 MD5 (Archive.Mounter.1.3.1.dmg) = 2c1044d32b20812a93b3fe2768494b92 MD5 (Archive.Mounter.1.4.0.dmg) = 12f453b5aef4a5b66f2b7d2f4d49635e

image

ivoronin commented 5 years ago

Checksums are all good. Release disk images are compressed using lzfse algorithm introduced in 10.11. Please check the attached zip. Archive.Mounter.1.4.0.zip Let me know if software is working on 10.10.

wanglongqi commented 5 years ago

Thanks for the promptly reply. I am afraid the answer is no. The bundle fuse-zip is built for 10.13. I can compile fuse-zip under 10.10. So I think it is possible to make a release for 10.10.

Dyld Error Message: Symbol not found: _syslog$DARWIN_EXTSN Referenced from: Archive Mounter.app/Contents/Executables/fuse-zip (which was built for Mac OS X 10.13) Expected in: /usr/lib/libSystem.B.dylib

ivoronin commented 5 years ago

Try this build please. Archive.Mounter.1.4.1rc1.zip

wanglongqi commented 5 years ago

Great job, @ivoronin. It works on 10.10 now. Thanks! Since fuse-zip doesn't support zip file with password, it is understandable Archive Mounter also cannot support zip file with password.

ivoronin commented 5 years ago

Fixed in v1.4.2

ivoronin commented 5 years ago

@wanglongqi can you please run /Applications/Archive\ Mounter.app/Contents/Executables/rar2fs (with no arguments)? I suspect there is another issue present.

wanglongqi commented 5 years ago

@ivoronin looks no problem.

Usage: rar2fs source mountpoint [options] Try rar2fs -h' orrar2fs --help' for more information.