Hi midwinterdreams,
I Checked out your effect, and it seem that you got null ref exeptions being thrown due to missing resources on your mesh renderer.
As the effect is completely stripped of any texture or meshes, I suspect you stripped it of any resource for confidentiality. If so, contact PopcornFX via support@popcornfx.com with the full effect.
If not, check if the mesh renderer resources is imported insided a child folder of the resources directory. As when building standalone unity will import any asset located here.
Hope this helps