Port Requests


I found an interesting game to port it's called "A Lode Runner Story"

2439.png


Its a Python game but its use some "dll" to enable OpenGL and maybe some shaders.

Now i compiled the dll but when i run the game it says:

OSError: dlls/linux32/renderext.dll: undefined symbol: glUniform2fv

Don't let the dll and linux32 things fools you...they are ARM .so library compiled by Codeblocks CLI in Pandora, i used the already present linux32/ directory for my first test.

If someone more expert want to take a look...seems a good game to play.
 
I noticed that the brogue version on the Pandora repositories is rather outdated.

Would it be too much to ask for an update?
 
I found an interesting game to port it's called "A Lode Runner Story"

2439.png


Its a Python game but its use some "dll" to enable OpenGL and maybe some shaders.

Now i compiled the dll but when i run the game it says:

OSError: dlls/linux32/renderext.dll: undefined symbol: glUniform2fv

Don't let the dll and linux32 things fools you...they are ARM .so library compiled by Codeblocks CLI in Pandora, i used the already present linux32/ directory for my first test.

If someone more expert want to take a look...seems a good game to play.
Indeed, some shaders are used.

I dectivated then (replaced the functions by emptied ones), to get it running.

It does run, but doesn't seems to really like the small pandora screen, and it's too slow.

post-5182-0-51829600-1436118125.png


Not sure what to do next (wait for the Pyra?). I have to check what make it slow, but there is no atlas (AFAIK), so probably GL, and the Batch mode will probably be helpless here (because of the lack of atlas).

aloderunnerstory2.png
 
Last edited by a moderator:
I noticed that the brogue version on the Pandora repositories is rather outdated.

Would it be too much to ask for an update?
On it. The update process is a bit weird because I have a patchset with merge conflicts and they only do tarball releases.

Edit: alright, https://github.com/lunixbochs/brogue is ready - just need to build/package
 
Last edited by a moderator:
Is there a Command or ported Software who set my Time to Realtime?

Its annoying how often i must change my Time and Date back because my

Bootloaderexperiments with Pandora and Beagleboard.

Automatic Time Setting would be a nice Zaxxon Feature for me or simply a PND for it?

Edit:

Solved,thx ;)
 
Last edited by a moderator:
Is there a Command or ported Software who set my Time to Realtime?

Its annoying how often i must change my Time and Date back because my

Bootloaderexperiments with Pandora and Beagleboard.

Automatic Time Setting would be a nice Zaxxon Feature for me or simply a PND for it?
I thought time drifting was fixed a while ago, I haven't noticed issues for sometime now.

I used to run this to keep my time/date synced to the internet: http://boards.openpandora.org/topic/9429-loosing-time-a-whole-day/?p=217916/URL]
 
Last edited by a moderator:
Is there a Command or ported Software who set my Time to Realtime?


Its annoying how often i must change my Time and Date back because my


Bootloaderexperiments with Pandora and Beagleboard.


Automatic Time Setting would be a nice Zaxxon Feature for me or simply a PND for it?
I thought time drifting was fixed a while ago, I haven't noticed issues for sometime now.

I used to run this to keep my time/date synced to the internet: http://boards.openpandora.org/topic/9429-loosing-time-a-whole-day/?p=217916/URL]
It was my fault because i had to put the Battery Out for a Full reflash with MLO Things.
Thx for that Command ;)


I found In the Zaxxon SetTime and Date an Option to set the Time automatic on every Network Connect. ;)
 
Last edited by a moderator:
I noticed that the brogue version on the Pandora repositories is rather outdated.

Would it be too much to ask for an update?
On it. The update process is a bit weird because I have a patchset with merge conflicts and they only do tarball releases.
Edit: alright, https://github.com/lunixbochs/brogue is ready - just need to build/package
Done. Can someone test https://bochs.info/pnd/brogue.pnd?
 Thanks for working on this however it doesn't run for me. I downloaded it a couple times to make sure it wasn't corrupted. CC Pandora here.

Code:
=======================================================================================
PND             : /media/sda1/pandora/menu/brogue.pnd
PND_FSTYPE      : Squashfs
APPDATADIR      : /media/sda1/pandora/appdata/brogue
APPDD_FSTYPE    : ext4
PND_CPUSPEED    : <unset>
EXENAME         : ./run
ARGUMENTS       : <unset>
=======================================================================================
[ START ]--- Mount the PND ----------
Mounting : mount -t squashfs -o ro "/dev/loop1" "/mnt/utmp/brogue"
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

WARNING : mount faild, re-tring
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

