There is no exception...
Looking at sentry's exceptions for da77af editor sha, there is a couple of different errors:
NPE during repaint-canvas! — since it's about code editor view, might be this one
editor.code.view$repaint_canvas_BANG_.invokeStatic.class java.lang.NullPointerException: null
at editor.code.view$repaint_canvas_BANG_.invokeStatic(view.clj:782)
at editor.code.view$repaint_view_BANG_.invokeStatic(view.clj:2225)
at editor.code.view$make_view_BANG_$fn.invoke(view.clj:2561)
at clojure.lang.AFn.run(AFn.java:22)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
at java.security.AccessController.doPrivileged(AccessController.java)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
Cannot open as an InputStream — hmm...
clojure.java.io$fn__11444.invokeStatic.class java.lang.IllegalArgumentException: Cannot open <nil> as an InputStream.
at clojure.java.io$fn.invokeStatic(io.clj:167)
at clojure.java.io$fn.invoke(io.clj:167)
at clojure.java.io$fn$G__11372__11386.invoke(io.clj:69)
at clojure.java.io$input_stream.invokeStatic(io.clj:136)
at clojure.java.io$input_stream.doInvoke(io.clj:121)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at editor.image_util$read_image.invokeStatic(image_util.clj:41)
at editor.pipeline.texture_set_gen$atlas__GT_texture_set_data$fn.invoke(texture_set_gen.clj:97)
at clojure.core$map$fn.invoke(core.clj:2753)
at clojure.lang.LazySeq.sval(LazySeq.java:42)
at clojure.lang.LazySeq.seq(LazySeq.java:51)
at clojure.lang.RT.seq(RT.java:531)
at clojure.lang.RT.nthFrom(RT.java:918)
at clojure.lang.RT.nth(RT.java:893)
at clojure.lang.LazySeq.get(LazySeq.java:233)
at com.dynamo.bob.textureset.TextureSetGenerator.calculateLayout(TextureSetGenerator.java:332)
at editor.pipeline.texture_set_gen$atlas__GT_texture_set_data.invokeStatic(texture_set_gen.clj:104)
at editor.atlas$generate_texture_set_data.invokeStatic(atlas.clj:489)
at editor.atlas$generate_texture_set_data.invoke(atlas.clj:489)
at editor.atlas$call_generator.invokeStatic(atlas.clj:493)
at editor.atlas$generate_packed_image.invokeStatic(atlas.clj:503)
at editor.atlas$generate_packed_image.invoke(atlas.clj:495)
at editor.atlas$call_generator.invokeStatic(atlas.clj:493)
FileNotFoundException
java.io.FileInputStream.open0.class java.io.FileNotFoundException: [REDACTED]/shop_energy_01.png (No such file or directory)
at java.io.FileInputStream.open0(FileInputStream.java)
at java.io.FileInputStream.open(FileInputStream.java:219)
at java.io.FileInputStream.<init>(FileInputStream.java:157)
at clojure.java.io$fn.invokeStatic(io.clj:229)
at clojure.java.io$fn.invoke(io.clj:229)
at clojure.java.io$fn$G__11372__11386.invoke(io.clj:69)
at editor.resource.FileResource.make_input_stream(resource.clj:135)
at clojure.java.io$input_stream.invokeStatic(io.clj:136)
at clojure.java.io$input_stream.doInvoke(io.clj:121)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at editor.image_util$read_image.invokeStatic(image_util.clj:41)
at editor.pipeline.texture_set_gen$atlas__GT_texture_set_data$fn.invoke(texture_set_gen.clj:97)
at clojure.core$map$fn.invoke(core.clj:2753)
Exception occured after adding new editor_script file.
Expected behaviour
Actual behaviour
Steps to reproduce
There is no exception... Looking at sentry's exceptions for
da77af
editor sha, there is a couple of different errors:repaint-canvas!
— since it's about code editor view, might be this oneObsolete.