Processing 2.0.3 failed to launch after I updated XCode and Java 6 on OS X Mountain Lion

edited October 2013 in Using Processing

Processing 2.0.3 failed to launch after I updated XCode and Java 6 on OS X Mountain Lion I reinstalled the java 6, but it still does not work. I tried to run Processing on command line, here is the output:

Ians-MacBook-Pro:~ ian$ cd /Applications/Processing.app/Contents/MacOS/ Ians-MacBook-Pro:MacOS ian$ ./JavaApplicationStub Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at processing.app.Base.(Base.java:351) at processing.app.Base.createAndShowGUI(Base.java:202) at processing.app.Base.access$0(Base.java:145) at processing.app.Base$1.run(Base.java:139) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:685) 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) Caused by: java.lang.NullPointerException at processing.core.PApplet.parseInt(PApplet.java:9263) at processing.app.contrib.AvailableContribution.(AvailableContribution.java:51) at processing.app.contrib.ContributionListing.parseContribList(ContributionListing.java:459) at processing.app.contrib.ContributionListing.setAdvertisedList(ContributionListing.java:76) at processing.app.contrib.ContributionListing.(ContributionListing.java:59) at processing.app.contrib.ContributionListing.getInstance(ContributionListing.java:66) at processing.app.contrib.ContributionManager.(ContributionManager.java:37) ... 18 more

Sign In or Register to comment.