Frictional Games Forum (read-only)
White Night mod - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+---- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-37.html)
+---- Thread: White Night mod (/thread-11104.html)



White Night mod - BadUncleWilly - 11-01-2011

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??


RE: White Night mod - Your Computer - 11-01-2011

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



RE: White Night mod - BadUncleWilly - 11-01-2011

(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.




RE: White Night mod - Tanshaydar - 11-01-2011

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.


RE: White Night mod - BadUncleWilly - 11-01-2011

(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




RE: White Night mod - Urkle - 11-01-2011

Can you post the hpl.log file after trying to start amnesia?


RE: White Night mod - BadUncleWilly - 11-01-2011

(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.



RE: White Night mod - BadUncleWilly - 11-01-2011

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.