ddf / Minim

A Java audio library, designed to be used with Processing.
http://code.compartmental.net/tools/minim
GNU Lesser General Public License v3.0
670 stars 137 forks source link

Error when starting some examples #115

Open paulcanning opened 3 years ago

paulcanning commented 3 years ago

Big Sur, Processing 3, Minim 2.2.2

Some examples, such as "AnalyzeSound" throw the error below

0   AppKit                              0x00007fff22c5799c -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 352
    1   AppKit                              0x00007fff22c426d5 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1375
    2   AppKit                              0x00007fff22c4216f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 42
    3   libnativewindow_macosx.jnilib       0x0000000130b3b3fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
    4   ???                                 0x0000000115533a88 0x0 + 4652743304
)
ddf commented 3 years ago

This call stack doesn't contain anything to indicate how Minim might be causing the problem, but it doesn't surprise me that a new version of OSX broke something audio-related. It's likely a problem deeper than the Minim library code.