ERROR The PND File-system is not mounted !
+++++++
Loopback devices :
/dev/loop0: [0801]:394389 (/media/sda1/pandora/menu/palemoon.pnd)
/dev/loop1: [0801]:261634 (/media/sda1/pandora/menu/brogue.pnd)
Are mounted on :
/dev/loop0 on /mnt/utmp/palemoon type squashfs (ro,relatime)
For these Union :
none on /mnt/utmp/palemoon type aufs (rw,relatime,si=f888c47a)
ERROR: The Union File-system is not mounted !
+++++++
Loopback devices :
/dev/loop0: [0801]:394389 (/media/sda1/pandora/menu/palemoon.pnd)
/dev/loop1: [0801]:261634 (/media/sda1/pandora/menu/brogue.pnd)
Are mounted on :
/dev/loop0 on /mnt/utmp/palemoon type squashfs (ro,relatime)
For these Union :
none on /mnt/utmp/palemoon type aufs (rw,relatime,si=f888c47a)
[ FAILED]--- Mount the PND ----------
 
I wonder if anyone might be kind enough to do a little port for me.

I am a diabetic, and iprcie has been kind enough to create a program for me to track BP, blood sugar, etc.

But there is another app I use alongside this...which can be done on a regular computer...and then there is an Android app for it, as well as an iPhone app.  I COULD probably get this on my Pandy just using Firefox, but I'd like to get the Android app ported for Pandy, if possible.

It is called GoMeals.  It tracks activity, blood sugar readings, and what foods you are eating.

Anyone who could take this on...I'd very much appreciate it!
 
I couldn't find the source, so a port for SZ won't happen unless you can find that. You could contact the GoMeals authors to see if they would hand their source over to someone willing to help you port it. You could also boot into Android on your Pandora in order to use it...
 
I couldn't find the source, so a port for SZ won't happen unless you can find that. You could contact the GoMeals authors to see if they would hand their source over to someone willing to help you port it. You could also boot into Android on your Pandora in order to use it...
I was hoping someone could find the source, by using wither the Android or the iPhone app.

Like I said, I can probably do it from Firefox on the Pandy...so not a huge issue if this can't be done, just would be nice.
 
I noticed that the brogue version on the Pandora repositories is rather outdated.


Would it be too much to ask for an update?
On it. The update process is a bit weird because I have a patchset with merge conflicts and they only do tarball releases.

Edit: alright, https://github.com/lunixbochs/brogue is ready - just need to build/package
Done. Can someone test https://bochs.info/pnd/brogue.pnd?
 
Thanks for working on this however it doesn't run for me. I downloaded it a couple times to make sure it wasn't corrupted. CC Pandora here.

=======================================================================================
PND : /media/sda1/pandora/menu/brogue.pnd
PND_FSTYPE : Squashfs
APPDATADIR : /media/sda1/pandora/appdata/brogue
APPDD_FSTYPE : ext4
PND_CPUSPEED : <unset>
EXENAME : ./run
ARGUMENTS : <unset>
=======================================================================================
[ START ]--- Mount the PND ----------
Mounting : mount -t squashfs -o ro "/dev/loop1" "/mnt/utmp/brogue"
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

WARNING : mount faild, re-tring
mount: wrong fs type, bad option, bad superblock on /dev/loop1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

ERROR The PND File-system is not mounted !
+++++++
Loopback devices :
/dev/loop0: [0801]:394389 (/media/sda1/pandora/menu/palemoon.pnd)
/dev/loop1: [0801]:261634 (/media/sda1/pandora/menu/brogue.pnd)
Are mounted on :
/dev/loop0 on /mnt/utmp/palemoon type squashfs (ro,relatime)
For these Union :
none on /mnt/utmp/palemoon type aufs (rw,relatime,si=f888c47a)
ERROR: The Union File-system is not mounted !
+++++++
Loopback devices :
/dev/loop0: [0801]:394389 (/media/sda1/pandora/menu/palemoon.pnd)
/dev/loop1: [0801]:261634 (/media/sda1/pandora/menu/brogue.pnd)
Are mounted on :
/dev/loop0 on /mnt/utmp/palemoon type squashfs (ro,relatime)
For these Union :
none on /mnt/utmp/palemoon type aufs (rw,relatime,si=f888c47a)
[ FAILED]--- Mount the PND ----------
Strange, it worked here.

Also, thanks for the PND!

I was trying to compile it myself earlier based on your github work, but make threw an error and I never got around to looking at it.
 
Strange, it worked here.

Also, thanks for the PND!

I was trying to compile it myself earlier based on your github work, but make threw an error and I never got around to looking at it.
I rebuilt the PND at some point and reuploaded.
 
Last edited by a moderator:
Another failed port attempt...this time at the beginning...i can't start compilation at all.

The game to port is FreeKick3 an interesting clone of SWOS (Sensible World of Soccer)

2012-12-02_122257_6892124921.png


2012-12-02_123619_4607386701.png


Now when i type make the compiler says:

/mnt/utmp/codeblocks/usr/include/c++/4.9.3/bits/c++0x_warning.h 32.2: error #error this file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

In the makefile -std=c++11 is present....so...how is possible to compile such a project ?
 
Back
Top