Frictional Games Forum (read-only)

Full Version: HOW I can install Amnesia the dark descent in Debian testing with KDE 4.4.5?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I tried with first way and not work (Error opening terminal: xterm). I think that the libraries may be because the system is in the testing branch of Debian.

And the second way can me install the game, but the checklibs64.sh sais "Checking libraries Library Missing; libGl.so.1", and I tried run the game using terminal (running Launcher.bin64) and it sais "error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory", and my system says that the libraries are already installed libx11-6 libx11-dev.

I don't have idea how resolve it.
can you search your system for libX11.so.6?? and and tell me where it is? and then run
Code:
file /path/to/libX11.so.6

?
You may have to poke some of the debian testing users to figure this out.
The path of libX11.so.6 on my system is: /usr/lib/libX11.so.6, and I've run file /usr/lib/libX11.so.6 and created a symbolic link.

/usr/lib/libX11.so.6: symbolic link to `libX11.so.6.3.0'
ok.. do a a file on libX11.so.6.3.0 (follow the symlinks until you get a real file)
I do "file /usr/lib/libX11.so.6.3.0" and this is the output:

libX11.so.6.3.0: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamic linked, striped

This is the real file, right?.
ok.. one more thing..

do a
Code:
uname -a
This is my "uname -a":

Linux nano-laptop 2.6.32-5-amd64 #1 SMP Fri Dec 10 17:41:41 UTC 2010 x86_64 GNU/Linux

And "cat /proc/version":

Linux version 2.6.32-5-amd64 (Debian 2.6.32-29) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Fri Dec 10 17:41:41 UTC 2010
ok.. it seems the issue is that you have installed a 64bit kernel and 32bit programs and libraries.. So the installer is trying to run in 64bit mode and can't find the appropriate libraries. And likewise the game is the 64bit version that was installed and can't find the libraries.

You'll have to ask on the debian forums on how to fix your system correctly.

An possible temporary workaround would be to run

linux32 ./amnesia_tdd_1.0.1.sh
Ok, I did it (linux32 ./amnesia_tdd_1.0.1.sh) and run correctly. But my question is, Could I install 64 bits libraries?.

I have one problem when I tried run the game, I lunched linux32 ./Launcher.bin and thow me this error:

Could not load main init file: config/main_init.cfg

And I tried this way ./Launcher.bin and the same is happend.
hmm. that error looks like the game did not install correctly.

Can you check the config folder and make sure there IS a main_init.cfg in there?

Yes you could install the 64bit libs and apps etc.. on your system which would allow you to install the 64bit version of the game.
Pages: 1 2 3