Hello!
Just updated to the latest dev-branch and it's looking good!
The stunts-plugin is very nice!
Couple of issues:
I see a lot of this error in the console:
ERROR: Object of class stdClass could not be converted to string
Doesn't seem to break anything though.
Edit. This seems to come from every plugin loaded, e.g.:
Code: Select all
[2015-01-06T13:21:46+02:00]
Occured on 06.01.2015 at 13:21:46 at process with ID #7688
---------------------------------
-> ErrorException with code 4096
Object of class stdClass could not be converted to string
- in C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\DedicatedApi\Callback\Event.php on line 93
- Stack: #0 C:\manialive\expansion_0.9.8_dev_stunts\libraries\ManiaLivePlugins\eXpansion\Core\types\ErrorHandler.php(15): ManiaLive\Application\ErrorHandling::createExceptionFromError(4096, 'Object of class...', 'C:\manialive\ex...', 93)
#1 C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\DedicatedApi\Callback\Event.php(93): ManiaLivePlugins\eXpansion\Core\types\ErrorHandler::createExceptionFromError(4096, 'Object of class...', 'C:\manialive\ex...', 93, Array)
#2 C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\Event\Dispatcher.php(121): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\eXpansion\PersonalMessages\PersonalMessages))
#3 C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\Application\Application.php(123): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
#4 C:\manialive\expansion_0.9.8_dev_stunts\bootstrapper.php(73): ManiaLive\Application\Application->run()
#5 {main}
[2015-01-06T13:21:46+02:00]
Occured on 06.01.2015 at 13:21:46 at process with ID #7688
---------------------------------
-> ErrorException with code 4096
Object of class stdClass could not be converted to string
- in C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\DedicatedApi\Callback\Event.php on line 93
- Stack: #0 C:\manialive\expansion_0.9.8_dev_stunts\libraries\ManiaLivePlugins\eXpansion\Core\types\ErrorHandler.php(15): ManiaLive\Application\ErrorHandling::createExceptionFromError(4096, 'Object of class...', 'C:\manialive\ex...', 93)
#1 C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\DedicatedApi\Callback\Event.php(93): ManiaLivePlugins\eXpansion\Core\types\ErrorHandler::createExceptionFromError(4096, 'Object of class...', 'C:\manialive\ex...', 93, Array)
#2 C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\Event\Dispatcher.php(121): ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLivePlugins\eXpansion\Players\Players))
#3 C:\manialive\expansion_0.9.8_dev_stunts\vendor\maniaplanet\manialive-lib\ManiaLive\Application\Application.php(123): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callback\Event))
#4 C:\manialive\expansion_0.9.8_dev_stunts\bootstrapper.php(73): ManiaLive\Application\Application->run()
#5 {main}
Another issue I had was that Dedimania didn't detect the game mode when I switched to script-mode.
_getGameMode() in Dedimania Connection.php returned empty string. I defaulted to TA so it works now.
Maybe I configured something wrong in the match settings:
<game_mode>0</game_mode>
<script_name>TrackMania\TimeAttack.Script.txt</script_name>