Thread: progress
View Single Post
Re: progress
Old
  (#28)
tschumann
Moderator
 
tschumann's Avatar
 
Status: Offline
Posts: 270
Join Date: Apr 2011
Location: Australia
Default Re: progress - 24-10-2017

Quote:
Originally Posted by RoboCop View Post
I cannot seem to start my OP4CTF server using SB v0.4.1 for some reason. I did allow liblist.gam to load gamelinux_dll "dlls/sandbot.so" but this error popped up from my GDB terminal:-

Code:
LoadLibrary failed on /home/desktop/steamcmd/hlds/./gearbox/dlls/sandbot.so: /home/desktop/steamcmd/hlds/./gearbox/dlls/sandbot.so: undefined symbol: _ZdlPvj
Host_Error: Couldn't get DLL API from /home/desktop/steamcmd/hlds/./gearbox/dlls/sandbot.so!
L 10/23/2017 - 14:32:16: FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/desktop/steamcmd/hlds/./gearbox/dlls/sandbot.so!

FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/desktop/steamcmd/hlds/./gearbox/dlls/sandbot.so!

[Inferior 1 (process 1211) exited with code 0377]
(gdb) bt
No stack.
What distro are you using? I compiled on Ubuntu (my last VM became unusable and I'm still setting up a new one).
Apparently it's expecting a function called operator delete(void*, unsigned int) though for what class I'm not sure. If you're feeling adventurous the debug symbols are at https://github.com/tschumann/sandbot...master/symbols and there instructions for their use at https://github.com/tschumann/sandbot...ster/notes.txt
I'll try and take a look this weekend anyway.
  
Reply With Quote