Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Linux (CentOS) SourceOP Will not Load
#1

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
[b]Unable to load plugin "sourceop"[/b]
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
Reply
#2

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
Reply
#3

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'
Reply
#4

dont worry fixed it!

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


thanks all the same !
Reply
#5

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


Forum Jump:


Users browsing this thread: 1 Guest(s)