I am running Processing 3.2.4 on Windows 10, and am trying to run a simple 3D program:
void setup(){
size(1200, 800, P3D);
}
void draw(){
}
Whenever I try running the program, instead of getting my program window, I am getting a popup with the following error:LoadLibrary failed with error 1114: A dynamic link library (DLL) initialization routine failed
.
What does this error mean, and how can I fix it? (I already tried reinstalling Processing). I am running Processing 3.2.4 on Windows 10, and am trying to run a simple 3D program:
void setup(){
size(1200, 800, P3D);
}
void draw(){
}
Whenever I try running the program, instead of getting my program window, I am getting a popup with the following error:LoadLibrary failed with error 1114: A dynamic link library (DLL) initialization routine failed
.
What does this error mean, and how can I fix it? (I already tried reinstalling Processing).
Edit: After clicking close on the error message, the console prints:
Could not run the sketch (Target VM failed to initialize).
For more information, read revisions.txt and Help ? Troubleshooting.
The default graphics renderer works. Restarting my computer or moving the installation to another folder hasn't worked either.