LS4P
LS4P copied to clipboard
[BUG] Can't run if Sketch involves P2D or P3D
This is one of the issues in Processing Core itself - compatibility issues with macOS Mojave.
Stack Trace:
1 AppKit 0x00007fff4568068c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
2 AppKit 0x00007fff456800b6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
3 libnativewindow_macosx.jnilib 0x000000011f3293fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
4 ??? 0x000000010c99aa88 0x0 + 4506364552
)
Refer:
- https://discourse.processing.org/t/trouble-running-p3d-on-macbook/9342
- https://github.com/processing/processing/issues/5791#issuecomment-469816435
I believe this is related https://github.com/processing/processing/issues/5676 have a look that might solve our problem.