• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Datei ausführen

Argoos

Newbie
hi,

Ich habe ein Battlefield Vietnam server auf meinem rechner hier installiert und nun würd ich den gerne ausführen - geht aber nicht.

Und zwar folgender maßen: das war ne datei mit der endung ".run" naja angeklickt dann kam wird unzipped danach zielordner angeben und dann hat der das "installiert"

Nun hab ich 2 dateien in meinem ordner bei denen typ: ausführbar dabei steht - aber wenn ich draufklicke kommt nix -.-

Was soll ich machen? hab mich auch schon als root eingeloggt bringt auch nix

MFG Argoos
PS: habe die Suchfunktion benutzt aber nichts ähnliches gefunden.
 

cero

Guru
Auf der Konsole in das Verzeichnis mit den ausführbaren Dateien wechseln
und dort
Code:
./startscript
Enter.
Startscript musst du halt mit deiner Datei tauschen.
 
OP
A

Argoos

Newbie
Code:
argos@linux:~/bfv> ./bfv_linded.static
../battlefield/BFMainNewRend/Setup.cpp(3787): Log: ../battlefield/BFMainNewRend/Setup.cpp: Version v1.0 BFVIETNAM

../battlefield/BFMainNewRend/Setup.cpp(3793): Log: ../battlefield/BFMainNewRend/Setup.cpp: Log created 2006/03/15:17.02d

../battlefield/BFMainNewRend/Setup.cpp(3794): Log: ../battlefield/BFMainNewRend/Setup.cpp: --------------------------


../battlefield/BFMainNewRend/Setup.cpp(3556): Log: ../battlefield/BFMainNewRend/Setup.cpp: SystemInfo:

../battlefield/BFMainNewRend/Setup.cpp(3557): Log: ../battlefield/BFMainNewRend/Setup.cpp: --

das bekomm ich dann
 
OP
A

Argoos

Newbie
gut dann geb ich setup ein und dann bekomm ich:


Code:
setup
../battlefield/BFMainNewRend/Setup.cpp(5478): Log: ../battlefield/BFMainNewRend/Setup.cpp: Setting up LAN host for local game

hmm ja ab hier geht dann gar nix mehr...
zumindest bei mir ;)
 
OP
A

Argoos

Newbie
Gelesen - Ja, Verstanden - NEIN
Ich post mal den Teil von dem ich kene Ahnung hab:

Auszug aus der Readme:

Quick start
==============================================================================

- Run the server installer and follow the instructions.

IMPORTANT:
Please note that if you choose to install the server over an existing
installation the existing installation directory will be removed!

Example:
$ sh bfv_linded-x.y.z.run

- Modify mods/bfv/settings/serversettings.con to your taste.

Example:
$ cd /path/to/installation/bfv
$ vi mods/bfv/settings/serversettings.con

- Modify mods/bfv/settings/maplist.con to your taste.

Example:
$ cd /path/to/installation/bfv
$ vi mods/bfv/settings/serversettings.con

IMPORTANT:
Please see the information below to understand the new map list format.

- Run the server from within the top-level directory by typing
./start.sh [arguments] from a shell.

Example:
$ cd /path/to/installation/bfv
$ ./start.sh +statusMonitor 1

- If you are starting the server from a remote connection you will need to
encapsulate it inside a "screen" session to let it stay behind when you log
out from the shell.

Example (to start the server):
$ cd /path/to/installation/bfv
$ screen ./start.sh +statusMonitor 1
Now press Ctrl-A followed by Ctrl-D to detach the screen session, leaving it
running in the background. You can now log out without affecting the server.

Example (to reconnect to the server status monitor):
$ screen -r
 
Oben