So would that be r4420? Sorry, I'd just like to be sure what to put for the wiki list...Pickle said:Ivanovic said:Would be nice to know on which revision this version is built since the version field still reads "4318-1" which sounds really far of, considering the last (relevant) commit I have seen is this one:Esn said:Hey, looks like there's a new version out:
http://dl.openhandhelds.org/cgi-bin/pandora.cgi?0,0,0,0,35,312
Is the crashing bug fixed?
<CIA-84> [07:38:33] Sirp * r4420 /trunk/data/ (level/test.cfg objects/playable/frogatto_playable.cfg): fixed problem which allowed 'super jumps' to be done off ant's heads
latest svn as of last night
Esn said:I can confirm that it crashes if you die.
Haven't had it crash in another situation though, yet.
#!/bin/sh
# copy default data to appdata folder
cp -r --no-clobber default/* .
cp -r --no-clobber default/.* .
# Change the LANG= var to change the translation to be used. To play frogatto
# in german, change it to "LANG=de" instead of "LANG=C". Later on this might be
# doable using picklelauncher...
LANG=C LD_LIBRARY_PATH=$LD_LIBRARY_PATH:lib/ ./game --wvga --compiled &> app-output.txt
Is this a bug of the Pandora Port or a general bug in the game itself? Can't find something about onto the official Frogatto website. ^^""Bosbeetle said:Esn said:I can confirm that it crashes if you die.
Haven't had it crash in another situation though, yet.
same here
Nice, I like to play it in german if possible of course . Frogatto is one of the games I plan to put up onto my SD Card as soon as I have my Pandora. The beautiful Screenshots onto the repo site look like the game is "true" widescreen onto the Pandora, thats perfect. ^^Ivanovic said:I just bundled latest svn of frogatto. It was possible to just use trunk of the frogatto svn, though I had to apply this patch to the makefile to make it compile: http://pastebin.com/YGHbaU1G
The patch will likely be applied upstream sometime soon, so that compiling should be possible without further steps. UPDATE: As of revision 4809 this patch is part of frogatto trunk.
Beside going to the latest version I also changed the packaging "setup" a little and upped the version number. The basic changes:
* Add "preview pics".
* Update the PXML.xml file to include a <package> block and validate nicely.
* Bump to latest frogatto trunk version (they should be in the state of "rc" for the next release themselves).
* Include localization files. Those are not easily usable atm, but you can do so by placing an "overlay" run.sh file in your appdata. Available translations are: de, el, es, fr, it, ja, pt_BR, ru, zh_CN. This is what the run.sh file currently looks like to make it easier for you to create your own in appdata:
Maybe it is possible to do this somehow using picklelauncher, so that you can select the lang you want using it. No idea though, got to ask pickle for this.Code:#!/bin/sh # copy default data to appdata folder cp -r --no-clobber default/* . cp -r --no-clobber default/.* . # Change the LANG= var to change the translation to be used. To play frogatto # in german, change it to "LANG=de" instead of "LANG=C". Later on this might be # doable using picklelauncher... LANG=C LD_LIBRARY_PATH=$LD_LIBRARY_PATH:lib/ ./game --wvga --compiled &> app-output.txt
I uploaded this package into the repo, so you can get it here:
http://repo.openpandora.org/?page=detail&app=frogatto
Some small questions to try to sort this out:thatgui said:Still has the "Don't die or it will crash" bug - at least on my Pandora.
Maybe the Frogatto Devs know more? Did they know about this bug of the Pandora Version actualy? I've read that Frogatto sends some data to the Devs so maybe this could be relevant.Ivanovic said:Okay, now bumped the version in the repo to the latest release version that just came out (1.1). The changes compared to the svn snapshot before are tiny on the games side. The most important addition is adding a script that allows you to select the language you want to use ingame. Just download the new version from the repo and enjoy it!
http://repo.openpandora.org/?page=detail&app=frogatto
PS: Yeah, it seems it is still crashing when dying and hardfreezing the pandora itself every now and then. Since this does not happen with the "upstream" versions it is likely some issue somewhere either in the egl based port, or in the pandoras graphics driver. Both pickle and I are rather clueless what the cause might be, so the current recommendation is to just save regularly and simply not die.
Yes, I changed the version number to 1.1.0.1 instead of 1.0.3.+svn-r*something*. But milkshake already mentioned that there seems to have been some kind of problem with the archived download and things. No idea if the two are related.Esn said:Ivanovic, did you change the version number of the PND? The reason I ask is that PNDstore is not noticing that there's an update.
No, the frogatto devs have no idea what is going on either. And the sending data part makes no difference, since the crashing happens both with wifi active as well as wifi turned off and it makes no difference if started from minimenu or xfce.fusion_power said:Maybe the Frogatto Devs know more? Did they know about this bug of the Pandora Version actualy? I've read that Frogatto sends some data to the Devs so maybe this could be relevant.
I mean in between the May 7 and May 10 updates. I updated on May 7, and PNDstore noticed the update then, but it didn't notice the May 10 update. And I notice the version number in the Repo is still 1.1.0.1 like it was on May 7.Ivanovic said:Yes, I changed the version number to 1.1.0.1 instead of 1.0.3.+svn-r*something*. But milkshake already mentioned that there seems to have been some kind of problem with the archived download and things. No idea if the two are related.
Trust me, the version number on May 7th was 1.0.3.+svn-r*something*. The "old" one from pickle had 0.0.0.r*something older* as version number.Esn said:I mean in between the May 7 and May 10 updates. I updated on May 7, and PNDstore noticed the update then, but it didn't notice the May 10 update. And I notice the version number in the Repo is still 1.1.0.1 like it was on May 7.Ivanovic said:Yes, I changed the version number to 1.1.0.1 instead of 1.0.3.+svn-r*something*. But milkshake already mentioned that there seems to have been some kind of problem with the archived download and things. No idea if the two are related.