Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when starting some examples #115

Open
paulcanning opened this issue Mar 21, 2021 · 1 comment
Open

Error when starting some examples #115

paulcanning opened this issue Mar 21, 2021 · 1 comment

Comments

@paulcanning
Copy link

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
Copy link
Owner

ddf commented Mar 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants