Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuse-wiiu doesn't "like" mountpath, no matter if it exists or not #1

Open
mariomadproductions opened this issue Feb 16, 2021 · 0 comments

Comments

@mariomadproductions
Copy link

mariomadproductions commented Feb 16, 2021

I'm using the latest commit (89d15fb) on Linux Mint 20.1 (Ubuntu 20.04 based)
Command: java -Dfile.encoding=UTF-8 -jar /home/user/opt/fuse-wiiu/fuse-wiiu.jar -in "Super Mario 3D World (USA) (En,Fr,Es)/" -mountpath "/home/user/mnt/Super Mario 3D World (USA) (En,Fr,Es)"

Output if mountpath exists:

Mounting to /home/user/mnt/Super Mario 3D World (USA) (En,Fr,Es) is not possible. It's already mounted or in use

Output if mountpath does not exist:

retail common key is okay
WARNING: Dev common key is not as expected
disc key path is: /home/user/.wiiu/discKeys
title key path is: /home/user/.wiiu/titleKeys
Mounting /media/user/data/game/rom/wu_d/Super Mario 3D World (USA) (En,Fr,Es)
Mounting /media/user/data/game/rom/wu_d/Super Mario 3D World (USA) (En,Fr,Es) to /home/user/mnt/Super Mario 3D World (USA) (En,Fr,Es)
fuse: bad mount point `/home/user/mnt/Super Mario 3D World (USA) (En,Fr,Es)': No such file or directory
Exception in thread "main" ru.serce.jnrfuse.FuseException: Unable to mount FS
	at ru.serce.jnrfuse.AbstractFuseFS.mount(AbstractFuseFS.java:281)
	at ru.serce.jnrfuse.Mountable.mount(Mountable.java:20)
	at de.mas.wiiu.jnus.fuse_wiiu.Main.main(Main.java:173)
Caused by: ru.serce.jnrfuse.FuseException: Unable to mount FS, return code = 1
	at ru.serce.jnrfuse.AbstractFuseFS.mount(AbstractFuseFS.java:277)
	... 2 more

Content of the Super Mario 3D World (USA) (En,Fr,Es) input directory:

00000002.app
00000004.app
00000005.app
00000006.app
00000007.app
00000008.app
00000009.app
0000000a.app
0000000c.app
0000000d.app
0000000e.app
0000000f.app
00000010.app
0005000010145d00.key
tmd.app

Same result if I change the file naming to the *.app / title.tmd style.

@mariomadproductions mariomadproductions changed the title Cannot mount on Linux fuse-wiiu says mountpath is in use if it exists, and says that it doesn't exist, if it doesn't exist Feb 16, 2021
@mariomadproductions mariomadproductions changed the title fuse-wiiu says mountpath is in use if it exists, and says that it doesn't exist, if it doesn't exist fuse-wiiu doesn't "like" mountpath, nomatter if it exists or not Feb 16, 2021
@mariomadproductions mariomadproductions changed the title fuse-wiiu doesn't "like" mountpath, nomatter if it exists or not fuse-wiiu doesn't "like" mountpath, no matter if it exists or not Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant