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


Dolphin, the GameCube and Wii emulator - Forums › Game Support › Wii v
1 2 3 4 5 ... 83 Next »

[Wii] Super Smash Bros. Brawl
View New Posts | View Today's Posts

Pages (27): « Previous 1 2 3 4 5 ... 27 Next »
Jump to page 
Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[Wii] Super Smash Bros. Brawl
03-02-2013, 01:59 PM
#11
aaronao Offline
Junior Member
**
Posts: 32
Threads: 9
Joined: Mar 2013
(03-02-2013, 11:43 AM)aaronao Wrote:
(03-02-2013, 09:32 AM)LordVador Wrote: I tried redumping and it did not work.
(03-02-2013, 09:32 AM)LordVador Wrote:
(03-02-2013, 09:20 AM)aaronao Wrote: =


I start SSBB, go to create save file then it just hangs on creating save file for ages and nothing happens.
Thanky you for your advice and quick reply. how do you re-dump a game though?

Try to redump your game
I tried redumping and it did not work. The ISO works on mac but not windows ??
Find
Reply
03-02-2013, 09:10 PM
#12
DefenderX Offline
The comedy never ends.
*******
Posts: 4,619
Threads: 186
Joined: Dec 2011
Impossible. So do you say, that the game works for you on OS X, but not on Windows?
[Image: IEZtsj]
[Image: 8fhx2zum.gif]
Best regards,
[color=#C68E17]DefenderX[/color]
Website Find
Reply
03-04-2013, 02:14 AM
#13
hpardo11
Unregistered
 
Rainbow 
What's up with Game & Watch in Brawl with recent revisions. Any revision past the official 3.5 makes elements disappear and just plainly begins to glitch the game. It only happens once you play a match with Mr. Game & Watch though. I've tried everything to fix it (Disable fog, Cache Display Lists, Progressive Scan, EFB Copies, using a Real XFB, Virtual XFB, and no XFB and still nada) Dodgy
It's fine with other characters.
http://www.youtube.com/watch?v=X4_Lfwguypk
http://www.youtube.com/watch?v=BtCLDXbAR5s
Reply
03-04-2013, 10:03 AM
#14
RafaelM
Unregistered
 
(03-02-2013, 01:59 PM)aaronao Wrote:
(03-02-2013, 11:43 AM)aaronao Wrote:
(03-02-2013, 09:32 AM)LordVador Wrote: I tried redumping and it did not work.
(03-02-2013, 09:32 AM)LordVador Wrote:
(03-02-2013, 09:20 AM)aaronao Wrote: =


I start SSBB, go to create save file then it just hangs on creating save file for ages and nothing happens.
Thanky you for your advice and quick reply. how do you re-dump a game though?

Try to redump your game
I tried redumping and it did not work. The ISO works on mac but not windows ??
I have found a way to solve the problem with the creating a save file endless:
1
- I downloaded the save with all characters and stages KHRZ in this
forum: http://forums.dolphin-emu.org/attachment.php?aid=444
2 - I put
all the content of paste Super Smash Bros. Brawl\52534250\data on
Dolphin\User\Wii\title\00010000\52534245\data and overwrighted the archives
3 - Loaded the game and when i tried to create a file, the game said that was corrupt and asked if i wanted to create another
4 - Confirm and he will create a file

problem solved Smile
Reply
03-12-2013, 07:23 PM
#15
Tuy
Unregistered
 
I have the black screen problem after the first fight (vs kirby) problem in the subspace story mode.

I have the original disc and dumped it through the Wii with Usb Loader, them I converted it to ISO with WFBS manager. I've also acquired a dump from somewhere else, same problem.


I've read somewhere that USB Loader trims the game, so this could be my problem.
Any other app that I can try to get a dump from my disc ?
Reply
03-13-2013, 01:30 AM
#16
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,371
Threads: 52
Joined: Dec 2011
You could use CleanRip to dump it directly (sort of) as an ISO. Since SSBB comes on a dual-layer, you'll need to make sure you set that option in CleanRip. You'll need an SD card, and you'll have to dump it in multiple chunks ( < 4GB). Once you have all of your chunks, you can combine them from the command line:

Code:
copy /b Chunk1.whatev Chunk2.whatev SSBB.iso
Website Find
Reply
03-13-2013, 04:29 PM
#17
Tuy
Unregistered
 
(03-13-2013, 01:30 AM)Shonumi Wrote: You could use CleanRip to dump it directly (sort of) as an ISO. Since SSBB comes on a dual-layer, you'll need to make sure you set that option in CleanRip. You'll need an SD card, and you'll have to dump it in multiple chunks ( < 4GB). Once you have all of your chunks, you can combine them from the command line:

Code:
copy /b Chunk1.whatev Chunk2.whatev SSBB.iso


I have tried CleanRip yesterday after upgrading to iOS58, it tried dumping it to a 16GB USBStick. It started fine, doing it's thing, then all of a sudden it said 'done' although a moment ago it said it had stil 25 minutes to go (of a total of around 50GB). The file it created is only 4GB. I have set the DL option.
I have checked the disc and no visible scratches.

I also tried DVD Dump and SuperDump.

I just want to play the story mode with my son with Dolphin (I want to use an xbox controller and have nice gfx Smile)
Reply
03-13-2013, 04:40 PM (This post was last modified: 03-13-2013, 04:57 PM by Shonumi.)
#18
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,371
Threads: 52
Joined: Dec 2011
You have to set the chunk size in CleanRip, especially if your USB stick is formatted as FAT32. FAT32 only permits a maximum file size of ~4GB. NTFS supports file sizes greater than that, but I'm fairly sure CleanRip doesn't support NTFS (at least for SD cards?), so that's why I instructed you to use CleanRip to split it into chunks. CleanRip should be able to rip them all automatically if your drive is large enough, then you can use the copy command I posted earlier.

EDIT: Looks like CleanRip does support NTFS for USB sticks, so you should be able to dump it without needing the chunks. Perhaps you should make sure there is enough space on your drive (i.e. no existing files taking up all that space). Additionally, sometimes you just need to keep trying to redump the game until it just works.
Website Find
Reply
03-13-2013, 07:19 PM
#19
Tuy
Unregistered
 
I forgot about the 4GB limit of FAT32, it would explain why CleanRip just stops.

The USBStick is empty. I'll format it as NTFS, try again and report back.

Thank you!

Update: Even though I had enough room on the stick I still had to write chunks of 3GB, but it works, story mode works on PC now. Thanks!
Reply
03-25-2013, 12:16 PM
#20
sikuneh
Unregistered
 
I ripped my brawl disk to use on Dolpin a while ago but with the new update to 3.5-367 it takes 30 seconds to load anything. Right after it starts it says "Receiving Vault Data..." for 30 seconds and whenever I load a stage it takes 30+ seconds before it starts. I imported my save from my brawl data which has everything unlocked (full disclosure I used action replay to unlock all challenges), but it has worked perfectly fine up until now.

Any help would be appreciated, thanks.
Reply
« Next Oldest | Next Newest »
Pages (27): « Previous 1 2 3 4 5 ... 27 Next »
Jump to page 


  • 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