We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm new to processing and need some help!
void setup() { size(400, 400); }
void draw() { fill(100, 20, 68); ellipse(mouseX, mouseY, 50, 50); }
This is the code I am trying to run, it works on my laptop but I can't run any sketches on my pc (even the examples). Whenever I try and run the sketch the error says "Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt and Help? Troubleshooting."
If anyone could help that would be great thanks. ( I am using processing 3.2.3 on Windows 64bit)
Answers
Nvidia graphics card?
A few people have reported similar problems recently and fixed it by downgrading their graphics drivers. Seems like a recent update there broke something.
https://forum.processing.org/two/discussion/20470/processing-sketches-suddenly-not-running
Thank you so much for your help!
Did it work?
Might be worth pushing this up to the github bug reports of it's going to be a big problem.