1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

dedicatedserver.sh is trying to launch KAG instead of KAGdedi

Discussion in 'Server Help' started by kiro, Mar 5, 2012.

  1. kiro

    kiro Garde KAG Donator Tester

    Messages:
    241
    Hi

    Just reporting that the dedicatedserver.sh from the linux server package, that we can download from kag2d.com, is trying to launch the file "KAG" instead of KAGdedi.

    I'm getting a segmentation fault and I'm stuggling with it, and I noticed it. Correcting it didn't solve the problem :(

    The file :

    Code:
    #!/bin/bash
    echo "Running KAG dedicated server"
    mv KAG.tmp KAG
    chmod +x KAG
    ./KAG autostart Scripts//dedicated_autostart.gm autoconfig Scripts/dedicated_autoconfig.gm
    Also, why is there 2 "/" ? :/
     
  2. Rayne

    Rayne ༼ つ ◕_◕ ༽つ Administrator Global Moderator Forum Moderator Tester

    Messages:
    1,916
    Do this:
    Code:
     ./KAGdedi nohup nolauncher autostart Scripts/dedicated_autostart.gm autoconfig Scripts/dedicated_autoconfig.gm 
    Worked for me.
     
  3. kiro

    kiro Garde KAG Donator Tester

    Messages:
    241
    Ok I'll try, but MM/Geti should correct this :)
     
  4. VIPdeNTG

    VIPdeNTG Shipwright

    Messages:
    22
    Want cgi script...