Release ProtoType


You're right, I'll get round to updating... eventually..!

Here's the pndrun_prototype.out

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

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

PND_FSTYPE : Squashfs

APPDATADIR : /media/SANDISK4GIG/pandora/appdata/prototype

APPDD_FSTYPE : vfat

PND_CPUSPEED : <unset>

EXENAME : runscript.sh

ARGUMENTS : <unset>

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

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

Mounting : mount -t squashfs -o ro "/dev/loop1" "/mnt/utmp/prototype"

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

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

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

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

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

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

Setting LD_LIBRARY_PATH to /mnt/utmp/prototype/lib

./prototype: 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...

Success

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

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

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

[ 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/prototype': 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 : 3
 
New build. I hope the launching of the game in older firmware is fixed (can't test myself).

Build 04

-----------

  • Fix to make it run on older firmware
 
There's a typo in the runscript :

if [ ! -e /usr/lib/libpuslse.so.0 ];then

beside, Now I'm getting : ./prototype: error while loading shared libraries: libGLUES_CM.so: cannot open shared object file: No such file or directory

which is not in the PND nor part of the firmware
 
Thanks for the feedbakck. Second try...

Build 05

-----------

  • Second attempt to make it run on older firmware
 
Last edited by a moderator:
Runs on mine now also! I can procrastinate over upgrading the firmware a little longer.....
 
I have changed the 1st post to add a link to the github sources and also a link to a Web version (again using an Emscripten build and using gl4es for OpenGL->WebGL translation).
 
Back
Top