smeighan / nutcracker

RGB Effects builder for Chistmas Animations
15 stars 15 forks source link

Error creating vertical snowstorm #47

Open crazylightlady opened 11 years ago

crazylightlady commented 11 years ago

Am creating effects for my oak tree grid, and even thought the effect is generated after quite some time this is the error that repeats numerous times before the animation.

Notice: ob_flush() [ref.outcontrol]: failed to flush buffer. No buffer to flush. in /users/meighan.net/htdocs/nutcracker/effects/f_snowstorm.php on line 181

smeighan commented 11 years ago

what is your username, target and effect name? 2) You probably are hitting the time limit on meighan.net. I suggest you install nutcracker locally and the limits are then removed (Cpu and disk).

foillow the instructions for a local install here http://diylightanimation.com/index.php?topic=9365.0 or here http://doityourselfchristmas.com/forums/showthread.php?21784-Nutcracker-Local-Install-of-Nutcracker

thanks

On 11/22/2012 10:08 PM, crazylightlady wrote:

Am creating effects for my oak tree grid, and even thought the effect is generated after quite some time this is the error that repeats numerous times before the animation.

Notice: ob_flush() [ref.outcontrol]: failed to flush buffer. No buffer to flush. in /users/meighan.net/htdocs/nutcracker/effects/f_snowstorm.php on line 181

— Reply to this email directly or view it on GitHub https://github.com/smeighan/nutcracker/issues/47.

crazylightlady commented 11 years ago

crazylightlady oak matrix bluesnow

Thanks

---- sean meighan notifications@github.com wrote:

what is your username, target and effect name? 2) You probably are hitting the time limit on meighan.net. I suggest you install nutcracker locally and the limits are then removed (Cpu and disk).

foillow the instructions for a local install here http://diylightanimation.com/index.php?topic=9365.0 or here http://doityourselfchristmas.com/forums/showthread.php?21784-Nutcracker-Local-Install-of-Nutcracker

thanks

On 11/22/2012 10:08 PM, crazylightlady wrote:

Am creating effects for my oak tree grid, and even thought the effect is generated after quite some time this is the error that repeats numerous times before the animation.

Notice: ob_flush() [ref.outcontrol]: failed to flush buffer. No buffer to flush. in /users/meighan.net/htdocs/nutcracker/effects/f_snowstorm.php on line 181

— Reply to this email directly or view it on GitHub https://github.com/smeighan/nutcracker/issues/47.


Reply to this email directly or view it on GitHub: https://github.com/smeighan/nutcracker/issues/47#issuecomment-10664777

kgustafson commented 11 years ago

This really is not an error per se. The code was trying to flush a buffer that had nothing in it. It sent a notice out. An empty buffer may be a symptom of another problem (why is it trying to push out a blank web page for example? This doesn't seem right) . Is this still an issue?