• [supprimé]

Salut, j'ai voulu installer winex, conformément aux infos trouvées ici (http://www.trustonme.net/didactels/178.html) , mais ça fonctione pas. A la fin de l'install, voilà ce qu'il me dit :

wine: chdir to /root/.wine/wineserver-oracle : No such file or directory
Registry install failed..

Mme chose lorsque j'essaie de le lancer...

Une idée ?
voila un script sh pour récup la version cvs de winex (cedega maintenant) qui te fera tout tout seul 🙂
Moi ca a marché nickel !
je joue a tous les jeux Steam sans problemes 🙂
#!/bin/bash

export LauncherVer="3.30"

# Configuration
#########################################################

# Vars
export CompileRootDir="$HOME/temp/cvswinex"
export ErrorLogFile=""
export ConfigurePrefix="/usr/lib/cvswinex"
export ConfigureOptions="--enable-opengl --with-x --enable-pthreads"
export AlwaysRecompile="1"
export ScriptName="cvswinex"
export ConfigDirName=".cvswinex"

export GetWineXLicense="http://www.transgaming.com/license.php?source=1"

export StripBinaries="0" # change to 1 to strip binaries. Disables debugging tho
export PackSource="1"

export CVSPasswordGuess="cvs"
export CVSCheckOutDir="winex"
export OldCVSCheckOutDir="wine"
export CVSoptions="-d :pserver:cvs@cvs.transgaming.org:/cvsroot -z 3 co"
#export DisableCVSrootCheck="1" # use if CVSoptions CVSroot has a space in it
export WineExecName="wine"

export ShowTips="1"

#User install
#export UserOnlyInstall="1"

# Helperscript stuff ... do not edit
#########################################################

if test "$1" = "proxy"
then
    echo "Enter proxy (eg: proxy.pandora.be:8080):"
    read http_proxy
    echo "$http_proxy" > $HOME/.GetWineXproxy && echo "info stored ..."
    exit
fi
http_proxy=`cat $HOME/.GetWineXproxy 2>/dev/null`
test -n "$http_proxy" && export http_proxy

Upgrade="0"
if test "$1" = "upgrade"
then
    echo "Upgrading Helper script ..."
    Upgrade="1"
    shift
fi

export GetWineXName=`basename $0`

function CheckOK ()
{
    if test "$Upgrade" = "1"
    then
        if ! rm -f "$GetWineXFile"
        then
            echo -e "Could not remove $GetWineXFilenAborting..."
            exit
        fi
    elif test -e "$GetWineXFile"
    then
        Test=`tail -n 2 "$GetWineXFile"|grep "#end"`
        if test -z "$Test"
        then
            echo "Helperscript incomplete, getting new"
            if ! rm -f "$GetWineXFile"
            then
                echo -e "Could not remove $GetWineXFilenAborting..."
                exit
            fi
        fi
    fi
}

GetWineXFile=`which GetWineX 2>/dev/null` ;CheckOK
if test -e "$GetWineXFile"
then
    GetWineX $@
    exit
fi
GetWineXFile="$HOME/bin/GetWineX" ;CheckOK
if test -e $HOME/bin/GetWineX
then
    $HOME/bin/GetWineX $@
    exit
fi
GetWineXFile="./GetWineX" ;CheckOK
if test -e ./GetWineX
then
    ./GetWineX $@
else
    mkdir $HOME/bin/ >/dev/null 2>&1
    cd $HOME/bin/
    echo -e "nnGetting helper script ... please waitn"
    if wget http://ting.homeunix.org/GetWineX
    then
        chmod +x GetWineX
        ./GetWineX $@
    else
        echo -e "nnCouldn't download .. Try again, and/or contact ElmerFudd"
        echo "For manual download:"
        echo "  Goto http://ting.homeunix.org/cvs_wine/changelog.html"
        echo "  Download GetWineX, using the link around the top"
        echo -e "  Put it in <home>/bin/ and chmod +xn"
        echo -e "FEATURE:"
        echo -e "  If you are behind a proxy, try this:"
        echo -e "  $GetWineXName proxy"
        echo -e "  after proxy info is entered, just run again as normal.n"
        rm -f GetWineX
    fi
fi
  • [supprimé]

j'ai bien essayé le script, mais il me renvoie ceci

charge.sh: line 41: syntax error near unexpected token `('
charge.sh: line 41: ` echo "Enter proxy (eg: proxy.pandora.be:8080):"'


une idée ? :-?
Le script deconne car il a l'air d'etre modifiée quand on le pose comme ca sur le forum... Je vais mettre une version qui fonctionne en ligne.
  • [supprimé]

ça va déjà mieux, mais lorsqu'il arrive a l'étape cvs checkout, il me sort EOF from server, retry number 1 et ainsi de suite... au bout du 20 il me dit :

--------- Error log - file /home/bruno/temp/cvswinex/ErrorLog : ---------
PAM start error: Critical error - immediate abort
Fatal error, aborting.
cvs [checkout aborted]: unrecognized auth response from cvs.transgaming.org: pam failed to release authenticator


Error in CVS checkout

Try fixing the error based on the output above, and
run the script again, without paramaters (Eg: cedeja.sh)

Est-ce que je dois faire des corrections au script ?
Salut,

Ouaich ca a l'air de deconner. Visiblement le script ne fonctionne plus. Mais j'ai quand meme reussi a le faire fonctionner juste en me loggant au serveur cvs avant d'executer le script:

taper la commande

cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login
Le mot de passe est cvs

Ensuite essaye de relancer le script. Chez moi ca marche bien.

---------------------------------------------------
EDIT

Le script a l'adresse suivante:
http://cvscedega.linux-gamers.net/WineCVS.sh

fait la meme chose (il faudra aussi te loguer au serveur cvs avant de l'executer), sauf que tu peux choisir la derniere version de cedega, contrairement au premier script qui telecharge un vieux winex.