GeeXLab 0.40.0 has been released for Windows 32/64-bit, Linux 64-bit, Raspberry Pi OS 32-bit and macOS (Intel x86 and Apple M1 arm64).
Release notes:
- https://www.geeks3d.com/hacklab/20210128/geexlab-0-40-released-vulkan-ray-tracing-apple-m1-arm64/
All Downloads:
- https://www.geeks3d.com/geexlab/downloads/
Quote
Version 0.40.0 - 2021.01.22
+ (2021.01.22) added set of functions (gh_imgui.table_xxxxxx()) to deal with the
new table API of Dear ImGui 1.80.
! (2021.01.22) updated ImGui with final version 1.80.
- (2021.01.22) removed Vulkan1 plugin. Now the active Vulkan plugin
is the second version, Vulkan2.
- (2021.01.22) removed Python 2 plugin. Only Python 3 plugin is developed.
+ (2021.01.21) [masOS] added support of Apple M1 with native compilation for ARM64 architecture.
+ (2021.01.21) [masOS] added support of macOS 11.1 Big Sur.
+ (2021.01.20) GPU monitoring: added support of NVIDIA GeForce GT 1010
+ (2021.01.20) GPU monitoring: added support of NVIDIA GeForce RTX 3080 Laptop, RTX 3070 Laptop and
RTX 3060 Laptop.
! (2021.01.19) updated Assimp plugin with latest github snapshot.
+ (2021.01.14) added support of Vulkan ray tracing. A bunch of new functions has been added in the gh_vk library
in Lua and Python to deal with ray tracing. See gh_vk.raytracing_xxxxx() functions.
* (2020.12.30) fixed a bug in gh_vk.descriptorset_update_resource_rt_color(): the sampler was invalid.
descriptorset_update_resource_rt_color() is important for the resizing a a render target.
+ (2020.12.30) added create_perspective_vk() and update_perspective_vk() to gh_camera for Vulkan demos.
+ (2020.12.28) added set_vertex_alloc_params_force_face_u32() to gh_mesh.
+ (2020.12.26) added vk_add_spirv_module_file() to gk_vk.
Version 0.39.2 - 2020.12.26
* (2020.12.16) fixed the material management in Vulkan when models with sub-meshes are rendered.
+ (2020.12.16) added vk_descriptorset_bind() to gh_material.
+ (2020.12.14) updated gh_gpu_buffer.set_matrix4x4() with new types: camera_inv_projection and camera_inv_view.
+ (2020.12.14) added uniform_matrix() to gh_gpu_program lib.
* (2020.12.14) fixed a bug in the texture coordinates read by the built-in glTF loader.
Hi there, I'm trying to run GeeXLab on my M1 Max computer. I set the xattr -cr to get it to not be "damaged", but the program still crashes. Here is the report:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: GeeXLab [8814]
Path: /Users/USER/Downloads/*/GeeXLab.app/Contents/MacOS/GeeXLab
Identifier: Geeks3D.GeeXLab
Version: 0.40 (1)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
User ID: 501
Date/Time: 2022-01-28 12:19:29.5189 -0800
OS Version: macOS 12.1 (21C52)
Report Version: 12
Anonymous UUID: A3C347E9-4865-8FE2-A0D1-D6296158CE93
Sleep/Wake UUID: 167AD09C-4017-4DBA-9558-2E0944FC4F57
Time Awake Since Boot: 51000 seconds
Time Since Wake: 36146 seconds
System Integrity Protection: enabled
Crashed Thread: 6
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000019c98059c
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process: exc handler [8814]
Application Specific Information:
-[NSOpenGLContext setView:] must be called from the main thread.
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x1999e4ebc __semwait_signal + 8
1 libsystem_c.dylib 0x1998efd88 nanosleep + 216
2 libsystem_c.dylib 0x1998efca4 usleep + 68
3 libgxc_r_osx.dylib 0x103cc68d8 0x103b88000 + 1304792
4 libgxc_r_osx.dylib 0x103ccbae4 0x103b88000 + 1325796
5 GeeXLab 0x102aac6c0 GXLAPP_Demo::run() + 4772
6 GeeXLab 0x102ac8054 GXLAPP_Main_Demo_Run() + 72
7 GeeXLab 0x102ac7bd0 GXLAPP_Start_Main_Demo_XML(char const*) + 316
8 GeeXLab 0x102ac6a4c load_scene_file_xml(char const*) + 156
9 GeeXLab 0x102ac67ac load_scene_file(char const*) + 144
10 GeeXLab 0x102aa1f2c -[AppDelegate applicationDidFinishLaunching:] + 728
11 CoreFoundation 0x199add200 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28
12 CoreFoundation 0x199b80b84 ___CFXRegistrationPost_block_invoke + 52
13 CoreFoundation 0x199b80af0 _CFXRegistrationPost + 456
14 CoreFoundation 0x199aabeb0 _CFXNotificationPost + 720
15 Foundation 0x19a961e3c -[NSNotificationCenter postNotificationName:object:userInfo:] + 96
16 AppKit 0x19c6459f0 -[NSApplication _postDidFinishNotification] + 340
17 AppKit 0x19c645708 -[NSApplication _sendFinishLaunchingNotification] + 236
18 AppKit 0x19c643108 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 580
19 AppKit 0x19c642cf0 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 780
20 Foundation 0x19a98e7c4 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 344
21 Foundation 0x19a98e600 _NSAppleEventManagerGenericHandler + 96
22 AE 0x1a027d75c 0x1a0271000 + 51036
23 AE 0x1a027d0b4 0x1a0271000 + 49332
24 AE 0x1a0275f84 aeProcessAppleEvent + 488
25 HIToolbox 0x1a268a3b0 AEProcessAppleEvent + 68
26 AppKit 0x19c63d0cc _DPSNextEvent + 1848
27 AppKit 0x19c63b584 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1332
28 AppKit 0x19c62d5a4 -[NSApplication run] + 596
29 GeeXLab 0x102aa4df8 main + 6872
30 dyld 0x102bf50f4 start + 520
Thread 1:
0 libsystem_pthread.dylib 0x199a18010 start_wqthread + 0
Thread 2:
0 libsystem_pthread.dylib 0x199a18010 start_wqthread + 0
Thread 3:
0 libsystem_pthread.dylib 0x199a18010 start_wqthread + 0
Thread 4:
0 libsystem_pthread.dylib 0x199a18010 start_wqthread + 0
Thread 5:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x1999e1954 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1999e1d00 mach_msg + 76
2 CoreFoundation 0x199ae8ed8 __CFRunLoopServiceMachPort + 372
3 CoreFoundation 0x199ae7390 __CFRunLoopRun + 1212
4 CoreFoundation 0x199ae6734 CFRunLoopRunSpecific + 600
5 AppKit 0x19c7a9c90 _NSEventThread + 196
6 libsystem_pthread.dylib 0x199a1d240 _pthread_start + 148
7 libsystem_pthread.dylib 0x199a18024 thread_start + 8
Thread 6 Crashed:
0 AppKit 0x19c98059c -[NSOpenGLContext setView:] + 228
1 AppKit 0x19c98059c -[NSOpenGLContext setView:] + 228
2 libgxc_r_osx.dylib 0x103d65630 0x103b88000 + 1955376
3 libgxc_r_osx.dylib 0x103d615a0 0x103b88000 + 1938848
4 libgxl_r_osx.dylib 0x1031e2e48 0x1030f4000 + 978504
5 libgxl_r_osx.dylib 0x1030fe150 0x1030f4000 + 41296
6 libgxl_r_osx.dylib 0x103133478 0x1030f4000 + 259192
7 libgxl_r_osx.dylib 0x103156974 0x1030f4000 + 403828
8 libgxl_r_osx.dylib 0x1031567a0 0x1030f4000 + 403360
9 GeeXLab 0x102aa99e8 GXLAPP_Demo::init_window3d(GXLAPP_Window*) + 1420
10 GeeXLab 0x102acc3d0 RenderThread_Init(GXLAPP_Window*) + 324
11 GeeXLab 0x102acdda4 RenderThread(void*) + 44
12 libsystem_pthread.dylib 0x199a1d240 _pthread_start + 148
13 libsystem_pthread.dylib 0x199a18024 thread_start + 8
Thread 6 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0xb97024a38895008b x9: 0xb97024a38895008b x10: 0xfffffffe667ce24b x11: 0x0000000000000000
x12: 0x000000008c01680b x13: 0x000000000c016800 x14: 0x000000000c000000 x15: 0x00000001f2acd4a0
x16: 0xfffffffffffffff4 x17: 0x00000001f41fbdc8 x18: 0x00000001102e3940 x19: 0x0000600001118620
x20: 0x000000012060ca60 x21: 0x0000000000000000 x22: 0x0000000000000001 x23: 0x0000000000000001
x24: 0x0000000000000000 x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x0000000000000000
x28: 0x0000000000000000 fp: 0x000000016d6a5d10 lr: 0x2b4a00019c98059c
sp: 0x000000016d6a5cc0 pc: 0x000000019c98059c cpsr: 0x60001000
far: 0x000000010d3fc000 esr: 0xf2000001 (Breakpoint) brk 1
Binary Images:
0x1999e0000 - 0x199a15fff libsystem_kernel.dylib (*) <c8b3081a-5081-3a99-bbe3-01413de444c6> /usr/lib/system/libsystem_kernel.dylib
0x1998e1000 - 0x199961fff libsystem_c.dylib (*) <00fc01c7-36bc-3193-86a3-5c03046b45fb> /usr/lib/system/libsystem_c.dylib
0x103b88000 - 0x10417bfff libgxc_r_osx.dylib (*) <1e628774-cf01-35c6-91f2-8791a05f443a> /Users/USER/Downloads/*/GeeXLab.app/Contents/MacOS/libgxc_r_osx.dylib
0x102a9c000 - 0x102ad7fff Geeks3D.GeeXLab (0.40) <f4640630-8d31-31b9-b6a3-ff67204800c8> /Users/USER/Downloads/*/GeeXLab.app/Contents/MacOS/GeeXLab
0x199a64000 - 0x199fa7fff com.apple.CoreFoundation (6.9) <f5ea9592-4ef9-3d35-b23d-5c21283acc52> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x19a958000 - 0x19ad45fff com.apple.Foundation (6.9) <cd7cdf11-986e-3754-8011-e628c3be8380> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x19c5fb000 - 0x19d4aefff com.apple.AppKit (6.9) <a8bbc643-113d-310f-96b6-77a973bf2dba> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x1a0271000 - 0x1a02e2fff com.apple.AE (924) <9545da42-f6a6-311e-95fe-6745bd9d552d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x1a2646000 - 0x1a2975fff com.apple.HIToolbox (2.1.1) <01b981b8-a2d8-374d-9a0e-c4ac8c1009da> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x102bf0000 - 0x102c4ffff dyld (*) <7e92b284-4b90-3b68-b31a-3ddc4c0e8d40> /usr/lib/dyld
0x199a16000 - 0x199a22fff libsystem_pthread.dylib (*) <ed328b18-eeef-3b15-8858-798b19b0c2cd> /usr/lib/system/libsystem_pthread.dylib
0x1030f4000 - 0x1032d3fff libgxl_r_osx.dylib (*) <0495fc97-a3eb-35bb-b271-223cb95a572c> /Users/USER/Downloads/*/GeeXLab.app/Contents/MacOS/libgxl_r_osx.dylib
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=790.3M resident=0K(0%) swapped_out_or_unallocated=790.3M(100%)
Writable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 128K 1
Activity Tracing 256K 1
CG backing stores 5568K 4
ColorSync 512K 24
CoreAnimation 16K 1
CoreGraphics 16K 1
CoreUI image data 192K 1
Foundation 16K 1
Kernel Alloc Once 32K 1
MALLOC 260.3M 45
MALLOC guard page 192K 10
MALLOC_MEDIUM (reserved) 600.0M 5 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.1M 7
Stack 11.2M 7
VM_ALLOCATE 1.0G 14
__AUTH 1781K 150
__AUTH_CONST 9234K 288
__DATA 9413K 279
__DATA_CONST 10.1M 292
__DATA_DIRTY 602K 101
__FONT_DATA 4K 1
__GLSLBUILTINS 5176K 1
__LINKEDIT 577.7M 7
__OBJC_CONST 1255K 123
__OBJC_RO 82.0M 1
__OBJC_RW 3104K 1
__TEXT 212.6M 306
__UNICODE 588K 1
dyld private memory 1024K 1
mapped file 147.7M 19
shared memory 1360K 13
=========== ======= =======
TOTAL 3.3G 1708
TOTAL, minus reserved VM space 2.4G 1708
Thank you for your attention to this important matter.
And the full report:
-----------
Full Report
-----------
{"app_name":"GeeXLab","timestamp":"2022-01-28 12:19:29.00 -0800","app_version":"0.40","slice_uuid":"f4640630-8d31-31b9-b6a3-ff67204800c8","build_version":"1","platform":1,"bundleID":"Geeks3D.GeeXLab","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.1 (21C52)","incident_id":"9977F8BA-F0D4-4E31-8E5B-27FE49672ED5","name":"GeeXLab"}
{
"uptime" : 51000,
"procLaunch" : "2022-01-28 12:19:28.0019 -0800",
"procRole" : "Foreground",
"version" : 2,
"userID" : 501,
"deployVersion" : 210,
"modelCode" : "MacBookPro18,2",
"procStartAbsTime" : 1239783693048,
"coalitionID" : 6055,
"osVersion" : {
"train" : "macOS 12.1",
"build" : "21C52",
"releaseType" : "User"
},
"captureTime" : "2022-01-28 12:19:29.5189 -0800",
"incident" : "9977F8BA-F0D4-4E31-8E5B-27FE49672ED5",
"bug_type" : "309",
"pid" : 8814,
"procExitAbsTime" : 1239820033885,
"translated" : false,
"cpuType" : "ARM-64",
"procName" : "GeeXLab",
"procPath" : "\/Users\/USER\/Downloads\/*\/GeeXLab.app\/Contents\/MacOS\/GeeXLab",
"bundleInfo" : {"CFBundleShortVersionString":"0.40","CFBundleVersion":"1","CFBundleIdentifier":"Geeks3D.GeeXLab"},
"storeInfo" : {"deviceIdentifierForVendor":"F3247433-0E60-5135-B464-722BACD28C01","thirdParty":true},
"parentProc" : "launchd",
"parentPid" : 1,
"coalitionName" : "Geeks3D.GeeXLab",
"crashReporterKey" : "A3C347E9-4865-8FE2-A0D1-D6296158CE93",
"wakeTime" : 36146,
"sleepWakeUUID" : "167AD09C-4017-4DBA-9558-2E0944FC4F57",
"sip" : "enabled",
"isCorpse" : 1,
"exception" : {"codes":"0x0000000000000001, 0x000000019c98059c","rawCodes":[1,6922175900],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
"termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace\/BPT trap: 5","byProc":"exc handler","byPid":8814},
"asi" : {"libsystem_c.dylib":["-[NSOpenGLContext setView:] must be called from the main thread."]},
"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" : 6,
"threads" : [{"id":497371,"queue":"com.apple.main-thread","frames":[{"imageOffset":20156,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":0},{"imageOffset":60808,"symbol":"nanosleep","symbolLocation":216,"imageIndex":1},{"imageOffset":60580,"symbol":"usleep","symbolLocation":68,"imageIndex":1},{"imageOffset":1304792,"imageIndex":2},{"imageOffset":1325796,"imageIndex":2},{"imageOffset":67264,"symbol":"GXLAPP_Demo::run()","symbolLocation":4772,"imageIndex":3},{"imageOffset":180308,"symbol":"GXLAPP_Main_Demo_Run()","symbolLocation":72,"imageIndex":3},{"imageOffset":179152,"symbol":"GXLAPP_Start_Main_Demo_XML(char const*)","symbolLocation":316,"imageIndex":3},{"imageOffset":174668,"symbol":"load_scene_file_xml(char const*)","symbolLocation":156,"imageIndex":3},{"imageOffset":173996,"symbol":"load_scene_file(char const*)","symbolLocation":144,"imageIndex":3},{"imageOffset":24364,"symbol":"-[AppDelegate applicationDidFinishLaunching:]","symbolLocation":728,"imageIndex":3},{"imageOffset":496128,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":28,"imageIndex":4},{"imageOffset":1166212,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":52,"imageIndex":4},{"imageOffset":1166064,"symbol":"_CFXRegistrationPost","symbolLocation":456,"imageIndex":4},{"imageOffset":294576,"symbol":"_CFXNotificationPost","symbolLocation":720,"imageIndex":4},{"imageOffset":40508,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":96,"imageIndex":5},{"imageOffset":305648,"symbol":"-[NSApplication _postDidFinishNotification]","symbolLocation":340,"imageIndex":6},{"imageOffset":304904,"symbol":"-[NSApplication _sendFinishLaunchingNotification]","symbolLocation":236,"imageIndex":6},{"imageOffset":295176,"symbol":"-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]","symbolLocation":580,"imageIndex":6},{"imageOffset":294128,"symbol":"-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]","symbolLocation":780,"imageIndex":6},{"imageOffset":223172,"symbol":"-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]","symbolLocation":344,"imageIndex":5},{"imageOffset":222720,"symbol":"_NSAppleEventManagerGenericHandler","symbolLocation":96,"imageIndex":5},{"imageOffset":51036,"imageIndex":7},{"imageOffset":49332,"imageIndex":7},{"imageOffset":20356,"symbol":"aeProcessAppleEvent","symbolLocation":488,"imageIndex":7},{"imageOffset":279472,"symbol":"AEProcessAppleEvent","symbolLocation":68,"imageIndex":8},{"imageOffset":270540,"symbol":"_DPSNextEvent","symbolLocation":1848,"imageIndex":6},{"imageOffset":263556,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1332,"imageIndex":6},{"imageOffset":206244,"symbol":"-[NSApplication run]","symbolLocation":596,"imageIndex":6},{"imageOffset":36344,"symbol":"main","symbolLocation":6872,"imageIndex":3},{"imageOffset":20724,"symbol":"start","symbolLocation":520,"imageIndex":9}]},{"id":497421,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":497422,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":497424,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":497425,"frames":[{"imageOffset":8208,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":10}]},{"id":497431,"name":"com.apple.NSEventThread","frames":[{"imageOffset":6484,"symbol":"mach_msg_trap","symbolLocation":8,"imageIndex":0},{"imageOffset":7424,"symbol":"mach_msg","symbolLocation":76,"imageIndex":0},{"imageOffset":544472,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":372,"imageIndex":4},{"imageOffset":537488,"symbol":"__CFRunLoopRun","symbolLocation":1212,"imageIndex":4},{"imageOffset":534324,"symbol":"CFRunLoopRunSpecific","symbolLocation":600,"imageIndex":4},{"imageOffset":1764496,"symbol":"_NSEventThread","symbolLocation":196,"imageIndex":6},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]},{"triggered":true,"id":497433,"threadState":{"x":[{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":13362220379197997195},{"value":13362220379197997195},{"value":18446744066839077451},{"value":0},{"value":2348902411},{"value":201418752},{"value":201326592},{"value":8366380192,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFString"},{"value":18446744073709551604},{"value":8390688200},{"value":4566432064},{"value":105553134192160},{"value":4838181472},{"value":0},{"value":1},{"value":1},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":3119305698829665692},"cpsr":{"value":1610616832},"fp":{"value":6130654480},"sp":{"value":6130654400},"esr":{"value":4060086273,"description":"(Breakpoint) brk 1"},"pc":{"value":6922175900,"matchesCrashFrame":1},"far":{"value":4517249024}},"frames":[{"imageOffset":3691932,"symbol":"-[NSOpenGLContext setView:]","symbolLocation":228,"imageIndex":6},{"imageOffset":3691932,"symbol":"-[NSOpenGLContext setView:]","symbolLocation":228,"imageIndex":6},{"imageOffset":1955376,"imageIndex":2},{"imageOffset":1938848,"imageIndex":2},{"imageOffset":978504,"imageIndex":11},{"imageOffset":41296,"imageIndex":11},{"imageOffset":259192,"imageIndex":11},{"imageOffset":403828,"imageIndex":11},{"imageOffset":403360,"imageIndex":11},{"imageOffset":55784,"symbol":"GXLAPP_Demo::init_window3d(GXLAPP_Window*)","symbolLocation":1420,"imageIndex":3},{"imageOffset":197584,"symbol":"RenderThread_Init(GXLAPP_Window*)","symbolLocation":324,"imageIndex":3},{"imageOffset":204196,"symbol":"RenderThread(void*)","symbolLocation":44,"imageIndex":3},{"imageOffset":29248,"symbol":"_pthread_start","symbolLocation":148,"imageIndex":10},{"imageOffset":8228,"symbol":"thread_start","symbolLocation":8,"imageIndex":10}]}],
"usedImages" : [
{
"source" : "P",
"arch" : "arm64e",
"base" : 6872236032,
"size" : 221184,
"uuid" : "c8b3081a-5081-3a99-bbe3-01413de444c6",
"path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
"name" : "libsystem_kernel.dylib"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6871191552,
"size" : 528384,
"uuid" : "00fc01c7-36bc-3193-86a3-5c03046b45fb",
"path" : "\/usr\/lib\/system\/libsystem_c.dylib",
"name" : "libsystem_c.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4357390336,
"size" : 6242304,
"uuid" : "1e628774-cf01-35c6-91f2-8791a05f443a",
"path" : "\/Users\/USER\/Downloads\/*\/GeeXLab.app\/Contents\/MacOS\/libgxc_r_osx.dylib",
"name" : "libgxc_r_osx.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4339646464,
"CFBundleShortVersionString" : "0.40",
"CFBundleIdentifier" : "Geeks3D.GeeXLab",
"size" : 245760,
"uuid" : "f4640630-8d31-31b9-b6a3-ff67204800c8",
"path" : "\/Users\/USER\/Downloads\/*\/GeeXLab.app\/Contents\/MacOS\/GeeXLab",
"name" : "GeeXLab",
"CFBundleVersion" : "1"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6872776704,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.CoreFoundation",
"size" : 5521408,
"uuid" : "f5ea9592-4ef9-3d35-b23d-5c21283acc52",
"path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
"name" : "CoreFoundation",
"CFBundleVersion" : "1856.105"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6888456192,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.Foundation",
"size" : 4120576,
"uuid" : "cd7cdf11-986e-3754-8011-e628c3be8380",
"path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
"name" : "Foundation",
"CFBundleVersion" : "1856.105"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6918483968,
"CFBundleShortVersionString" : "6.9",
"CFBundleIdentifier" : "com.apple.AppKit",
"size" : 15417344,
"uuid" : "a8bbc643-113d-310f-96b6-77a973bf2dba",
"path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
"name" : "AppKit",
"CFBundleVersion" : "2113.20.111"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6981881856,
"CFBundleShortVersionString" : "924",
"CFBundleIdentifier" : "com.apple.AE",
"size" : 466944,
"uuid" : "9545da42-f6a6-311e-95fe-6745bd9d552d",
"path" : "\/System\/Library\/Frameworks\/CoreServices.framework\/Versions\/A\/Frameworks\/AE.framework\/Versions\/A\/AE",
"name" : "AE",
"CFBundleVersion" : "924"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 7019454464,
"CFBundleShortVersionString" : "2.1.1",
"CFBundleIdentifier" : "com.apple.HIToolbox",
"size" : 3342336,
"uuid" : "01b981b8-a2d8-374d-9a0e-c4ac8c1009da",
"path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
"name" : "HIToolbox"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 4341039104,
"size" : 393216,
"uuid" : "7e92b284-4b90-3b68-b31a-3ddc4c0e8d40",
"path" : "\/usr\/lib\/dyld",
"name" : "dyld"
},
{
"source" : "P",
"arch" : "arm64e",
"base" : 6872457216,
"size" : 53248,
"uuid" : "ed328b18-eeef-3b15-8858-798b19b0c2cd",
"path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
"name" : "libsystem_pthread.dylib"
},
{
"source" : "P",
"arch" : "arm64",
"base" : 4346298368,
"size" : 1966080,
"uuid" : "0495fc97-a3eb-35bb-b271-223cb95a572c",
"path" : "\/Users\/USER\/Downloads\/*\/GeeXLab.app\/Contents\/MacOS\/libgxl_r_osx.dylib",
"name" : "libgxl_r_osx.dylib"
}
],
"sharedCache" : {
"base" : 6869286912,
"size" : 3089596416,
"uuid" : "66c33c62-48a9-31e5-b8b5-7a71c9760d07"
},
"vmSummary" : "ReadOnly portion of Libraries: Total=790.3M resident=0K(0%) swapped_out_or_unallocated=790.3M(100%)\nWritable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)\n\n VIRTUAL REGION \nREGION TYPE SIZE COUNT (non-coalesced) \n=========== ======= ======= \nAccelerate framework 128K 1 \nActivity Tracing 256K 1 \nCG backing stores 5568K 4 \nColorSync 512K 24 \nCoreAnimation 16K 1 \nCoreGraphics 16K 1 \nCoreUI image data 192K 1 \nFoundation 16K 1 \nKernel Alloc Once 32K 1 \nMALLOC 260.3M 45 \nMALLOC guard page 192K 10 \nMALLOC_MEDIUM (reserved) 600.0M 5 reserved VM address space (unallocated)\nMALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)\nSTACK GUARD 56.1M 7 \nStack 11.2M 7 \nVM_ALLOCATE 1.0G 14 \n__AUTH 1781K 150 \n__AUTH_CONST 9234K 288 \n__DATA 9413K 279 \n__DATA_CONST 10.1M 292 \n__DATA_DIRTY 602K 101 \n__FONT_DATA 4K 1 \n__GLSLBUILTINS 5176K 1 \n__LINKEDIT 577.7M 7 \n__OBJC_CONST 1255K 123 \n__OBJC_RO 82.0M 1 \n__OBJC_RW 3104K 1 \n__TEXT 212.6M 306 \n__UNICODE 588K 1 \ndyld private memory 1024K 1 \nmapped file 147.7M 19 \nshared memory 1360K 13 \n=========== ======= ======= \nTOTAL 3.3G 1708 \nTOTAL, minus reserved VM space 2.4G 1708 \n",
"legacyInfo" : {
"threadTriggered" : {
}
},
"trialInfo" : {
"rollouts" : [
{
"rolloutId" : "60da5e84ab0ca017dace9abf",
"factorPackIds" : {
},
"deploymentId" : 240000008
},
{
"rolloutId" : "607844aa04477260f58a8077",
"factorPackIds" : {
"SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
},
"deploymentId" : 240000066
},
{
"rolloutId" : "602ad4dac86151000cf27e46",
"factorPackIds" : {
"SIRI_DICTATION_ASSETS" : "61a80a438feb033580c2778b"
},
"deploymentId" : 240000290
},
{
"rolloutId" : "5fc94383418129005b4e9ae0",
"factorPackIds" : {
},
"deploymentId" : 240000207
},
{
"rolloutId" : "5ffde50ce2aacd000d47a95f",
"factorPackIds" : {
},
"deploymentId" : 240000098
},
{
"rolloutId" : "601d9415f79519000ccd4b69",
"factorPackIds" : {
"SIRI_TEXT_TO_SPEECH" : "61c11dcd2cb6041dc630dc63"
},
"deploymentId" : 240000375
}
],
"experiments" : [
]
}
}
I will try to check this issue during next update of GeeXLab (I have to find my mac mini M1 before ...).