Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rbmachok9

Pages: 1
1
News / Re: 3.3.2 - Build 8670 - September 9, 2015
« on: September 10, 2015, 01:20:45 am »
Unexpected problem on thread AWT-EventQueue-0: null
java.lang.NullPointerException
   at stencyl.sw.editors.snippet.designer.palette.CategoryListing.refreshParent(CategoryListing.java:119)
   at stencyl.sw.editors.snippet.designer.palette.CategoryListing.selectButton(CategoryListing.java:112)
   at stencyl.sw.editors.snippet.designer.palette.PaletteContainer.switchToSearchPage(PaletteContainer.java:177)
   at stencyl.sw.editors.snippet.designer.palette.SearchPalette$3$2.run(SearchPalette.java:137)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)


and it also doestn print on the log viwer because the path says Aplication Data not AppData

2
News / Re: 3.3.2 - Build 8670 - September 9, 2015
« on: September 10, 2015, 01:15:52 am »
it doesnt print on console and has an error every time you search int he block code editor, i think has more bugs that the older one !!

3
Dialog Extension / Re: Data Structure Toolset Keeps Throwing an Error
« on: August 29, 2015, 12:41:21 pm »
Hello, Im having the same error could you help me please

I have stencyl 3.3.2

Error in toolset extension Data Structures Extension on thread AWT-EventQueue-0: stencyl/sw/editors/snippet/designer/dropdown/CodeConverter
stencyl.sw.app.ExtensionException: stencyl/sw/editors/snippet/designer/dropdown/CodeConverter
   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/CodeConverter
   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.CodeConverter
   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

THX for the help

Pages: 1