Re: progress
Could you also post the output of ldd sandbot.so?
I've got v2.24 of libc6 and v6.3.0 of libstdc++6 installed. |
Re: progress
I tried only your binary, didn't compiled by myself.
output of dpkg-query -l libstdc++6 Code:
ii libstdc++6:amd64 6.3.0-18 amd64 GNU Standard C++ Library v3 Code:
ii libc6:amd64 2.24-11+deb9u1 amd64 GNU C Library: Shared libraries Code:
ldd sandbot.so |
Re: progress
Okay so it looks like libstdc++6 isn't in the dependency list for you but it is for me (neither is libm, but libstdc++6 explains the missing operator delete).
My libstdc++ is at /usr/lib/i386-linux-gnu/libstdc++.so.6 - where is yours? Also, I thought ldd showed all dependencies even if they couldn't be located. |
Re: progress
My is at the same place
|
Re: progress
Alright I've recompiled with g++ and have explicitly linked with libstc++: https://github.com/tschumann/sandbot...f5f6e71ba3c087
Let me know if those binaries work. If not please let me know what ldd returns, and try recompiling yourself and let me know what ldd returns (and if your compiled binaries work). |
Re: progress
Also, I've fixed the waypoints not loading issue (stupid struct size and padding differences between Visual Studio and gcc).
I also tested MetaMod for Opposing Force on Linux and at least on my VM it has a tendency to hang on start but it does load (not sure if that was only a problem for but it's not a problem now anyway). Re the undefined symbol - doesn't seem like a problem with the code but hopefully it can be resolved soon. |
Re: progress
And on the master branch I've got single player support working now.
Still a bit of work to get the auto-kicking etc working though. |
Re: progress
Are you able to release the latest compiled G++ version of Sandbot for us to try?
|
Re: progress
@RoboCop
tschumann have compiled binaries by g++ in github branch 0.4.1.1-hotfix A tryied compile it by g++ some times ago but have error. Code:
Auto-restarting the server on crash |
Re: progress
I've just tried the latest fix for Sandbot on Op4 server and that CXXABI 1.3.9 error occurs on my side too.
|
All times are GMT +2. The time now is 08:36. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.