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
ManiaLive 2 r305
Moderator: NADEO
-
- Posts: 1026
- Joined: 15 Jun 2010, 15:46
Re: ManiaLive 2 r305
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
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
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
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
-
- Posts: 1026
- Joined: 15 Jun 2010, 15:46
Re: ManiaLive 2 r305
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".
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".
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
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: ManiaLive 2 r305
as he uses xaseco i think its not possible to run both server controllers....
Just deactivate xaseco for a better way
Just deactivate xaseco for a better way

TM² Info
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Re: ManiaLive 2 r305
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.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".
Thx anyway

Mark
Re: ManiaLive 2 r305
Same for me, I really hope someone can soon Instal an autoqueue on xaseco2
Professional TM² Canyon player, member of Team Awsomniac.
Ladder Moderator, if you have questions, don't be scary to ask!
Ladder Moderator, if you have questions, don't be scary to ask!
Re: ManiaLive 2 r305
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
* 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
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...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
Cheers,
Bueddl
Re: ManiaLive 2 r305
Glad to hear that you are back in plugin development. Wish you good codingBueddl 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

best regards, Jojo
Who is online
Users browsing this forum: No registered users and 2 guests