Metamod Problems

LuxLux Join Date: 2002-11-17 Member: 9078Members
I was trying to install wwcl on my linux server so I had to get metamod also. I installed and change the ns_i386.so to metamod_i386.so in liblist.gam

then I ran it but a fatal error is caused by these lines:
// Training map
//trainmap "ns_training"

which dosent make sense because its commented...I duno what could have caused that as I didnt change any default settings.

Any ideas?

Lux

Comments

  • LuxLux Join Date: 2002-11-17 Member: 9078Members
    ok I ran it again and here is the exact error I got:

    Server IP address 207.13.199.254:27016
    LoadLibrary failed on /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so

    // Training map
    //trainmap : /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so

    // Training map
    //trainmap : cannot open shared object file: No such file or directory
    Host_Error: Couldn't get DLL API from /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so

    // Training map
    //trainmap !
    FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so

    // Training map
    //trainmap !

    Add "-debug" to the /hl/hlds_run command line to generate a debug.log to help with solving this problem
    Wed Feb 19 14:37:29 PST 2003: Server Died

    This is copied directly from the screen when I started up ns.

    Lux
  • verboseverbose Join Date: 2002-11-25 Member: 9968Members, Constellation
    <!--QuoteBegin--Lux+Feb 19 2003, 04:53 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Lux @ Feb 19 2003, 04:53 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->LoadLibrary failed on /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    This says to me "FreeBSD", so I can probably help you <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    <!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Host_Error: Couldn't get DLL API from /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so

    FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /usr/compat/linux/usr/games/hlds_l/ns/dlls/metamod_i386.so
    <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->

    What installation instructions did you follow? They appear to be dated, as metamod should now be installed at "ns/addons/metamod/dlls/metamod_i386.so". Try moving the file there, putting your plugins.ini at "ns/addons/metamod/plugins.ini" (editing plugins.ini if necessary), and editing your liblist.gam line to read

    gamedll_linux "addons/metamod/dlls/metamod_i386.so"
  • verboseverbose Join Date: 2002-11-25 Member: 9968Members, Constellation
    Also, if my FreeBSD guess is correct, make sure you have these:

    /compat/linux/usr/lib/libstdc++-libc6.2-2.so.3
    /compat/linux/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so

    If you don't, your linux_base port intall is broken. Check out this thread: <a href='http://www.unknownworlds.com/forums/index.php?act=ST&f=8&t=21376&s=450eb363d54cc16e90d36ee059f6766' target='_blank'>http://www.unknownworlds.com/forums/in...90d36ee059f6766</a>
  • LuxLux Join Date: 2002-11-17 Member: 9078Members
    thanks alot this did the trick.
Sign In or Register to comment.