Loading...
Logo
Processing Forum

Processing 1.5.1 stop working !

in General Discussion  •  Other  •  5 months ago  
Well my processing is just not working anymore. It opens, I can see the menu "file" but none of the others. The only enters under file menu are "new"  "open" "examples". New does nothing, open shows the sketches in sketchbook (but none opens if i choose one) and example shows the examples window, but none of them works also.  NO windows, no messages, just northing. 
I tried trashing the preferences, downloading a new copy, but nope, nothing.
Processing 2.0b8 works fine though.

The issue occurred when i had both opened at same time. I had just ran a sketch to retrieve sys specifications. Did in 2.0, ok, than tried in 1.5.1 and got this mess...

please help.

inside console folder, the last error is pasted below, after the code for sys specs i ran


Copy code
  1. String os = System.getProperty("os.name").toLowerCase();
  2. void setup() { 
  3.   size(255, 255);  
  4.   c("file.separator"); 
  5.   c("java.class.path");
  6.   c("java.home"); 
  7.   c("java.vendor"); 
  8.   c("java.vendor.url"); 
  9.   c("java.version"); 
  10.   c("line.separator"); 
  11.   c("os.arch"); 
  12.   c("os.name"); 
  13.   c("os.version"); 
  14.   c("path.separator"); 
  15.   c("user.dir"); 
  16.   c("user.home"); 
  17.   c("user.name");
  18. }
  19. void c(String kk) {  
  20.   println(kk+ " > "+System.getProperty(kk));
  21. }

