Xymph said you are NOT wrong !
You need to buy it.
Search found 8 matches
- 21 Aug 2011, 17:32
- Forum: Dedicated Server
- Topic: Trackmania Beta3 Dedicatedserver, v2011-08-16
- Replies: 114
- Views: 50724
- 21 Aug 2011, 17:22
- Forum: Dedicated Server
- Topic: Trackmania Beta3 Dedicatedserver, v2011-08-16
- Replies: 114
- Views: 50724
Re: Trackmania Beta3 Dedicatedserver, v2011-08-16
basic infos about segfault: http://en.wikipedia.org/wiki/Segmentation_fault segfault is basicly a problem you can´t fix. it could be that that only happens because of the player account you are missing. But it could also be that TM² Server will not work on ubuntu. You have to wait till there is a ...
- 17 Aug 2011, 17:19
- Forum: Dedicated Server
- Topic: Trackmania Beta3 Dedicatedserver, v2011-08-16
- Replies: 114
- Views: 50724
Re: Trackmania Beta3 Dedicatedserver, v2011-08-16
another post after so many edits sry.
on line 529 it had to be:
$this->reqhandle = ($this->reqhandle+1)|0x80000000;
chose witch one you prefer.
on line 529 it had to be:
$this->reqhandle = ($this->reqhandle+1)|0x80000000;
chose witch one you prefer.
- 17 Aug 2011, 16:53
- Forum: Dedicated Server
- Topic: Trackmania Beta3 Dedicatedserver, v2011-08-16
- Replies: 114
- Views: 50724
Re: Trackmania Beta3 Dedicatedserver, v2011-08-16
after line 529 add. if($this->reqhandle==0xffffffff) { $this->reqhandle = 0x80000000; } Edit: just discovered that $this->reqhandle = max(0x80000000,$this->reqhandle+1); won´t work. $this->reqhandle = ($this->reqhandle+1)&0x80000000; doesn´t work eather. Or it was just an timeout of the script.
- 17 Aug 2011, 16:22
- Forum: Dedicated Server
- Topic: Trackmania Beta3 Dedicatedserver, v2011-08-16
- Replies: 114
- Views: 50724
Re: Trackmania Beta3 Dedicatedserver, v2011-08-16
Just to mention. There is a bug in GBXRemote.inc.php witch prevents a script from running more than 0x80000000 (2^31) requests. Ok that will only happen if you never restart them but it will happen. Reason: Only response codes witch are greater than 0x80000000 are taken as an Answer. Every Response ...
- 13 Mar 2011, 23:22
- Forum: Dedicated Server Tools
- Topic: ManiaLive for Trackmania 2?
- Replies: 7
- Views: 3015
Re: ManiaLive for Trackmania 2?
Server is the Latest.
Downloaded everything about 1-2 weeks ago.
The update script says up to date.
although in the bootstrapper it says $Revision: 173.
Also in the v174 zip.
But the Freezone Plugin was outdate. Going to update it.
Thanks for help. When the error comes again, i will inform you.
Downloaded everything about 1-2 weeks ago.
The update script says up to date.
although in the bootstrapper it says $Revision: 173.
Also in the v174 zip.
But the Freezone Plugin was outdate. Going to update it.
Thanks for help. When the error comes again, i will inform you.
- 13 Mar 2011, 22:43
- Forum: Dedicated Server Tools
- Topic: ManiaLive for Trackmania 2?
- Replies: 7
- Views: 3015
Re: ManiaLive for Trackmania 2?
currently 13% CPU with 23 People. No Threading. No Errors in the log. 5 min after restart it was at 1,4%. But the first error was in the log. Occured on 13.03.2011 at 22:17:31 at process with ID #2026 --------------------------------- -> ErrorException with code 0 fwrite(): send of 188 bytes failed ...
- 13 Mar 2011, 15:34
- Forum: Dedicated Server Tools
- Topic: ManiaLive for Trackmania 2?
- Replies: 7
- Views: 3015
ManiaLive for Trackmania 2?
Just a simple one to begin with. Will it be compatible? Or will there be a new Manager for TM2 and you have to convert all plugins? Second. On a 40 Player Server i get 12% CPU usage from manialive with no plugins except freezone. While xaseco only uses 5,8% while handling everything. Why? Do you thi...