-
Notifications
You must be signed in to change notification settings - Fork 30
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
crashes if i use the -a option #4
Comments
I'm getting the same issue when I try to dump an iso. |
I can't test it yet, but there is a |
I know this is a bit late (>1 year!), but the error seems to be caused by the use of sha-1 in the included libmultihash. (Specifically the use of Try running with the |
Is this issue fixed? |
@superseeker13 : the bug is because there’s an error when using 64 bits pointers. I could spot the issue in the code. You should compile using ɢᴄᴄ for the https://fr.wikipedia.org/wiki/X32_ABI along an enabled kernel or please just tell where the issue is. |
@ParoXoN this helped me a lot. Thank you! |
Hello,
friidump crashes when I try to rip a game to iso:
but if I ask it to write a raw image:
$ friidump -d /dev/sr1 -r WWTBAM2008.raw
it works!
The text was updated successfully, but these errors were encountered: