Ok, so the issue I was getting there is related to a bug in the nand image where the looback adatper won't respond. Fix is :Funny, I think I might be getting this issue too. What's the last few lines of your /tmp/pndrun_minetest.out?
I'm getting:
cat: write error:Invalid argument. (Meaning it can't find the "nub before" files)
and
terminate called after throwing an instance of "SendFailedException": what() Failed to send packet. (minetest server issue?)
Is this what you are getting?
EDIT:
@ZXDummy: It seems the map saving taking up space is already marked as a bug. https://bitbucket.org/celeron55/minetest/issue/11/map-file-granularity-wastes-disk-space
I wish I could say so, but it seems I've found less time to work on PNDs recently with my new co-op job along with the fact it's been hard trying to get a working build of the newer irrlicht engine.(I did at one point disable textures drawing and the performance increased many-fold along with no crashing, but that's about it ) Otherwise, short-term I can try and see if using Seb3t's older engine that's in the PND on the repo along with a newer minetest fixes any of the issues. I'll try and fit it in sometime this week.Any progress on this?
Hello. I'm a bit curious on this port. I own a N900, and I'm adapting this for the Maemo 5 platform.
It's pretty much like the Pandora hardware and so on, so I'm simply making minor changes like replacing the links with symlinks and so on, and throwing in a few libraries. However, I've encountered a library that I can't find: libpthread-stubs.so.
Does anyone know how to obtain this file? (I've tried compiling it, trying to find it in Debian repositories and so on, and can't find it.)
I bet it would make many users of N900 happy.
Thanks in advance.
Hey, eyeCreate.
I'm also working on getting minetest on the N900, and I'm having trouble getting Irrlicht to compile with opengles. I checked out its ogl-es branch, modified the makefile to point at the includes and libraries for opengles1, but even after an error-free compilation of both Irrlicht and minetest, it still gives me "No OpenGL-ES1 support compiled in." and terminates.
So I guess what I'm really asking is: what did you do to Irrlicht to make it work?
Much thanks! Too bad tomorrow my Pandora is being shipped back for repairs so I won't have a physical device to test on. I'll definitely try your port, though.Hey, eyeCreate.
I'm also working on getting minetest on the N900, and I'm having trouble getting Irrlicht to compile with opengles. I checked out its ogl-es branch, modified the makefile to point at the includes and libraries for opengles1, but even after an error-free compilation of both Irrlicht and minetest, it still gives me "No OpenGL-ES1 support compiled in." and terminates.
So I guess what I'm really asking is: what did you do to Irrlicht to make it work?
You might have more luck with the source I posted, it's also stripped from double calculations.
Here
Hey, eyeCreate.
I'm also working on getting minetest on the N900, and I'm having trouble getting Irrlicht to compile with opengles. I checked out its ogl-es branch, modified the makefile to point at the includes and libraries for opengles1, but even after an error-free compilation of both Irrlicht and minetest, it still gives me "No OpenGL-ES1 support compiled in." and terminates.
So I guess what I'm really asking is: what did you do to Irrlicht to make it work?
You might have more luck with the source I posted, it's also stripped from double calculations.
Here