-
-
Notifications
You must be signed in to change notification settings - Fork 50
Linux: unable to mount vaults with libfuse 3.17.1 #87
Copy link
Copy link
Closed
Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
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 [email protected]/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 [email protected]/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h.findOrThrow(fuse_h.java:33)
at [email protected]/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h$fuse_new.<clinit>(fuse_h.java:358)
at [email protected]/org.cryptomator.jfuse.linux.amd64.extr.fuse3.fuse_h.fuse_new(fuse_h.java:387)
at [email protected]/org.cryptomator.jfuse.linux.amd64.FuseImpl.mount(FuseImpl.java:31)
at [email protected]/org.cryptomator.jfuse.api.Fuse.mount(Fuse.java:126)
at [email protected]/org.cryptomator.frontend.fuse.mount.LinuxFuseMountProvider$LinuxFuseMountBuilder.mount(LinuxFuseMountProvider.java:125)
at [email protected]/org.cryptomator.cli.MountSetup.mount(MountSetup.java:130)
at [email protected]/org.cryptomator.cli.Unlock.call(Unlock.java:86)
at [email protected]/org.cryptomator.cli.Unlock.call(Unlock.java:25)
at [email protected]/picocli.CommandLine.executeUserObject(CommandLine.java:2045)
at [email protected]/picocli.CommandLine.access$1500(CommandLine.java:148)
at [email protected]/picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2465)
at [email protected]/picocli.CommandLine$RunLast.handle(CommandLine.java:2457)
at [email protected]/picocli.CommandLine$RunLast.handle(CommandLine.java:2419)
at [email protected]/picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
at [email protected]/picocli.CommandLine$RunLast.execute(CommandLine.java:2421)
at [email protected]/org.cryptomator.cli.CryptomatorCli.executionStrategy(CryptomatorCli.java:31)
at [email protected]/picocli.CommandLine.execute(CommandLine.java:2174)
at [email protected]/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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels