Minim icon indicating copy to clipboard operation
Minim copied to clipboard

Error when starting some examples

Open paulcanning opened this issue 4 years ago • 1 comments

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
)

paulcanning avatar Mar 21 '21 19:03 paulcanning

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.

ddf avatar Mar 29 '21 01:03 ddf