1 (edited by florianmax.maurer 2012-09-23 14:30:15)

Topic: Problem with my Server

I tried to start a DDRace server and used exactly the same data which my brother used(his server fits; port, firewall is not the problem) But the server isnt visible in teeworlds. I think the programm doesn't load the map...but map name in autoexec.cfg is exactly the same(without *.map ending)
Here's some information:

[12-09-23 14:27:17][server]: starting...
[12-09-23 14:27:17][datafile]: loading. filename='maps/blmapV3.map'
[12-09-23 14:27:17][datafile]: allocsize=1476
[12-09-23 14:27:17][datafile]: readsize=1328
[12-09-23 14:27:17][datafile]: swaplen=1348
[12-09-23 14:27:17][datafile]: item_size=1068
[12-09-23 14:27:17][datafile]: loading done. datafile='maps/blmapV3.map'
[12-09-23 14:27:17][server]: maps/blmapV3.map crc is 621af924
[12-09-23 14:27:17][console]: executing 'banmasters.cfg'
[12-09-23 14:27:17][server/banmaster]: cleared banmaster list
[12-09-23 14:27:17][server/banmaster]: succesfully added banmaster
[12-09-23 14:27:17][server]: server name is 'NeonGrünerAffe'
[12-09-23 14:27:17][datafile]: loading data index=5 size=3129 uncompressed=414400
[12-09-23 14:27:17][datafile]: loading data index=16 size=257 uncompressed=207200
[12-09-23 14:27:17][datafile]: loading data index=14 size=1092 uncompressed=621600
[12-09-23 14:27:17][datafile]: loading data index=10 size=638 uncompressed=414400
[12-09-23 14:27:17][datafile]: loading data index=12 size=424 uncompressed=414400
[12-09-23 14:27:17][console]: failed to open 'data/maps/blmapV3.cfg'
[12-09-23 14:27:17][console]: failed to open 'data/maps/blmapV3.map.cfg'
[12-09-23 14:27:17][server]: version 0.6 626fce9a778df4d4
[12-09-23 14:27:17][engine/mastersrv]: refreshing master server addresses
[12-09-23 14:27:17][register]: refreshing ip addresses
[12-09-23 14:27:17][engine/mastersrv]: saving addresses
[12-09-23 14:27:17][register]: fetching server counts
[12-09-23 14:27:17][register]: chose 'master3.teeworlds.com' as master, sending heartbeats
[12-09-23 14:27:17][register]: no firewall/nat problems detected
[12-09-23 14:27:17][register]: no firewall/nat problems detected
[12-09-23 14:27:17][register]: server registered


Hopefully for answers,
Flo

2

Re: Problem with my Server

The server is registered and everything is fine.
You can't see it in the internet list because your server does NAT. (At least I think that's why, correct me if I'm wrong.)
Other people are able to see your server.
[12-09-23 14:27:17][console]: failed to open 'data/maps/blmapV3.cfg'
[12-09-23 14:27:17][console]: failed to open 'data/maps/blmapV3.map.cfg'
DDRace trys to execute mapconfigs, which are optional. This is not an error.
[12-09-23 14:27:17][datafile]: loading done. datafile='maps/blmapV3.map'
^ The map has been loaded successfully.