Unexpected problem on thread Thread-70: null
java.lang.NullPointerException
at stencyl.core.engine.snippet.ISnippet.getNiceName(ISnippet.java:465)
at stencyl.sw.io.write.resource.HXError.getNameAndReason(HXError.java:58)
at stencyl.sw.io.write.resource.HXWriter.parseForBehaviorCompilationErrors(HXWriter.java:4032)
at stencyl.sw.io.write.resource.HXWriter.processOutput(HXWriter.java:3607)
at stencyl.sw.io.write.resource.HXWriter.access$2200(HXWriter.java:78)
at stencyl.sw.io.write.resource.HXWriter$3.parse(HXWriter.java:457)
at stencyl.sw.util.StreamGobbler.run(StreamGobbler.java:83)
I had one actor, one scene, made walking for the actor.
I made x2 duplications of the actor.
Then I started getting errors when testing the game. I deleted all duplications, still error
Deleted all actors and scene, still error
Saved as to a new name, still error
Export and import file, still error
Making a new, fresh file works + testing games
- Tobben