Release BurgerSpace


ptitSeb

Serial Porter
Joined
Aug 15, 2012
Messages
9,306
Age
51
Location
France, near Lyon
Here is BurgerSpace, a remake of the arcade game BurgerTime.

preview1.png


This version include C4A Support.

History log

=========

Build 02

----------

  • Added some lib, missing in some configurations
Build 01

----------

  • Initial release
  • C4A Support
  • Screen adaptations to fit 800x480
  • Keymap adapted to Pandora
 
Last edited by a moderator:
I think the most interesting are Cosmosmash and Afternoon Stalker

Thanks
 
I think the most interesting are Cosmosmash and Afternoon Stalker
Ok, I'll look at them later (working on fpc stuff now, and it's upsetting enough with the infamous "Trying to use a unit which was compiled with a different FPU mode" error)
 
Oh, yeah!  I am sure I will love this whenever I get a chance to play, if I haven't sent my Pandora off by then.  I used to love/hate this game.  Thanks a bunch.
 
Last edited by a moderator:
Many thanks.

Don't worry FPC compiled and a new toolchain is more important than this 2 little games.

offtopic

i have a little problem running wxpython projects

take pykaraoke as example but this error is present also on building scons projects.

when i try to run, it say

From file.....

import select

ImportError: /mnt/utmp/wxpython/lib/python2.7/lib-dynload/select.so: undefined symbol: _PyInt_AsInt

could you take a look also at this ? thanks

/offtopic
 
offtopic

i have a little problem running wxpython projects

take pykaraoke as example but this error is present also on building scons projects.

when i try to run, it say

From file.....

import select

ImportError: /mnt/utmp/wxpython/lib/python2.7/lib-dynload/select.so: undefined symbol: _PyInt_AsInt

could you take a look also at this ? thanks

/offtopic
This is because the firmware python lib is "used" instead of wxPython one. Check if the correct python is used. Also, unset PYTHONHOME and PYTHONPATH if set.
 
I think I found a small bug.

It seems that the score gets sent to C4A the exact moment you lose your last life even though the score may still increase after that if the pieces of a hamburger are still falling.
 
I can't seem to get it to run - I'm using SZ1.71 from SD card on a CC unit, downloaded the Burgerspace pnd twice but it won't launch. I'm doing something wrong!

Here's the necessary file:

