It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
When I click the icon to start the game, nothing happens.

When I try to fire the game up from the shell I get this:
error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory

When I run an LDD against the Volgar binary I get this:
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!

I have all the dependencies installed that most games require. I also have libSDL2-2.0 installed. I'm kind of lost.
Anyone have any ideas or did I miss something dead simple? (I just woke up hehe)
avatar
ncc386: When I try to fire the game up from the shell I get this:
error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
You have multi-arch/32-bit libs installed? The executable is 32-bit only.
avatar
ncc386: When I run an LDD against the Volgar binary I get this:
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
Searching that error shows some linker bug. The binary is linked against libpthread: libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf486b000), but perhaps thats just another arch related error.
Post edited November 09, 2015 by Gydion
avatar
ncc386: When I try to fire the game up from the shell I get this:
error while loading shared libraries: libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
avatar
Gydion: You have multi-arch/32-bit libs installed? The executable is 32-bit only.
avatar
ncc386: When I run an LDD against the Volgar binary I get this:
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
avatar
Gydion: Searching that error shows some linker bug. The binary is linked against libpthread: libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf486b000), but perhaps thats just another arch related error.
Honestly, I have no idea what was going on. It works fine. Oh, well... sorry to bother.