Roll 'm Up
Mon, 02/21/2011 - 22:25 | by Anixx
Pinball simulator.
_________________
Note: the game homepage is dead, but the game is rather nice and polished, and you still can get it from many sources.
It needs old stdc++ library, get it here, extract the package and put stdc++.so.2.8.0 into game directory. Run with:
export LD_PRELOAD=./libstdc++.so.2.8.0 ./Rollemup
System requirements:
CPU:133 MHz x86
HDD: ~35 MB
Links:
Official site (archive.org)
Links:
Download on wupra.com | Genre: | Arcade |
| Game theme: | Present |
| Game features: | Singleplayer, Multiplayer |
| Game modes: | Objective |
| Graphic: | 2D |
| License: | Closed |
| Payment: | Free |





Comments
the game is dead
i can not build the linked bsd source on gentoo(incombatible libc or something), and how should i install this rpm?
I run it from binary tarball.
I run it from binary tarball. About what RPM do you speak?
which is a bsd binary - bsd
which is a bsd binary - bsd binaries dosnt work on a pure linux
system. the rpm is linked in the text
Sorry, I don't have a Gentoo
Sorry, I don't have a Gentoo machine currently available, so I can't check it personally. The RPM contains prebuilt stdc++.so.2.8.0, just extract the package. I've tested it with Ubuntu and it works flawlessly.
I did not need installing any
I did not need installing any additional libraries. This may be because I already installed some older libraries when tested other games. All libraries I installed came in packages so no manual hacking. I also installed the game from the RPM and it works well, though does not create a menu entry (starts from the command line as "rollemup").
If you still have trouble try
If you still have trouble try to build a new one from source or extract a deb(it is much easier eg:
ar p $DEB.deb data.tar.gz|tar zx). Put the extracted libary(under usr/lib) in your game folder and use the LD_LIBRARY_PATH- or LD_PRELOAD-variable to start your game.See Also:
thanks, that helped a lot
thanks, that helped a lot