V3 GP2X bugger
Displaying 1-7 of 7 total.
1
sabernet
|
Heya Ness:) was trying out your gp2x port of v3 but alas, all I get is a V3 logo, "Compiling VC" then it exits out to the home screen. I copied all the files from sully(v3 version) and am using the .gpe file as a substitute for verge.exe.
I got the most recent firmware on it, is there something I be missing?
I just gets all excited thinking of playing the clam while in a waiting room or ons tha bus:P
Posted on 2006-08-21 19:53:05
|
Ness
|
You might want to check the the file v3.log.txt that is created when the game runs for VC errors. If I remember correctly there were some errors that weren't caught by the exe released at the time, mostly naming conflicts I think.
If that dosen't work let me know! Bug-freeness is close to godliness or something.
Posted on 2006-08-21 20:24:03
|
sabernet
|
hmmm, doesn't even create a log file.
besides, god created many bugs. Think of all the species of cockroaches alone! ;)
Posted on 2006-08-22 09:08:06 (last edited on 2006-08-22 09:09:00)
|
sabernet
|
if it helps any, I got the sully game extracted to a "verge" subfolder in a "games" folder in my SD's root. When I moved it to a "verge" folder within the root, it generated the log file pointing at line 35 of general.vc in vc/util saying "abs was already defined"
I renamed the integer "absolute"(no idea what I may have broken indoing so), then tried running it again
then I got an error "vc/v1_menu/menu_choice.vc(238): TokenLeft is already defined. Please choose a unique name.
"
so there appears to be a bunch of predefined functions conflicting in the sully game. So's I don't hafta rename them then look through every vc file for where they may be called, anyone got any ideas where they're first being defined?
Posted on 2006-08-23 11:28:12
|
Overkill
|
They're first defined in verge itself.
Posted on 2006-08-24 09:17:44
|
Ness
|
Yeah, you'll have to comment out TokenLeft, TokenRight, asc, GetTokenPos from menu_choice.vc along with WrapText from menu_system.vc. I think that should be it.
I'll look into why having the binary in a subdirectory is blocking the log file, though I have an idea why.
Posted on 2006-08-24 09:28:00 (last edited on 2006-08-24 09:30:35)
|
sabernet
|
that sure as heck worked:)
Posted on 2006-08-24 10:23:36
|