Java(TM) Platform SE binary has stopped working

edited October 2017 in Library Questions

In a project I get this error very often. (I think because I'm reading and writing an audiofile too many times too fast).

Libraries used:

processing.sound.*;
javax.sound.sampled.*;
import java.io.*;
import ddf.minim.*

Anyone has experience preventing this error?

Answers

  • It would help if you provide a sample code reproducing the error. What OS is this happening on?

    Kf

  • edited October 2017

    Yes, thank you. I have yet to reduce the code to isolate the problems. I'm confident that it is because of calling too many read and write file too fast. I'm reading an audio sample that requires constant updating

Sign In or Register to comment.