Jump to content


Photo

Nothing On My Caanoo Works


  • Please log in to reply
3 replies to this topic

#1 MilloCz

MilloCz

    GP32 User

  • Members
  • PipPipPip
  • 66 posts
  • Gender:Male
  • Interests:gaming on Wiz :)
    friends
    thinking, basics of philosphy
    mathematics
    drawing, reading

Posted 10 April 2012 - 06:06 PM

Hello, i've tried following applications

bgd-galaxian
bgd-g-sensor
bgd-keys
bgd-pacman

only bgd-keys is working, but L+R to exit doesnt work again ... others doesnt work at all; there's just "loading" screen for one second and then it returns me back to menu

I also tried:

import "mod_say" // import the module to output text to console, using say()

Process Main() // start the definition of the main process
Begin // start the code
say("Hello World!");
End // end the definition of the main process


And it does NOT work too

Dont you have clue what could it be? My Caanoo firmware is 1.6.0

EDIT: I tried also

#!/bin/sh
unset OS_ID

## Is important set first bgd-runtime folder
LD_LIBRARY_PATH_BAK=$LD_LIBRARY_PATH
PATH_BAK=$PATH

LD_LIBRARY_PATH=bgd-runtime:$LD_LIBRARY_PATH
PATH=bgd-runtime:$PATH

### For use Wiz games on Caanoo uncomment the next lines
#OS_ID=8
#export OS_ID

echo 2 > /proc/cpu/alignment

for prg in *.prg; do
name=`basename $prg .prg`
bgdc $prg
bgdi $name
done

sync

LD_LIBRARY_PATH=$LD_LIBRARY_PATH_BAK
PATH=$PATH_BAK

cd /usr/gp2x
exec /usr/gp2x/gp2xmenu


Edited by MilloCz, 10 April 2012 - 06:07 PM.


#2 BAFelton

BAFelton

    Mega GP Mania

  • Admin
  • PipPipPipPipPipPip
  • 611 posts
  • Gender:Male
  • Interests:Retrogamer 4 Life

Posted 10 April 2012 - 07:36 PM

Do you have bgd-runtime in your game repertory ?

Or download hardcorefight for example and you'll have it inside.

#3 crow_riot

crow_riot

    Mega GP Mania

  • GP32 Hardcore
  • PipPipPipPipPipPip
  • 1133 posts
  • Gender:Male
  • Location:.at
  • Interests:music & programming

Posted 11 April 2012 - 06:41 AM

you should ask Farox, i think he knows bennu/fenix very well

#4 MilloCz

MilloCz

    GP32 User

  • Members
  • PipPipPip
  • 66 posts
  • Gender:Male
  • Interests:gaming on Wiz :)
    friends
    thinking, basics of philosphy
    mathematics
    drawing, reading

Posted 13 April 2012 - 05:30 PM

I downloaded everything from Bennugd's web and i managed example applications to run. HelloWorld just is still NOT working. I did EVERYTHING carefully from this tuto: My link
Please help someone, this is really bad :/

Edited by MilloCz, 13 April 2012 - 05:31 PM.