- Modifié
normalement c'est bon tu a une erreur quand tu lance le script regnum.sh?
cd regnum
Code:echo '#!/bin/sh'>regnum.sh
echo 'LD_LIBRARY_PATH="/home/foo/expat-2.0.0/.libs" G_SLICE=always-malloc ./rolauncher'>>regnum.sh
Code:chmod +x regnum.sh
./regnum.sh
Note j'ai la même carte que toi alors sa marche avec fglrxG_SLICE=always-malloc ./rolauncher'>>regnum.sh
tu as tous les expat nécessaire donc enlève si tu veux
/home/foo/expat-2.0.0/.libs
*** glibc detected *** ./rolauncher: free(): invalid pointer: 0x09245bb0 ***
il faut lancer le jeu ainsi la première fois que tu vas l'exécuter:
#!/bin/bash
DOSSIER_DU_JEU=/home/regnum
cd $DOSSIER_DU_JEU
export MALLOC_CHECK_=0
./relauncher
Note: Je n'ai eu à rajouter cette petite modification pour Malloc que la première fois où j'ai lancé le jeu.#!/bin/bash
G_SLICE=always-malloc
./rolauncher
J'ai toujours la même erreur.essaye ça comme slokeur l'a dit plus haut et comme c'est écrit dans le fofo de regnumboarf wrote:Voici le contenu de mon .sh :J'ai toujours la même erreur.
#!/bin/bash G_SLICE=always-malloc ./rolauncher
PS : pareil si je télécharge la bibliothèque, la compile et ajoute LD_LIBRARY_PATH="/home/boarf/jeux/regnum_online/expat-2.0.0/lib" au script.
su - -c'ln -s /lib/libexpat.so.0.5.0 /lib/libexpat.so.1'
connection to autopatch server failled
Selinux est désactivé#!/bin/sh
SLICE=always-malloc ./rolauncher
Si tu es faignant tu peux le downloader ici