[Tool] SyphonWeb - Stream webpage content into VDMX (and more!)

Over the past few weeks I’ve been messing with Processing to build fun math driven, programmed visuals. I primarily utilized the JavaScript/HTML version of Processing, and wanted to get this content into VDMX in the most efficient way possible.

So I decided to write my own tool… SyphonWeb:

In short, it’s a tool that renders a WebKit view into Syphon at 30-60fps (60fps when not on battery!)

It allows you to create bookmarks, and favorite URLs as well so you can “cue” up your favorite pages.

Feel free to download the pre-compiled “alpha” version here (Universal macOS binary): https://github.com/doawoo/SyphonWeb/releases/tag/v1.0.0

You can watch a quick demo video of it here: https://streamable.com/5r5dkp

And it’s entirely open source: https://github.com/doawoo/SyphonWeb

I want to add more features soon, and the “released” version is very much a WIP. But I hope someone will find it useful.

I’ll update this thread if I update the app at any point :slight_smile:

- Digit

Wow. This looks great! I have been looking for a way to get other, more programmatic/geometry visuals into VDMX for a bit (since quartz composer deprecated) and this seems like it will do quite nice. Even if not it looks to be another useful piece of kit for macOS. Thanks and I will try out soon!

crash upon open - m2pro, 14.5 (23F79) Sonoma

Interesting! Could you potentially run it from a terminal and post the output? Or the error report details if one shows up

Translated Report (Full Report Below)

