A new version of ManiaLive 2 comes out.
So what's new ?
- It's not a beta anymore, it's a stable release
- Several bugs have been fixed in the new GUI
- A new Group feature has been added to the GUI. You can now give a Group at window creation. When you add or remove a player to a group, windows for this group will be automatically shown or hidden to him.
- There is a now a silent mode so nothing is written in the console except at start (messages are still send to log file)
- Some parts have been cleaned (but some still needs to be)
This release is accompanied by 2 new plugins: AutoQueue and TeamSpeak
You can download the files here:
ManiaLive
Standard plugins
Edit: Added a quick fix for polymorphic chat commands
ManiaLive 2 r305
Moderator: NADEO
-
- Posts: 1026
- Joined: 15 Jun 2010, 15:46
ManiaLive 2 r305
OS: Win 7 Pro x64
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
Re: ManiaLive 2 r304
Just for the information:
MLEPP still needs the old ManiaLive2 r273, because it's a lot of work to make everything work with the latest ManiaLive2.
MLEPP still needs the old ManiaLive2 r273, because it's a lot of work to make everything work with the latest ManiaLive2.
Global moderator | Dutch moderator | Laddermoderator | ManiaWiki moderator
Server Manager/webmaster of Smurfen.net, join us on Canyon, Valley and Royal!
ESL (Game) Staff Head for TrackMania (Stadium, Canyon and Valley).
Server Manager/webmaster of Smurfen.net, join us on Canyon, Valley and Royal!
ESL (Game) Staff Head for TrackMania (Stadium, Canyon and Valley).
Re: ManiaLive 2 r304
Hopefully I will have time to get going on this new release. Actually I started on the HudMenu but nothing seems to work XD
And hopefully we will also get going MLEPP, I think we will change a few tings with our windows, that may slow us but for the better. We need to think about it to do it for the best in long term. I know we already made you wait a lot, but we all do it in our free time.
And hopefully we will also get going MLEPP, I think we will change a few tings with our windows, that may slow us but for the better. We need to think about it to do it for the best in long term. I know we already made you wait a lot, but we all do it in our free time.

Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
Re: ManiaLive 2 r304
Hi,
I have an error when I use "polymorphic" command (below errors with "/hi" and "/hi all") :
Command is registered as :
I have an error when I use "polymorphic" command (below errors with "/hi" and "/hi all") :
Code: Select all
-> ErrorException with code 0
array_unshift() expects parameter 1 to be array, null given
- in
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Features/ChatCommand/Inter
preter.php on line 205
- Stack: #0 [internal function]:
ManiaLive\Application\ErrorHandling::createExceptionFromError(2,
'array_unshift()...', '/usr/games/Mani...', 205, Array)
#1
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Features/ChatCommand/Inter
preter.php(205): array_unshift(NULL, 'fadden')
#2
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Features/ChatCommand/Inter
preter.php(164):
ManiaLive\Features\ChatCommand\Interpreter->callCommand('fadden', '/hi',
'hi', NULL, true)
#3
/usr/games/ManiaLive2_r304/libraries/ManiaLive/DedicatedApi/Callback/Even
t.php(58): ManiaLive\Features\ChatCommand\Interpreter->onPlayerChat(247,
'fadden', '/hi', true)
#4
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Event/Dispatcher.php(58):
ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLive\Features\C
hatCommand\Interpreter))
#5
/usr/games/ManiaLive2_r304/libraries/ManiaLive/DedicatedApi/Connection.ph
p(90):
ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callba
ck\Event))
#6
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Application/AbstractApplic
ation.php(124): ManiaLive\DedicatedApi\Connection->executeCallbacks()
#7 /usr/games/ManiaLive2_r304/bootstrapper.php(85):
ManiaLive\Application\AbstractApplication->run()
#8 {main}
-> ErrorException with code 0
array_unshift() expects parameter 1 to be array, string given
- in
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Features/ChatCommand/Inter
preter.php on line 205
- Stack: #0 [internal function]:
ManiaLive\Application\ErrorHandling::createExceptionFromError(2,
'array_unshift()...', '/usr/games/Mani...', 205, Array)
#1
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Features/ChatCommand/Inter
preter.php(205): array_unshift('all', 'fadden')
#2
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Features/ChatCommand/Inter
preter.php(164):
ManiaLive\Features\ChatCommand\Interpreter->callCommand('fadden', '/hi
all', 'hi', 'all', true)
#3
/usr/games/ManiaLive2_r304/libraries/ManiaLive/DedicatedApi/Callback/Even
t.php(58): ManiaLive\Features\ChatCommand\Interpreter->onPlayerChat(247,
'fadden', '/hi all', true)
#4
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Event/Dispatcher.php(58):
ManiaLive\DedicatedApi\Callback\Event->fireDo(Object(ManiaLive\Features\C
hatCommand\Interpreter))
#5
/usr/games/ManiaLive2_r304/libraries/ManiaLive/DedicatedApi/Connection.ph
p(90):
ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\DedicatedApi\Callba
ck\Event))
#6
/usr/games/ManiaLive2_r304/libraries/ManiaLive/Application/AbstractApplic
ation.php(124): ManiaLive\DedicatedApi\Connection->executeCallbacks()
#7 /usr/games/ManiaLive2_r304/bootstrapper.php(85):
ManiaLive\Application\AbstractApplication->run()
#8 {main}
Code: Select all
$cmd = $this->registerChatCommand('hi', 'chatHi', -1, true);
Elle est où la poulette ?
-
- Posts: 1026
- Joined: 15 Jun 2010, 15:46
Re: ManiaLive 2 r305
Indeed, a nasty bug there
Fix was easy so last stable release is r305 (first post edited)

OS: Win 7 Pro x64
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
Re: ManiaLive 2 r305
Thx it works fine now 
In logs I have
Is there a configuration to do ?

In logs I have
Code: Select all
ERROR: Update service was unable to contact server ...
Elle est où la poulette ?
-
- Posts: 1026
- Joined: 15 Jun 2010, 15:46
Re: ManiaLive 2 r305
Actually there isn't any update service at the moment, so you should just ignore this 

OS: Win 7 Pro x64
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
Re: ManiaLive 2 r305
Is it possible to run, ManiaLive2 only with the Autoqueue plugin? and nothing else?
-
- Posts: 1026
- Joined: 15 Jun 2010, 15:46
Re: ManiaLive 2 r305
Of course, even if you have many plugins in the plugin folder, you choose which ones you want to use in the config.ini file. In your case, you should have only this line in the plugin part of config.ini:
Code: Select all
manialive.plugins[] = 'Standard\AutoQueue'
OS: Win 7 Pro x64
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
Re: ManiaLive 2 r305
Thx
Then I'll try it 


Who is online
Users browsing this forum: No registered users and 1 guest