BATMAN
April 8th, 2005, 10:22
Does anyone know where we can download a compiled version of 0.4? I don't have the software to compile it my self yet. oh yeah I tried google before posting this.
JinXD
April 8th, 2005, 10:38
No, not for windows.....
Doomulation
April 8th, 2005, 13:06
Hmph... that source is a mess. It cannot be compiled by any normal means. Unless you re-write a lot of it... that is, I've only tried msvc++ 2003.
JinXD
April 8th, 2005, 13:10
Tutorial for compiling a windows binary of gcube >> http://www.emuboards.net/index.php?showtopic=254
spect0r
April 10th, 2005, 00:31
errrr....
could someone compile the windows binary and upload it somewhere(rapidshare for example)because i cant compile it myself(stuck on last step(command:make) :ala:
Dysprosium
April 10th, 2005, 04:01
errrr....
could someone compile the windows binary and upload it somewhere(rapidshare for example)because i cant compile it myself(stuck on last step(command:make) :ala:
It won't work compiled I don't believe, it only works on Linux. Lucky we got it that far..
smcd
April 10th, 2005, 04:01
I'm downloading cygwin right now. If it compiles successfully I'll attach it for you lot. :P
thakis
April 10th, 2005, 11:17
Include the patch found here:
http://www.emuboards.net/index.php?showtopic=268
before you compile (it's only a one-line-patch).
smcd
April 10th, 2005, 13:09
I couldn't get it to compile and link properly, it kept complaining about undefined references to items that were in another source unit (gx_texture.o and hw_gx.o were the 2 most troublesome iirc).
JinXD
April 10th, 2005, 14:18
Here's some more info >> http://www.emuboards.net/index.php?showtopic=267
XTale
April 10th, 2005, 21:24
I compiled gcube 0.40 for windows, using mingw/msys.
As I don't have any gamecube isos, I could just use some pd files for testing.
I can't guarantee that my changes/fixes didn't break anything - so I'd be happy, if some of you do some testing :)
compiled binary and fixed source could be found at: http://www.aep-emu.de/PNphpBB2-file-viewtopic-t-1259.html
_Chrono_
April 10th, 2005, 21:47
good job XTale!
its working well here (at least theres no weird crahing or anything)
tested a few games real quick and games like 1080 can go ingame. most games at least show something
smcd
April 10th, 2005, 23:52
XTale I tried following the cygwin documented route and didn't get it working even after messing with the source and makefile, so I gave up since I wasn't too interested in it anyhow. :P Nice to see you went ahead and got it working in mingw :)
JinXD
April 11th, 2005, 00:29
Nice one! Testing.....
EDIT: Hmmm, I just get an SDL.dll file missing error.
EDIT2: Nah it's ok once I put SDL.dll into the same folder as the exe....
helphelphelp
April 11th, 2005, 00:38
good job xtale
Clements
April 11th, 2005, 00:49
I got really far with Luigi's Mansion, up to the bird on the branch in the intro with funky grey polygons, and BAM3000 is faster in Gcube than under Dolphin.
_Chrono_
April 11th, 2005, 02:02
I could play Viewtiful Joe 2 with gCube :)
VJ1 wouldnt go that far though :S
Gorxon
April 11th, 2005, 09:20
I got really far with Luigi's Mansion, up to the bird on the branch in the intro with funky grey polygons, and BAM3000 is faster in Gcube than under Dolphin.
Uh? I got 2-3 FPS in BAM...took me many mins to get to the second screen. Any idea what might be wrong?
Clements
April 11th, 2005, 09:57
Perhaps a driver issue. I was getting 55-60 fps with Gcube 0.4, a bit less with Dolphin. You should be getting a similar speed.
Dysprosium
April 11th, 2005, 12:32
Wine kept giving me errors when I tried it using Knoppix. Blasted thing, I have no experience with Linux. ¬_¬
JinXD
April 11th, 2005, 12:34
Why you using wine vile? This is a new windows binary....
Stezo2k
April 11th, 2005, 14:03
Perhaps a driver issue. I was getting 55-60 fps with Gcube 0.4, a bit less with Dolphin. You should be getting a similar speed.
nope, I am also getting around 4 FPS with it too...
JinXD
April 11th, 2005, 14:15
Hmmm, could well be the different gfx cards we have. Since it seems that ATI cards are dead slow, whilst Clements nvidia card isn't even breaking a sweat!
However, I wouldn't have thought that the gfx cards would affected it much if at all! The CPU would normally be the bottleneck....
EDIT: Has anyone tried using the different options available?
-d, --debug run debugger at start
-f, --fullscreen run in fullscreen
-m, --mount=directory mount virtual dvd root directory
-c, --color-mode=MODE debugger color mode:
0 - black and white
1 - default with transparent background
2 - default with white background
-i, --ignore-movies=MODE tries to disable movie playback:
0 - disabled (movie playback is on)
1 - enabled, disables THPVideoDecode
2 - enabled, disables loading of
THP, H4M and STR files
-r, --refresh-delay=VALUE number of instructions executed before
the video interrupt occurs
-l, --hle use high level emulation
-p, --hle-input use only high level input emulation
-s, --save-maps save generated maps
-h, --help display this help and exit
Clements
April 11th, 2005, 14:23
Very odd, surely an ATi issue.
reddevil
April 11th, 2005, 14:45
Gcube 0.4 compiled does not start up on mine it doesn't even show the emulator
any ideas please :bye3:
JinXD
April 11th, 2005, 14:53
Easiest way to get it to run is to download gcube 0.3, then just replace the exe with the newly compiled 0.4 exe.
Hammel
April 11th, 2005, 15:27
hm, i've got the same problems like JinXD with the speed. my card is an ati 9600 xt 256mb (with omega drivers) so it has something to do with ati cards.
XTale
April 11th, 2005, 16:30
Gcube 0.4 compiled does not start up on mine it doesn't even show the emulator
any ideas please :bye3:
that's an "no gui" emulator - use the command line
Dysprosium
April 11th, 2005, 20:05
Why you using wine vile? This is a new windows binary....
Buh? Crap, I best read more. I thought it still only worked on Linux.
Thanks. D:
JinXD
April 11th, 2005, 21:46
Something far wrong with ATi cards and gCube 0.4 :(
spect0r
April 16th, 2005, 16:14
Why keys arent working in gcube?
At menu i tried to press all buttons on my keyboard and nothing happened.
Any ideas?
And is there any way to change them?
vBulletin v3.6.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.