Page 1 of 1

Gcube Emulator Help!?

Posted: Tue Aug 17, 2010 4:07 pm
by Ghost6765
How do I use the Gcube Emulator to run my wii apps??

Re: Gcube Emulator Help!?

Posted: Tue Aug 17, 2010 10:48 pm
by WinterMute
You don't, it only emulates gamecube code. Look for the Dolphin emulator but you'll need a fairly high spec PC to run it.

Re: Gcube Emulator Help!?

Posted: Wed Aug 18, 2010 3:42 pm
by Ghost6765
I keep getting errors when I try and use Dolphin.

Re: Gcube Emulator Help!?

Posted: Wed Aug 18, 2010 10:32 pm
by WinterMute
You'll need to give us some more details of the errors, it's really quite difficult to offer any kind of help without knowing what you're trying to run, how you're trying to run it, what you expect to happen and what actually does happen.

Re: Gcube Emulator Help!?

Posted: Thu Aug 19, 2010 4:41 pm
by Ghost6765
I don't get errors but whenever I try to load it it loads successfully but just goes to a black screen and I have to close it.

Re: Gcube Emulator Help!?

Posted: Fri Aug 20, 2010 9:55 pm
by Ghost6765
whenever I try to run lesson1.dol examples with the Direct3D9 Plugin but it just shows up with a black screen and some yellow writing and I have to close it?

what should I do.

Re: Gcube Emulator Help!?

Posted: Sat Aug 21, 2010 8:56 pm
by Izhido
There is a setting you need to enable in the video plugin(s) of Dolphin to enable direct access to video memory (XFB, or something similar). Don't recall right now how was it called, but there it is. That should get rid of the screen problem.

BUT...

Dolphin still has, as of the latest version, a serious bug with the Wiimote buttons, and as a result it's virtually impossible to test homebrew apps with it. Until that's fixed, I cannot recommend using Dolphin for anything. And that means we're basically out of decent Wii emulators to test applications. All that remains is to test your apps directly on hardware.

Re: Gcube Emulator Help!?

Posted: Sat Aug 21, 2010 9:42 pm
by Ghost6765
I can only find the XFB thing in the OpenGL Plugin and I Can Only Use The Direct3D9 Plugin.


HELP?

Re: Gcube Emulator Help!?

Posted: Sun Aug 22, 2010 11:58 am
by StevenH
It's been a while since I've done any major Windows Games Dev with DirectX, but IIRC DirectX 9 does not give the games dev direct access to the video memory, only Open GL does.

IMy memory may be a little out as I stuck with DirectX 7 as that was the last time I can remember having the ability to access the video ram directly, DirectX 8 onwards dropped DirectDraw and everything went 3D which means that any direct video buffers had to be done in a round about way, something akin to allocating a windows Device Contect for the screen, coping that into a HBITMAP structure and then using some DirectX functions to put that image into the texture memory, which IIRC is a slow process (in game time).

Re: Gcube Emulator Help!?

Posted: Mon Oct 25, 2010 5:03 pm
by Eke
Regarding dol support in gcube with applications compiled in gamecube mode, has anyone tried it recently ?

I can't get anything to work anymore (it used to, some time ago), now I just got a black screen.
I have trouble running Dolphin as well and just want to take a few screenshots from my app

Any idea what could prevent gcube from working with devkitPPC-compiled dols ?
I try to removed any stuff dealing with libfat but it still hangs on black screen...