Forum

> > CS2D > General > CS2D Dedicated Server Software
Forums overviewCS2D overviewGeneral overviewLog in to reply

English CS2D Dedicated Server Software

317 replies
Page
To the start Previous 1 28 9 1015 16 Next To the start

old Re: CS2D Dedicated Server Software

DC
Admin Off Offline

Quote
I don't find any bugs in the code so I can't fix it. It works well on my linux dedicated server. I just have no clue why this happens on some systems.

Edit:
I'll add a new command which will allow to deactivate the version/news request (this is the first usgn message which every client/server sends). maybe this helps.

Moreover I have another idea what you could try: set localport = sv_hostport
for example:
if server.cfg -> sv_hostport 36963
then set localport to 36963 too:
config.cfg -> localport 36963
Maybe some systems have problems when cs2d changes the port / opens connections on different ports.
edited 4×, last 23.01.09 08:33:38 pm

old Re: CS2D Dedicated Server Software

mrc1
COMMUNITY BANNED Off Offline

Quote
sv_hostport 36963
localport 36963

that can be the solution for the server disappearance?

and btw, I'm using the Windows dedicated...

old Re: CS2D Dedicated Server Software

mrc1
COMMUNITY BANNED Off Offline

Quote
Goddamnit...
It wasnt work for me either...
I'm so angry with this fucking bug... ¬¬

the server just showed on the list when I runned
the first time with the new version 0.1.1.2...
Then it disappeared two or three days after,
and I shutdown the dedicated for one entire day
and the next day I execute it again, but it isnt
showing on the list anymore...
Conclusion, the server will show on the list only
with the next update 0.1.1.3 and it will work once
for 2 or 3 days and it will disappear one more time,
it's a fucking cycle...

argh, it is a bug on the netcode or usgn, idk...
it isnt with the hoster, because they host servers for:

- Counter-Strike 1.6
- Counter-Strike Source
- Day of Defeat
- Day of Defeat Source
- Battlefield 2
- America's Army
- Kaillera
- Red Orchestra Steam
- Enemy Territory
- Forgotten Hope 2
- Call of Duty 2
- TeamSpeak
- Unreal Tournament 2004
- Tactical Ops
- Quake 1
- F.E.A.R. Combat
- Unreal Tournament 3
- GTA San Andreas MP
- Soldat
- Star Wars Movie Battle II
- Outgun
- Call of Duty 4

and they got problem JUST and ONLY with CS2D...
They are starting to get tired with CS2D,
we (brazilian community) can't lose this hoster...

old Re: CS2D Dedicated Server Software

Lee
Moderator Off Offline

Quote
try restarting the server, idk what it is but something is cached so it could be that CS2D is using 2 different ports for USGN when a line goes off for a bit, one manual and another (the problematic one) automated, other then that, I can't seem to find any explanations.

old Re: CS2D Dedicated Server Software

mrc1
COMMUNITY BANNED Off Offline

Quote
I did it 9999x times...
it just work once, the first time every new version...
then it "crashes" and dont come back to the list anymore...
well, if it is some "cacheable" problem, it is from usgn...?
and it is possible to use 2 differents ports?
that is so damn complicated...

the things always have a problem with me, its incredible...

ps: the server is online, you can see and ping it,
on the favorites tab... but you cant connect...
so strange, take a look: 200.179.40.131

ps: this ip is always fix...

and btw leegao, I understand what u said...
if is something like a cache, I have to "clean" it
and then it will work one more time, for example,
the mozzila firefox, some times happens that some
page doesnt update showing new updated stuffs,
then we have to clean the cache to get the updated page... something like that...

first thing to know is who it is fault...
from the cs2d, usgn or the hoster...
second, what it can be and how to fix it...
we just have to know these things to solve this problem!

and just one thing for curiosity...
why the server crash?
exist a time limit for online servers in usgn?
the usgn or server stop to receive or send the data?

sorry for the big post, Im editting it... hehe
edited 2×, last 24.01.09 06:47:09 am

old Re: CS2D Dedicated Server Software

fragezeichen
User Off Offline

Quote
luckily rst already left a tcp dump, so it's probably a problem on the side of the hoster. whether it's the actual dedicated server or a problem with linux is not sure yet.

somehow the function where the server registers itself in the usgn is not called.

here the debuglog of a server which worked absolutely fine in december:

1
2
3
4
5
6
7
23:38:41: UDP socket initialized using port 34499
U.S.G.N.: Your game version is up to date!
UDP socket initialized using port 36960
load map 'de_dust'
----- Server started -----
U.S.G.N.: Server added to serverlist
[...]

