Home › Forums › TimelineFX Module › Compile error – undefined reference › Re: Re: Compile error – undefined reference
That was the issue it seems like, I had 1.35 on this machine still š
Then my next problem is that using e.g. Local MyEffect:tlEffect = MyEffectsLib.GetEffect(“simple explosion 1”) returns a null object even though it exists in the effect library I’ve loaded in MyEffectsLib. The exact error message is: MaxIDE: “Unhandled Exception: Attempt to access field or method of Null object” on the line “MyParticleManager.addeffect(CopyEffect(MyEffect, MyParticleManager))”
Update: Found the issue, I was ignoring the hierarchy so I of course needed to use “Pyro/Simpla Explosion 1” instead.