Copy code

    Copy code
      The error:


      Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Base.getSketchbookToolsFolder()Ljava/io/File;
      at ams.tool.AppletMaker.<clinit>(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:249)
      at processing.app.Editor.addTools(Editor.java:874)
      at processing.app.Editor.buildToolsMenu(Editor.java:797)
      at processing.app.Editor.buildMenuBar(Editor.java:448)
      at processing.app.Editor.<init>(Editor.java:147)
      at processing.mode.java.JavaEditor.<init>(JavaEditor.java:26)
      at processing.mode.java.JavaMode.createEditor(JavaMode.java:48)
      at processing.app.Base.handleOpen(Base.java:890)
      at processing.app.Base.handleOpen(Base.java:826)
      at processing.app.Base.handleNew(Base.java:709)
      at processing.app.macosx.ThinkDifferent$1.actionPerformed(ThinkDifferent.java:113)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
      at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
      at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
      at java.awt.MenuItem.processEvent(MenuItem.java:609)
      at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
      at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
      at java.awt.EventQueue.access$400(EventQueue.java:82)
      at java.awt.EventQueue$2.run(EventQueue.java:669)
      at java.awt.EventQueue$2.run(EventQueue.java:667)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      at java.awt.EventQueue$3.run(EventQueue.java:683)
      at java.awt.EventQueue$3.run(EventQueue.java:681)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
      Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Base.getSketchbookToolsFolder()Ljava/io/File;
      at ams.tool.AppletMaker.<clinit>(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:249)
      at processing.app.Editor.addTools(Editor.java:874)
      at processing.app.Editor.buildToolsMenu(Editor.java:797)
      at processing.app.Editor.buildMenuBar(Editor.java:448)
      at processing.app.Editor.<init>(Editor.java:147)
      at processing.mode.java.JavaEditor.<init>(JavaEditor.java:26)
      at processing.mode.java.JavaMode.createEditor(JavaMode.java:48)
      at processing.app.Base.handleOpen(Base.java:890)
      at processing.app.Base.handleOpen(Base.java:826)
      at processing.app.Base.handleNew(Base.java:709)
      at processing.app.macosx.ThinkDifferent$1.actionPerformed(ThinkDifferent.java:113)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
      at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
      at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
      at java.awt.MenuItem.processEvent(MenuItem.java:609)
      at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
      at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
      at java.awt.EventQueue.access$400(EventQueue.java:82)
      at java.awt.EventQueue$2.run(EventQueue.java:669)
      at java.awt.EventQueue$2.run(EventQueue.java:667)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      at java.awt.EventQueue$3.run(EventQueue.java:683)
      at java.awt.EventQueue$3.run(EventQueue.java:681)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
      Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Base.getSketchbookToolsFolder()Ljava/io/File;
      at ams.tool.AppletMaker.<clinit>(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:249)
      at processing.app.Editor.addTools(Editor.java:874)
      at processing.app.Editor.buildToolsMenu(Editor.java:797)
      at processing.app.Editor.buildMenuBar(Editor.java:448)
      at processing.app.Editor.<init>(Editor.java:147)
      at processing.mode.java.JavaEditor.<init>(JavaEditor.java:26)
      at processing.mode.java.JavaMode.createEditor(JavaMode.java:48)
      at processing.app.Base.handleOpen(Base.java:890)
      at processing.app.Base.handleOpen(Base.java:826)
      at processing.app.Base.handleNew(Base.java:709)
      at processing.app.macosx.ThinkDifferent$1.actionPerformed(ThinkDifferent.java:113)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
      at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
      at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
      at java.awt.MenuItem.processEvent(MenuItem.java:609)
      at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
      at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
      at java.awt.EventQueue.access$400(EventQueue.java:82)
      at java.awt.EventQueue$2.run(EventQueue.java:669)
      at java.awt.EventQueue$2.run(EventQueue.java:667)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      at java.awt.EventQueue$3.run(EventQueue.java:683)
      at java.awt.EventQueue$3.run(EventQueue.java:681)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
      Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Base.getSketchbookToolsFolder()Ljava/io/File;
      at ams.tool.AppletMaker.<clinit>(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:249)
      at processing.app.Editor.addTools(Editor.java:874)
      at processing.app.Editor.buildToolsMenu(Editor.java:797)
      at processing.app.Editor.buildMenuBar(Editor.java:448)
      at processing.app.Editor.<init>(Editor.java:147)
      at processing.mode.java.JavaEditor.<init>(JavaEditor.java:26)
      at processing.mode.java.JavaMode.createEditor(JavaMode.java:48)
      at processing.app.Base.handleOpen(Base.java:890)
      at processing.app.Base.handleOpen(Base.java:826)
      at processing.app.Base.handleNew(Base.java:709)
      at processing.app.macosx.ThinkDifferent$1.actionPerformed(ThinkDifferent.java:113)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
      at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
      at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
      at java.awt.MenuItem.processEvent(MenuItem.java:609)
      at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
      at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
      at java.awt.EventQueue.access$400(EventQueue.java:82)
      at java.awt.EventQueue$2.run(EventQueue.java:669)
      at java.awt.EventQueue$2.run(EventQueue.java:667)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      at java.awt.EventQueue$3.run(EventQueue.java:683)
      at java.awt.EventQueue$3.run(EventQueue.java:681)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
      Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Base.getSketchbookToolsFolder()Ljava/io/File;
      at ams.tool.AppletMaker.<clinit>(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:249)
      at processing.app.Editor.addTools(Editor.java:874)
      at processing.app.Editor.buildToolsMenu(Editor.java:797)
      at processing.app.Editor.buildMenuBar(Editor.java:448)
      at processing.app.Editor.<init>(Editor.java:147)
      at processing.mode.java.JavaEditor.<init>(JavaEditor.java:26)
      at processing.mode.java.JavaMode.createEditor(JavaMode.java:48)
      at processing.app.Base.handleOpen(Base.java:890)
      at processing.app.Base.handleOpen(Base.java:826)
      at processing.app.Base.handleNew(Base.java:709)
      at processing.app.macosx.ThinkDifferent$1.actionPerformed(ThinkDifferent.java:113)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
      at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
      at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
      at java.awt.MenuItem.processEvent(MenuItem.java:609)
      at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
      at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
      at java.awt.EventQueue.access$400(EventQueue.java:82)
      at java.awt.EventQueue$2.run(EventQueue.java:669)
      at java.awt.EventQueue$2.run(EventQueue.java:667)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      at java.awt.EventQueue$3.run(EventQueue.java:683)
      at java.awt.EventQueue$3.run(EventQueue.java:681)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
      Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: processing.app.Base.getSketchbookToolsFolder()Ljava/io/File;
      at ams.tool.AppletMaker.<clinit>(Unknown Source)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:249)
      at processing.app.Editor.addTools(Editor.java:874)
      at processing.app.Editor.buildToolsMenu(Editor.java:797)
      at processing.app.Editor.buildMenuBar(Editor.java:448)
      at processing.app.Editor.<init>(Editor.java:147)
      at processing.mode.java.JavaEditor.<init>(JavaEditor.java:26)
      at processing.mode.java.JavaMode.createEditor(JavaMode.java:48)
      at processing.app.Base.handleOpen(Base.java:890)
      at processing.app.Base.handleOpen(Base.java:826)
      at processing.app.Base.handleOpenPrompt(Base.java:815)
      at processing.app.macosx.ThinkDifferent$2.actionPerformed(ThinkDifferent.java:121)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
      at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
      at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
      at java.awt.MenuItem.processEvent(MenuItem.java:609)
      at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
      at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:713)
      at java.awt.EventQueue.access$400(EventQueue.java:82)
      at java.awt.EventQueue$2.run(EventQueue.java:669)
      at java.awt.EventQueue$2.run(EventQueue.java:667)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
      at java.awt.EventQueue$3.run(EventQueue.java:683)
      at java.awt.EventQueue$3.run(EventQueue.java:681)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:680)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
       
      Copy code

        Copy code

          Copy code

                                                  Replies(3)

                                                  no one... I'm desperate without my Processing :(

                                                  I believe the problem is that the AppletMaker tool is designed to work with the 2.0b8 PDE but your PS 1.5.1 is sharing the same sketch folder and is attempting to embed the tool into the PDE.

                                                  I suggest that you delete the tool from the tool folder and retry 1.5.1

                                                  Yeahhhhhh!!!! That did it, Thanks a lot quarks. And also for the applet maker.