Created attachment 2344[details]
ld log
Hello,
When I launch the game, an error appears:
gege2061@moisi-box:~/.applications/opt/aquaria$ ./aquaria
Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
If I understand correctly the log, it's a missing libwrap.so file.
Neither of those libraries are part of Aquaria. They are likely dependencies of glibc.
Is this a 64-bit system that is missing some 32-bit support libraries?
--ryan.
Affected by this bug too.
Actually, it seems to be a bug in the ia32-libs dependencies. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543448 for Debian, at least. The ia32 pulseaudio lib depends on libwrap and libgdbm, which are not included in ia32-libs.
So, this bug does not come from Aquaria directly.
Created attachment 2344 [details] ld log Hello, When I launch the game, an error appears: gege2061@moisi-box:~/.applications/opt/aquaria$ ./aquaria Inconsistency detected by ld.so: dl-open.c: 643: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed! If I understand correctly the log, it's a missing libwrap.so file.