a question to manialive
Moderator: NADEO
-
- Nadeo
- Posts: 585
- Joined: 14 Jun 2010, 16:15
- Manialink: maniahome
- Location: In front of your hood with one lap late
Re: a question to manialive
I think ManiaLive try to connect to your game and not to the dedicated server, change your XML-RPC port. My second hypothesis is that a plugin try to send a ManiaLink page to a disconnected player
Also known as: satanasdiabolo
-
- Translator
- Posts: 185
- Joined: 15 Jun 2010, 11:14
- Location: Czech republic » Jihomoravský kraj » Břeclav
- Contact:
Re: a question to manialive
the problem still persists
config.ini
config.ini
Code: Select all
;------------------
; ManiaLive
;------------------
phpPath = 'php'
;------------------
; Dedicated Server
;------------------
server.host = '127.0.0.1'
server.port = 3050
server.user = 'SuperAdmin'
server.password = 'SuperAdminPassword'
;------------------
; Admins
;------------------
admins.logins[] = 'login_of_admin'
;------------------
; Plugins
;------------------
; none plugins
;------------------
; Threading
;------------------
threading.enabled = true
-
- Nadeo
- Posts: 585
- Joined: 14 Jun 2010, 16:15
- Manialink: maniahome
- Location: In front of your hood with one lap late
Re: a question to manialive
Does ManiaLive crash after the Exception ?
Also known as: satanasdiabolo
-
- Translator
- Posts: 185
- Joined: 15 Jun 2010, 11:14
- Location: Czech republic » Jihomoravský kraj » Břeclav
- Contact:
Re: a question to manialive
It crashes immediately after start
maybe startup script (i'm using Linux Ubuntu 11.04):in previous releases of ManiaLive it func normally
Code: Select all
[11:50:49] XML-RPC connection established
[11:50:49] Successfully authentified with XML-RPC server
...
log_Error.txt :
Occured on 20.05.2011 at 11:50:49 at process with ID #1813
---------------------------------
-> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
Code: Select all
php bootstrapper.php >bootstrapper.log 2>&1 & echo $!;
- Knutselmaaster
- Posts: 1206
- Joined: 15 Jun 2010, 18:03
- Manialink: intr
- Location: Somewhere between Paris and Disney in France.
- Contact:
Re: a question to manialive
Have you tried using the included script to see if it works? (just type ./run in your console)
-
- Translator
- Posts: 185
- Joined: 15 Jun 2010, 11:14
- Location: Czech republic » Jihomoravský kraj » Břeclav
- Contact:
Re: a question to manialive
still the same problem
full my startup script: or
full my startup script:
Code: Select all
#!/bin/bash
cd /home/rampbo/tmf
./TrackmaniaServer /game_settings=MatchSettings/tracklist.txt /dedicated_cfg=dedicated_cfg.txt
sleep 1
cd /home/rampbo/tmf/manialive
php bootstrapper.php >bootstrapper.log 2>&1 & echo $!
Code: Select all
#!/bin/bash
cd /home/rampbo/tmf
./TrackmaniaServer /game_settings=MatchSettings/tracklist.txt /dedicated_cfg=dedicated_cfg.txt
sleep 1
cd /home/rampbo/tmf/manialive
./run
Re: a question to manialive
Did you try giving a bit more time in between the start of the dedicated and manialive? 1s may be not enough
-
- Translator
- Posts: 185
- Joined: 15 Jun 2010, 11:14
- Location: Czech republic » Jihomoravský kraj » Břeclav
- Contact:
Re: a question to manialive
THX corto-72
and all other 
pause between start of TrackmaniaServer and ManiaLive must be larger than 3 seconds
now it works


pause between start of TrackmaniaServer and ManiaLive must be larger than 3 seconds

Code: Select all
#!/bin/bash
cd /home/rampbo/tmf
./TrackmaniaServer /game_settings=MatchSettings/tracklist.txt /dedicated_cfg=dedicated_cfg.txt
sleep 3
cd /home/rampbo/tmf/manialive
php bootstrapper.php >bootstrapper.log 2>&1 & echo $!
-
- Posts: 32
- Joined: 30 Dec 2010, 19:03
Re: a question to manialive
i think this depends. for me i have one server where 3 seconds are enough, but one server even 5 was enough. i use 8sec now.RamCUP2000 wrote:THX corto-72and all other
pause between start of TrackmaniaServer and ManiaLive must be larger than 3 seconds![]()

-
- Posts: 52
- Joined: 06 Mar 2011, 18:25
Re: a question to manialive
I'm certain that if you are using a cache on your dedicated server, you'll need to wait however long it takes the cache to load on startup before starting ManiaLive. I'd disable p2p upload and download and clear your cache. Dedi startup should be nearly instant then...
Who is online
Users browsing this forum: No registered users and 1 guest