Can I create an issue using tfs 1.2?
Sorry if I can not but who can help anyway .. I believe it is a tfs bug
It should connect normal, since my config.lua is set to "3000"
Nobody connect after 1000 onlines
Sometimes the server stays offline in otservlist, when it has 1000 online
Does any other site check player limit, other than waitinglist.cpp?
I'm using tfs 1.2
waitinglist.cpp
https://hastebin.com/dodehesuqo.cpp
This is not a tfs issue, you are probably using Tibia 11, so you have some custom changes in protocol, which could cause these issues.
Btw, we are reporting here issues, which are present in current repository without any custom code to reproduce it.
I got it on screen:
[ServicePort::open] Error: open: Too many open files
It's ulimit issue, not a bug.
To get over 1024, which is the default, use the command:
ulimit -n 3000
to increase this limit to 3000.
Most helpful comment
To get over 1024, which is the default, use the command:
ulimit -n 3000to increase this limit to 3000.