So I’m deploying GenesisFX (version 1.2) via JWS and have received this error when I load up the Scene. I’m using OSX Leopard (which is Sun JRE 1.5.0_13)
Genesis FX (TM) Particle System v1.2 Developer Edition
(c) Copyright 2007 indie technologies, all rights reserved
Exception in thread "Thread-7" java.lang.NoSuchMethodError: com.indie.genesis.j3d.ParticleSystemManager.setName(Ljava/lang/String;)V
at com.indie.genesis.j3d.effects.Effect.getManager(Effect.java:714)
at com.indie.genesis.j3d.effects.Effect.buildParticleSystem(Effect.java:495)
at com.indie.genesis.j3d.effects.Effect.build(Effect.java:470)
at com.indie.genesis.j3d.effects.Effect.rewind(Effect.java:1124)
Any idea what might be causing this? It works fine in GNU/Linux.