How to reproduce
- Create an actor behaviour
- create a new customised block
- enter the name
- in the bloc specifications write "%0 %0", validate
- (optional : reedit the bloc to remove one of the two %0)
- close the scene
- you cannot reopen it
- Create an actor behaviour
- create a new customised block
- enter the name
- in the bloc specifications write "%0 %0", validate
- (optional : reedit the bloc to remove one of the two %0)
- close the scene
- you cannot reopen it
Code: [Select]
java.lang.RuntimeException: java.lang.IllegalStateException: Can't embed block that's added to another component.
at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:74)
at stencyl.sw.app.tasks.StencylWorker.done(StencylWorker.java:54)
at stencyl.sw.app.tasks.OpenResourceTask.done(OpenResourceTask.java:81)
at java.desktop/javax.swing.SwingWorker$5.run(Unknown Source)
at java.desktop/javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)