Results 1 to 5 of 5

Thread: Linux (CentOS) SourceOP Will not Load

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    hitec007's Avatar



    Join Date
    Oct 06, 2008
    Last Online
    Oct 07, 2008
    Posts
    3
    Threads
    1



    Linux (CentOS) SourceOP Will not Load


    Hi,

    I am trying to install SourceOP on a clean install with no other addons. I have copied using the linux console:

    mv gamemod/* /srcds_1/hl2dm/

    all ok, goto run the server and I get this:

    Code:
    CSoundEmitterSystem::AddSoundsFromFile:  No such file scripts/npc_sounds_sniper.txt
    CSoundEmitterSystem::AddSoundsFromFile:  No such file scripts/npc_sounds_stalker.txt
    CSoundEmitterSystem::AddSoundsFromFile:  No such file scripts/npc_sounds_gman.txt
    Unable to load plugin "sourceop"
    maxplayers set to 2
    Unknown command "port"
    maxplayers set to 16
    Network: IP 217.112.93.51, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
    Error: Material "maps/dm_runoff/nature/sewer_water001_8160_2532_-401" : proxy "AnimatedTexture" not found!
    Error: Material "maps/dm_runoff/nature/sewer_water001_8160_2532_-401" : proxy "TextureScroll" not found!
    Error: Material "maps/dm_runoff/nature/sewer_water001_8160_2532_-401" : proxy "WaterLOD" not found!
    As you can see just says Unable to load plugin "sourceop". I am lost, both my Windows Servers and working fine. Both HL2DM and CSS. Just not on this new linux box using the same way as windows.

    Am I missing something here?

    Thanks

    Paul

  2. #2
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    It's probably missing a necessary library or you messed up on the vdf file. Keep in mind linux filesystems are case sensitive. Try running these two commands within the bin directory.

    Code:
    export LD_LIBRARY_PATH=".:bin"
    ld sourceop_i486.so

  3. #3
    hitec007's Avatar



    Join Date
    Oct 06, 2008
    Last Online
    Oct 07, 2008
    Posts
    3
    Threads
    1




    I get this:

    Code:
    [root@mx1 bin]# ld sourceop_i486.so
    ld: warning: tier0_i486.so, needed by sourceop_i486.so, not found (try using -rp
    ath or -rpath-link)
    ld: warning: vstdlib_i486.so, needed by sourceop_i486.so, not found (try using -
    rpath or -rpath-link)
    ld: warning: cannot find entry symbol _start; not setting start address
    sourceop_i486.so: undefined reference to `_SpewMessage'
    sourceop_i486.so: undefined reference to `Msg'
    sourceop_i486.so: undefined reference to `RandomInt'
    sourceop_i486.so: undefined reference to `_AssertValidWritePtr'
    sourceop_i486.so: undefined reference to `DevMsg'
    sourceop_i486.so: undefined reference to `_AssertValidReadPtr'
    sourceop_i486.so: undefined reference to `_SpewInfo'
    sourceop_i486.so: undefined reference to `DevMsg(char const*, ...)'
    sourceop_i486.so: undefined reference to `DoNewAssertDialog'
    sourceop_i486.so: undefined reference to `SpewOutputFunc'
    sourceop_i486.so: undefined reference to `GetCPUInformation'
    sourceop_i486.so: undefined reference to `g_pMemAlloc'
    sourceop_i486.so: undefined reference to `GetCVarIF'
    sourceop_i486.so: undefined reference to `KeyValuesSystem'
    sourceop_i486.so: undefined reference to `Error'
    sourceop_i486.so: undefined reference to `g_pVCR'
    sourceop_i486.so: undefined reference to `ShouldUseNewAssertDialog'
    sourceop_i486.so: undefined reference to `DevWarning'
    sourceop_i486.so: undefined reference to `AssertValidStringPtr'
    sourceop_i486.so: undefined reference to `CommandLine_Tier0'
    sourceop_i486.so: undefined reference to `Warning'
    sourceop_i486.so: undefined reference to `GetSpewOutputFunc'
    sourceop_i486.so: undefined reference to `_ExitOnFatalAssert'

  4. #4
    hitec007's Avatar



    Join Date
    Oct 06, 2008
    Last Online
    Oct 07, 2008
    Posts
    3
    Threads
    1




    dont worry fixed it!

    wrong bin dir that I had my .so file in.


    thanks all the same !

  5. #5
    Drunken F00l's Avatar



    Join Date
    Dec 11, 2004
    Last Online
    Jun 11, 2019
    Posts
    5,874
    Threads
    182
    Reputation
    SourceOP Thread


        
    Steam: 76561197968459473 
    Steam join date: Aug 23, 2004
    Steam Level: 56
    Profile Status: Public



    No problem. Thanks for posting what you did wrong. Post again if you have more issues.

Tags for this Thread