ManiacMarble3D
July 17th, 2007 by CrusaderManiacMarble3D has been released for Linux:
This OpenGL game is a remake of a well known game concept. The player has to guide a marble from the start to a target point in a 3D environment. The tricky part of the game is the constant fight against the gravity, because the marble has to be moved across small platforms in the sky.
Screenshots: [ View ] Download: [ subliminal.at ]




July 18th, 2007 at 3:31 pm
woden[Downloads]$ chmod +x ManiacMarble3D-2.0_Setup.sh
woden[Downloads]$ ./ManiacMarble3D-2.0_Setup.sh
MyPackage v99.99 – starting installation… please wait
mktemp: cannot make temp dir /tmp/selfextract.847659: Invalid argument
tar: option requires an argument — C
Try `tar –help’ or `tar –usage’ for more information.
./ManiacMarble3D-2.0_Setup.sh: line 18: ./setup.sh: No such file or directory
woden[Downloads]$
“mktemp -d /tmp/selfextract.847659″ is an invalid use of mktemp. What it should be is “mktemp -d /tmp/selfextract.XXXXXX”.
Are you absolutely certain that’s v99.99 of MyPackage? ;)
July 18th, 2007 at 4:18 pm
woden[Downloads]$ ManiacMarble3D
./ManiacMarble3D: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1′ not found (required by ./ManiacMarble3D)
woden[Downloads]$ ls /usr/lib/libstdc*
/usr/lib/libstdc++.a /usr/lib/libstdc++.la /usr/lib/libstdc++.so /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6.0.3
woden[Downloads]$
I guess because there’s no source I’m screwed from here on.
July 20th, 2007 at 6:23 pm
Here is my advice: http://icculus.org/neverball/
(icculus.org is not responding at the time of writing though..)