ManiaLive r209

Discuss the Dedicated Server Tools developed by Nadeo Live such as ManiaLive, Trust Circles, Dedicated Manager, Competition Manager and Lobbies

Moderator: NADEO

farfa
Nadeo
Nadeo
Posts: 585
Joined: 14 Jun 2010, 16:15
Location: In front of your hood with one lap late

ManiaLive r209

Post by farfa »

Here is a new version of ManiaLive, it corrects some bugs, and improve some other features.
Image

Upgrade
This version should work well again with the update script.
Find it in the /update directory. Windows users execute the update.bat where Linux users will have to pass the file to the php executeable.

Download
If you want to upgrade from any older version or this is your first install, go to http://www.manialive.com.
See the download tab for the latest release, download and extract it.

Plugins
As always you can download just the core, but that won't do much :-)
Download the new plugin package on: http://code.google.com/p/manialive/downloads/list
Extract it to the ManiaLive folder. After that you need to add the plugins in your config file so that they are loaded (read the wiki on the google project on how to do that).

Changes
+ add exists method to Cache
- fix some bug in window handler
+ add LAN mod to disable updater
- use login instead of playerId for method ignore and blacklist
- change help display behaviour
+/* change register chatCommand behaviour, is command parameter is null, command
is automatically registered from the number of required parameters to the number
of optional parameters
- update ManiaLib version included in ManiaLive
Also known as: satanasdiabolo
alividerchi
Posts: 12
Joined: 18 Feb 2011, 09:07

Re: ManiaLive r209

Post by alividerchi »

Hi all Good day, and I have a problem here, see the Output window

Code: Select all

[12:33:59] XML-RPC connection established
[12:33:59] Successfully authentified with XML-RPC server
[Attention] Threading disabled - this may cause performance issues!
[12:33:59] Current map: Standortfaktor
[PluginHandler] Start plugin load process:
[PluginHandler] is loading Standard\Admin ...
[PluginHandler] is loading Standard\Dedimania ...
[PluginHandler] is loading Standard\Menubar ...
[PluginHandler] is loading Standard\PluginManager ...
[PluginHandler] is loading Standard\Profiler ...
[12:33:59|Dedimania] Starting authentication on server ...
[12:33:59|Dedimania] Please wait, opening session ...
[PluginHandler] All registered plugins have been loaded
[12:34:01|Dedimania] Done!
[12:34:01|Dedimania] Connected to Dedimania Version 2.3!
[12:34:01|Dedimania] Successfully authenticated!
[12:34:01|Dedimania] Account is valid!
[12:34:01|Dedimania] Got records for: Rn7b9Me0bvsQAto9Yf0ae4ZO2z1
[12:37:23|Dedimania] Successfully sent keep-alive to server!
[12:40:03] Map change: Standortfaktor -> The Last Act:  Memories
[12:40:04|Dedimania] Got records for: 2_nxQtMOa5gc_jfdb7sXIjHuYa4
and my config.ini

Code: Select all

;------------------
; ManiaLive
;------------------

; the default path is 'php.exe' on windows and 'php' on linux
phpPath = D:\xampp\php\php.exe

; the default is %application%/logs
logsPath = C:\logs

; whether to write console output into a file, default is Off
runtimeLog = On

;------------------
; Dedicated Server
;------------------

server.host = 'localhost'

server.port = 5001

; standard user level is SuperAdmin
server.user = 'SuperAdmin'

server.password = '757377'

; when a connection can't be established after the given amount
; of time, it will timeout and manialive will shutdown.
; server.timeout = 1

;------------------
; Admins
;------------------

; Add admins, that shall be able to control your server from game.
admins.logins[] = 'alividerchi'

;------------------
; Plugins
;------------------

; Add plugins to load.
plugins.load[] = 'Standard\Admin'
plugins.load[] = 'Standard\Dedimania'
plugins.load[] = 'Standard\Menubar'
plugins.load[] = 'Standard\PluginManager'
plugins.load[] = 'Standard\Profiler'
plugins.Freezone\Freezone.wsPassword = '787970'
plugins.Standard\Dedimania.password = '757377'
plugins.load [= 'Freezone \ Freezone']




;------------------
; Threading
;------------------

; threading can improve performance of your application. it
; allows modules to push blocking work onto another processes,
; this can also improve stability, because timeouts or
; unexpected exceptions do not impact the main application.

; if you have stability problems try to deactivate threading first
; threading.enabled = true

; how long may a thread be busy until it is killed
; threading.busy_timeout = 20

; how long, if not busy, may it take for a thread to response to a ping
; threading.ping_timeout = 2

; how many jobs should be send on each loop.
; increasing this value will boost jobs/time
; decreasing it will result in a reaction time improvement.
; threading.chunk_size = 10

; if threading is disabled, then how much time should be spend on
; each application loop to process work that would have been assigned
; to other threads normally
; default value is 1 second.
; threading.sequential_timeout = 1

;------------------
; ManiaHome
;------------------

; enabling the maniahome feature allows other modules to send
; notifications about eg. records or other actions on your
; server to player's friends.

; disabled by default.
; maniahome.enabled = true

; maniahome.user = ''

; maniahome.password = ''

; maniahome.manialink = ''

;------------------
[hostname: testHost]
;------------------

; put here the configuration specific to an host
And that's how I tried

Code: Select all

[12:43:13] XML-RPC connection established
[12:43:13] Successfully authentified with XML-RPC server
[12:43:13] Current map: ╬┤╧Г┼ж╧Д
[PluginHandler] Start plugin load process:
[PluginHandler] is loading Freezone\Freezone ...
[PluginHandler] is loading Standard\Admin ...
[PluginHandler] is loading Standard\Dedimania ...
[PluginHandler] is loading Standard\Menubar ...
[PluginHandler] is loading Standard\PluginManager ...
[PluginHandler] is loading Standard\Profiler ...
[12:43:14|Dedimania] Starting authentication on server ...
[12:43:14|Dedimania] Please wait, opening session ...
[PluginHandler] All registered plugins have been loaded
[12:43:18|Dedimania] Done!
[12:43:18|Dedimania] Connected to Dedimania Version 2.3!
[12:43:18|Dedimania] Successfully authenticated!
[12:43:18|Dedimania] Account is valid!
[12:43:20|Dedimania] Got records for: XA4BaGuq7DtPerG7VvXMxm4Q_9b
and my config.ini

Code: Select all

;------------------
; ManiaLive
;------------------

; the default path is 'php.exe' on windows and 'php' on linux
phpPath = D:\xampp\php\php.exe

; the default is %application%/logs
logsPath = C:\logs

; whether to write console output into a file, default is Off
runtimeLog = On

;------------------
; Dedicated Server
;------------------

server.host = 'localhost'

server.port = 5001

; standard user level is SuperAdmin
server.user = 'SuperAdmin'

server.password = '757377'

; when a connection can't be established after the given amount
; of time, it will timeout and manialive will shutdown.
; server.timeout = 1

;------------------
; Admins
;------------------

; Add admins, that shall be able to control your server from game.
admins.logins[] = 'alividerchi'

;------------------
; Plugins
;------------------

; Add plugins to load.
plugins.load[] = 'Freezone\Freezone'
plugins.load[] = 'Standard\Admin'
plugins.load[] = 'Standard\Dedimania'
plugins.load[] = 'Standard\Menubar'
plugins.load[] = 'Standard\PluginManager'
plugins.load[] = 'Standard\Profiler'
plugins.Freezone\Freezone.wsPassword = '787970'
plugins.Standard\Dedimania.password = '757377'





;------------------
; Threading
;------------------

; threading can improve performance of your application. it
; allows modules to push blocking work onto another processes,
; this can also improve stability, because timeouts or
; unexpected exceptions do not impact the main application.

; if you have stability problems try to deactivate threading first
threading.enabled = true

; how long may a thread be busy until it is killed
; threading.busy_timeout = 20

; how long, if not busy, may it take for a thread to response to a ping
; threading.ping_timeout = 2

; how many jobs should be send on each loop.
; increasing this value will boost jobs/time
; decreasing it will result in a reaction time improvement.
; threading.chunk_size = 10

; if threading is disabled, then how much time should be spend on
; each application loop to process work that would have been assigned
; to other threads normally
; default value is 1 second.
; threading.sequential_timeout = 1

;------------------
; ManiaHome
;------------------

; enabling the maniahome feature allows other modules to send
; notifications about eg. records or other actions on your
; server to player's friends.

; disabled by default.
; maniahome.enabled = true

; maniahome.user = ''

; maniahome.password = ''

; maniahome.manialink = ''

;------------------
[hostname: testHost]
;------------------

; put here the configuration specific to an host
help me please farfa and other people
farfa
Nadeo
Nadeo
Posts: 585
Joined: 14 Jun 2010, 16:15
Location: In front of your hood with one lap late

Re: ManiaLive r209

Post by farfa »

I see no error. If it's the message from the threading system, you have to uncomment the lines conserning the threading and also to setup the extension sqlite for php
Also known as: satanasdiabolo
alividerchi
Posts: 12
Joined: 18 Feb 2011, 09:07

Re: ManiaLive r209

Post by alividerchi »

the most interesting thing that I have with my free account I can not join the server
User avatar
Knutselmaaster
Posts: 1206
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: ManiaLive r209

Post by Knutselmaaster »

It takes some time after the first startup before freezone actually works.
Are you sure that in the freezone plugin the test mode is not enabled?
What is the server login, i will check if it is activated for freezone.
alividerchi
Posts: 12
Joined: 18 Feb 2011, 09:07

Re: ManiaLive r209

Post by alividerchi »

what should I do if I have it right farfa but I can not join my server with a free account help me please :(
User avatar
Knutselmaaster
Posts: 1206
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: ManiaLive r209

Post by Knutselmaaster »

reply to my questions would help....

Edit:
There is no server registered by alividerchi in the freezone server list.
Did you register the server with another login, or did you "forget" to register the server on the freezone manialink?
farfa
Nadeo
Nadeo
Posts: 585
Joined: 14 Jun 2010, 16:15
Location: In front of your hood with one lap late

Re: ManiaLive r209

Post by farfa »

What is(are) your server(s) login(s) ?
Also known as: satanasdiabolo
schmidi
Posts: 8
Joined: 16 Mar 2011, 21:05

Re: ManiaLive r209

Post by schmidi »

@alividerchi
dont know which config you are using but there is an error in the first one.

Code: Select all

plugins.load [= 'Freezone \ Freezone']
Last edited by schmidi on 05 Apr 2011, 20:57, edited 1 time in total.
User avatar
Knutselmaaster
Posts: 1206
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: ManiaLive r209

Post by Knutselmaaster »

The dedicated sometimes passes a logins rank as 0.
We managed to get most resulting errors out of mlepp (new release very soon!) but, isn't there a solution that can be implemented in ManiaLive so that this problem doesn't affect plugins?
As you can see, all plugins, including freezone and dedimania, don't like players with rank 0:

Code: Select all

    Occured on 05.04.2011 at 13:36:41 at process with ID #27813
    ---------------------------------
 -> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
    PlayerUId unknown.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php on line 269
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php(295): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->getResult()
           #1 [internal function]: ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->query('ChatSendServerM...', '$fff?? $fe0$ff0...', 104)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(137): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(641): ManiaLive\DedicatedApi\Connection->execute('ChatSendServerM...', Array, false)
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/Rankings/Rankings.php(294): ManiaLive\DedicatedApi\Connection->chatSendServerMessage('$fff?? $fe0$ff0...', Object(ManiaLive\DedicatedApi\Structures\Player))
           #5 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/Rankings/Rankings.php(127): ManiaLivePlugins\MLEPP\Rankings\Rankings->sendChat('$ff0Your curren...', 'smoke_67_')
           #6 [internal function]: ManiaLivePlugins\MLEPP\Rankings\Rankings->onBeginChallenge(Array, false, false)
           #7 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #8 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\MLEPP\Rankings\Rankings))
           #9 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #10 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #11 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #12 {main}

    Occured on 05.04.2011 at 14:57:24 at process with ID #27813
    ---------------------------------
 -> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
    PlayerUId unknown.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php on line 269
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php(295): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->getResult()
           #1 [internal function]: ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->query('ChatSendServerM...', '$fff?? $fe0$ff0...', 113)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(137): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(641): ManiaLive\DedicatedApi\Connection->execute('ChatSendServerM...', Array, false)
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/Rankings/Rankings.php(294): ManiaLive\DedicatedApi\Connection->chatSendServerMessage('$fff?? $fe0$ff0...', Object(ManiaLive\DedicatedApi\Structures\Player))
           #5 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/Rankings/Rankings.php(127): ManiaLivePlugins\MLEPP\Rankings\Rankings->sendChat('$ff0Your curren...', 'leonxx1995')
           #6 [internal function]: ManiaLivePlugins\MLEPP\Rankings\Rankings->onBeginChallenge(Array, false, false)
           #7 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #8 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\MLEPP\Rankings\Rankings))
           #9 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #10 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #11 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #12 {main}

    Occured on 05.04.2011 at 16:23:08 at process with ID #27813
    ---------------------------------
 -> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
    PlayerUId unknown.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php on line 269
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php(295): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->getResult()
           #1 [internal function]: ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->query('ChatSendServerM...', '$fff?? $fe0You ...', 32)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(137): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(641): ManiaLive\DedicatedApi\Connection->execute('ChatSendServerM...', Array, false)
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/Rankings/Rankings.php(294): ManiaLive\DedicatedApi\Connection->chatSendServerMessage('$fff?? $fe0You ...', Object(ManiaLive\DedicatedApi\Structures\Player))
           #5 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/Rankings/Rankings.php(129): ManiaLivePlugins\MLEPP\Rankings\Rankings->sendChat('You don't have ...', 'ermy6')
           #6 [internal function]: ManiaLivePlugins\MLEPP\Rankings\Rankings->onBeginChallenge(Array, false, false)
           #7 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #8 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\MLEPP\Rankings\Rankings))
           #9 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #10 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #11 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #12 {main}

    Occured on 05.04.2011 at 17:26:14 at process with ID #27813
    ---------------------------------
 -> Exception with code 0
    API error. Check the HTTP error code.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLib/Rest/Client.php on line 203
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/Freezone/Freezone/Plugin.php(564): ManiaLib\Rest\Client->execute('PUT', '/freezone/rules...', Array)
           #1 [internal function]: ManiaLivePlugins\Freezone\Freezone\Plugin->onEndChallenge(Array, Array, false, false, false)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\Freezone\Freezone\Plugin))
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #5 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #6 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #7 {main}

    Occured on 05.04.2011 at 19:31:45 at process with ID #27813
    ---------------------------------
 -> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
    PlayerUId unknown.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php on line 269
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php(295): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->getResult()
           #1 [internal function]: ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->query('ChatSendServerM...', '$fff???? $0aePl...', 167)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(137): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(641): ManiaLive\DedicatedApi\Connection->execute('ChatSendServerM...', Array, false)
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/JoinLeaveMessage/JoinLeaveMessage.php(99): ManiaLive\DedicatedApi\Connection->chatSendServerMessage('$fff???? $0aePl...', Object(ManiaLive\DedicatedApi\Structures\Player))
           #5 [internal function]: ManiaLivePlugins\MLEPP\JoinLeaveMessage\JoinLeaveMessage->onPlayerConnect('uebmab05', false)
           #6 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #7 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\MLEPP\JoinLeaveMessage\JoinLeaveMessage))
           #8 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #9 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #10 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #11 {main}

    Occured on 05.04.2011 at 19:34:25 at process with ID #27813
    ---------------------------------
 -> Exception with code 0
    API error. Check the HTTP error code.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLib/Rest/Client.php on line 203
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/Freezone/Freezone/Plugin.php(564): ManiaLib\Rest\Client->execute('PUT', '/freezone/rules...', Array)
           #1 [internal function]: ManiaLivePlugins\Freezone\Freezone\Plugin->onEndChallenge(Array, Array, false, false, false)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\Freezone\Freezone\Plugin))
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #5 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #6 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #7 {main}

    Occured on 05.04.2011 at 19:37:13 at process with ID #27813
    ---------------------------------
 -> ManiaLive\DedicatedApi\Xmlrpc\Exception with code -1000
    PlayerUId unknown.
  - in /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php on line 269
  - Stack: #0 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Xmlrpc/Client_Gbx.php(295): ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->getResult()
           #1 [internal function]: ManiaLive\DedicatedApi\Xmlrpc\Client_Gbx->query('ChatSendServerM...', '$fff???? $0aePl...', 183)
           #2 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(137): call_user_func_array(Array, Array)
           #3 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(641): ManiaLive\DedicatedApi\Connection->execute('ChatSendServerM...', Array, false)
           #4 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLivePlugins/MLEPP/JoinLeaveMessage/JoinLeaveMessage.php(109): ManiaLive\DedicatedApi\Connection->chatSendServerMessage('$fff???? $0aePl...', Object(ManiaLive\DedicatedApi\Structures\Player))
           #5 [internal function]: ManiaLivePlugins\MLEPP\JoinLeaveMessage\JoinLeaveMessage->onPlayerConnect('leonsteiner', false)
           #6 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Callback/Event.php(28): call_user_func_array(Array, Array)
           #7 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Event/Dispatcher.php(52): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\MLEPP\JoinLeaveMessage\JoinLeaveMessage))
           #8 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/DedicatedApi/Connection.php(108): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
           #9 /home/tmservers/servers/fun/ManiaLive209/libraries/ManiaLive/Application/AbstractApplication.php(146): ManiaLive\DedicatedApi\Connection->executeCallbacks()
           #10 /home/tmservers/servers/fun/ManiaLive209/bootstrapper.php(19): ManiaLive\Application\AbstractApplication->run()
           #11 {main}
Post Reply

Return to “Dedicated Server Tools”

Who is online

Users browsing this forum: No registered users and 1 guest