Slenkar needs you to test his game


I can test it this evening if you like, but if you built it with normal opengl, I will have to use lunixbochs openglimplementation.


Let's see if it will work.


Openal should be in the firmware by now.
 
Last edited by a moderator:
thanks

I downloaded his libgl.so and put it in the library path so hopefully it will work
 
Its just a little test app, if this works i'll port some real games over.

it is a bouncy ball with platform game physics

wkHUipF.png


the ball can be controlled with the arrow keys
 
Last edited by a moderator:
Ok, just tried it. Sorry for taking so long.

First problem was that it couldn't find libXxf86vm.so.1

I put it in from the toolchain but now it still doesn't start and complains about:

$ ./runme.sh
glfwInit failed
 

Hope that helps.

Edit: cannot use gdb as no debugflags seem to be enabled.
 
Last edited by a moderator:
No, you didn't.


chmod +x runme.sh
 
Last edited by a moderator:
Or he uploaded a new version there wich is compiled for x86 by now.
 
Last edited by a moderator:
Then the latest version at that link might not be a pandora executable anymore.


Worked for me ;)


Maybe you got a corrupt file?
 
Back
Top