GP2X

Previous topic - Next topic

Kitty Hello

that's the correct one. Did you "sync" before starting? That is: open a telnet, login as root and type "snyc" (no quotes).
Or: Get the SD card out, copy there and re-insert it.

Have you tried http://www.glbasic.com/beta/wumbo-gp2x.rar? It was compiled using exactly this library.
So strange...

planetm

Quote from: Neurox
Quote from: GernotFrisch
Code (glbasic) Select
WHILE TRUE
 FILLRECT 0,0,160,160,RGB(255,0,0)
 PRINT "Help Me", 100, 100
 SHOWSCREEN
WEND
Press Vol- AND Vol+ for "Escape". So, so strange.
I'v tried to run but still shows black screen on GP2X!
I've pressed the "Vol- AND Vol+" but nothing :-(

Quote from: GernotFrischSee the file: GLBasic/Compiler/platform/GP2X/Lib/libGLBasicGP2X.a and tell me the "last change" date, please.
libGLBasicGP2X.a - 04/02/2007 23:32

Neurox
I have also tried this now, with identical results to Neurox. The Wumbo demo works fine however.

Kitty Hello

I've uploaded a new update with works 100% perfectly on my machine. Can you please test? Also, can you try starting the .gpe over telnet and post the output if it fails?

Neurox

Quote from: GernotFrischI've uploaded a new update with works 100% perfectly on my machine. Can you please test? Also, can you try starting the .gpe over telnet and post the output if it fails?
I've also tried this now with telnet .
The GP2X is always black :-( but telnet output is :
Code (glbasic) Select
Using mmuhack.o
Got /dev/mem at 0x7
Got blitter at: 0x4232a000
Other steps ?

Neurox
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

Kitty Hello

With version 4.090?

Neurox

Quote from: GernotFrischWith version 4.090?
Yes !

Neurox
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

Kitty Hello

Would you mind uninstalling GLBasic, Delete _all_ files from GLBasic folder, download the SDK again and re-install it?
I have not the faintest clue why it does not work, where the Wumbo game _does_ work. I mean: It's the exact same compiler I used. I'm so puzzled...

Neurox

Quote from: GernotFrischWould you mind uninstalling GLBasic, Delete _all_ files from GLBasic folder, download the SDK again and re-install it?
1) I've uninstalled GLBasic
2) Delete all files and directory remain
3) Reset Windows XP
4) Download the last version of GLBasic
5) installed GLBasic
6) I've rewrite the sample codes and compiled / copy to GP2X
7) Execute with a telnet but the I've same result :-(

Quote from: GernotFrischI have not the faintest clue why it does not work, where the Wumbo game _does_ work. I mean: It's the exact same compiler I used. I'm so puzzled...
If you want , I'll send the gpe file for test with your GP2X ?

Neurox
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

Kitty Hello

I've got an idea!!! My code first didn't work because I had a wrong mmu_hack.o.
Please check, if the mmu_hack.o you're using has these details:
Code (glbasic) Select
Last Change: Aug-12-2006, 23:38:28
File Size:        1676 Bytes
Also make sure you don't have an older mmu_hack.o in your /usr/lib/modules/... directory

Neurox

Quote from: GernotFrischI've got an idea!!! My code first didn't work because I had a wrong mmu_hack.o.
Please check, if the mmu_hack.o you're using has these details:
Code (glbasic) Select
Last Change: Aug-12-2006, 23:38:28
File Size:        1676 Bytes
Also make sure you don't have an older mmu_hack.o in your /usr/lib/modules/... directory
the only mmu_hack.o found into my GP2X is with glbasic test file,
and mmu_hack.o details is the same!

Neurox
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

Kitty Hello

FIXED!! It was a Demo-Version problem. Thx for your help.

planetm

Quote from: GernotFrischFIXED!! It was a Demo-Version problem. Thx for your help.
Excellent. Is this fix an internet update or a full version download? Off to work now, but I look forward to trying it out later :)

Neurox

Quote from: GernotFrischFIXED!! It was a Demo-Version problem. Thx for your help.
Yes, good work, the problem is fixed!
But I found another problem :-(
When you exit from GLBasic application to menu,
the menu,icons and various options are "mixed"
and made a strange problem.

Thanks,
Neurox
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

planetm

Quote from: GernotFrischO_O? Try something more sophisticated:
Code (glbasic) Select
WHILE TRUE
 FILLRECT 0,0,160,160,RGB(255,0,0)
 PRINT "Help Me", 100, 100
 SHOWSCREEN
WEND
Press Vol- AND Vol+ for "Escape". So, so strange. It wokred here...
See the file: GLBasic/Compiler/platform/GP2X/Lib/libGLBasicGP2X.a and tell me the "last change" date, please.
I've now had this working. I've noticed a different bug to Neurox though: I can't seem to exit the application. The blue bar slowly decreases, but pressing vol- and vol+ just freezes it and does not exit to menu. I've tried a few other things (I lost the while/wend loop and tried a keywait at the end instead) but I still cannot exit the application. Maybe i'm just making a stupid mistake though :)

Kitty Hello

No, you're right. 90% of the time it locks up and won't reload the gp2xmenu. I've got to find this bug, still.