unsure if this is how to drop crash reports but I’m experiencing some different crashes and broken behavior from the Particle Pop.
first in the most basic setup
point → particle → null (back to particle)
bypassing the null crashe. here is the
particlenullcrash.toe (3.6 KB)
and here is the crash report
crashreportbasicsetup.dmp (281.6 KB)
also whenever using PartDeath I get broken behavior such as if I stick a Math referencing PartDeath but not doing anything 1 single particle will just blink in and out of existence despite birth rate being 10 per second and life expect being 100 seconds. If I get the birthrate up to 30 per second I can maintain a single particle and slowly accumulate a few more particles. If I bump it up to 60 per second it appears to accumulate regularly without any odd behavior.
partdeathblink.toe (3.7 KB)
and then also this behaviour where it stops the particle simulation when I unbypass the partdeath I either crashes or stops the flow of the program
partdeathcrashorstop.toe (3.7 KB)
crashreportbasicsetup.dmp (281.2 KB)