01.01.2017, 23:05
(
Последний раз редактировалось corne; 03.01.2017 в 14:06.
)
Yesterday I set up a testing server for my community to test something I've been working on and provide feedback on the feature, but whenever people are on the server it regularly happens that everyone loses connection to the server simultaneous. I've had a similiar encounter once that was because of an outdated plugin, so I decided to update all plugins and recompile all scripts, but the issue keeps happening. Crashdetect does not report anything as the server itself doesn't crash, the only suspicious thing I could find is this, although MySQL seems to be working fine.
I barely have any code on the server considering it's just testing, so this is what I have.
blank.pwn (gamemode)
procedural.pwn (filterscript)
server_log.txt
All the plugins are updated to the latest versions. Any information that could be needed to solve this issue can be provided, just ask for it. I really want to get this fixed. :/
By the way, the server is hosted on a VPS with Ubuntu.
EDIT: I tried hosting a default Grand Larceny gamemode and players were still losing connection, it seemed like it was even happening more often, either way it must be something with my VPS, any ideas?
EDIT 2: Here is a fix for this issue if you are using Ubuntu.
Код:
[log-core] fatal signal '15' (SIGTERM) catched Error in my_thread_global_end(): 3 threads didn't exit Started server on port: 7777, with maxplayers: 20 lanmode is OFF.
blank.pwn (gamemode)
procedural.pwn (filterscript)
server_log.txt
All the plugins are updated to the latest versions. Any information that could be needed to solve this issue can be provided, just ask for it. I really want to get this fixed. :/
By the way, the server is hosted on a VPS with Ubuntu.
EDIT: I tried hosting a default Grand Larceny gamemode and players were still losing connection, it seemed like it was even happening more often, either way it must be something with my VPS, any ideas?
EDIT 2: Here is a fix for this issue if you are using Ubuntu.