Page 2 of 2

Re: ManiaLive r194

Posted: 25 Mar 2011, 17:33
by Knutselmaaster
how long did it run?
Any idea what plugin has the leak?

Re: ManiaLive r194

Posted: 26 Mar 2011, 12:57
by weerwolf

Code: Select all

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 71 bytes) in /LYNX1server/LYNX1manialive/libraries/ManiaLive/Gui/Handler/IDGenerator.php on line 71
Knutselmaaster wrote:how long did it run?
Any idea what plugin has the leak?
Less than 12 hrs :(
Crashed again this morning 09:12

My guess should go out to MLEPP, i think this IDgenerator i saw the first time after installation that plugin.
But for now its still guessing. Other logfiles did give me any other clues

Re: ManiaLive r194

Posted: 30 Mar 2011, 16:16
by oliverde8
Hi,

I was trying to make a popup while rendering the window

I used this :

Code: Select all

if($this->loaderOpen == true){
				$this->loaderScreen->setText("The Track list is opening be patient plz. Progress : ".($i/$this->page_items)*100);
			}
			else if( ($i/$this->page_items)<0.75 && ( (microtime(true) - $this->startTime)/$i ) > 10 ){
				$this->loaderScreen = Info::Create($this->login);
				$this->loaderScreen->setSize(50, 20);
				$this->loaderScreen->setTitle('Plw Wait. Track List is opening');
				$this->loaderScreen->setText("The Track list is opening be patient plz. Progress : ".($i/$this->page_items)*100);
				$this->loaderScreen->centerOnScreen();
				WindowHandler::showDialog($this->loaderScreen);
				$this->loaderOpen = true;
				echo "Popup\n";
			}
It takes quite a while for the window to be ready. on the console I see "Popup appearing but the Popup only shows itself after the window opened.

What am I doing wrong :)

Thanks

Re: ManiaLive r194

Posted: 04 Apr 2011, 07:22
by alividerchi
hi all help me here's a video look at it weighs 5Mb and tell me what could be the problem if that give me links to those files for which I have downloaded and installed thanks in advance
here the file in the archive to unpack and run html