Page 7 of 14

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 03 Mar 2013, 16:09
by killer606
I think someone of nadeo should at least post one time here, that we can see if the're working on it or not...

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 03 Mar 2013, 16:35
by TMarc
They do, but it's weekend.
The introduction post is only a few days old and was updated with a new version :roll:

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 03 Mar 2013, 17:21
by Bueddl
TMarc wrote:They do, but it's weekend.
The introduction post is only a few days old and was updated with a new version :roll:
I aggree here, it is week-end.And they have the right to relax too ;) . Even if this is a really bad timing ^_^

Back to the topic:

The binary of the gameserver is i386, so 32-Bit. it cannot address more than 4GB, thats why it gets the
"std::bad_alloc" after 4GB of ram exactly. But it should NEVER reach that much ram. (32Bit = 32-Bit addressing = 2^32 = 4294967296 = 4096MB)

But with that info, it is nothing special, that it crashs here at 4GB, the allocation method just says "I am out of resources here" and returns a NULL pointer and throws that exception...

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 04 Mar 2013, 15:58
by Bueddl
Anything new about this from the NADEo side? :cry:

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 04 Mar 2013, 16:21
by speedychris
can confirm the Memory leak, but only running the Stadium mode, in Canyon all OK. After 2 hours running it take 10% of Memory (from 2% at Startup), Players not more that 6 connected. After 2 Days it crashed our whole root Server, so now we have not running it.

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 04 Mar 2013, 16:38
by Bueddl
speedychris wrote:can confirm the Memory leak, but only running the Stadium mode, in Canyon all OK. After 2 hours running it take 10% of Memory (from 2% at Startup), Players not more that 6 connected. After 2 Days it crashed our whole root Server, so now we have not running it.
I think thats because of the allocations made. In TMCanyon you never had 150 players online.
The server does not a free of the ram, so an example:

50 players join -> ram for 50 players
10 leave -> still ram for 50 players
60 new join -> ram for 110 players

and so on.. :roflol:

And just as a hint: it is not really useful if you are writing in percentages. Write absolut memory sizes!

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 04 Mar 2013, 16:48
by TheBigG.
+ the ram usage also increase every map change.

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 04 Mar 2013, 17:04
by Bueddl
TheBigG. wrote:+ the ram usage also increase every map change.
as I already wrote some posts ago, yes.

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 05 Mar 2013, 13:26
by norko
I try to launch a server for TM2 Stadium, but in servermania v1.0 only have in packmask Canyon. When I execute servermania return me a error:

Code: Select all

Starting ManiaPlanet date=2013-02-27_16_00 Svn=49173 GameVersion=
Initializing...
Configuration file : SM_serv_1.cfg
Loading system configuration...
...system configuration loaded
Loading cache...
...OK
Listening for xml-rpc commands on port 5001.
Loading dedicated server configuration...
...Dedicated server configuration loaded
Connecting to master server...
...OK
Identifying on master server...
...OK
Please wait, loading...
URL: maniaplanet://#join=rfr-rally@TMCanyon
Match settings file : \MatchSettings\TMStadiumA.txt
Loading match settings...
...ERROR: The map doesn't match the server packmask.
...Could not load the match settings
Server not started: no Maps available. Check your matchsettings!
Ready, waiting for commands.
Image
I download the last ManiaPlanetServer from: http://files.maniaplanet.com/ManiaPlane ... latest.zip
I edit the file "RunSrvTM.bat" with this code:

Code: Select all

ManiaPlanetServer.exe title=TMStadium and /game_settings=MatchSettings/TMStadiumA.txt /dedicated_cfg=dedicated_cfg.txt 
Somebody can help me please?

Re: [OpenBeta 3.1] ManiaPlanet 2 Beta Server 2013-02-27b

Posted: 05 Mar 2013, 13:35
by jonthekiller
It's a problem of ServerMania who need to be up to date by the developper.