how long did it run?
Any idea what plugin has the leak?
ManiaLive r194
Moderator: NADEO
- Knutselmaaster
- Posts: 1206
- Joined: 15 Jun 2010, 18:03
- Manialink: intr
- Location: Somewhere between Paris and Disney in France.
- Contact:
Re: ManiaLive r194
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
Less than 12 hrsKnutselmaaster wrote:how long did it run?
Any idea what plugin has the leak?

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
Hi,
I was trying to make a popup while rendering the window
I used this :
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
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";
}
What am I doing wrong

Thanks

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...
-
- Posts: 12
- Joined: 18 Feb 2011, 09:07
Re: ManiaLive r194
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
here the file in the archive to unpack and run html
Who is online
Users browsing this forum: No registered users and 2 guests