Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 26/09/2007, à 17:02

sylvainvh

Impossible de lancer "Freespace 2"

Bonjour,

J'ai installer le jeu grâce au tuto "FREESPACE2-SCP DVD/CD". Après avoir tout installer. Je fais la commande suivant pour lancer le jeu:

/home/sylvainvh/freespace2/fs2_open_r

mais voila, le jeu ne se lance pas et j'ai le message d'erreur suivant:

ERROR: " Web cursor bitmap not found.  This is most likely due to one of three reasons:         1) You're running FreeSpace Open from somewhere other than your FreeSpace 2 folder;     2) You've somehow corrupted your FreeSpace 2 installation;      3) You haven" at graphics/2d.cpp:1498

Voici une copie de mon lancer (/home/sylvainvh/freespace2/lancer):

#!/bin/sh
# This script lauches fs2. If there is a file named $FS2_modmap (see below), 
# backup the current modmap as $TMP_modmap and load it as the new modmap. 
# The current modmap will be restored afterwards.

TMP_modmap="$HOME/xmodmap.current"
FS2_modmap="$HOME/.fs2_open/xmodmap/FS2_modmap"

FS2_OPEN_DIR=/home/sylvainvh/freespace2

FS2_ARGS="-glow -spec -spec_exp 11 -spec_point 0.6 -spec_static 0.8 -spec_tube 0.4 -fps -jpgtga -ambient_factor 75 -targetinfo -nograb"


#FS2_ARGS="-mod /mod/cas"
#FS2_ARGS="-mod /mod/CleaningCrew_BR_DeusExMachina_Homesick"
#FS2_ARGS="-mod /mod/DerelictSCP"
#FS2_ARGS="-mod mod/DestinyofPeaceforSCP,mod/FS1_30,mod/mediavps"
#FS2_ARGS="-mod /mod/the_dragon_awakes,/mod/FS1_30,/mod/mediavps"
#FS2_ARGS="-mod /mod/FS1_30"
#FS2_ARGS="-mod mod/InfernoR1,mod/Sol_A_History,mod/mediavps"
#FS2_ARGS="-mod /mod/ITDoH2"
#FS2_ARGS="-mod /mod/ITDoH3,/mod/ITDoH2"
#FS2_ARGS="-mod /mod/ITDoH4"
#FS2_ARGS="-mod /mod/InfernoR1,/mod/mediavps"
#FS2_ARGS="-mod /mod/InfernoR1,/mod/Sol_A_History,/mod/mediavps"
#FS2_ARGS="-mod /mod/INFA"
#FS2_ARGS="-mod mod/lightingmarechal,mod/mediavps"
#FS2_ARGS="-mod /mod/RenegadeRessurgencev1.0"
#FS2_ARGS="-mod mod/ShroudingTheLight,mod/FS1_30,mod/mediavps"
#FS2_ARGS="-mod mod/shivans,mod/FS1_30,mod/mediavps"
#FS2_ARGS="-mod /mod/Transcend,/mod/mediavps"
#FS2_ARGS="-mod /mod/Twilight,/mod/mediavps"
FS2_ARGS="-mod /mod/mediavps"
#FS2_ARGS="-mod mod/shivans,mod/FS1_30,mod/mediavps"

FS2_BIN="$FS2_OPEN_DIR/fs2_open_r"

die() {
    echo "** Fatal error : $1" >&2
    exit 1
}

cd $FS2_OPEN_DIR || die "Could not change directory to $FS2_OPEN_DIR"

# dump current xmodmap
[ -f "$FS2_modmap" ] && xmodmap -pke > $TMP_modmap

# load xmodmap
[ -f "$FS2_modmap" ] && xmodmap - < $FS2_modmap

# prepare to restore xmodmap on crash or exit
trap "xmodmap - < $TMP_modmap && rm $TMP_modmap" 0 2 3 4 9 11 15

# launch fs2
$FS2_BIN $FS2_ARGS $* || die "Error while running \"$FS2_BIN\" with arguments \"$FS2_ARGS\" ($?)"

J'ai fais beaucoup de recherche sur google et sur le forum et j'ai rien trouver.

Je vous remercie beaucoup

Sylvain

P.S.: Savez-vous quel est la config recommander pour jouer à Freespace? J'ai un processeur de 2.08 Ghz et 128 Mb de carte graphique pour 512 Mb de Ram, c'est bon?


Et si on se connaissait mieux: Ma présentation
Je suis le 461409 et vous?
Je suis maintenant le 20713 Ubuntitiens et toi?

Hors ligne