[FIXED] Errors when typing in text fields in Data Structures

BMJ

  • Posts: 278
Hi,

I am using build 8294 and the latest version of Dialog and Data Structures (the ones intended for Stencyl 3.3). The dialog works fine in-game, but if I try to type into certain fields in the Data Structures extension, I get the following error:

Unexpected problem on thread AWT-EventQueue-0: null
java.lang.NullPointerException
   at stencyl.ext.polydes.datastruct.data.types.builtin.DynamicType.decode(DynamicType.java:49)
   at stencyl.ext.polydes.datastruct.data.types.builtin.DynamicType.decode(DynamicType.java:25)
   at stencyl.ext.polydes.datastruct.utils.ListElementArrays.fromStrings(ListElementArrays.java:31)
   at stencyl.ext.polydes.datastruct.data.types.builtin.ArrayType$SimpleArrayEditor$1.update(ArrayType.java:271)
   at stencyl.ext.polydes.datastruct.ui.utils.DocumentAdapter.innerUpdate(DocumentAdapter.java:30)
   at stencyl.ext.polydes.datastruct.ui.utils.DocumentAdapter.removeUpdate(DocumentAdapter.java:35)
   at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source)
   at javax.swing.text.AbstractDocument.handleRemove(Unknown Source)
   at javax.swing.text.AbstractDocument.remove(Unknown Source)
   at javax.swing.text.DefaultEditorKit$DeleteNextCharAction.actionPerformed(Unknown Source)
   at javax.swing.SwingUtilities.notifyAction(Unknown Source)
   at javax.swing.JComponent.processKeyBinding(Unknown Source)
   at javax.swing.JComponent.processKeyBindings(Unknown Source)
   at javax.swing.JComponent.processKeyEvent(Unknown Source)
   at java.awt.Component.processEvent(Unknown Source)
   at java.awt.Container.processEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
   at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
   at java.awt.Component.dispatchEventImpl(Unknown Source)
   at java.awt.Container.dispatchEventImpl(Unknown Source)
   at java.awt.Window.dispatchEventImpl(Unknown Source)
   at java.awt.Component.dispatchEvent(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$500(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.awt.EventQueue$4.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)

note: this happens when I try to type into the following text fields under the "Script Settings" tab:

Default Random Type Sounds
Type Sound Character Skip
Padding

I have tried reinstalling the extension, but the errors remain.

« Last Edit: October 29, 2015, 11:31:32 am by Justin »

Justin

  • *
  • Posts: 4716
This is no longer an issue in the upcoming update.
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)