Process: SyphonWeb [33613]
Path: /Volumes/VOLUME/*/SyphonWeb.app/Contents/MacOS/SyphonWeb
Identifier: surf.puppy.SyphonWeb
Version: 1.0.0 (???)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501

Date/Time: 2025-08-31 17:27:07.8370 -0400
OS Version: macOS 14.5 (23F79)
Report Version: 12
Anonymous UUID: DF331725-4C2E-711D-4231-2DC9185B93A9

Time Awake Since Boot: 300000 seconds

System Integrity Protection: enabled

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

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

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 SyphonWeb 0x1046cb1f0 WebViewState.initMetal(width:height:scaleFactor:) + 884
1 SyphonWeb 0x1046c1e28 AppDelegate.applicationDidFinishLaunching(:) + 352
2 SyphonWeb 0x1046c2064 @objc AppDelegate.applicationDidFinishLaunching(
:) + 208
3 CoreFoundation 0x19de47144 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 148
4 CoreFoundation 0x19dedb3d8 ___CFXRegistrationPost_block_invoke + 88
5 CoreFoundation 0x19dedb320 _CFXRegistrationPost + 440
6 CoreFoundation 0x19de15678 _CFXNotificationPost + 768
7 Foundation 0x19ef324e4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
8 AppKit 0x1a16b8410 -[NSApplication _postDidFinishNotification] + 284
9 AppKit 0x1a16b81c0 -[NSApplication _sendFinishLaunchingNotification] + 172
10 AppKit 0x1a16b6714 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 504
11 AppKit 0x1a16b6310 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 492
12 Foundation 0x19ef5b374 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 316
13 Foundation 0x19ef5b168 _NSAppleEventManagerGenericHandler + 80
14 AE 0x1a4e709c4 0x1a4e65000 + 47556
15 AE 0x1a4e702ec 0x1a4e65000 + 45804
16 AE 0x1a4e698a8 aeProcessAppleEvent + 488
17 HIToolbox 0x1a860402c AEProcessAppleEvent + 68
18 AppKit 0x1a16b0074 _DPSNextEvent + 1440
19 AppKit 0x1a1ea5808 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 700
20 AppKit 0x1a16a309c -[NSApplication run] + 476
21 SyphonWeb 0x1046c1ab0 main + 520
22 dyld 0x19d9ea0e0 start + 2360

Thread 1:
0 libsystem_pthread.dylib 0x19dd6dd20 start_wqthread + 0

Thread 2:: Dispatch queue: com.apple.CoreAnalytics::Client XPC Send
0 libdispatch.dylib 0x19dbc0d3c _os_object_release + 0
1 libxpc.dylib 0x19da7f008 _xpc_connection_release_message + 96
2 libxpc.dylib 0x19da802e4 _xpc_connection_enqueue + 288
3 libxpc.dylib 0x19da80510 xpc_connection_send_message_with_reply + 264
4 CoreAnalytics 0x1a5b59d7c CoreAnalytics::Client::retryXpcMessageHelper_sync(applesauce::xpc::dict, XPCMessagePriority, bool, unsigned char, unsigned long long) + 336
5 CoreAnalytics 0x1a5b59b7c CoreAnalytics::Client::retryXpcMessage_sync(applesauce::xpc::dict const&, XPCMessagePriority, bool) + 116
6 CoreAnalytics 0x1a5b59964 invocation function for block in CoreAnalytics::Client::sendXpcMessage_sync(applesauce::xpc::dict, XPCMessagePriority, bool) + 252
7 libdispatch.dylib 0x19dbd1470 _dispatch_block_async_invoke2 + 148
8 libdispatch.dylib 0x19dbc23e8 _dispatch_client_callout + 20
9 libdispatch.dylib 0x19dbc9a14 _dispatch_lane_serial_drain + 748
10 libdispatch.dylib 0x19dbca544 _dispatch_lane_invoke + 380
11 libdispatch.dylib 0x19dbd52d0 _dispatch_root_queue_drain_deferred_wlh + 288
12 libdispatch.dylib 0x19dbd4b44 _dispatch_workloop_worker_thread + 404
13 libsystem_pthread.dylib 0x19dd6f00c _pthread_wqthread + 288
14 libsystem_pthread.dylib 0x19dd6dd28 start_wqthread + 8

Thread 3:
0 libsystem_pthread.dylib 0x19dd6dd20 start_wqthread + 0

Thread 4:
0 libsystem_pthread.dylib 0x19dd6dd20 start_wqthread + 0

Thread 5:
0 libsystem_pthread.dylib 0x19dd6dd20 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x00006000016ede10 x3: 0x0000000000000103
x4: 0x0000000000000006 x5: 0x0000000000001e10 x6: 0x0000000000000065 x7: 0x000000016b73dbae
x8: 0x0000000104756000 x9: 0x00000001fe37061a x10: 0x00006003f8145e4a x11: 0x0000000000000007
x12: 0x0000000000000002 x13: 0x00006000003ec190 x14: 0x02000002061d99d1 x15: 0x00000002061d99d0
x16: 0x00000001ade42728 x17: 0xb8120001a80d0b00 x18: 0x0000000000000000 x19: 0x00006000016ede10
x20: 0x0000600001cd48c0 x21: 0x0000000000000000 x22: 0x0000000000000000 x23: 0x0000000104752000
x24: 0x0000000000000040 x25: 0x000000027be05310 x26: 0x0000000207665f20 x27: 0x000000260000002b
x28: 0x000000016b73e258 fp: 0x000000016b73dfa0 lr: 0x00000001046cb0f0
sp: 0x000000016b73df40 pc: 0x00000001046cb1f0 cpsr: 0x80001000
far: 0x0000000000000000 esr: 0xf2000001 (Breakpoint) brk 1

Binary Images:
0x104f4c000 - 0x104f57fff libobjc-trampolines.dylib () <9381bd6d-84a5-3c72-b3b8-88428afa4782> /usr/lib/libobjc-trampolines.dylib
0x104cfc000 - 0x104d1bfff info.v002.Syphon (5) <44577566-1a15-3580-9095-c2867d2e23a3> /Volumes/VOLUME/
/SyphonWeb.app/Contents/Frameworks/Syphon.framework/Versions/A/Syphon
0x1046c0000 - 0x104747fff surf.puppy.SyphonWeb (1.0.0) <5be3785b-c2f7-36c5-a52c-479841257d35> /Volumes/VOLUME//SyphonWeb.app/Contents/MacOS/SyphonWeb
0x19ddd4000 - 0x19e2acfff com.apple.CoreFoundation (6.9) <84b539d5-22c9-3f8c-84c8-903e9c7b8d29> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x19ef29000 - 0x19fb86fff com.apple.Foundation (6.9) <99e0292d-7873-3968-9c9c-5955638689a5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x1a1676000 - 0x1a29b2fff com.apple.AppKit (6.9) <61f710be-9132-3cc2-883d-066365fba1ad> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1a4e65000 - 0x1a4ed8ff7 com.apple.AE (944) <3b96540c-5db5-3880-bc50-a759b87f6638> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x1a85c1000 - 0x1a8884fff com.apple.HIToolbox (2.1.1) <7db6c397-563f-3756-908c-e25b019a1848> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x19d9e4000 - 0x19da6ca17 dyld (
) <37bbc384-0755-31c7-a808-0ed49e44dd8e> /usr/lib/dyld
0x0 - 0xffffffffffffffff ??? () <00000000-0000-0000-0000-000000000000> ???
0x1ada3c000 - 0x1adf99fff libswiftCore.dylib (
) /usr/lib/swift/libswiftCore.dylib
0x19dd6c000 - 0x19dd78fff libsystem_pthread.dylib () <386b0fc1-7873-3328-8e71-43269fd1b2c7> /usr/lib/system/libsystem_pthread.dylib
0x19dbbe000 - 0x19dc05fff libdispatch.dylib (
) <502762ee-7aa7-306c-9dbd-88981a86bb78> /usr/lib/system/libdispatch.dylib
0x19da72000 - 0x19dabcfff libxpc.dylib (*) /usr/lib/system/libxpc.dylib
0x1a5b3a000 - 0x1a5b68fff com.apple.analyticsd (1.0) <290e81d8-3981-3a94-a59e-dd367c9ba892> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 0
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
ColorSync 544K 26
CoreAnimation 480K 30
CoreGraphics 64K 4
CoreUI image data 304K 4
Foundation 16K 1
Kernel Alloc Once 32K 1
MALLOC 1.6G 49
MALLOC guard page 192K 12
SQLite page cache 128K 1
STACK GUARD 56.1M 6
Stack 10.6M 6
VM_ALLOCATE 240K 15
__AUTH 1429K 259
__AUTH_CONST 23.5M 444
__CTF 824 1
__DATA 9948K 433
__DATA_CONST 21.9M 451
__DATA_DIRTY 1297K 139
__FONT_DATA 4K 1
__LINKEDIT 533.8M 4
__OBJC_RO 71.9M 1
__OBJC_RW 2199K 1
__TEXT 543.7M 468
dyld private memory 272K 2
mapped file 76.8M 19
shared memory 880K 15
=========== ======= =======
TOTAL 2.9G 2395


Full Report

{“app_name”:“SyphonWeb”,“timestamp”:“2025-08-31 17:27:09.00 -0400”,“app_version”:“1.0.0”,“slice_uuid”:“5be3785b-c2f7-36c5-a52c-479841257d35”,“build_version”:“”,“platform”:1,“bundleID”:“surf.puppy.SyphonWeb”,“share_with_app_devs”:1,“is_first_party”:0,“bug_type”:“309”,“os_version”:“macOS 14.5 (23F79)”,“roots_installed”:0,“name”:“SyphonWeb”,“incident_id”:“F1291BCF-820A-433F-A83C-F099ED919021”}
{
“uptime” : 300000,
“procRole” : “Foreground”,
“version” : 2,
“userID” : 501,
“deployVersion” : 210,
“modelCode” : “Mac14,12”,
“coalitionID” : 19038,
“osVersion” : {
“train” : “macOS 14.5”,
“build” : “23F79”,
“releaseType” : “User”
},
“captureTime” : “2025-08-31 17:27:07.8370 -0400”,
“codeSigningMonitor” : 1,
“incident” : “F1291BCF-820A-433F-A83C-F099ED919021”,
“pid” : 33613,
“translated” : false,
“cpuType” : “ARM-64”,
“roots_installed” : 0,
“bug_type” : “309”,
“procLaunch” : “2025-08-31 17:27:07.5936 -0400”,
“procStartAbsTime” : 7403077293968,
“procExitAbsTime” : 7403081062876,
“procName” : “SyphonWeb”,
“procPath” : “/Volumes/VOLUME//SyphonWeb.app/Contents/MacOS/SyphonWeb",
“bundleInfo” : {“CFBundleShortVersionString”:“1.0.0”,“CFBundleIdentifier”:“surf.puppy.SyphonWeb”},
“storeInfo” : {“deviceIdentifierForVendor”:“93E6471E-4904-5698-A641-D2627C899342”,“thirdParty”:true},
“parentProc” : “launchd”,
“parentPid” : 1,
“coalitionName” : “surf.puppy.SyphonWeb”,
“crashReporterKey” : “DF331725-4C2E-711D-4231-2DC9185B93A9”,
“codeSigningID” : “SyphonWeb”,
“codeSigningTeamID” : “”,
“codeSigningFlags” : 570556929,
“codeSigningValidationCategory” : 10,
“codeSigningTrustLevel” : 4294967295,
“instructionByteStream” : {“beforePC”:“+F9DqfpnQqnpI0Ft6yvHbMADX9YgACDUIAAg1CAAINQgACDUIAAg1A==”,“atPC”:“IAAg1CAAINQgACDUIAAg1CAAINT0T76p/XsBqf1DAJFIBACQEzFB+Q==”},
“sip” : “enabled”,
“exception” : {“codes”:“0x0000000000000001, 0x00000001046cb1f0”,“rawCodes”:[1,4369199600],“type”:“EXC_BREAKPOINT”,“signal”:“SIGTRAP”},
“termination” : {“flags”:0,“code”:5,“namespace”:“SIGNAL”,“indicator”:“Trace/BPT trap: 5”,“byProc”:“exc handler”,“byPid”:33613},
“os_fault” : {“process”:“SyphonWeb”},
“extMods” : {“caller”:{“thread_create”:0,“thread_set_state”:0,“task_for_pid”:0},“system”:{“thread_create”:0,“thread_set_state”:0,“task_for_pid”:0},“targeted”:{“thread_create”:0,“thread_set_state”:0,“task_for_pid”:0},“warnings”:0},
“faultingThread” : 0,
“threads” : [{“triggered”:true,“id”:3120218,“threadState”:{“x”:[{“value”:0},{“value”:0},{“value”:105553140309520},{“value”:259},{“value”:6},{“value”:7696},{“value”:101},{“value”:6097722286},{“value”:4369768448,“symbolLocation”:256,“symbol”:“Swift56ConcurrencyOverrides”},{“value”:8559986202,“objc-selector”:“setUsage:”},{“value”:105570163252810},{“value”:7},{“value”:2},{“value”:105553120379280},{“value”:144115196768393681,“symbolLocation”:144115188075855873,“symbol”:“OBJC_CLASS_$MTLTextureDescriptorInternal"},{“value”:8692537808,“symbolLocation”:0,“symbol”:"OBJC_CLASS$MTLTextureDescriptorInternal"},{“value”:7212377896,“symbolLocation”:0,“symbol”:“swift_unknownObjectRelease”},{“value”:13263663859673926400,“symbolLocation”:13263663852559532032,“symbol”:“-[MTLTextureDescriptorInternal setUsage:]”},{“value”:0},{“value”:105553140309520},{“value”:105553146497216},{“value”:0},{“value”:0},{“value”:4369752064,“symbolLocation”:40,“symbol”:“DATA__TtC6SQLiteP33_AC67620244ED67AEDED85ABF4E1A194813SQLiteDecoder"},{“value”:64},{“value”:10668233488,“symbolLocation”:0,“symbol”:“protocol witness table for DispatchQueueShim”},{“value”:8714084128,“symbolLocation”:0,“symbol”:“value witness table for Notification”},{“value”:163208757291},{“value”:6097723992}],“flavor”:“ARM_THREAD_STATE64”,“lr”:{“value”:4369199344},“cpsr”:{“value”:2147487744},“fp”:{“value”:6097723296},“sp”:{“value”:6097723200},“esr”:{“value”:4060086273,“description”:“(Breakpoint) brk 1”},“pc”:{“value”:4369199600,“matchesCrashFrame”:1},“far”:{“value”:0}},“queue”:“com.apple.main-thread”,“frames”:[{“imageOffset”:45552,“symbol”:“WebViewState.initMetal(width:height:scaleFactor:)”,“symbolLocation”:884,“imageIndex”:2},{“imageOffset”:7720,“symbol”:"AppDelegate.applicationDidFinishLaunching(:)”,“symbolLocation”:352,“imageIndex”:2},{“imageOffset”:8292,“symbol”:"@objc AppDelegate.applicationDidFinishLaunching(:)”,“symbolLocation”:208,“imageIndex”:2},{“imageOffset”:471364,“symbol”:“CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER”,“symbolLocation”:148,“imageIndex”:3},{“imageOffset”:1078232,“symbol”:“___CFXRegistrationPost_block_invoke”,“symbolLocation”:88,“imageIndex”:3},{“imageOffset”:1078048,“symbol”:“_CFXRegistrationPost”,“symbolLocation”:440,“imageIndex”:3},{“imageOffset”:267896,“symbol”:“_CFXNotificationPost”,“symbolLocation”:768,“imageIndex”:3},{“imageOffset”:38116,“symbol”:“-[NSNotificationCenter postNotificationName:object:userInfo:]”,“symbolLocation”:88,“imageIndex”:4},{“imageOffset”:271376,“symbol”:“-[NSApplication _postDidFinishNotification]”,“symbolLocation”:284,“imageIndex”:5},{“imageOffset”:270784,“symbol”:“-[NSApplication _sendFinishLaunchingNotification]”,“symbolLocation”:172,“imageIndex”:5},{“imageOffset”:263956,“symbol”:“-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]”,“symbolLocation”:504,“imageIndex”:5},{“imageOffset”:262928,“symbol”:“-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]”,“symbolLocation”:492,“imageIndex”:5},{“imageOffset”:205684,“symbol”:“-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]”,“symbolLocation”:316,“imageIndex”:4},{“imageOffset”:205160,“symbol”:“_NSAppleEventManagerGenericHandler”,“symbolLocation”:80,“imageIndex”:4},{“imageOffset”:47556,“imageIndex”:6},{“imageOffset”:45804,“imageIndex”:6},{“imageOffset”:18600,“symbol”:“aeProcessAppleEvent”,“symbolLocation”:488,“imageIndex”:6},{“imageOffset”:274476,“symbol”:“AEProcessAppleEvent”,“symbolLocation”:68,“imageIndex”:7},{“imageOffset”:237684,“symbol”:“_DPSNextEvent”,“symbolLocation”:1440,“imageIndex”:5},{“imageOffset”:8583176,“symbol”:“-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]”,“symbolLocation”:700,“imageIndex”:5},{“imageOffset”:184476,“symbol”:“-[NSApplication run]”,“symbolLocation”:476,“imageIndex”:5},{“imageOffset”:6832,“symbol”:“main”,“symbolLocation”:520,“imageIndex”:2},{“imageOffset”:24800,“symbol”:“start”,“symbolLocation”:2360,“imageIndex”:8}]},{“id”:3120252,“frames”:[{“imageOffset”:7456,“symbol”:“start_wqthread”,“symbolLocation”:0,“imageIndex”:11}],“threadState”:{“x”:[{“value”:6098284544},{“value”:6659},{“value”:6097747968},{“value”:0},{“value”:409602},{“value”:18446744073709551615},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0}],“flavor”:“ARM_THREAD_STATE64”,“lr”:{“value”:0},“cpsr”:{“value”:4096},“fp”:{“value”:0},“sp”:{“value”:6098284544},“esr”:{“value”:1442840704,“description”:" Address size fault"},“pc”:{“value”:6943071520},“far”:{“value”:0}}},{“id”:3120253,“threadState”:{“x”:[{“value”:105553135993312},{“value”:4436567072},{“value”:105553146527744},{“value”:0},{“value”:8},{“value”:0},{“value”:0},{“value”:1027},{“value”:8686071368,“symbolLocation”:0,“symbol”:“_xpc_type_service”},{“value”:728242254682914914},{“value”:3},{“value”:0},{“value”:117441038},{“value”:0},{“value”:0},{“value”:2214608896},{“value”:6941314364,“symbolLocation”:0,“symbol”:“_os_object_release”},{“value”:8765423440},{“value”:0},{“value”:105553146527744},{“value”:105553135993312},{“value”:4436567072},{“value”:6098855584},{“value”:105553146527744},{“value”:24583},{“value”:687865929},{“value”:0},{“value”:105553176004032},{“value”:0}],“flavor”:“ARM_THREAD_STATE64”,“lr”:{“value”:6939996168},“cpsr”:{“value”:1073746944},“fp”:{“value”:6098855424},“sp”:{“value”:6098855408},“esr”:{“value”:1442840704,“description”:" Address size fault"},“pc”:{“value”:6941314364},“far”:{“value”:0}},“queue”:“com.apple.CoreAnalytics::Client XPC Send”,“frames”:[{“imageOffset”:11580,“symbol”:“_os_object_release”,“symbolLocation”:0,“imageIndex”:12},{“imageOffset”:53256,“symbol”:“_xpc_connection_release_message”,“symbolLocation”:96,“imageIndex”:13},{“imageOffset”:58084,“symbol”:“_xpc_connection_enqueue”,“symbolLocation”:288,“imageIndex”:13},{“imageOffset”:58640,“symbol”:“xpc_connection_send_message_with_reply”,“symbolLocation”:264,“imageIndex”:13},{“imageOffset”:130428,“symbol”:“CoreAnalytics::Client::retryXpcMessageHelper_sync(applesauce::xpc::dict, XPCMessagePriority, bool, unsigned char, unsigned long long)”,“symbolLocation”:336,“imageIndex”:14},{“imageOffset”:129916,“symbol”:“CoreAnalytics::Client::retryXpcMessage_sync(applesauce::xpc::dict const&, XPCMessagePriority, bool)”,“symbolLocation”:116,“imageIndex”:14},{“imageOffset”:129380,“symbol”:“invocation function for block in CoreAnalytics::Client::sendXpcMessage_sync(applesauce::xpc::dict, XPCMessagePriority, bool)”,“symbolLocation”:252,“imageIndex”:14},{“imageOffset”:78960,“symbol”:“_dispatch_block_async_invoke2”,“symbolLocation”:148,“imageIndex”:12},{“imageOffset”:17384,“symbol”:“_dispatch_client_callout”,“symbolLocation”:20,“imageIndex”:12},{“imageOffset”:47636,“symbol”:“_dispatch_lane_serial_drain”,“symbolLocation”:748,“imageIndex”:12},{“imageOffset”:50500,“symbol”:“_dispatch_lane_invoke”,“symbolLocation”:380,“imageIndex”:12},{“imageOffset”:94928,“symbol”:“_dispatch_root_queue_drain_deferred_wlh”,“symbolLocation”:288,“imageIndex”:12},{“imageOffset”:92996,“symbol”:“_dispatch_workloop_worker_thread”,“symbolLocation”:404,“imageIndex”:12},{“imageOffset”:12300,“symbol”:“_pthread_wqthread”,“symbolLocation”:288,“imageIndex”:11},{“imageOffset”:7464,“symbol”:“start_wqthread”,“symbolLocation”:8,“imageIndex”:11}]},{“id”:3120254,“frames”:[{“imageOffset”:7456,“symbol”:“start_wqthread”,“symbolLocation”:0,“imageIndex”:11}],“threadState”:{“x”:[{“value”:6099431424},{“value”:15367},{“value”:6098894848},{“value”:6099430272},{“value”:5193730},{“value”:1},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0}],“flavor”:“ARM_THREAD_STATE64”,“lr”:{“value”:0},“cpsr”:{“value”:4096},“fp”:{“value”:0},“sp”:{“value”:6099430256},“esr”:{“value”:1442840704,“description”:" Address size fault"},“pc”:{“value”:6943071520},“far”:{“value”:0}}},{“id”:3120289,“frames”:[{“imageOffset”:7456,“symbol”:“start_wqthread”,“symbolLocation”:0,“imageIndex”:11}],“threadState”:{“x”:[{“value”:6100004864},{“value”:29443},{“value”:6099468288},{“value”:0},{“value”:409602},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0}],“flavor”:“ARM_THREAD_STATE64”,“lr”:{“value”:0},“cpsr”:{“value”:4096},“fp”:{“value”:0},“sp”:{“value”:6100004864},“esr”:{“value”:1442840704,“description”:" Address size fault"},“pc”:{“value”:6943071520},“far”:{“value”:0}}},{“id”:3120302,“frames”:[{“imageOffset”:7456,“symbol”:“start_wqthread”,“symbolLocation”:0,“imageIndex”:11}],“threadState”:{“x”:[{“value”:6100578304},{“value”:27395},{“value”:6100041728},{“value”:0},{“value”:409602},{“value”:18446744073709551615},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0},{“value”:0}],“flavor”:“ARM_THREAD_STATE64”,“lr”:{“value”:0},“cpsr”:{“value”:4096},“fp”:{“value”:0},“sp”:{“value”:6100578304},“esr”:{“value”:1442840704,“description”:" Address size fault"},“pc”:{“value”:6943071520},“far”:{“value”:0}}}],
“usedImages” : [
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 4378116096,
“size” : 49152,
“uuid” : “9381bd6d-84a5-3c72-b3b8-88428afa4782”,
“path” : “/usr/lib/libobjc-trampolines.dylib”,
“name” : “libobjc-trampolines.dylib”
},
{
“source” : “P”,
“arch” : “arm64”,
“base” : 4375691264,
“CFBundleShortVersionString” : “5”,
“CFBundleIdentifier” : “info.v002.Syphon”,
“size” : 131072,
“uuid” : “44577566-1a15-3580-9095-c2867d2e23a3”,
“path” : "/Volumes/VOLUME/
/SyphonWeb.app/Contents/Frameworks/Syphon.framework/Versions/A/Syphon”,
“name” : “Syphon”,
“CFBundleVersion” : “5”
},
{
“source” : “P”,
“arch” : “arm64”,
“base” : 4369154048,
“CFBundleShortVersionString” : “1.0.0”,
“CFBundleIdentifier” : “surf.puppy.SyphonWeb”,
“size” : 557056,
“uuid” : “5be3785b-c2f7-36c5-a52c-479841257d35”,
“path” : “/Volumes/VOLUME/*/SyphonWeb.app/Contents/MacOS/SyphonWeb”,
“name” : “SyphonWeb”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 6943490048,
“CFBundleShortVersionString” : “6.9”,
“CFBundleIdentifier” : “com.apple.CoreFoundation”,
“size” : 5083136,
“uuid” : “84b539d5-22c9-3f8c-84c8-903e9c7b8d29”,
“path” : “/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation”,
“name” : “CoreFoundation”,
“CFBundleVersion” : “2503.1”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 6961664000,
“CFBundleShortVersionString” : “6.9”,
“CFBundleIdentifier” : “com.apple.Foundation”,
“size” : 12967936,
“uuid” : “99e0292d-7873-3968-9c9c-5955638689a5”,
“path” : “/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation”,
“name” : “Foundation”,
“CFBundleVersion” : “2503.1”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 7002873856,
“CFBundleShortVersionString” : “6.9”,
“CFBundleIdentifier” : “com.apple.AppKit”,
“size” : 20172800,
“uuid” : “61f710be-9132-3cc2-883d-066365fba1ad”,
“path” : “/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit”,
“name” : “AppKit”,
“CFBundleVersion” : “2487.60.105”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 7061524480,
“CFBundleShortVersionString” : “944”,
“CFBundleIdentifier” : “com.apple.AE”,
“size” : 475128,
“uuid” : “3b96540c-5db5-3880-bc50-a759b87f6638”,
“path” : “/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE”,
“name” : “AE”,
“CFBundleVersion” : “944”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 7119572992,
“CFBundleShortVersionString” : “2.1.1”,
“CFBundleIdentifier” : “com.apple.HIToolbox”,
“size” : 2899968,
“uuid” : “7db6c397-563f-3756-908c-e25b019a1848”,
“path” : “/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox”,
“name” : “HIToolbox”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 6939361280,
“size” : 559640,
“uuid” : “37bbc384-0755-31c7-a808-0ed49e44dd8e”,
“path” : “/usr/lib/dyld”,
“name” : “dyld”
},
{
“size” : 0,
“source” : “A”,
“base” : 0,
“uuid” : “00000000-0000-0000-0000-000000000000”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 7208157184,
“size” : 5627904,
“uuid” : “c2fd0f69-d72c-37a5-938e-1bd710c88431”,
“path” : “/usr/lib/swift/libswiftCore.dylib”,
“name” : “libswiftCore.dylib”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 6943064064,
“size” : 53248,
“uuid” : “386b0fc1-7873-3328-8e71-43269fd1b2c7”,
“path” : “/usr/lib/system/libsystem_pthread.dylib”,
“name” : “libsystem_pthread.dylib”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 6941302784,
“size” : 294912,
“uuid” : “502762ee-7aa7-306c-9dbd-88981a86bb78”,
“path” : “/usr/lib/system/libdispatch.dylib”,
“name” : “libdispatch.dylib”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 6939942912,
“size” : 307200,
“uuid” : “c2792dd4-e847-3309-b5b5-3c44551ca778”,
“path” : “/usr/lib/system/libxpc.dylib”,
“name” : “libxpc.dylib”
},
{
“source” : “P”,
“arch” : “arm64e”,
“base” : 7074979840,
“CFBundleShortVersionString” : “1.0”,
“CFBundleIdentifier” : “com.apple.analyticsd”,
“size” : 192512,
“uuid” : “290e81d8-3981-3a94-a59e-dd367c9ba892”,
“path” : “/System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics”,
“name” : “CoreAnalytics”,
“CFBundleVersion” : “1”
}
],
“sharedCache” : {
“base” : 6938607616,
“size” : 4220698624,
“uuid” : “3406ad1b-2469-30eb-9863-5dce861e6dea”
},
“vmSummary” : “ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nColorSync 544K 26 \nCoreAnimation 480K 30 \nCoreGraphics 64K 4 \nCoreUI image data 304K 4 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 1.6G 49 \nMALLOC guard page 192K 12 \nSQLite page cache 128K 1 \nSTACK GUARD 56.1M 6 \nStack 10.6M 6 \nVM_ALLOCATE 240K 15 \n__AUTH 1429K 259 \n__AUTH_CONST 23.5M 444 \n__CTF 824 1 \n__DATA 9948K 433 \n__DATA_CONST 21.9M 451 \n__DATA_DIRTY 1297K 139 \n__FONT_DATA 4K 1 \n__LINKEDIT 533.8M 4 \n__OBJC_RO 71.9M 1 \n__OBJC_RW 2199K 1 \n__TEXT 543.7M 468 \ndyld private memory 272K 2 \nmapped file 76.8M 19 \nshared memory 880K 15 \n=========== ======= ======= \nTOTAL 2.9G 2395 \n”,
“legacyInfo” : {
“threadTriggered” : {
“queue” : “com.apple.main-thread”
}
},
“logWritingSignature” : “198607fe487e098100557e2fd1202147c9aed8c1”,
“trialInfo” : {
“rollouts” : [
{
“rolloutId” : “642da32dea3b2418c750f848”,
“factorPackIds” : {

  },
  "deploymentId" : 240000004
},
{
  "rolloutId" : "63f9578e238e7b23a1f3030a",
  "factorPackIds" : {

  },
  "deploymentId" : 240000005
}

],
“experiments” : [

]
}
}

Model: Mac14,12, BootROM 10151.121.1, proc 10:6:4 processors, 16 GB, SMC
Graphics: Apple M2 Pro, Apple M2 Pro, Built-In
Display: Kamvas 12, 1920 x 1080 (1080p FHD - Full High Definition), Main, MirrorOff, Online
Display: PA301W, 1600 x 2560, MirrorOff, Online
Display: SAMSUNG, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4388), wl0: Apr 4 2024 20:56:02 version 23.30.58.0.41.51.138 FWID 01-60807d6e
AirPort:
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
USB Device: USB31Bus
USB Device: Huion Tablet_GS1161
USB Device: USB31Bus
USB Device: USB3.1 Hub
USB Device:
USB Device: USB2.1 Hub
USB Device: Launchpad Pro
USB Device: Impulse
USB Device: USB31Bus
USB Device: generic_device
USB Device: USB31Bus
USB Device: Ugreen Storage Device
USB Device: USB31Bus
USB Device: USB Audio CODEC
USB Device: USB2.0 Hub
USB Device: Akai APC40
USB Device: Launchkey MK2 25
USB Device: Maschine Studio
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Bus: Mac mini, Apple Inc.
Thunderbolt Bus: Mac mini, Apple Inc.