We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I made the HUGE mistake of developing on my mac machine and testing only now on the target machine, a windows 8.1 computer. My code doesn't work and it's clearly an error of the Sound Library (I am trying to run the examples that come with the library itself and they crash too). "Target VM failed to initialised" if I try to run any of the example sketches.
Now I am confused because in the GitHub of the library it's written that it's only MacOSX and Linux, but then I find people reporting other type of errors but on Windows, as they were able to run it. Plus, on the release note of the 1.3.2 version it's clearly state they fixed some windows related problem.
What's the status of this library? Is it supposed to work on Processing 64-bit, and on Windows 8.1? If not, is there any type of workaround? I am reading that maybe downgrading it to 1.2.1 could work but I wasn't able to install it. Thanks for the support
Answers
What examples are you referring to specifically? Maybe post some sample code so people can see what you mean and what you would like to do. Maybe there could be some other options available that people has tried out before. It is important to know exactly what you want to accomplish though.
Kf
I am referring to the examples that are coming with the library itself. In order to narrow down the problem I put away my code and try to run them, and it looks like there is some compatibility problem with Windows
It depends on what you're trying to do but I always find the minim library is less hassle.
Hey
I have windows 8.1 64 bit, processing 3.1.1 64 bit and the following code runs fine from the sound library>>Soundfile>sample>>sample.pde, :
Kf
You could try minim as koogs suggests. Add the library and run the examples.
Kf