9
« on: October 01, 2015, 06:59:46 pm »
I saw some people have had this problem as well but I can't quite figure out from the threads what I can do to fix it. Anybody know what I can do? Thanks in advance.
2015-10-01 21:43:22,954 ERROR [pool-1-thread-2] stencyl.sw.data.EditableAnimation: Unable to load actor animation for actor with ID: 66. Substituting images with blanks.
javax.imageio.IIOException: Can't read input file!
at javax.imageio.ImageIO.read(ImageIO.java:1301)
at stencyl.sw.util.gfx.ImageUtil.readRasterImage(ImageUtil.java:152)
at stencyl.sw.data.EditableAnimation.loadImagesInternal(EditableAnimation.java:328)
at stencyl.sw.data.EditableAnimation.loadImagesInternal(EditableAnimation.java:263)
at stencyl.sw.data.EditableAnimation.loadImages(EditableAnimation.java:228)
at stencyl.sw.data.EditableAnimation.<init>(EditableAnimation.java:132)
at stencyl.sw.io.read.AnimationReader.read(AnimationReader.java:85)
at stencyl.sw.io.read.SpriteReader$SpriteApply.apply(SpriteReader.java:61)
at stencyl.core.lib.io.AbstractReader.applyToChildren(AbstractReader.java:104)
at stencyl.sw.io.read.SpriteReader.load(SpriteReader.java:43)
at stencyl.sw.data.EditableSprite.read(EditableSprite.java:74)
at stencyl.sw.data.EditableSprite.<init>(EditableSprite.java:69)
at stencyl.sw.io.read.SpriteReader.read(SpriteReader.java:38)
at stencyl.core.lib.io.IOHelper.read(IOHelper.java:112)
at stencyl.core.lib.io.IOHelper.read(IOHelper.java:103)
at stencyl.core.lib.ResourceList.init(ResourceList.java:81)
at stencyl.core.lib.ResourceList.<init>(ResourceList.java:57)
at stencyl.core.lib.ResourceList.createList(ResourceList.java:47)
at stencyl.core.lib.Game.load(Game.java:1660)
at stencyl.sw.app.tasks.OpenGameTask.startOpeningGame(OpenGameTask.java:157)
at stencyl.sw.app.tasks.OpenGameTask.doInBackground(OpenGameTask.java:117)
at stencyl.sw.app.tasks.OpenGameTask.doInBackground(OpenGameTask.java:34)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
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)
2015-10-01 21:43:22,964 ERROR [pool-1-thread-2] stencyl.sw.util.dg.MessageDialog: Warning: Missing Image Data - Stencyl could not locate image data for one or more actor types and has substituted blank images to continue. Close the game, do not save and post it to the forums.