Hi, I am getting thismessage in the console, using processing 2.0a5.
no error is indicated, but some programs dont run.
using ubuntu
for example this example doesnt run because the xinittreads message appears:
void setup(){
size(100,100,P3D);
}
void draw(){
background(200);
camera(mouseX,mouseY,-100,0,0,0,0,0,1);
box(50);
}
how to correct it?
no error is indicated, but some programs dont run.
using ubuntu
for example this example doesnt run because the xinittreads message appears:
void setup(){
size(100,100,P3D);
}
void draw(){
background(200);
camera(mouseX,mouseY,-100,0,0,0,0,0,1);
box(50);
}
how to correct it?
1