corona newVersion and particle effect

Hi…

I downloaded latest version of corona sdk ( Version 2016.2816 (2016.1.27) ) and when i start my test app this error appear on console.

 Invalid Particle Designer file - “particleLifespan” MUST be non-zero. We’ll set this to 0.05 for now. Please adjust this value in Particle Designer and re-export the effect

I see  particleLifeSpawn of my particle effect and it is

“particleLifespan” : 1. 

What is happen ? In my precedent version of corona this error didn’t appear. 

However my app run without problem.

This message appear only on console.

Hi @marcomm58,

I just tested our “EmitterBasic1” sample in build 2016.2818. I tested the “particleLifespan” value at both 0 and 1. I received the warning only when it was 0, which is expected. I received no warning when it was set to 1. I’m not sure why you’re getting this error, honestly… can you try that sample on your side, changing the “particleLifespan” value within its “fire.json” file?
 

CoronaSDK-XXXX > SampleCode > Graphics > EmitterBasic1

Best regards,

Brent

thanks for help.

I changed particleLifeSpan how it is in “fire.json” and now the message doesn’t appear.

Hi @marcomm58,

I just tested our “EmitterBasic1” sample in build 2016.2818. I tested the “particleLifespan” value at both 0 and 1. I received the warning only when it was 0, which is expected. I received no warning when it was set to 1. I’m not sure why you’re getting this error, honestly… can you try that sample on your side, changing the “particleLifespan” value within its “fire.json” file?
 

CoronaSDK-XXXX > SampleCode > Graphics > EmitterBasic1

Best regards,

Brent

thanks for help.

I changed particleLifeSpan how it is in “fire.json” and now the message doesn’t appear.