b10575, on Windows
When trying to change the name of an attribute and hitting the "apply name" button a lot of times I get an error pop up. If I dismiss it, close and reopen the behavior, the name of the attribute was changed successfuly.
I don't know exactly what causes this to happen. Including the logs.
When trying to change the name of an attribute and hitting the "apply name" button a lot of times I get an error pop up. If I dismiss it, close and reopen the behavior, the name of the attribute was changed successfuly.
I don't know exactly what causes this to happen. Including the logs.
Code: [Select]
java.lang.NullPointerException
at stencyl.sw.editors.snippet.designer.search.AttributeBlockPattern.tagMatchesVariable(AttributeBlockPattern.java:54)
at java.base/java.util.HashMap.computeIfAbsent(Unknown Source)
at stencyl.sw.editors.snippet.designer.search.AttributeBlockPattern.matchesBlock(AttributeBlockPattern.java:75)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:422)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:411)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:441)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:411)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:441)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:411)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:441)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:411)
at stencyl.sw.editors.snippet.designer.EditArea.applyTransform(EditArea.java:387)
at stencyl.sw.editors.snippet.designer.SnippetDesigner.applyTransform(SnippetDesigner.java:1930)
at stencyl.sw.editors.snippet.designer.SnippetDesigner.refreshVariableDisplayName(SnippetDesigner.java:957)
at stencyl.sw.editors.snippet.vars.EditVariablePane.lambda$createEditPanel$0(EditVariablePane.java:392)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.desktop/java.awt.Component.processEvent(Unknown Source)
at java.desktop/java.awt.Container.processEvent(Unknown Source)
at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
2020-07-10 22:08:35,407 DEBUG [pool-1-thread-1] stencyl.sw.util.FileHelper: Matching (non-hidden) files within C:\Users\User\AppData\Roaming\Stencyl\stencylworks\logs: [C:\Users\User\AppData\Roaming\Stencyl\stencylworks\logs\2020-07-10_10-34-22.log, C:\Users\User\AppData\Roaming\Stencyl\stencylworks\logs\2020-07-10_22-07-48.log]