Clicking "Run" does nothing [Already used the troubleshooting page]

edited October 2013 in Using Processing

Hi there, so I got processing about a month ago and since I got it, it has not been working. Everytime I hit run nothing happens and I've tried to investigate into the issue but nothing seems to work. All processing does right now is clog up my activity monitor with java processes. I looked into the console app. Would anyone be willing to tell me what is wrong and what exactly I should do?

I would really appreciate it! Thank you so much!

Console code: 
10/9/13 2:53:44.064 PM configd: network configuration changed.
10/9/13 2:54:18.464 PM [0x0-0x2ad2ad].org.processing.app: expecting RBRACK, found ','
10/9/13 2:54:39.846 PM [0x0-0x2ad2ad].org.processing.app: expecting RBRACK, found ','
10/9/13 2:54:43.262 PM netbiosd: network address or mask changed for en1
10/9/13 2:54:46.169 PM [0x0-0x2ad2ad].org.processing.app: expecting RBRACK, found ','
10/9/13 2:55:48.684 PM Firewall: java is listening from 0.0.0.0:8034 proto=6
10/9/13 2:55:56.243 PM Firewall: java is listening from 0.0.0.0:8155 proto=6
10/9/13 2:56:14.085 PM Firewall: java is listening from 0.0.0.0:8604 proto=6
10/9/13 2:56:25.133 PM Firewall: java is listening from 0.0.0.0:8303 proto=6
10/9/13 2:56:43.185 PM [0x0-0x1ea1ea].org.mozilla.firefox: NOTE: child process received `Goodbye', closing down
10/9/13 2:57:20.183 PM Firewall: java is listening from 0.0.0.0:8256 proto=6
10/9/13 2:57:43.778 PM Firewall: java is listening from 0.0.0.0:8071 proto=6
10/9/13 3:00:49.061 PM login: USER_PROCESS: 3889 ttys000
10/9/13 3:01:51.482 PM [0x0-0x226226].com.google.Chrome: [3210:72707:1009/150151:ERROR:download.cc(99)] PostClientToServerMessage() failed during GetUpdates
10/9/13 3:02:43.567 PM Firewall: JavaApplicationS is listening from ::ffff:0.0.0.0:0 proto=6
10/9/13 3:02:43.567 PM Firewall: JavaApplicationS is listening from ::ffff:127.0.0.1:54914 proto=6
10/9/13 3:02:49.027 PM Firewall: java is listening from 0.0.0.0:8468 proto=6
10/9/13 3:04:09.902 PM Firewall: JavaApplicationS is listening from ::ffff:0.0.0.0:0 proto=6
10/9/13 3:04:09.902 PM Firewall: JavaApplicationS is listening from ::ffff:127.0.0.1:55591 proto=6
10/9/13 3:04:20.310 PM Firewall: java is listening from 0.0.0.0:8310 proto=6
10/9/13 3:06:51.070 PM [0x0-0x2a32a3].com.google.GoogleTalkPluginD: DVFreeThread - CFMachPortCreateWithPort hack = 0x3853410, fPowerNotifyPort= 0x3852c50
10/9/13 3:06:51.070 PM [0x0-0x2a32a3].com.google.GoogleTalkPluginD: DVFreeThread - CFMachPortCreateWithPort hack = 0x614dee0, fPowerNotifyPort= 0x614de50
10/9/13 3:06:58.000 PM kernel: IOHIDSystem cursor update overdue. Resending.
10/9/13 3:07:00.361 PM Firewall: GoogleTalkPlugin is listening from 127.0.0.1:57264 proto=6
10/9/13 3:07:00.361 PM Firewall: GoogleTalkPlugin is listening from 127.0.0.1:57265 proto=6

Answers

  • Answer ✓

    Did you try it also with a empty sketch (no content)? Did you update Processing?

  • I apologize with my late response. Um, I used a couple of the examples given and tried to run those and still nothing. Also, I downloaded the latest version off of the website, so I wouldn't think it would need updating.

  • Processing uses network communication to pilot the running sketch from the PDE. If these communications are blocked, the sketch cannot run, I think. So check if your firewall isn't blocking these communication.

Sign In or Register to comment.