Dolphin, the GameCube and Wii emulator - Forums
Dump Wii Games with CleanRip - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Dump Wii Games with CleanRip (/Thread-dump-wii-games-with-cleanrip)



Dump Wii Games with CleanRip - PierreFR - 11-27-2016

Hello.Today i used CleanRip on the Wii to dump (and use) a Game (Super Mario Galaxy 2).All worked great until the tryed to use the 2 Isos on the USB.

(Info:1 Iso:SB4P1.part0 : 2 Iso.SB4P1.part 1)

Then i got a dumpinfo and a bca.

But i cant start both of those Isos.I get a blackscreen or many many Error Codes.

So what can i do now to get this Game run?




Thanks

Pierre Exclamation


Oh yeah a Screenshot from the Datas: https://gyazo.com/1326d8141729a0def6a7bc1f47bf86e4


RE: Dump Wii Games with CleanRip - JosJuice - 11-27-2016

You need to combine the two ISO files into one. The wiki describes how to do it: https://wiki.dolphin-emu.org/index.php?title=Ripping_Games#Joining_Split_Files


RE: Dump Wii Games with CleanRip - PierreFR - 11-27-2016

(11-27-2016, 02:43 AM)JosJuice Wrote: You need to combine the two ISO files into one. The wiki describes how to do it: https://wiki.dolphin-emu.org/index.php?title=Ripping_Games#Joining_Split_Files

Doesnt Seemed to work: I used: 
cd C:\SMG2
copy /b SB4P01.part0.iso SB4P01.part1.iso 

I only have 2 isos then cmd say:Overwrite SB4P01.part1.iso 
Jes
And then 1 Data copyed.

Doesnt work at all.
Can you tell me whats wrong with it? The C:\SMG2 was the Folder the 2 Isos was in.
I see that the ISO which the final is is AS big as the ISO i copyed it to.


RE: Dump Wii Games with CleanRip - JosJuice - 11-27-2016

Do this:

cd C:\SMG2
copy /b SB4P01.part0.iso + SB4P01.part1.iso SMG2.iso

The final filename is where the result will be placed.

(Alternatively, you can type the copy command exactly like on the wiki, with the ? included.)


RE: Dump Wii Games with CleanRip - PierreFR - 11-27-2016

(11-27-2016, 04:13 AM)JosJuice Wrote: Do this:

cd C:\SMG2
copy /b SB4P01.part0.iso + SB4P01.part1.iso SMG2.iso

The final filename is where the result will be placed.

(Alternatively, you can type the copy command exactly like on the wiki, with the ? included.)

Thank you Smile