Welcome! Log In Create A New Profile

Advanced

Is there a Wii emulator so I can test homebrew Wii on the PC

Posted by Videogamer 
Is there a Wii emulator so I can test homebrew Wii on the PC
August 23, 2008 06:44AM
I have lots of homebrew games I have downloaded that I want to use on my Wii. But before I do, I want to test them (to see if it is worth putting on the Wii). This way I wouldn't waste time putting something on my Wii that later I wouldn't want anyway. So do you know if there is a Wii emulator that will let me test homebrew Wii games on my computer?
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 23, 2008 06:47AM
The dolphin emulator can mount dol and elf files, although still in development I believe there is a release.

[en.wikipedia.org])
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 23, 2008 02:36PM
No, not yet.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 24, 2008 05:15AM
Quote
WiiPhlex
The dolphin emulator can mount dol and elf files, although still in development I believe there is a release.

[en.wikipedia.org])

I've tried Dolphin, and while it will load GC games into memory, the window which is supposed to display an image displays NOTHING. I've used it to load an SNES emulator for GC (an emulator running from an emulator, because this was the only homebrew that was for GC and not Wii that I could find). And it didn't display any image. If it can't run GC homebrew (which it should do), it will NEVER run Wii anything (after all it is NOT a Wii emulator).
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 24, 2008 03:35PM
Actually, Dolphin does support Wii games, and is fairly good at it so far.

[www.dolphin-emu.com]

You need to check out source from SVN and build it.

I haven't tested it myself, but I wouldn't be surprised if it was useful for testing homebrew.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 24, 2008 11:10PM
The regular version doesn't work right on my computer. And the SVN (or whatever) is UNOFFICIAL and UNSUPPORTED and it DOESN'T even work on my computer when I installed it (I found the binaries not the source, so it didn't even need compiling).
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 27, 2008 10:45PM
Quote
Videogamer
Quote
WiiPhlex
The dolphin emulator can mount dol and elf files, although still in development I believe there is a release.

[en.wikipedia.org])

I've tried Dolphin, and while it will load GC games into memory, the window which is supposed to display an image displays NOTHING. I've used it to load an SNES emulator for GC (an emulator running from an emulator, because this was the only homebrew that was for GC and not Wii that I could find). And it didn't display any image. If it can't run GC homebrew (which it should do), it will NEVER run Wii anything (after all it is NOT a Wii emulator).

I built the SVN binary, and see the same thing. What I do right now is maintain an the older r14 devkitPPC/libogc version and build for gc and test in Whinecube or Dolwin , doesn't seem to work in Dolphin though . Not the best setup, but when not near my hardware, I can at least do limited coding.

Troy(GPF)
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
August 29, 2008 05:59AM
I don't care so much for testing my own code. I care more for trying out homebrew apps I've downloaded, to see if it is worth the time to put on my Wii.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
March 18, 2009 11:52PM
Well then you wont have any luck. The wii menu isnt working on Dolphin yet so id think you wouldnt be able to run any channels, so no HBC. But you might try running them through twilight hack on Dolphin. I dont know if it would work though.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
March 19, 2009 12:11AM
Dolphin can run the Wii menu if you have the latest from the SVN and know how (I don't but I've heard...)
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
March 19, 2009 02:07AM
Dolphin seems to have improved a lot!

I do have one general question if anyone has every done this :)

To shorten my development time I'm going to use dolphin to test my code. My question is has anyone figured out where the emulator puts the Wii SD card (is it even supported). For example I want to load /apps/myproject/test.bmp what folders/settings would I need to change on dolphin?

Thanks :)
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
March 20, 2009 05:53PM
All my apps that use libfat crash, so I don't think it's supported.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
May 25, 2009 11:47PM
I wonder if you could brick your emulator.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
May 26, 2009 12:45AM
Quote
Godofrock72
I wonder if you could brick your emulator.
That's impossible. Think about it... Of course, you can crash your emulator though :D
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
May 26, 2009 05:56AM
You could probably temporarily brick it, just like any other virtual machine, but when you restarted it/reset it, or went back to save state, or just uninstalled it and reinstalled it would cause no physical harm.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
May 28, 2009 06:28PM
Dolphin (SVN build) has a LOT of problems. Also, it requires you to have a controller connected to your PC; a mouse will not work!

I would REALLY like to see someone develop something that will run homebrew DOLs! This would be a GREAT way to prevent "bricks"!


=)



Edited 1 time(s). Last edit at 05/28/2009 06:29PM by TiMeBoMb.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
May 28, 2009 10:00PM
Dolphin has some homebrew .dol and .elf support.
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
June 19, 2009 07:19PM
Quote
scanff
Dolphin seems to have improved a lot!

I do have one general question if anyone has every done this :)

To shorten my development time I'm going to use dolphin to test my code. My question is has anyone figured out where the emulator puts the Wii SD card (is it even supported). For example I want to load /apps/myproject/test.bmp what folders/settings would I need to change on dolphin?

Thanks :)

You should probably create image of SD card ant mount it to emulator
see this topic on dolphin forum:
[forums.dolphin-emu.com]
Re: Is there a Wii emulator so I can test homebrew Wii on the PC
June 20, 2009 09:30PM
Quote
Slappy

You should probably create image of SD card ant mount it to emulator
see this topic on dolphin forum:
[forums.dolphin-emu.com]

Thanks for the update Slappy.
Sorry, only registered users may post in this forum.

Click here to login