Frictional Games Forum (read-only)

Full Version: White Night mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Folks,

Amnesia works great on my Ubuntu 11.10 box, but I'd like to know if anyone has got the White Night mod running with the Linux version of Amnesia??
It should be similar as in Windows, just type in the path of the Amnesia.bin file (Amnesia.bin64 for 64-bit) with the path of the White Night configuration in a console (terminal):
Code:
./Amnesia.bin wn_config/main_init.cfg
(11-01-2011, 02:12 AM)Your Computer Wrote: [ -> ]It should be similar as in Windows, just type in the path of the Amnesia.bin file (Amnesia.bin64 for 64-bit) with the path of the White Night configuration in a console (terminal):
Code:
./Amnesia.bin wn_config/main_init.cfg
No: I gave it a shot like you said, I tried using the Launcher.bin too, but I just get a lot of errors.

I tested White Night on my linux installations many times. Are you sure you've installed WN correctly? After installation your Amnesia folder should look like this.
(11-01-2011, 02:36 AM)Tanshaydar Wrote: [ -> ]I tested White Night on my linux installations many times. Are you sure you've installed WN correctly? After installation your Amnesia folder should look like this.
Thanks for your help:

But it still isn't working. Yes, I installed it in the directory correctly, but it could be a permissions problem.

The game tries to load, and then crashes showing this errors in terminal:

ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib audio/pcm_bluetooth.c:1613:(audioservice_expect) BT_GET_CAPABILITIES failed : Input/output error(5)
ALSA lib pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2; expect break up
Segmentation fault

Can you post the hpl.log file after trying to start amnesia?
(11-01-2011, 03:44 AM)Urkle Wrote: [ -> ]Can you post the hpl.log file after trying to start amnesia?
OK. I'm a noob! Where do I find that?


OK. I found the log file, and include it as an attached file.
OK. I took the bull by the horns, looked at the log file, and figured it out. I just had to change the language to English in the cfg file.

Big Grin

--I'm still a noob, though.