Skip to content

Processing 4.4.0 Beta crashes on startup #992

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

Closed
edwinRNDR opened this issue Mar 20, 2025 · 0 comments · Fixed by #993
Closed

Processing 4.4.0 Beta crashes on startup #992

edwinRNDR opened this issue Mar 20, 2025 · 0 comments · Fixed by #993
Labels
bug Something isn't working

Comments

@edwinRNDR
Copy link
Collaborator

Most appropriate sub-area of Processing 4?

PDE

Processing version

4.4.0 Beta

Operating system

macOS

Steps to reproduce this

Download application from website, install .app in Applications folder, start Processing.app

Translated Report (Full Report Below)
-------------------------------------

Process:               Processing [92972]
Path:                  /Applications/Processing.app/Contents/MacOS/Processing
Identifier:            org.processing.app
Version:               4.4.0 (4.4.0)
Code Type:             ARM-64 (Native)
Parent Process:        zsh [32015]
Responsible:           Terminal [7204]
User ID:               501

Date/Time:             2025-03-20 17:05:42.8996 +0100
OS Version:            macOS 14.1 (23B2073)
Report Version:        12
Anonymous UUID:        48AD5EA6-5C2C-19FD-824D-565D36B3E1CF

Sleep/Wake UUID:       D5D58545-0BD7-4F72-A33B-CE042F0B0D3B

Time Awake Since Boot: 2300000 seconds
Time Since Wake:       28905 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000001, 0x0000000185ebe4b4

Termination Reason:    Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process:   exc handler [92972]

Application Specific Information:
References to Carbon menus are disallowed with AppKit menu system (see rdar://101002625). Use instances of NSMenu and NSMenuItem directly instead.


Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   AppKit                        	       0x185ebe4b4 _NSCarbonMenuCrashIfNeeded + 488
1   AppKit                        	       0x185ebe264 _NSGetCarbonMenu + 24
2   JavaRuntimeSupport            	       0x1ef497de8 -[JRSMenu installCarbonEventHandlers:] + 172
3   CoreFoundation                	       0x181bee820 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 148
4   CoreFoundation                	       0x181c828ec ___CFXRegistrationPost_block_invoke + 88
5   CoreFoundation                	       0x181c82834 _CFXRegistrationPost + 440
6   CoreFoundation                	       0x181bbd48c _CFXNotificationPost + 764
7   Foundation                    	       0x182caf030 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
8   AppKit                        	       0x1853c89dc -[NSMenu insertItem:atIndex:] + 520
9   Foundation                    	       0x182d1e2d8 __NSThreadPerformPerform + 264
10  CoreFoundation                	       0x181bf9cfc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
11  CoreFoundation                	       0x181bf9c90 __CFRunLoopDoSource0 + 176
12  CoreFoundation                	       0x181bf9a00 __CFRunLoopDoSources0 + 244
13  CoreFoundation                	       0x181bf85f0 __CFRunLoopRun + 828
14  CoreFoundation                	       0x181bf7c5c CFRunLoopRunSpecific + 608
15  HIToolbox                     	       0x18c173448 RunCurrentEventLoopInMode + 292
16  HIToolbox                     	       0x18c173284 ReceiveNextEventCommon + 648
17  HIToolbox                     	       0x18c172fdc _BlockUntilNextEventMatchingListInModeWithFilter + 76
18  AppKit                        	       0x1853d2be0 _DPSNextEvent + 660
19  AppKit                        	       0x185ba8e8c -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
20  libosxapp.dylib               	       0x10252f708 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 136
21  AppKit                        	       0x1853c608c -[NSApplication run] + 476
22  libosxapp.dylib               	       0x10252f528 +[NSApplicationAWT runAWTLoopWithApp:] + 132
23  libawt_lwawt.dylib            	       0x102997e4c +[AWTStarter starter:headless:] + 380
24  libosxapp.dylib               	       0x102530d40 +[ThreadUtilities invokeBlockCopy:] + 28
25  Foundation                    	       0x182d1e2d8 __NSThreadPerformPerform + 264
26  CoreFoundation                	       0x181bf9cfc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
27  CoreFoundation                	       0x181bf9c90 __CFRunLoopDoSource0 + 176
28  CoreFoundation                	       0x181bf9a00 __CFRunLoopDoSources0 + 244
29  CoreFoundation                	       0x181bf85f0 __CFRunLoopRun + 828
30  CoreFoundation                	       0x181bf7c5c CFRunLoopRunSpecific + 608
31  libjli.dylib                  	       0x1021911d4 CreateExecutionEnvironment + 404
32  libjli.dylib                  	       0x10218d200 JLI_Launch + 1232
33  Processing                    	       0x10213ccc8 jvmLauncherStartJvm + 328
34  Processing                    	       0x10213b62c Jvm::launch() + 704
35  Processing                    	       0x10213ded8 (anonymous namespace)::initJvmLauncher() + 784
36  Processing                    	       0x10213fc30 app::launch(std::nothrow_t const&, void (*)(), LogAppender*) + 212
37  dyld                          	       0x1817a10e0 start + 2360

snippet

No response

Additional context

No response

Would you like to work on the issue?

maybe

@edwinRNDR edwinRNDR added the bug Something isn't working label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant