Page 2 of 3
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 18:00
by killer606
It doesnt work. Do I have to activate the database?
EDIT: Fails here:
PHP Fatal error: Call to a member function addComponent() on a non-object in /home/tm2/tm2_100k/ManiaLive2/libraries/ManiaLivePlugins/Standard/AutoQueue/Gui/Windows/Queue.php on line 77
Fatal error: Call to a member function addComponent() on a non-object in /home/tm2/tm2_100k/ManiaLive2/libraries/ManiaLivePlugins/Standard/AutoQueue/Gui/Windows/Queue.php on line 77
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 19:19
by The_Big_Boo
Indeed, there was a small bug in the loading of the plugin (which doesn't always happen). You can get a fixed version in last standard plugin pack
here
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 22:22
by killer606
Now its working. But the Autoqueue seems to have some big bugs.
What should this strange thing be? And if I go to spec (in my empty server) I cant rejoin the queue, I have to rejoin the server.
I think that RoC will be a bit funny with these bugs ^.^
regards
Mark
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 22:52
by The_Big_Boo
The ManiaLive AutoQueue plugin is the small window centered on the bottom of the screen. I can assure you that strange things you can see in the middle of the screen isn't from the ManiaLive AutoQueue plugin.
The message at the top of your screen isn't from ManiaLive AutoQueue neither. It seems you're using several queue plugins at the same time and even several server controller at the same time so I can't help you with this kind of problem...
Btw, when there are free player places, you're automatically put as a player if you click on "Enter queue".
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 22:55
by w1lla
as he uses xaseco i think its not possible to run both server controllers....
Just deactivate xaseco for a better way

Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 23:13
by killer606
The_Big_Boo wrote:The ManiaLive AutoQueue plugin is the small window centered on the bottom of the screen. I can assure you that strange things you can see in the middle of the screen isn't from the ManiaLive AutoQueue plugin.
The message at the top of your screen isn't from ManiaLive AutoQueue neither. It seems you're using several queue plugins at the same time and even several server controller at the same time so I can't help you with this kind of problem...
Btw, when there are free player places, you're automatically put as a player if you click on "Enter queue".
Hmm, ok. That is bad, that it wont work together. Then I hope that someone can create the autoqueue for Xaseco2, if not i have to use Manialive. We will see.
Thx anyway
Mark
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 23:21
by laurens92
Same for me, I really hope someone can soon Instal an autoqueue on xaseco2
Re: ManiaLive 2 r305
Posted: 03 Jan 2012, 23:48
by Jojo_44
I don´t know the details from the autoqueue plugin but as far as I know were the changes from x1 to x2 only the events. So, try to rename the events and look if it runs:
* onNewChallenge => onBeginMap
* onNewChallenge2 => onBeginMap2
* onEndRace => onEndMap
* onEndRace1 => onEndMap1
* onRestartChallenge => onRestartMap
* onRestartChallenge2 => onRestartMap2
* onTracklistChanged => onMaplistChanged
I don´t know if it works but I just thought about it
regards, Jojo
Re: ManiaLive 2 r305
Posted: 04 Jan 2012, 15:11
by Bueddl
Jojo_44 wrote:I don´t know the details from the autoqueue plugin but as far as I know were the changes from x1 to x2 only the events. So, try to rename the events and look if it runs:
* onNewChallenge => onBeginMap
* onNewChallenge2 => onBeginMap2
* onEndRace => onEndMap
* onEndRace1 => onEndMap1
* onRestartChallenge => onRestartMap
* onRestartChallenge2 => onRestartMap2
* onTracklistChanged => onMaplistChanged
I don´t know if it works but I just thought about it
regards, Jojo
You are right Jojo, these are the major changes. However, I am currently developing a own Queue Plugin for xaseco2. Hope it to be ready for sunday...
Cheers,
Bueddl
Re: ManiaLive 2 r305
Posted: 04 Jan 2012, 19:14
by Jojo_44
Bueddl wrote:You are right Jojo, these are the major changes. However, I am currently developing a own Queue Plugin for xaseco2. Hope it to be ready for sunday...
Cheers,
Bueddl
Glad to hear that you are back in plugin development. Wish you good coding
best regards, Jojo