Please agree to the following
Summary
cryptomator-cli crashes when trying to mount vaults with libfuse 3.17.1
What software is involved?
- Operating System: Arch Linux
- Cryptomator CLI: 0.6.1
Volume Type
FUSE
Steps to Reproduce
Use cryptomator-cli unlock --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider
Expected Behavior
Mounts the mountpoint.
Actual Behavior
Crashes while trying to mount.
Reproducibility
Always
Relevant Log Output
Exception in thread "main" java.lang.UnsatisfiedLinkError: unresolved symbol: fuse_new
at org.cryptomator.jfuse.linux.amd64@0.7.0/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h.lambda$findOrThrow$0(fuse_h.java:33)
at java.base/java.util.Optional.orElseThrow(Unknown Source)
at org.cryptomator.jfuse.linux.amd64@0.7.0/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h.findOrThrow(fuse_h.java:33)
at org.cryptomator.jfuse.linux.amd64@0.7.0/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h$fuse_new.<clinit>(fuse_h.java:358)
at org.cryptomator.jfuse.linux.amd64@0.7.0/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h.fuse_new(fuse_h.java:387)
at org.cryptomator.jfuse.linux.amd64@0.7.0/org.cryptomator.jfuse.linux.amd64.FuseImpl.mount(FuseImpl.java:31)
at org.cryptomator.jfuse.api@0.7.0/org.cryptomator.jfuse.api.Fuse.mount(Fuse.java:126)
at org.cryptomator.frontend.fuse@5.0.2/org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider$LinuxFuseMountBuilder.mount(LinuxFuseMountProvider.java:125)
at org.cryptomator.cli@0.6.1/org.cryptomator.cli.MountSetup.mount(MountSetup.java:130)
at org.cryptomator.cli@0.6.1/org.cryptomator.cli.Unlock.call(Unlock.java:86)
at org.cryptomator.cli@0.6.1/org.cryptomator.cli.Unlock.call(Unlock.java:25)
at info.picocli@4.7.6/picocli.CommandLine.executeUserObject(CommandLine.java:2045)
at info.picocli@4.7.6/picocli.CommandLine.access$1500(CommandLine.java:148)
at info.picocli@4.7.6/picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
at info.picocli@4.7.6/picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
at info.picocli@4.7.6/picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
at info.picocli@4.7.6/picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
at info.picocli@4.7.6/picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
at org.cryptomator.cli@0.6.1/org.cryptomator.cli.CryptomatorCli.executionStrategy(CryptomatorCli.java:31)
at info.picocli@4.7.6/picocli.CommandLine.execute(CommandLine.java:2174)
at org.cryptomator.cli@0.6.1/org.cryptomator.cli.CryptomatorCli.main(CryptomatorCli.java:49)
Anything else?
Essentially the same as cryptomator/cryptomator#3807, should be fixed by updating the cryptomator libraries that already have the necessary fixes.
Please agree to the following
Summary
cryptomator-cli crashes when trying to mount vaults with libfuse 3.17.1
What software is involved?
Volume Type
FUSE
Steps to Reproduce
Use
cryptomator-cli unlock --mounter=org.cryptomator.frontend.fuse.mount.LinuxFuseMountProviderExpected Behavior
Mounts the mountpoint.
Actual Behavior
Crashes while trying to mount.
Reproducibility
Always
Relevant Log Output
Anything else?
Essentially the same as cryptomator/cryptomator#3807, should be fixed by updating the cryptomator libraries that already have the necessary fixes.