the java output that i got in red text while downloading the G4PTool

Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool\tool\G4P.jar Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool\tool\G4PTool.jar Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool\tool Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool\tool\G4P.jar Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool\tool\G4PTool.jar Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool\tool Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp\G4PTool Could not delete C:\Users\Adam\Documents\Processing\tools\tool2134032790254289772tmp Exception in thread "AWT-EventQueue-0" "Color Selector Plus" is not compatible with this version of Processing The processing.app.Base.setIcon(Ljava/awt/Frame;)V method no longer exists. java.lang.NullPointerException at net.drifkin.bezier_editor.BezierEditorTool.adjustAfterResize(Unknown Source) at net.drifkin.bezier_editor.BezierEditorTool$1.componentResized(Unknown Source) at java.awt.Component.processComponentEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Window.processEvent(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$200(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)

Answers

  • Answer ✓

    GUI Builder is not compatible with Processing 3. It should only be used with 2.2.1

  • oh right i totally forgot there was an update sorry

Sign In or Register to comment.