Jump to content

sCreami

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by sCreami


  1. The script checks only the existence of server.cfg, not the content (test -f).

    Config file: /home/arma2co/server.cfg OK

    seems to be wrong!

    use:

    CONFIG=server.cfg in arma2oaserver..

    Yep it was that easy.

    Thanks to you, now I can run an ArmA 2 server 1.62 ACR on Debian Squeeze amd64 without errors !


  2. omg what a stupid registration...

    ---------- Post added at 23:40 ---------- Previous post was at 23:37 ----------

    Hi at all,

    here is my workaround for Debian (squeez 64bit)...

    1. get the last available lib32stdc++6 deb package from sid

    # wget URL_HERE

    2. extract the data tar ball

    # ar -vx lib32stdc++6_4.7.1-6_amd64.deb

    # tar -xzvf data.tar.gz

    3. copy the lib32 dir to your game-dir

    4. use this modified start/stop-script arma2oaserver (fixes the watchdog too) :

    (bash script here)

    Do you have any ideas why am I getting this ?

    It doesn't recognize the config file but the command check does.

    ArmA 2 directory: /home/arma2co OK
    Server executable: /home/arma2co/server OK
    Port number: 2302
    Config file: /home/arma2co/server.cfg OK
    PID file: /home/arma2co/2302.pid
    RUN file: /home/arma2co/2302.run
    

    WATCHDOG (12701): [mardi 7 août 2012, 21:57:16 (UTC+0200)] Starting server (port 2302)...
    21:57:31 Dedicated host created.
    Include file home/arma2co/server.cfg not found.
    Cannot include file /home/arma2co/server.cfg
    Warning Message: Preprocessor failed on file /home/arma2co/server.cfg - error 1.
    String id 767 is not registered
    Cannot include file /home/arma2co/server.cfg
    Warning Message: Preprocessor failed on file /home/arma2co/server.cfg - error 1.
    String id 1608 is not registered
    Preprocessor failed on file /home/arma2co/server.cfg - error 1.
    21:57:33 
    String id 757 is not registered

×