Menu

Metamod problem

Help
Arkaos
2006-06-27
2013-04-05
  • Arkaos

    Arkaos - 2006-06-27

    Hi Guys,

    Im trying to run hlds on a centos 4.2 64 bit with meta mod.

    I have downloaded the 64bit version ofmeta mod to hlds_l/cstrike/addons/metamod/dlls

    I have referenced metamod in my liblist.gam file as below
    gamedll_linux "addons/dlls/metamod_amd64.so"

    when i try to run i get the below error.

    LoadLibrary failed on ./cstrike/addons/dlls/metamod_i386.so: ./cstrike/addons/dlls/metamod_i386.so: cannot open shared object file: No such file or directory
    Host_Error: Couldn't get DLL API from ./cstrike/addons/dlls/metamod_i386.so!
    FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from ./cstrike/addons/dlls/metamod_i386.so!

    where the heck is it getting the metamod_i386 version from?? i have no idea as i have never even typed this into the liblist.gam file or anywhere in my hlds_l install

    Any help much appreciated.

    Oh i have reinstalled several times to no avail

    Arkaos

     
    • Jussi Kivilinna

      Jussi Kivilinna - 2006-06-28

      You're running 32bit version of hlds. Try get hlds script to run hlds_amd64.

       
    • Jussi Kivilinna

      Jussi Kivilinna - 2006-06-28

      ...or you got WRONG line in liblist.gam. You say you put 'metamod_amd64.so' to 'cstrike/addons/metamod/dlls'.

      In this case liblist.gam should have "addons/metamod/dlls/metamod_amd64.so" and NOT "addons/dlls/metamod_amd64.so".

       

Log in to post a comment.