Closed
Description
When launching a sketch in the emulator for the first time, one is likely to see this message:
since the emulator takes a relatively long time to boot. Looking at the error messages, it seems that Processing tries to install the sketch before the emulator completes the booting process. Maybe there is a a way to detect if the emulator has started up, and only then install the sketch.