=======================================================================================
PND             : /media/SANDISK4GIG/pandora/menu/burgerspace.pnd
PND_FSTYPE      : Squashfs
APPDATADIR      : /media/SANDISK4GIG/pandora/appdata/burgerspace
APPDD_FSTYPE    : vfat
PND_CPUSPEED    : <unset>
EXENAME         : runscript.sh
ARGUMENTS       : <unset>
=======================================================================================
[ START ]--- Mount the PND ----------
Mounting : mount -t squashfs -o ro "/dev/loop0" "/mnt/utmp/burgerspace"
Mounting the Union FS : mount -t aufs -o exec,noplink,dirs="/media/SANDISK4GIG/pandora/appdata/burgerspace=rw+nolwh":"/mnt/pnd/burgerspace=rr" none "/mnt/utmp/burgerspace"
[sUCCESS]--- Mount the PND ----------
[ START ]--- Starting the application ( runscript.sh  ) ----------
--------------------------------------------------------------
Setting PATH to /mnt/utmp/burgerspace:/mnt/utmp/burgerspace/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
--------------------------------------------------------------
Setting LD_LIBRARY_PATH to /mnt/utmp/burgerspace/lib:/lib:/usr/lib
bin/burgerspace: error while loading shared libraries: libpulse.so.0: cannot open shared object file: No such file or directory
Try to commit the cached scores. Timeout in 10000 ms...
Transmission error...
[ FAILED]--- Starting the application ( runscript.sh  ) ----------
[ START ]--- Restoring the frame buffer status ----------
[sUCCESS]--- Restoring the frame buffer status ----------
[ START ]--- Restoring nub mode ----------
[sUCCESS]--- Restoring nub mode ----------
[ START ]--- uMount the PND ----------
[ START ]--- Waiting the Union to be available ----------
[sUCCESS]--- Waiting the Union to be available ----------
auplink:plink.c:223: AUFS_CTL_PLINK_MAINT: Inappropriate ioctl for device
rmdir: failed to remove `/mnt/utmp/burgerspace': Device or resource busy
[ START ]--- Waiting the PND mount dir to be free ----------
[sUCCESS]--- Waiting the PND mount dir to be free ----------
cleanup done
[sUCCESS]--- uMount the PND ----------
=======================================================================================
Return code is : 5
 
Code:
bin/burgerspace: error while loading shared libraries: libpulse.so.0: cannot open shared object file: No such file or directory
sound like a packaging problem to me
 
Last edited by a moderator:
Ok, I repackaged, a build 02 with that libpulse (but it strange that it's present in some firmware and absent in other).

Build 02

----------

  • Added some lib, missing in some configurations

I haven't looked at the "dead but burger piece still falling" issue...
 
Updated, same thing happens with a slight variation in the pndrun_burgerspace.out :

=======================================================================================

PND : /media/SANDISK4GIG/pandora/menu/burgerspace.pnd

PND_FSTYPE : Squashfs

APPDATADIR : /media/SANDISK4GIG/pandora/appdata/burgerspace

APPDD_FSTYPE : vfat

PND_CPUSPEED : <unset>

EXENAME : runscript.sh

ARGUMENTS : <unset>

=======================================================================================

[ START ]--- Mount the PND ----------

Mounting : mount -t squashfs -o ro "/dev/loop0" "/mnt/utmp/burgerspace"

Mounting the Union FS : mount -t aufs -o exec,noplink,dirs="/media/SANDISK4GIG/pandora/appdata/burgerspace=rw+nolwh":"/mnt/pnd/burgerspace=rr" none "/mnt/utmp/burgerspace"

[sUCCESS]--- Mount the PND ----------

[ START ]--- Starting the application ( runscript.sh ) ----------

--------------------------------------------------------------

Setting PATH to /mnt/utmp/burgerspace:/mnt/utmp/burgerspace/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games

--------------------------------------------------------------

Setting LD_LIBRARY_PATH to /mnt/utmp/burgerspace/lib:/lib:/usr/lib

bin/burgerspace: error while loading shared libraries: libpulsecommon-0.9.15.so: cannot open shared object file: No such file or directory

Try to commit the cached scores. Timeout in 10000 ms...

Transmission error...

[ FAILED]--- Starting the application ( runscript.sh ) ----------

[ START ]--- Restoring the frame buffer status ----------

[sUCCESS]--- Restoring the frame buffer status ----------

[ START ]--- Restoring nub mode ----------

[sUCCESS]--- Restoring nub mode ----------

[ START ]--- uMount the PND ----------

[ START ]--- Waiting the Union to be available ----------

[sUCCESS]--- Waiting the Union to be available ----------

auplink:plink.c:223: AUFS_CTL_PLINK_MAINT: Inappropriate ioctl for device

rmdir: failed to remove `/mnt/utmp/burgerspace': Device or resource busy

[ START ]--- Waiting the PND mount dir to be free ----------

[sUCCESS]--- Waiting the PND mount dir to be free ----------

cleanup done

[sUCCESS]--- uMount the PND ----------

=======================================================================================

Return code is : 5

Sorry for the headaches ;)

Could it be down to running OS from SD? Any other users doing that playing successfully?
 
Last edited by a moderator:
I really don't understand. This lib is also on my firmware (so I didn't copy it in the pnd). There is something strange with your firmware (if you are alone), or maybe the pulse package that have been put in and out of SZ feed (if you are not alone).

I have update the package on the repo (didn't change version number).
 
Last edited by a moderator:
My SD was created using the SD Installer and the latest Super Zaxxon 1.71 pandora-rootfs.tar.bz2 image, maybe something is missing in the process.

ETA: Update worked, it launches now :)

Thanks!
 
Last edited by a moderator:
My SD was created using the SD Installer and the latest Super Zaxxon 1.71 pandora-rootfs.tar.bz2 image, maybe something is missing in the process.


ETA: Update worked, it launches now :)


Thanks!
Good. I have seen a score of you in the C4A yeah :)
 
Back
Top