• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 556 557 558 559 560 ... 1198 Next »

Problems loading game in Dolphin...white screen
View New Posts | View Today's Posts

Pages (3): « Previous 1 2 3 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Problems loading game in Dolphin...white screen
07-02-2014, 10:25 AM
#11
swampdog1 Offline
Junior Member
**
Posts: 11
Threads: 1
Joined: Jul 2014
(07-02-2014, 10:17 AM)JMC47 Wrote: Make sure you combine files if it doesn't extract to one single file. Make sure the file size is correct. And make sure it verifies the MD5. The latest development builds can do this in Dolphin (when you didn't see it, you must have been using 4.0.2 or older. Try latest dev builds to verify that.)

In my folder after dumping I have 4 total files...
SX4E01.bca
SX4E01.part0
SX4E01.part1
SX4E01.dumpinfo

Is this what I should see?
Find
Reply
07-02-2014, 10:59 AM (This post was last modified: 07-02-2014, 11:00 AM by JMC47.)
#12
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,543
Threads: 29
Joined: Feb 2013
Ah, there's your problem if you haven't combined the files before. You need to combine the part0 and part1 files. The folder itself looks correct.


COPY /B <source file1>+<source file2> <destination file>
Find
Reply
07-02-2014, 11:06 AM
#13
swampdog1 Offline
Junior Member
**
Posts: 11
Threads: 1
Joined: Jul 2014
(07-02-2014, 10:59 AM)JMC47 Wrote: Ah, there's your problem if you haven't combined the files before. You need to combine the part0 and part1 files. The folder itself looks correct.


COPY /B <source file1>+<source file2> <destination file>
Awesome thanks. Now here is the lol part...what does the copy/B mean, im not computer savvy, how do I do that exactly?
Find
Reply
07-02-2014, 11:12 AM
#14
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,543
Threads: 29
Joined: Feb 2013
Copy just means it's copying the files and appending them since you put in multiple. The /B just denotes it's a binary file, I think.
Find
Reply
07-02-2014, 11:46 AM
#15
Aleron Ives Offline
Senior Member
****
Posts: 662
Threads: 7
Joined: Apr 2014
You need to open a command prompt to use the command. Your profile doesn't say which version of Windows you have, but assuming it's Windows 7, you can open the Start menu, type "cmd" (without quotes) into the search box, and then click on cmd.exe to launch a prompt. You need to then navigate to where your files are using the "cd" command. For example, if your files are in the folder "game" on the C: drive, you would type:

Code:
cd C:\game

into the prompt. Now you can use the command JMC47 gave you by typing:

Code:
copy /b SX4E01.part0 + SX4E01.part1 SX4E01.foo

I use ".foo" on the final file, because I don't know if it's .iso, .raw, or what, as I have no experience with cleanrip. The /b does indeed force the copy operation to occur in binary mode, so don't forget it.

If the file copy operation succeeds, type "exit" (no quotes) in the prompt to close it.
Find
Reply
07-02-2014, 11:47 AM
#16
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,535
Threads: 2
Joined: Feb 2012
The easiest way is probably to make a batch file in the same folder as the dump, with the following inside:
Code:
copy /b *.part0.iso+*.part1.iso+* fulliso.iso

This'll work no matter what the game is, as long as you remember to keep only one dump in the folder with the batch file.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
07-02-2014, 11:56 AM
#17
swampdog1 Offline
Junior Member
**
Posts: 11
Threads: 1
Joined: Jul 2014
(07-02-2014, 11:12 AM)JMC47 Wrote: Copy just means it's copying the files and appending them since you put in multiple. The /B just denotes it's a binary file, I think.

WORKS! Thanks!
Find
Reply
07-02-2014, 12:09 PM
#18
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,543
Threads: 29
Joined: Feb 2013
I'm so glad I was able to help you! Xenoblade is a great game, and I'm happy people see people taking the time to dump the games to play on in Dolphin even when the Wii is readily available. I don't think you'll regret the decision.
Find
Reply
07-02-2014, 12:36 PM
#19
swampdog1 Offline
Junior Member
**
Posts: 11
Threads: 1
Joined: Jul 2014
(07-02-2014, 12:09 PM)JMC47 Wrote: I'm so glad I was able to help you! Xenoblade is a great game, and I'm happy people see people taking the time to dump the games to play on in Dolphin even when the Wii is readily available. I don't think you'll regret the decision.
Any idea why when I dump they split the iso? TP dumped into two parts too.
Thanks again.
Find
Reply
07-02-2014, 12:37 PM
#20
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,543
Threads: 29
Joined: Feb 2013
If it's a FAT32 file system, files can't be over 4GB a piece.
Find
Reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode