We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › Help! I have an error whenever I run a program!
Page Index Toggle Pages: 1
Help! I have an error whenever I run a program! (Read 333 times)
Help! I have an error whenever I run a program!
Mar 10th, 2010, 12:50pm
 
Hey,
I'm new to processing and can't figure out why I'm getting an error. I'm trying just the most basic program, something like:

line(10, 10, 50, 50);

And whenever I try to run it I get the following error:

["debugInit.c",L500]"
[2] "JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initialized"

Using startup command:

{command=command=java -d32 -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8135,suspend=y -Xdock:name=sketch_mar10a -Djava.library.path=:/Applications/Processing.app/Contents/Resources/Java:/Syste
m/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources:.:/Libra
ry/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java -cp /tmp/build41502.tmp:/Applications/Processing.app/Contents/Resources/Java/pde.jar
:/Applications/Processing.app/Contents/Resources/Java/core.jar:/Applications/Pro
cessing.app/Contents/Resources/Java/antlr.jar:/Applications/Processing.app/Conte
nts/Resources/Java/ecj.jar:/Applications/Processing.app/Contents/Resources/Java/
registry.jar:/Applications/Processing.app/Contents/Resources/Java/quaqua.jar processing.core.PApplet "--editor-location=390,100" --external --display=1 --sketch-path=/tmp/untitled41500.tmp/sketch_mar10a sketch_mar10a , quote=quote=", address=address=127.0.0.1:8135}[/color]

Even when I run example programs I get the same error. I'm working with Mac OSX 10.5.4 Does anyone know what's happening?
Page Index Toggle Pages: 1