and here the debuglog of one started in january which is not registered in the usgn:

1
2
3
4
5
6
7
8
22:32:10: UDP socket initialized using port 60845
U.S.G.N.: Your game version is up to date!
UDP socket initialized using port 36962
load map 'de_dust'
----- Server started -----
recv join attempt... (<censored> )
Parse RCon ext. (<censored> ) : listplayers
[...]

as we can see the one which doesn't work doesn't have this line:

1
U.S.G.N.: Server added to serverlist

maybe this helps dc.
i think we could provide you with more information if we could generate more detailed debuglogs.

old Re: CS2D Dedicated Server Software

mrc1
COMMUNITY BANNED Off Offline

Quote
well, all of you have tryied with the linux's dedicated,
I'm gonna test the window's on my cpu and see what
happens... If a get the same problem, we will know
that the problem is not with the host...

I'm pretty sure that is some "cache" problem,
as leegao said...

there are a lot of red IPs on the list,
the "non-reachables & other versions"...

the strange thing is, after the [Click21] server gets the bug,
its IP isnt even showed on the list as red IP... It is
completly removed... And it can be something like a
"ping time out" on certain moment, idk... Then,
the serverlist face it as server offline and dont register
it anymore... Lol, but I'm thinking now, and it was
to be showed when it goes online again, that's
not happen... Can it be a problem of the fix IP? :~
It's some a cache problem from the serverlist, pretty sure...
Maybe when some IP "crash", the usgn dont read
the same IP anymore, idk...
edited 1×, last 24.01.09 05:15:51 pm

old Re: CS2D Dedicated Server Software

DC
Admin Off Offline

Quote
it works when I run the dedicated on my pc and when I run it on my linux server.

not everyone has these problems. that's the reason why I don't know how to fix it...

old Re: CS2D Dedicated Server Software

mrc1
COMMUNITY BANNED Off Offline

Quote
hehe, I want to get this bug on my pc...
then I will change my IP and run it again...
if it works, its because the fix IP thing...

old Re: CS2D Dedicated Server Software

fragezeichen
User Off Offline

Quote
@DC, a lot of 'big' cs2d server hosters did/do have this problem. and it's not like it's always like this. My servers show up and disapper every 1 or 2 months.

maybe in 2 months the www.cs2d.com server will disappear too.

@mrc, i think it only happens if you host servers for a long period of time. i've never heard of a homepc which would host only for a few hours who had such a problem. and i've never had trouble on my homepc.

i think a more detailed debuglog could help. maybe it'd be usefull to include messages like:
-started server
-going over to usgn register proccess
-starting usgn register proccess
-connecting to usgn (localip:localport->usgnip:usgnport)
-usgn register request sending
-usgn register request answer received.
-usgn register was successful
-disconnecting from usgn.
-finished usgn register proccess

i mean it's either a bug in the dedicated server, which we might find this way or it's a bug in linux/windows, that they don't handle something from blitzmax properly

or maybe a servercommand to manually register the server in the usgn. e.g:
registerusgn
which could be supported only by one version and once we know where the problem is it can be deactivated for the next version.

old Re: CS2D Dedicated Server Software

DC
Admin Off Offline

Quote
It uses udp and there is nothing like connecting or disconnecting. it just sends a message and receives an answer.
all I could log are messages for sending and the answer. the answer is already logged as "usgn server added to list" and "entry updated" or something like that.

old Re: CS2D Dedicated Server Software

mrc1
COMMUNITY BANNED Off Offline

Quote
argh, I have no more words to say...
I'm disappointed...
If Click21 gives up the server hosting,
I'll probably quit playing cs2d, because
even if I search for other server hosting,
I'm gonna have the same problem...
And if I stop to play, I have to shutdown the brazilian
community... All work since 2005 is gonna be trash...
The worst enemy of CS2D since old times was the server,
on beta version we didnt have dedicated servers tools,
and know we have it, but having problems/errors...
One of the reasons that I didnt stop playing yet,
its the huge amount of brazilian players that motivates me
to work more and more to make cs2d more popular than
it already is here in brazil... its a big responsability...
edited 1×, last 24.01.09 10:04:47 pm

old Re: CS2D Dedicated Server Software

DC
Admin Off Offline

Quote
lol please don't exaggerate this thing.
I'm still doing my best to find the problem asap. If that's not good enough for you: go ahead and quit. bye.
To the start Previous 1 28 9 1015 16 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview