Hi Justin
, I received a error with the data structures extension when opening a game ( it says I don't have the right version but I know I do, I updated to the 3.3 version already ) :
rror in toolset extension Data Structures Extension on thread AWT-EventQueue-0: stencyl/sw/editors/snippet/designer/dropdown/JavaConverter
stencyl.sw.app.ExtensionException: stencyl/sw/editors/snippet/designer/dropdown/JavaConverter
at stencyl.sw.actions.Actions.gameOpened(Actions.java:844)
at stencyl.sw.app.tasks.OpenGameTask$3.run(OpenGameTask.java:231)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)
Caused by: java.lang.NoClassDefFoundError: stencyl/sw/editors/snippet/designer/dropdown/JavaConverter
at stencyl.ext.polydes.datastruct.Main.onGameOpened(Main.java:259)
at stencyl.sw.actions.Actions.gameOpened(Actions.java:838)
... 15 more
Caused by: java.lang.ClassNotFoundException: stencyl.sw.editors.snippet.designer.dropdown.JavaConverter
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 17 more
Full logs :
https://www.dropbox.com/s/348atsv0r7oasnq/log-2015-08-27.zip?dl=1