Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 2896

Target VM failed to initialize ?

$
0
0

I tried to run a simple sound example:

import processing.sound.*; WhiteNoise noise; void setup() { size(640, 360); background(255); // Create the noise generator noise = new WhiteNoise(this); noise.play();}
void draw() {}

But console says:

# A fatal error has been detected by the Java Runtime Environment: # # Internal Error (0x20474343), pid=8820, tid=0x0000000000001994 # # JRE version: Java(TM) SE Runtime Environment (8.0_102-b14) (build 1.8.0_102-b14) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.102-b14 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [KERNELBASE.dll+0x17788] # # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows # # An error report file with more information is saved as: # R:\processing-3.2.1\hs_err_pid8820.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # Could not run the sketch (Target VM failed to initialize). For more information, read revisions.txt and Help ? Troubleshooting.

Hay to fix it ? I use Processing 3.2.1 on WIN10 64bit


Viewing all articles
Browse latest Browse all 2896

Trending Articles