I get the following error when testing - although my game always still runs in the browser or iOS once I click 'don't show again'.
Unexpected problem on thread pool-2-thread-1: null
java.lang.NullPointerException
at stencyl.sw.editors.snippet.designer.Definitions.createGetVariableBlock(Definitions.java:860)
at stencyl.sw.editors.snippet.designer.SnippetDesigner.createVarGetter(SnippetDesigner.java:781)
at stencyl.sw.editors.snippet.designer.codebuilder.CodeBuilder.loadDefinitions(CodeBuilder.java:254)
at stencyl.sw.editors.snippet.designer.codebuilder.CodeBuilder.writeToString(CodeBuilder.java:277)
at stencyl.sw.io.write.resource.SnippetsWriter.convert(SnippetsWriter.java:570)
at stencyl.sw.io.write.resource.SnippetsWriter$1.run(SnippetsWriter.java:505)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)