Trouble running P3D on MacBook

Running latest versions of Java, MacOS etc. Error I get on start up:

	0   AppKit                              0x00007fff456832e3 -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
	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
)

Any help is greatly appreciated.
Thanks,
Maestro

What version of Processing, and what model MacBook? Also confirm by latest MacOS you mean 10.14: Mojave.

Java version is included with PDE – mac system java doesn’t / shouldn’t matter, as PDE doesn’t use it.

Processing 3.5.3
MacOS Mojave (10.14)

13-inch 2017 MacBook Pro.

not sure it helps, but it looks like
https://github.com/processing/processing/issues/5676#issuecomment-428493819 ,
there this seems to involve certain sketch features,
fullscreen P2D P3D

can you pls be more detailed in what situation you get that error?

Literally just booting up a sketch. Only line of code I have is size(600, 600, P3D)

so can you pls. confirm
-a- that a example ( not P3D )
like
/ File / Examples / Basics/ Image / LoadDisplayImage /
works?
-b- that a example P3D
/ File / Examples / Demos / Performance / DynamicParticlesImmediate /
-b1- run with FPS?
-b2- if stop show that reported msg ( warning )
-b3- NOT run but show that error?

I am with the same trouble.

Simply running a sketch with:

size(800,600,P3D);

the console prints:

0 AppKit 0x00007fff4010dccc -[NSWindow(NSWindow_Theme) _postWindowNeedsToResetDragMarginsUnlessPostingDisabled] + 386
1 AppKit 0x00007fff4010b07c -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1488
2 AppKit 0x00007fff4010aaa6 -[NSWindow initWithContentRect:styleMask:backing:defer:] + 45
3 libnativewindow_macosx.jnilib 0x00000001247093fe Java_jogamp_nativewindow_macosx_OSXUtil_CreateNSWindow0 + 398
4 ??? 0x00000001084b7a88 0x0 + 4434131592

thanks, good to have confirmation.

you might consider add test ( and answer )
my questions above, about running ( any ) provided examples

because as given the info alone
@ghamantorr and @Maestr0
suggests that processing 3.5.3 not work on MacOS Mojave (10.14) at all,
what would be very bad. . . . . .
___________ following comment is not to be taken seriously _______________
( and as i only spend 40$ for my computer but most processing examples run

  • some with funny info / warning
  • some need change GL system settings
  • all very slow…

so i am still very happy & lucky )


Is there already an issue open on https://github.com/processing/processing/issues ?

It looks like a related issue for P3D / size on Mojave might be: