Git Product home page Git Product logo

friidump's People

Contributors

bradenmcd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

friidump's Issues

Fail retrieving seeds

Running Linux Mint 19.2 (based on Ubuntu 18.04 bionic). When I attempt to run friidump process takes a short time at the line "Retrieving disc seeds, this might take a while..." and then exits with the message "Failed".

This may just be that my optical drive is not compatible, but I wanted to check just in case, is there anything I can try besides swapping the disk drive?

matthew@spartacus:~/WiiGames$ uname -a
Linux spartacus 5.3.0-19-generic #20~18.04.2-Ubuntu SMP Tue Oct 22 18:09:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

matthew@spartacus:~/WiiGames$ sudo friidump -d /dev/sr0 -i -A
FriiDump 0.5.3.1 - Copyright (C) 2007 Arep
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING for details.

Official support forum: http://wii.console-tribe.com

Forum for this UNOFFICIAL VERSION: http://forum.redump.org

Initializing DVD drive... OK

Drive information:
----------------------------------------------------------------------
Drive model........: HL-DT-ST/BDDVDRW UH12NS29/1.00
Supported..........: No
Command............: 0
Method.............: 0
Requested sectors..: 16
Expected sectors...: 16

Press Ctrl+C at any time to terminate

Retrieving disc seeds, this might take a while... Failed

Might be worth looking into LibreDrive.

http://libredrive.com/

LibreDrive is a mode of operation of an optical disc drive (DVD, Blu-ray or UHD) when the data on the disc are accessed directly, without any restrictions or transformations enforced by drive firmware.

It basically patches the firmware (temporarily in volatile memory) for certain drives, to allow the data to be accessed directly.
It's main use is for makemkv, but it might be possible to create a new mode for friidump using it.

New supported disk!

hp PLDS/DVDRW DU8AESH/6HS3
the program says to report any new disks, so here!

Issue with -A flag

It appears that the -A flag (try all methods) is not correctly looping through all of the command parameters. Output displays that it uses command 0 every time.

Keep getting error

I keep getting this error when i run the command to rip the wii game: friidump: error while loading shared libraries: libfriidump.so: cannot open shared object file: No such file or directory

Any idea how to fix?

Unable to Build

When I try to run make I get:

❯ make
[  4%] Building C object libmultihash/CMakeFiles/multihashlib.dir/crc32.c.o
[  8%] Building C object libmultihash/CMakeFiles/multihashlib.dir/edonkey.c.o
[ 12%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md4.c.o
[ 16%] Building C object libmultihash/CMakeFiles/multihashlib.dir/md5.c.o
[ 20%] Building C object libmultihash/CMakeFiles/multihashlib.dir/multihash.c.o
[ 25%] Building C object libmultihash/CMakeFiles/multihashlib.dir/sha1.c.o
[ 29%] Linking C static library libmultihash.a
[ 29%] Built target multihashlib
[ 33%] Building C object libfriidump/CMakeFiles/friidumplib.dir/brickblocker.c.o
[ 37%] Building C object libfriidump/CMakeFiles/friidumplib.dir/disc.c.o
[ 41%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dumper.c.o
[ 45%] Building C object libfriidump/CMakeFiles/friidumplib.dir/dvd_drive.c.o
[ 50%] Building C object libfriidump/CMakeFiles/friidumplib.dir/hitachi.c.o
[ 54%] Building C object libfriidump/CMakeFiles/friidumplib.dir/ecma-267.c.o
[ 58%] Building C object libfriidump/CMakeFiles/friidumplib.dir/lite-on.c.o
[ 62%] Building C object libfriidump/CMakeFiles/friidumplib.dir/misc.c.o
/home/lcoogan/Code/friidump/libfriidump/misc.c: In function ‘_logprintf’:
/home/lcoogan/Code/friidump/libfriidump/misc.c:88:3: warning: implicit declaration of function ‘gettimeofday’ [-Wimplicit-function-declaration]
   88 |   gettimeofday (&now, NULL);
      |   ^~~~~~~~~~~~
[ 66%] Building C object libfriidump/CMakeFiles/friidumplib.dir/renesas.c.o
[ 70%] Building C object libfriidump/CMakeFiles/friidumplib.dir/rs.c.o
/home/lcoogan/Code/friidump/libfriidump/rs.c: In function ‘modnn’:
/home/lcoogan/Code/friidump/libfriidump/rs.c:47:12: warning: right shift count >= width of type [-Wshift-count-overflow]
   47 |     x = (x >> 0xff) + (x & 0xff);
      |            ^~
[ 75%] Building C object libfriidump/CMakeFiles/friidumplib.dir/unscrambler.c.o
[ 79%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2064.c.o
[ 83%] Building C object libfriidump/CMakeFiles/friidumplib.dir/vanilla_2384.c.o
[ 87%] Building C object libfriidump/CMakeFiles/friidumplib.dir/win32compat.c.o
[ 91%] Linking C shared library libfriidump.so
/usr/bin/ld: CMakeFiles/friidumplib.dir/unscrambler.c.o:(.bss+0x0): multiple definition of `disctype'; CMakeFiles/friidumplib.dir/disc.c.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [libfriidump/CMakeFiles/friidumplib.dir/build.make:299: libfriidump/libfriidump.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:182: libfriidump/CMakeFiles/friidumplib.dir/all] Error 2
make: *** [Makefile:171: all] Error 2

Download Binaries

Hello,
Maybe I'm just not seeing it, but is there a place where I can download the binaries for Windows? I'd rather not try to compile the source myself.
I posted this in the wrong place.

Where are the binaries?

On the "Installation" section of README, it says:

If you are a Windows user, probably you will have downloaded the binaries,
either zipped or together with an installer, so the installation should be
straightforward.

So I want to download FriiDump on my Windows PC, but I can't find any binaries on the Releases page.

@AugustZellmer attempted to asked that on #3, but he closed that immediately because he posted it "in the wrong place". I think it's the right place to ask that.

crashes if i use the -a option

Hello,
friidump crashes when I try to rip a game to iso:

$ ./friidump -d /dev/sr1 -a
FriiDump 0.5.3.1 - Copyright (C) 2007 Arep
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING for details.

Official support forum: http://wii.console-tribe.com

Forum for this UNOFFICIAL VERSION: http://forum.redump.org

Initializing DVD drive... OK

Drive information:
----------------------------------------------------------------------
Drive model........: HL-DT-ST/DVD-ROM GDR8164B/0L06
Supported..........: Yes
Command............: 2
Method.............: 9

Press Ctrl+C at any time to terminate

Retrieving disc seeds, this might take a while... OK

Disc information:
----------------------------------------------------------------------
Disc type..........: Wii
Disc size..........: 2294912
Game ID............: W5
Region.............: Europe/PAL
Maker..............: 41 - Ubi Soft Entertainment
Version............: 1.00
Game title.........: WWTBAM 2008
Contains update....: Yes

Writing to file "WWTBAM 2008.iso" in ISO format

Erreur de segmentation

but if I ask it to write a raw image:
$ friidump -d /dev/sr1 -r WWTBAM2008.raw

it works!

Does tool support Wii U discs? Can u pls update on this. + Other comments.

Hi,
I am dumping my disc but always getting "not analyzed":

friidump --method9 --type 2 --command 2 -d /dev/sr0 --raw rawFile.raw
FriiDump 0.5.3.1 - Copyright (C) 2007 Arep
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see COPYING for details.

Official support forum: http://wii.console-tribe.com

Forum for this UNOFFICIAL VERSION: http://forum.redump.org

Initializing DVD drive... OK

Drive information:

Drive model........: HL-DT-ST/DVDRAM GT30N/TN08
Supported..........: No
Command............: 2 (forced)
Method.............: 9 (forced)

Press Ctrl+C at any time to terminate

Retrieving disc seeds, this might take a while... OK

Disc information:

Disc type..........: Wii_DL (forced)
Disc size..........: 4155840
Game ID............:
Region.............: Unknown
Maker..............: - Unknown
Version............: 1.00
Game title.........:
Contains update....: Yes

Writing to file "rawFile.raw" in raw format

100% |---------------------------------| 1896.63 MB/h, ETA: 06/06/2021 15:45:49
Dump completed successfully!
Raw image hashes:
CRC32...: 3e450fd3
MD5.....: c19a64bc52a72b09c99284526734da01
SHA-1...: y��R���a013d204619db831452b43791065d3aab
free(): invalid size
Aborted (core dumped)

So, my comments:

  1. DVD cache dump method seems to work for this drive.

  2. SHA-1 is buggy which seems to be corrected here: https://github.com/gertoe/friidump, therefore I forked from there.

  3. Seems like pointer should be checked for .iso on
    void *dumper_destroy (dumper *dmp) {
    my_free (dmp -> outfile_raw);
    my_free (dmp -> outfile_iso);
    my_free (dmp);

    return (NULL);
    }

  4. I will update with changes/bugfixes on my forked repository.

  5. I am not quite clear if this tools supports Wii U discs. Can u update on this with a comment?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.