processing-sound-archive
processing-sound-archive copied to clipboard
Could not run the sketch (Target VM failed to initialize)
trying to run any code that implements the processing sound library gives the below error:
"Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt and Help ? Troubleshooting. "
I've tried my own code, and even the demos that come with processing 3. Running on windows 10, everythings up to date.
Same issue here, Crashes ever time on Windows 10 + processing 3.3.6. It works perfectly on my win 7 laptop. So I guess this is cause by some compatibility issue with Windows 10.
I did a little simplify on a demo code, I found it didn't failed when I just import the library. It occurred when I'm newing a sound item e.g. Pulse. And here is the log file. hs_err_pid6932.log
I'm wondering what is "Minidumps"? I tried to enable it in system setting but still be the same.
Same issue here osx 10.13.4 + processing 3.3.7. However, the issue is solved by changing the default sound input of the OS to "Built-in microphone" from "Display Audio" through a thunderbolt connection as mentioned by @kaoskorobase. https://github.com/processing/processing-sound/issues/74
same error happened on me, osx 10.13.6 + processing 3.4. I import phidget22, but my computer can't run the code. Could anyone help please?
Same problem here ! Have a look at this, just in case : https://github.com/processing/processing/issues/4853 Worked for many people it seems, but not for me. I don't have Nvidia driver, instead I have Intel(R) HD Graphics Family, and rollbacking it didn't change anything.
for those who still have this problem i have change the function " loadFont("OCRAExtended-30.vlw");" for example to "createFont("OCRAExtended-30.vlw",32);" it seems that the processing code needs to creat new files