Hi I'm working normaly on mac but I have to run one of my project on windows 10 and all the sound library part crash directly. Do yuou know why?
even the simplest test crash...
import processing.sound.*; Amplitude AmplitudeAudio;
void setup() {
AmplitudeAudio = new Amplitude(this);
}
void draw() { }
#
A fatal error has been detected by the Java Runtime Environment:
#
Internal Error (0x20474343), pid=9992, tid=0x0000000000002d7c
#
JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode windows-amd64 compressed oops)
Problematic frame:
C [KERNELBASE.dll+0x69e08]
#
Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#