ManiaLive 2 r305

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

Moderator: NADEO

User avatar
killer606
Posts: 440
Joined: 19 Jul 2011, 09:15
Contact:

Re: ManiaLive 2 r305

Post 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
The_Big_Boo
Posts: 1026
Joined: 15 Jun 2010, 15:46

Re: ManiaLive 2 r305

Post 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
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
User avatar
killer606
Posts: 440
Joined: 19 Jul 2011, 09:15
Contact:

Re: ManiaLive 2 r305

Post 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
Attachments
fail01.jpg
The_Big_Boo
Posts: 1026
Joined: 15 Jun 2010, 15:46

Re: ManiaLive 2 r305

Post 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".
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
User avatar
w1lla
Posts: 2287
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: ManiaLive 2 r305

Post by w1lla »

as he uses xaseco i think its not possible to run both server controllers....

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
User avatar
killer606
Posts: 440
Joined: 19 Jul 2011, 09:15
Contact:

Re: ManiaLive 2 r305

Post 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
laurens92
Posts: 131
Joined: 21 Sep 2011, 13:18
Location: Belgium

Re: ManiaLive 2 r305

Post by laurens92 »

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!
User avatar
Jojo_44
Posts: 485
Joined: 12 Jul 2010, 15:58
Location: Germany->Bavaria
Contact:

Re: ManiaLive 2 r305

Post 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
Image
my english sounds very unfriendly but it isn´t ;)
Bueddl
Posts: 165
Joined: 27 Jun 2010, 11:39

Re: ManiaLive 2 r305

Post 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
http://www.tmserver.org | Mania Exchange
═╦═╔╦╗² | MP4 Beta
User avatar
Jojo_44
Posts: 485
Joined: 12 Jul 2010, 15:58
Location: Germany->Bavaria
Contact:

Re: ManiaLive 2 r305

Post 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
Image
my english sounds very unfriendly but it isn´t ;)
Post Reply

Return to “Dedicated Server Tools”

Who is online

Users browsing this forum: No registered users and 2 guests