1. 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

KAG I can't launch my server....

Discussion in 'Server Help' started by Eleos, Oct 13, 2013.

  1. Eleos

    Eleos Builder Stabber

    Messages:
    15
    Hello everybody, today I played at the BETA of KAG and I saw that there was only three servers...

    I have a big server and i want to host a BETA on my server.

    But when i want to launch my server, one erreur appear :

    But i have "chmod -x" ./dedicatedserver.sh and ./KAGdedi and ./KAGdedi is present in my folder when I enter "ls"

     
  2. kaizokuroof

    kaizokuroof Agkubuk|'Kaizokuroof' Cilobakil, Roofpointy Global Moderator Forum Moderator Donator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    909
    Hi friend, it might be that you do not have the correct libraries installed, if running on a Linux 64 bit box. Debian/Ubuntu distros, you can use this command to download and install the libs: sudo apt-get install ia32-libs
    Also try chmod +x rather than -x

    let me know how you go.
     
    Eleos likes this.
  3. tincenv

    tincenv Catapult Fodder

    Messages:
    1
    On debian 7 64bits.

    dpkg --add-architecture i386
    Then add [arch=amd64,i386] between the deb and the URL in each line of your /etc/apt/sources.list.
    apt-get update ; apt-get dist-upgrade
    apt-get install ia32-libs
     
  4. lavalord

    lavalord Haxor Staff Alumni Donator Tester

    Messages:
    672
    Can you confirm that ia32-libs still works on Debian 7? I pretty sure that's its not compatible with newer versions of Ubuntu.