Random error (in get attribute block) when game is open [DUPLICATE]

designpeg

  • *
  • Posts: 731
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)

« Last Edit: October 05, 2015, 08:45:22 pm by Jon »

Jon

  • *
  • Posts: 17524
I noticed this here, but Justin hasn't had a chance to peek yet. It is benign (in the sense that nothing bad has actually happened) and can be ignored.

http://community.stencyl.com/index.php?issue=44.0

Jon

  • *
  • Posts: 17524
I've fixed this for b8723. Please confirm on your end.