Installation de Neverwinter Nights sous Archlinux.
Ma dernière installation de Neverwinter Nights datait de plus d'un an car mon ordinateur personnel était encore à cette époque sous Fedora. Une petite angoisse me saisie, et puis la curiosité ...
NW1 est certes un vieux jeu mais je l'adore il utilise les règles de D&D dans une campagne très bien conçue.
Télécharger le client linux.
wget http://liflg.j0ke.net/files/final/nwn_1.29-multilanguage.run
wget http://liflg.j0ke.net/files/final/nwn_1.68-french.update.run
Lancer l'installation.
su -
./nwn_1.29-multilanguage.run
./nwn_1.68-french.update.run
Les clefs seront demandées au premier lancement du jeu
Fixer les droits.
chown -R root:games /usr/local/games
chmod -R a+rwX /usr/local/games
Les problèmes rencontrés.
- problème lors de l'installation
- problème au lancement
message:
error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
solution:
pacman -S gtk
message:
Locking assertion failure. Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7a89767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb7a898b1]
#2 /usr/lib/libX11.so.6(_XReply+0x244) [0xb7ad29e4]
#3 ./lib/libSDL-1.2.so.0(SDL_XF86VidModeQueryVersion+0x8d) [0xb7e0553d]
#4 ./lib/libSDL-1.2.so.0(SDL_XF86VidModeGetModeLine+0x5b) [0xb7e058e7]
#5 ./lib/libSDL-1.2.so.0 [0xb7e00368]
#6 ./lib/libSDL-1.2.so.0(X11_EnterFullScreen+0x72) [0xb7e01092]
#7 ./lib/libSDL-1.2.so.0 [0xb7e03375]
#8 ./lib/libSDL-1.2.so.0 [0xb7e0352b]
#9 ./lib/libSDL-1.2.so.0(SDL_SetVideoMode+0x1b3) [0xb7df87df]
#10 ./nwmain [0x84d1b4d]
#11 ./nwmain(strftime+0x1dfd) [0x80508b5]
#12 ./nwmain [0x805d896]
#13 ./nwmain [0x805adc0]
#14 ./nwmain [0x8059ae5]
#15 ./nwmain(SDL_SetVideoMode+0x45f) [0x804fb57]
#16 /lib/libc.so.6(__libc_start_main+0xe5) [0xb7ca35c5]
#17 ./nwmain(AIL_WAV_info+0x39) [0x804f851]
solution:
rm -fR /usr/local/games/neverwinter/lib
article d'origine : http://blog.fedora-fr.org/celmir/post/neverwinter-nights
Commentaires