libretro / libretro-uae

PUAE libretro
GNU General Public License v2.0
112 stars 60 forks source link

SegFault when trying to load hdf or hdz image (1889 AGA, Rick Dangerous 2) #54

Closed rubin55 closed 4 years ago

rubin55 commented 5 years ago

RetroArch 1.7.5 with P-UAE 2.6.1 a739e45 on macOS Mojave 10.14.2.

Loading game from ADF works (tested with Diplomacy.adf).

Console output:

Mounting uaehf.device 0 (0):
FS: mounted HDF unit DH0 (0000-00200000, /Users/rubin/Documents/RetroArch/system/WHDLoad.hdf)
Partition 'DH0' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 127, Size 2M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
Mounting uaehf.device 1 (0):
FS: mounted HDF unit DH1 (0000-00388000, /Users/rubin/Syncthing/Emulation/Commodore Amiga/WHDLoads/1869 (AGA).hdf)
Partition 'DH1' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 225, Size 3M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
Your Amiga program just did something terribly stupid 00BFFF26 PC=00F84438
00BFFF06  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF
00BFFF16  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF
00BFFF26  FFFF FFFF FFFFSegmentation fault: 11
[rubin@kuro ~]$ 

System dump output:

Process:               RetroArch [61990]
Path:                  /Applications/RetroArch.app/Contents/MacOS/RetroArch
Identifier:            libretro.RetroArch
Version:               1.7.5 (1.7.5)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           RetroArch [61990]
User ID:               501

Date/Time:             2018-12-22 21:51:49.370 +0100
OS Version:            Mac OS X 10.14.2 (18C54)
Report Version:        12
Anonymous UUID:        093C13F5-6F15-143A-5143-470633174133

Sleep/Wake UUID:       9D9619DD-402E-42EB-B470-8AD68D3CE736

Time Awake Since Boot: 220000 seconds
Time Since Wake:       26000 seconds

System Integrity Protection: enabled

Crashed Thread:        7

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x000000000000083c
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [61990]

VM Regions Near 0x83c:
--> 
    __TEXT                 0000000106471000-00000001069fd000 [ 5680K] r-x/rwx SM=COW  /Applications/RetroArch.app/Contents/MacOS/RetroArch

Thread 0:: Dispatch queue: com.apple.main-thread
0   puae_libretro.dylib             0x00000001182de3f2 m68k_run_2p + 98
1   puae_libretro.dylib             0x00000001182d9322 m68k_go + 2306
2   puae_libretro.dylib             0x00000001182d29b4 real_main + 3172
3   puae_libretro.dylib             0x00000001182d2a39 umain + 9
4   puae_libretro.dylib             0x0000000118822fb8 retro_wrap_emulator + 24

Thread 1:
0   libsystem_pthread.dylib         0x00007fff5e95f3f8 start_wqthread + 0
1   ???                             0x0000000054485244 0 + 1414025796

Thread 2:
0   libsystem_pthread.dylib         0x00007fff5e95f3f8 start_wqthread + 0
1   ???                             0x0000000054485244 0 + 1414025796

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff5e8a617a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff5e8a66d0 mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff3152c0c2 __CFRunLoopServiceMachPort + 337
3   com.apple.CoreFoundation        0x00007fff3152b611 __CFRunLoopRun + 1654
4   com.apple.CoreFoundation        0x00007fff3152ad48 CFRunLoopRunSpecific + 463
5   com.apple.AppKit                0x00007fff2ea84f89 _NSEventThread + 160
6   libsystem_pthread.dylib         0x00007fff5e960305 _pthread_body + 126
7   libsystem_pthread.dylib         0x00007fff5e96326f _pthread_start + 70
8   libsystem_pthread.dylib         0x00007fff5e95f415 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff5e8a97de __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff5e963593 _pthread_cond_wait + 724
2   libretro.RetroArch              0x000000010680b273 threaded_worker + 155
3   libretro.RetroArch              0x000000010677ecd8 thread_wrap + 20
4   libsystem_pthread.dylib         0x00007fff5e960305 _pthread_body + 126
5   libsystem_pthread.dylib         0x00007fff5e96326f _pthread_start + 70
6   libsystem_pthread.dylib         0x00007fff5e95f415 thread_start + 13

Thread 5:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib          0x00007fff5e8a617a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff5e8a66d0 mach_msg + 60
2   com.apple.audio.CoreAudio       0x00007fff30f7b89a HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 124
3   com.apple.audio.CoreAudio       0x00007fff30f7b80d HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 45
4   com.apple.audio.CoreAudio       0x00007fff30f77b84 HALC_ProxyIOContext::IOWorkLoop() + 988
5   com.apple.audio.CoreAudio       0x00007fff30f775ee HALC_ProxyIOContext::IOThreadEntry(void*) + 128
6   com.apple.audio.CoreAudio       0x00007fff30f770d6 HALB_IOThread::Entry(void*) + 72
7   libsystem_pthread.dylib         0x00007fff5e960305 _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff5e96326f _pthread_start + 70
9   libsystem_pthread.dylib         0x00007fff5e95f415 thread_start + 13

Thread 6:
0   libsystem_pthread.dylib         0x00007fff5e95f3f8 start_wqthread + 0
1   ???                             0x0000000054485244 0 + 1414025796

Thread 7 Crashed:
0   puae_libretro.dylib             0x00000001183dd0f7 hardfile_do_io + 87
1   puae_libretro.dylib             0x00000001183dcf87 hardfile_thread + 295
2   libsystem_pthread.dylib         0x00007fff5e960305 _pthread_body + 126
3   libsystem_pthread.dylib         0x00007fff5e96326f _pthread_start + 70
4   libsystem_pthread.dylib         0x00007fff5e95f415 thread_start + 13

Thread 7 crashed with X86 Thread State (64-bit):
  rax: 0x00000000d4021e02  rbx: 0x00000000ffff00af  rcx: 0x000000011e83a000  rdx: 0x00000000ffff00af
  rdi: 0x00000000ffff00c7  rsi: 0x000000011bf0bd28  rbp: 0x0000700005f8aec0  rsp: 0x0000700005f8ab20
   r8: 0x0000700005f8b000   r9: 0x00000000190008ff  r10: 0x00007fff5e8c5096  r11: 0x0000000000000207
  r12: 0x0000000000000000  r13: 0x000000011bf0bd28  r14: 0x0000000000000000  r15: 0x0000000119c42d80
  rip: 0x00000001183dd0f7  rfl: 0x0000000000010202  cr2: 0x000000000000083c

Logical CPU:     3
Error Code:      0x00000004
Trap Number:     14

Binary Images:
       0x106471000 -        0x1069fcfff +libretro.RetroArch (1.7.5 - 1.7.5) <9B4F3A3E-E885-33A2-ACD9-332AA6DB97B2> /Applications/RetroArch.app/Contents/MacOS/RetroArch
       0x10744d000 -        0x107451ffb +org.qt-project.QtConcurrent (5.11 - 5.11.2) <ACD1C7A5-9907-3273-850E-7D079858C2AA> /Applications/RetroArch.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x10745b000 -        0x107952ff7 +org.qt-project.QtCore (5.11 - 5.11.2) <5EFD99B0-CFC9-3F53-9BE7-74B6BDBF1B8C> /Applications/RetroArch.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x107a0d000 -        0x107e42fe3 +org.qt-project.QtGui (5.11 - 5.11.2) <07AA0724-0329-3A68-BED8-B5342E39A2BB> /Applications/RetroArch.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x107f3f000 -        0x108045ffb +org.qt-project.QtNetwork (5.11 - 5.11.2) <CECCA1C7-8764-3738-8CC9-3F0ECC0BDCC6> /Applications/RetroArch.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x10808c000 -        0x1084cffff +org.qt-project.QtWidgets (5.11 - 5.11.2) <813C2F3F-FA7A-3468-8E2D-E3BB726A4CA6> /Applications/RetroArch.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10a716000 -        0x10a719047  libobjc-trampolines.dylib (750.1) <0D004834-E2EB-3066-8598-6F413521157F> /usr/lib/libobjc-trampolines.dylib
       0x10e5c1000 -        0x10e5c5fff  com.apple.audio.AppleHDAHALPlugIn (282.10 - 282.10) <8C1742CF-F0B3-3321-9918-F5237B84CF5A> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x10ef67000 -        0x10ef74ff7  com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) <BE49E85C-0BF3-36FF-8D63-CFDD20F11C95> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
       0x10f02b000 -        0x10f1d0ff7  com.apple.audio.units.Components (1.14 - 1.14) <A7E7DE74-B219-308E-8177-7F1AC561DB93> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x111718000 -        0x111796a67  dyld (640.2) <289AB27E-F09F-3384-A14A-100431139559> /usr/lib/dyld
       0x1182d0000 -        0x11892ffff +puae_libretro.dylib (0) <DA0AEE60-8697-3565-B0FF-16DCDD7C03FA> /Applications/RetroArch.app/Contents/Resources/cores/puae_libretro.dylib
    0x7fff29ceb000 -     0x7fff2aacbfff  com.apple.driver.AppleIntelKBLGraphicsGLDriver (12.4.7.1 - 12.0.4) <ABDCD72B-6FD8-3105-8244-4444084AFA3D> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff2aacc000 -     0x7fff2ad53ff7  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (12.4.7.1 - 12.0.4) <CE42798E-5ECB-390F-AD06-4F2B1E547344> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff2d44b000 -     0x7fff2d44ffff  com.apple.agl (3.3.2 - AGL-3.3.2) <1BA0EF39-F658-316F-B6CD-CE4FD1B925D6> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff2d81c000 -     0x7fff2d81cfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <A09CB6D5-3F8A-3E05-B0EB-63878296A059> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2d81d000 -     0x7fff2d833fef  libCGInterfaces.dylib (506.19.1) <55B9EFFF-6719-381E-B7F3-C3AA07F5D78F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2d834000 -     0x7fff2ded4fe3  com.apple.vImage (8.1 - ???) <BDA40EB0-9B20-3ACF-BE37-199578FA84F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2ded5000 -     0x7fff2e14cfd7  libBLAS.dylib (1243.200.4) <0ADBEAE3-6636-33E5-AC9F-11C2249E19D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2e14d000 -     0x7fff2e1bffe7  libBNNS.dylib (38.200.5) <CC93B9B5-2A8C-3D42-9234-75DD41EC8C0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2e1c0000 -     0x7fff2e566fff  libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2e567000 -     0x7fff2e57cffb  libLinearAlgebra.dylib (1243.200.4) <3923AB79-213E-32FD-AC87-8B1A1A832336> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2e57d000 -     0x7fff2e582ff3  libQuadrature.dylib (3.200.2) <4FBCAC0A-81A4-3C53-8458-27F3569C809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2e583000 -     0x7fff2e600ffb  libSparse.dylib (79.200.5) <2D650C50-E87E-3F24-9BFA-C8EB6DE1A6E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2e601000 -     0x7fff2e614ffb  libSparseBLAS.dylib (1243.200.4) <6F8C78BE-A0FD-3507-8A95-541AFC57F1EE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2e615000 -     0x7fff2e7f9ff3  libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2e7fa000 -     0x7fff2e8afff3  libvMisc.dylib (671.220.1) <D7B5F89D-3310-31F4-B8BF-42DA300ABE64> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2e8b0000 -     0x7fff2e8b0fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <221E4FEF-0431-3316-8281-22B6F8315A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2ea61000 -     0x7fff2f882ffb  com.apple.AppKit (6.9 - 1671.20.108) <0C441020-D10E-3CE0-B320-527E50EADBEC> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2f8d4000 -     0x7fff2f8d4fff  com.apple.ApplicationServices (50.1 - 50.1) <50496459-FFDD-3A78-8D3D-A252BD9B9DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2f8d5000 -     0x7fff2f940ff7  com.apple.ApplicationServices.ATS (377 - 453.11) <4080F8BE-F2A2-3707-8754-436FBDB1DAF1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2f9d9000 -     0x7fff2faf8fff  libFontParser.dylib (228.6) <BBCBEE2C-5B55-3278-B81D-22D72466753E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff2faf9000 -     0x7fff2fb44fff  libFontRegistry.dylib (228.12) <1CC4D486-74F8-3459-BBA1-F68A36C5CAF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff2fba3000 -     0x7fff2fbd6ff7  libTrueTypeScaler.dylib (228.6) <760BF895-3D7A-36E2-B97C-6775C3615A1D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff2fc40000 -     0x7fff2fc44ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <4B1238CC-9B77-3AA5-8329-EE3C736F07EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2fce1000 -     0x7fff2fd33ff3  com.apple.HIServices (1.22 - 627.14.2) <1F851BF9-AD29-3558-9EA5-AAD9BAAAC823> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2fd34000 -     0x7fff2fd42ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <5654723A-7B3B-391F-B9F7-0DE4D5940185> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2fd43000 -     0x7fff2fd8ffff  com.apple.print.framework.PrintCore (14.2 - 503.8) <F1246C9A-2216-3390-8DF1-89304F47CE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2fd90000 -     0x7fff2fdcbff7  com.apple.QD (3.12 - 407.2) <F6B648DA-DA39-3EB4-B593-1B7E316661CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2fdcc000 -     0x7fff2fdd8ff7  com.apple.speech.synthesis.framework (8.1.0 - 8.1.0) <CF19C8B6-AAD5-3DCF-ABD0-3BABB44D119C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2fdd9000 -     0x7fff30076fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <5D484151-F269-3D98-B507-0544A6B950AC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff30078000 -     0x7fff30078fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <91100E0A-C14D-3E6C-B095-0C4109AC6694> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff303dc000 -     0x7fff3079dfff  com.apple.CFNetwork (976 - 976) <10F464AD-6687-3012-A2AA-0453629CA968> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff307b2000 -     0x7fff307b2fff  com.apple.Carbon (158 - 158) <D6170F31-7A8A-3D4F-91DA-E11CF33E62B4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff307b3000 -     0x7fff307b6ffb  com.apple.CommonPanels (1.2.6 - 98) <775C94BE-EC00-315F-96E0-F0C1CD6EE3F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff307b7000 -     0x7fff30abeff7  com.apple.HIToolbox (2.1.1 - 917.3) <B2FEF0F3-CBA0-3FD9-93FC-E3A13DCB8C49> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff30abf000 -     0x7fff30ac2ffb  com.apple.help (1.3.8 - 66) <0C6CC127-A860-30D2-8434-6CC3CAFFB030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff30ac3000 -     0x7fff30ac8ff7  com.apple.ImageCapture (9.0 - 1530.1) <72ABBF32-531B-3B04-926D-E14B8D9003A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff30ac9000 -     0x7fff30b5dff3  com.apple.ink.framework (10.9 - 225) <344AACCC-E997-3498-8B1D-2EFD3A889205> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff30b5e000 -     0x7fff30b78fff  com.apple.openscripting (1.7 - 179) <A57FC4DB-4C51-3ABB-842F-9578991043E3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff30b99000 -     0x7fff30b9afff  com.apple.print.framework.Print (14.2 - 267.4) <618D290C-2EA0-3959-A2A8-FB7B61DA92DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff30b9b000 -     0x7fff30b9dff7  com.apple.securityhi (9.0 - 55006) <2FE1EB07-F717-3E89-9662-8BA7C17C6AEC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff30b9e000 -     0x7fff30ba4ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <F7E95C56-19E8-30A1-9594-84D4DD89F6D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff30cdb000 -     0x7fff30da7fff  com.apple.ColorSync (4.13.0 - 3340) <2F45EB01-0C51-3D25-9836-18F99222E1C7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff30f42000 -     0x7fff30fd2fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E7EF105-B843-370D-884E-0A43E1A5800B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff31038000 -     0x7fff31063ff7  com.apple.CoreBluetooth (1.0 - 1) <F041753E-7709-3FA4-ADA3-6B37296D92FB> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff31064000 -     0x7fff31405fef  com.apple.CoreData (120 - 866.1) <18CD58FD-513E-385B-B43C-08EEB909709C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff31406000 -     0x7fff314efff7  com.apple.CoreDisplay (101.3 - 106.2) <EE0D334B-8B71-3A70-9F90-677171D6762F> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff314f0000 -     0x7fff3193dff7  com.apple.CoreFoundation (6.9 - 1561) <AC90EE38-93D9-35EF-8359-9FE3A42500D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff3193f000 -     0x7fff31fccff7  com.apple.CoreGraphics (2.0 - 1249.2) <3AC6DEB1-245B-3E3A-B5CF-791A37237775> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff31fce000 -     0x7fff322f7fff  com.apple.CoreImage (14.2.0 - 720.0.130) <8C8BC619-7084-3F58-BBFC-4A97BD330787> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff327ad000 -     0x7fff327adfff  com.apple.CoreServices (941 - 941) <950D3EAF-C98E-3BCB-8FD9-43EEA0E48988> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff327ae000 -     0x7fff3282cffb  com.apple.AE (771 - 771) <4B009524-699E-3891-98DD-E3B6BB433C8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff3282d000 -     0x7fff32b05ff7  com.apple.CoreServices.CarbonCore (1178.16 - 1178.16) <17FC2B9E-EB6C-3768-A2D0-6E086F2563D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff32b06000 -     0x7fff32b50ff7  com.apple.DictionaryServices (1.2 - 284.16.3) <1DAC9153-FB5A-3798-8797-CBFEFF227F71> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff32b51000 -     0x7fff32b59ffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8E1507EA-F0A8-3845-B32D-4FBC1381E89C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff32b5a000 -     0x7fff32d25fff  com.apple.LaunchServices (941 - 941) <98B7E20E-5D0A-3A71-A019-346A145A1A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff32d26000 -     0x7fff32dc8fff  com.apple.Metadata (10.7.0 - 1191.53) <E4C1B7AB-677B-32B2-918C-CD445A0D0D91> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff32dc9000 -     0x7fff32e14ff7  com.apple.CoreServices.OSServices (941 - 941) <DFA21754-BFE4-367C-9303-739F5D3E9DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff32e15000 -     0x7fff32e83ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <CEC29BB5-D28E-3424-84FE-70756E521F3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff32e84000 -     0x7fff32ea8ffb  com.apple.coreservices.SharedFileList (71.27 - 71.27) <6389B59D-DDAC-3C97-A982-137B9B1FB734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff331f0000 -     0x7fff33355ffb  com.apple.CoreText (352.0 - 584.26) <5F61037C-825D-37A4-9091-0047413CC213> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff33356000 -     0x7fff33393fff  com.apple.CoreVideo (1.8 - 0.0) <34EC73F1-F0ED-32F5-B96E-7683B1F9A7A2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff33394000 -     0x7fff3342affb  com.apple.framework.CoreWLAN (13.0 - 1370.8) <32426190-3455-3049-8C09-0EC04D9C1279> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff336a7000 -     0x7fff336acfff  com.apple.DiskArbitration (2.7 - 2.7) <97707A79-30E7-3D99-AA20-B992B0900BC4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff33875000 -     0x7fff33c43fff  com.apple.Foundation (6.9 - 1561) <27FD022F-F0E3-3053-BADA-DF9BF856CA85> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff33cb4000 -     0x7fff33ce4ff3  com.apple.GSS (4.0 - 2.0) <86D07291-5DFC-30C2-9A18-5FCEDB0BE621> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff33dfe000 -     0x7fff33f08ff3  com.apple.Bluetooth (6.0.9 - 6.0.9f2) <CD9FA230-8BBB-307C-8FFF-86B1B7078D05> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff33f6a000 -     0x7fff33ffcff7  com.apple.framework.IOKit (2.0.2 - 1483.230.1) <AAAF13D1-80E5-3079-98C1-FA3C3FC47B40> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff33ffe000 -     0x7fff34008ff7  com.apple.IOSurface (255.1 - 255.1) <58826B1A-38E8-3C76-8FFC-76C9282DA893> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff3405f000 -     0x7fff341fdfff  com.apple.ImageIO.framework (3.3.0 - 1822.1) <908907D5-5C29-32F7-ACD9-C6A6D51C4D15> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff341fe000 -     0x7fff34202ffb  libGIF.dylib (1822.1) <35E37B95-1962-3A25-9C9E-CADD161152B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff34203000 -     0x7fff342e8fe7  libJP2.dylib (1822.1) <BDBCBF28-12DB-3D63-B6F0-A559D1839F81> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff342e9000 -     0x7fff3430eff7  libJPEG.dylib (1822.1) <D443C754-4AFC-38E1-9E45-D309ACBCE17B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff345e1000 -     0x7fff34607fe7  libPng.dylib (1822.1) <28FE6E2C-1A17-3A84-AAF3-76014DEADDD4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff34608000 -     0x7fff3460aff7  libRadiance.dylib (1822.1) <687906E3-4EC2-3CE9-B7EA-34418239EE1B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff3460b000 -     0x7fff34659ffb  libTIFF.dylib (1822.1) <0A1C083B-CE2F-3A00-8E45-EB58DCA2FF34> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff35703000 -     0x7fff3571cfff  com.apple.Kerberos (3.0 - 1) <5D1B0593-3C0E-32D5-AAE5-ABC22A98B639> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3613e000 -     0x7fff361d1fff  com.apple.Metal (158.5 - 158.5) <219312CC-0DE5-3E8D-9F62-393D0C35B0FD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff361d3000 -     0x7fff361edff3  com.apple.MetalKit (1.0 - 113) <E885A008-79EC-33BF-BB03-5586DA6569DA> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff361ee000 -     0x7fff3620eff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <18281B14-0C6A-38F8-AB80-2D4BB0743C88> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3620f000 -     0x7fff3628dff7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <BEAF764B-362B-3C45-86F5-2AFBA5FA0F47> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3628e000 -     0x7fff362b6fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <116D6C1A-2FD7-3743-95A0-CDDA3D459529> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff362b7000 -     0x7fff363e9ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <88E80BEE-3D2B-328B-80D4-F4717BDB2E9F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff363ea000 -     0x7fff36405ff7  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <E0E652B0-1624-3435-AD60-83A9C4B59852> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff36406000 -     0x7fff36406ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BBA8BC8-49C6-3C9B-B985-7CE4373E3553> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff37603000 -     0x7fff3760fffb  com.apple.NetFS (6.0 - 4.0) <918DF6CD-2DB0-36A8-B869-5EF637A06C0D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3a0c6000 -     0x7fff3a0cefe7  libcldcpuengine.dylib (2.10.3) <D7BF3AFE-3E48-35FF-B674-6CA33B982D63> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3a0cf000 -     0x7fff3a127fff  com.apple.opencl (2.15.1 - 2.15.1) <E628D178-3846-373A-9482-CF680BD1E240> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3a128000 -     0x7fff3a144ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <2CB1F122-2FA0-347C-8454-9CE0FA150832> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3a145000 -     0x7fff3a151ffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A3FB0F0C-57F4-3F89-A4B1-63DA1F7C9E8E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3aab4000 -     0x7fff3aab6fff  libCVMSPluginSupport.dylib (17.3.1) <4D6061EC-CFCD-3C0E-90E4-51644DC5F76A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3aab7000 -     0x7fff3aabcff3  libCoreFSCache.dylib (163.20) <566DB80E-F1D6-3AEC-AF06-08955507AFEE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3aabd000 -     0x7fff3aac1fff  libCoreVMClient.dylib (163.20) <B9A89373-BDCD-3003-9A82-6D73B930A122> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3aac2000 -     0x7fff3aacaffb  libGFXShared.dylib (17.3.1) <902F535E-E411-3C3B-B980-0A7DB40EA5B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3aacb000 -     0x7fff3aad6fff  libGL.dylib (17.3.1) <87F8CCDB-2D7D-3B01-AA6F-6C7A4B1CA11E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3aad7000 -     0x7fff3ab11fef  libGLImage.dylib (17.3.1) <B5464F1A-B936-3BEE-97CF-3806AD1A9E68> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3ab12000 -     0x7fff3ac84ff3  libGLProgrammability.dylib (17.3.1) <E3B2318B-5D3C-34E9-AECD-4A2D8E4B0616> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3ac85000 -     0x7fff3acc2fff  libGLU.dylib (17.3.1) <C46D4335-4CE2-3FFB-930D-E48D7A3B5B4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3b672000 -     0x7fff3b681ff3  com.apple.opengl (17.3.1 - 17.3.1) <78BDC7C4-87AD-33CA-BFAC-A9CC5F605B5D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3b682000 -     0x7fff3b818ff7  GLEngine (17.3.1) <538676A2-3E3F-3FC3-97D8-AB7D900F8D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3b819000 -     0x7fff3b841ff7  GLRendererFloat (17.3.1) <A918F8A9-8E0E-37C1-B368-AA4BCB5D5FD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3c4dd000 -     0x7fff3c736fff  com.apple.QuartzCore (1.11 - 695.4) <6692906D-9EF7-3EA0-96D3-3766567AE7F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3cf8a000 -     0x7fff3d2b2fff  com.apple.security (7.0 - 58286.230.21) <5ADE179E-87D5-3B90-9172-D183D4665037> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3d2b3000 -     0x7fff3d342fff  com.apple.securityfoundation (6.0 - 55185.200.14) <A57F481C-73B9-33C4-9093-9A06DBBFEDE5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3d374000 -     0x7fff3d378ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <16FA4DAF-A0BE-34C0-B5F1-5C30BE3DCD2D> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3d735000 -     0x7fff3d7a5ff3  com.apple.SystemConfiguration (1.17 - 1.17) <A8FD596E-C858-397F-836C-978038B97AC0> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff40a10000 -     0x7fff40ab5ff7  com.apple.APFS (1.0 - 1) <5CA4B73F-3F5D-3289-9145-520FFDFD6813> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff414ff000 -     0x7fff41500ff3  com.apple.AggregateDictionary (1.0 - 1) <EBA6443E-6CF0-34F6-B77A-3FCEC57F8F80> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff41afd000 -     0x7fff41b29ff7  com.apple.framework.Apple80211 (13.0 - 1376.2) <A71EADCB-7582-3D1B-9122-356F03E11594> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff41e05000 -     0x7fff41e14fcf  com.apple.AppleFSCompression (96.200.3 - 1.0) <78D538DD-1D24-34FC-AFB3-10411494870D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff41f12000 -     0x7fff41f1dfff  com.apple.AppleIDAuthSupport (1.0 - 1) <E41452B2-3AFB-3493-BB82-0CE6D04DF424> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff41f5e000 -     0x7fff41fa7ff3  com.apple.AppleJPEG (1.0 - 1) <EC4C49F1-C060-3C0F-910F-3620985D4F12> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff421fa000 -     0x7fff42222ff7  com.apple.applesauce (1.0 - ???) <58654BC0-9243-39D1-BC43-B7F2E37A3A44> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff42388000 -     0x7fff4239effb  com.apple.AssertionServices (1.0 - 1) <3F767D20-FE14-35CF-A089-E0445375ECFB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff426da000 -     0x7fff4297dff7  com.apple.AuthKit (1.0 - 1) <4FF8DA76-2250-39B9-B6A9-0E584C8B988F> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff42b4e000 -     0x7fff42b57ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <05CF66F0-9650-3F75-9857-F8D186043866> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff42b58000 -     0x7fff42bfafff  com.apple.backup.framework (1.10.2 - ???) <7C865F13-12F9-3E38-A4A3-31516EA869B2> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff42bfb000 -     0x7fff42c6cffb  com.apple.BaseBoard (360.24 - 360.24) <04AF4372-C5D3-3F0A-A688-68D888D6D138> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff44820000 -     0x7fff44829fff  com.apple.CommonAuth (4.0 - 2.0) <090893E5-BB65-39DA-A174-EAB2C7191EFE> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff45539000 -     0x7fff4554dfff  com.apple.CoreEmoji (1.0 - 69.19.8) <26BC0F82-08C1-3EBD-9299-D3CC5091C467> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff45b23000 -     0x7fff45b95ff7  com.apple.CoreNLP (1.0 - 130.15.22) <D0A3E880-CDEA-360A-9838-220D76BAECC6> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff45e5e000 -     0x7fff45e66ffb  com.apple.CorePhoneNumbers (1.0 - 1) <2D9AF545-ED3C-3EC1-887F-86922652EC57> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff45ff5000 -     0x7fff46026fff  com.apple.CoreServicesInternal (357 - 357) <789E57F4-5A14-3220-93DF-1D4FEE315431> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff463fb000 -     0x7fff46489ff7  com.apple.CoreSymbolication (10.1 - 64460.6) <133D09A5-39F7-301D-B019-B6685B80A2CB> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff46519000 -     0x7fff46645fff  com.apple.coreui (2.1 - 498.46) <5EFE2CDC-897C-3A6B-A60B-4E0FB1D1ECA9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff46646000 -     0x7fff467cbfff  com.apple.CoreUtils (5.7.4 - 574.17) <DEF9C8A6-DDF1-37F4-A7F0-7DFAA95E8451> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff46822000 -     0x7fff46885ffb  com.apple.framework.CoreWiFi (13.0 - 1370.8) <818F8915-BA51-3145-9C40-C9B8D7BE2DBD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff46886000 -     0x7fff46897ffb  com.apple.CrashReporterSupport (10.13 - 938.23) <D8D105F5-B6FB-3E91-A116-7CD92171E5C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4691a000 -     0x7fff46929ff3  com.apple.framework.DFRFoundation (1.0 - 211) <B72944ED-E4E8-3479-B832-8D50C4E30386> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff4692a000 -     0x7fff4692eff7  com.apple.DSExternalDisplay (3.1 - 380) <76449D22-BA27-3FB1-AD25-A290936E6DEA> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff469b1000 -     0x7fff46a28ffb  com.apple.datadetectorscore (7.0 - 590.24) <3A49EC90-2081-3031-8CAE-3A6D5F7BFA1E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff46a76000 -     0x7fff46ab7fff  com.apple.DebugSymbols (185 - 185) <64F5F9D6-401D-388B-82AD-A48B56413556> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff46ab8000 -     0x7fff46c11ff7  com.apple.desktopservices (1.13.1 - ???) <AD61A660-0218-327E-8963-A1A170EC2C20> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff47c53000 -     0x7fff4807bfff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <41218EB7-19C9-3813-A793-B0623387CADF> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4b99d000 -     0x7fff4b99efff  libmetal_timestamp.dylib (902.2.2) <55E0B1F2-94F0-3A77-9DB3-152F44848DA5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff4d03c000 -     0x7fff4d047ff7  libGPUSupportMercury.dylib (17.3.1) <41312897-2629-3BFC-ADD2-BF66926EFE05> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4d048000 -     0x7fff4d04dff7  com.apple.GPUWrangler (3.28.4 - 3.28.4) <14D6FE7D-38D7-3F6C-9BCE-A228D6697A08> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4deb7000 -     0x7fff4dec6fff  com.apple.GraphVisualizer (1.0 - 5) <CAFE626E-9738-3C14-88AA-B6A9182F2C39> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4e017000 -     0x7fff4e08cfff  com.apple.Heimdal (4.0 - 2.0) <D99FF31F-6310-3D80-8AE3-64934385AC11> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4f47c000 -     0x7fff4f483ffb  com.apple.IOAccelerator (404.2.2 - 404.2.2) <7421825E-13D4-3C74-932D-34E8A605C281> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4f487000 -     0x7fff4f4a0fff  com.apple.IOPresentment (1.0 - 42.6) <87D19032-52DB-34A5-A554-23B3464EFC82> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4f8b5000 -     0x7fff4f8e4ff7  com.apple.IconServices (379 - 379) <694E17A6-471B-3C57-92D6-ECC4295FB859> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4fb84000 -     0x7fff4fb97fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <02ECB210-513F-3BDE-8150-A828E901FA02> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4fbb2000 -     0x7fff4fca9fff  com.apple.LanguageModeling (1.0 - 159.15.15) <34609F31-4DA1-3881-8947-85BEA7AFC938> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4fcaa000 -     0x7fff4fcebff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <07E008F3-E823-333B-8B41-A46024AB0561> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4fcf2000 -     0x7fff4fcf8ff7  com.apple.LinguisticData (1.0 - 238.23.4) <37948616-56E6-3758-BEFE-28586FF99E12> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff50a55000 -     0x7fff50a7dffb  com.apple.spotlight.metadata.utilities (1.0 - 1191.53) <09C6DCF6-F87D-3D03-8BD5-FD1DCF90949F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff50a7e000 -     0x7fff50b10fff  com.apple.gpusw.MetalTools (1.0 - 1) <B77258A5-909F-37F7-8F1A-2085F7916DD4> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff50cbb000 -     0x7fff50cd6ff3  com.apple.MobileKeyBag (2.0 - 1.0) <26347762-AF60-3412-A951-33BF85244D84> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff50d64000 -     0x7fff50d8eff7  com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <3A712911-F672-3BB3-B62B-A2A7BADF3578> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff51001000 -     0x7fff5100bfff  com.apple.NetAuth (6.2 - 6.2) <E191D736-A442-31BA-B823-EE75DC316D22> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff518d8000 -     0x7fff5192efff  com.apple.OTSVG (1.0 - ???) <F020144A-D840-390D-A87F-29E8095C78AF> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff52a99000 -     0x7fff52aa8ff3  com.apple.PerformanceAnalysis (1.217 - 217) <AA34989F-7E01-303E-8134-5BB37CE82DDF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff54a67000 -     0x7fff54a85ff7  com.apple.ProtocolBuffer (1 - 263.1) <D70A1E3D-D2F7-3765-861C-173F5BBC848B> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff54c34000 -     0x7fff54c8cf0f  com.apple.ROCKit (24 - 24) <FA6B086A-1841-3A5E-800B-CE7A52C3DAF1> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff54db0000 -     0x7fff54dd3ffb  com.apple.RemoteViewServices (2.0 - 128) <55D89BC9-0613-3910-B63E-9A146D35D91A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff56748000 -     0x7fff56866fff  com.apple.Sharing (1214.18 - 1214.18) <E6302F6F-2940-3DDB-ADA7-EE123DD6D027> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff57620000 -     0x7fff578d2ff3  com.apple.SkyLight (1.600.0 - 337.5) <52BC8AB1-3518-3E4C-B1B1-0A8A8067574F> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff580a3000 -     0x7fff580b0fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <FABB97BC-9555-33FE-B6C5-606CC403CE16> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff58f11000 -     0x7fff58f9eff7  com.apple.Symbolication (10.1 - 64460.8) <7DDC5C90-947F-34FF-864D-5ED3C2B746A9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff594a7000 -     0x7fff594b4ffb  com.apple.TCC (1.0 - 1) <81F88B91-49C1-36E7-8A39-C4BD654EE942> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff59727000 -     0x7fff597eeff7  com.apple.TextureIO (3.8.4 - 3.8.1) <83CDF659-E5B3-381F-BDA1-FF0BFA17B5EE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff598a8000 -     0x7fff598a9fff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <5C3E1B2D-40A8-3237-A8D9-4E7B15EEA678> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff598af000 -     0x7fff59a69fff  com.apple.UIFoundation (1.0 - 551) <65A80450-7A24-3366-B521-4D02C4DB5094> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff5a758000 -     0x7fff5a841ff7  com.apple.ViewBridge (401.1 - 401.1) <E76BC854-5B08-3FFF-AA2C-9679754FCAF0> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff5b067000 -     0x7fff5b06afff  com.apple.dt.XCTTargetBootstrap (1.0 - 1) <5F779D77-4AB1-3CCD-9AAF-101EC7E4905B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff5b49b000 -     0x7fff5b49dff3  com.apple.loginsupport (1.0 - 1) <67BC49D6-320F-33ED-912E-16E5A342F385> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff5b758000 -     0x7fff5b790fff  libCRFSuite.dylib (41.15.4) <92752A96-D1CF-3CA1-837A-1E075AE4C642> /usr/lib/libCRFSuite.dylib
    0x7fff5b793000 -     0x7fff5b79eff7  libChineseTokenizer.dylib (28.15.3) <55572692-4918-3C54-AD35-726E03EC47D5> /usr/lib/libChineseTokenizer.dylib
    0x7fff5b82f000 -     0x7fff5b830ff7  libDiagnosticMessagesClient.dylib (107) <15210AC0-61F9-3F9D-A159-A009F62EB537> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff5b867000 -     0x7fff5ba2aff7  libFosl_dynamic.dylib (18.3.2) <D67B74E9-EB95-38BC-995C-5F4CC044C3F7> /usr/lib/libFosl_dynamic.dylib
    0x7fff5ba80000 -     0x7fff5ba9fff7  libMobileGestalt.dylib (645.220.9) <C2C55511-993B-34D2-9040-902BFDA38141> /usr/lib/libMobileGestalt.dylib
    0x7fff5baa0000 -     0x7fff5baa0fff  libOpenScriptingUtil.dylib (179) <441A2E60-5D5C-3567-9B00-AA22E6EE5358> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff5bbe1000 -     0x7fff5bbe2ffb  libSystem.B.dylib (1252.200.5) <25F4A1F5-6551-312F-B397-C8D45ACC530A> /usr/lib/libSystem.B.dylib
    0x7fff5bc6c000 -     0x7fff5bc6dfff  libThaiTokenizer.dylib (2.15.1) <F09EB0BB-1E8A-3391-BEF5-7D91F0715A62> /usr/lib/libThaiTokenizer.dylib
    0x7fff5bc80000 -     0x7fff5bc96ffb  libapple_nghttp2.dylib (1.24.1) <71C126C5-D869-3E67-9778-058FA7F3CA74> /usr/lib/libapple_nghttp2.dylib
    0x7fff5bc97000 -     0x7fff5bcc0ffb  libarchive.2.dylib (54.200.3) <32B8634D-E465-3F6D-B254-A20D44504508> /usr/lib/libarchive.2.dylib
    0x7fff5bcc1000 -     0x7fff5bd40fef  libate.dylib (1.13.8) <C7F1CEC4-467F-34B2-92FF-6482460A39E1> /usr/lib/libate.dylib
    0x7fff5bd44000 -     0x7fff5bd44ff3  libauto.dylib (187) <003DEF68-0C59-3AFB-A7B7-A1B5ED301AF2> /usr/lib/libauto.dylib
    0x7fff5be1b000 -     0x7fff5be2bff3  libbsm.0.dylib (39.200.18) <58A9ACEC-BF46-3A4E-86F5-3DD9AD7095B4> /usr/lib/libbsm.0.dylib
    0x7fff5be2c000 -     0x7fff5be3afff  libbz2.1.0.dylib (38.200.3) <4DEC3797-087F-3C8D-815B-48E895813251> /usr/lib/libbz2.1.0.dylib
    0x7fff5be3b000 -     0x7fff5be92ff7  libc++.1.dylib (400.9.4) <B260AC33-EB9A-30C6-8746-D011B3B02B08> /usr/lib/libc++.1.dylib
    0x7fff5be93000 -     0x7fff5bea8fff  libc++abi.dylib (400.17) <446F4748-8A89-3D2E-AE1C-27EEBE93A8AB> /usr/lib/libc++abi.dylib
    0x7fff5bea9000 -     0x7fff5bea9ff3  libcharset.1.dylib (51.200.6) <43F7E100-F5D1-36AB-A26E-CF94196A19C0> /usr/lib/libcharset.1.dylib
    0x7fff5beaa000 -     0x7fff5bebaffb  libcmph.dylib (6.15.1) <CEDA6538-C071-3B5A-948E-DF61E2878983> /usr/lib/libcmph.dylib
    0x7fff5bebb000 -     0x7fff5bed3ffb  libcompression.dylib (52.200.13) <05A2A91B-D24D-39E8-A071-261CBC5BB158> /usr/lib/libcompression.dylib
    0x7fff5c17e000 -     0x7fff5c194fff  libcoretls.dylib (155.220.1) <1229F9EA-C070-3D03-9DC6-F548C59F9FD5> /usr/lib/libcoretls.dylib
    0x7fff5c195000 -     0x7fff5c196ff3  libcoretls_cfhelpers.dylib (155.220.1) <33661841-3C3B-3608-86AC-C88D1CD6FE98> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff5c335000 -     0x7fff5c4c5ff3  libcrypto.35.dylib (22.230.1) <175DFAE2-74B6-3285-BEC5-A849340B4429> /usr/lib/libcrypto.35.dylib
    0x7fff5c80d000 -     0x7fff5c864ffb  libcups.2.dylib (462.10) <29B6D106-A5F2-321D-8916-90F595545D88> /usr/lib/libcups.2.dylib
    0x7fff5c99c000 -     0x7fff5c99cfff  libenergytrace.dylib (17.200.1) <F5BA8134-16F9-31CD-90E1-D1EBEBADA4AE> /usr/lib/libenergytrace.dylib
    0x7fff5c9ce000 -     0x7fff5c9d3ff7  libgermantok.dylib (17.15.2) <9381B152-5CFD-3D23-A5A7-4D64EE55B85E> /usr/lib/libgermantok.dylib
    0x7fff5c9d4000 -     0x7fff5c9d9ff7  libheimdal-asn1.dylib (520.220.2) <D851A47D-E162-35F8-B8D4-6ABEA7FFDAD7> /usr/lib/libheimdal-asn1.dylib
    0x7fff5ca05000 -     0x7fff5caf6ff7  libiconv.2.dylib (51.200.6) <9FB95807-7C62-32B7-A19F-946D7FB7CCA6> /usr/lib/libiconv.2.dylib
    0x7fff5caf7000 -     0x7fff5cd5affb  libicucore.A.dylib (62109.0.1) <FEB89BD3-79C4-3208-A754-7E6BC4D38548> /usr/lib/libicucore.A.dylib
    0x7fff5cda7000 -     0x7fff5cda8fff  liblangid.dylib (128.15.1) <663D0A24-7260-31D1-9BFE-74D67B6F72F6> /usr/lib/liblangid.dylib
    0x7fff5cda9000 -     0x7fff5cdc1fff  liblzma.5.dylib (10.200.3) <9A52A949-0CB1-39B6-9244-D079FB609559> /usr/lib/liblzma.5.dylib
    0x7fff5cdd9000 -     0x7fff5ce89fff  libmecab.1.0.0.dylib (779.24.1) <590BC39C-2A3E-368B-9499-C808B84C4955> /usr/lib/libmecab.1.0.0.dylib
    0x7fff5ce8a000 -     0x7fff5d0c7ff7  libmecabra.dylib (779.24.1) <22BFD5A8-EA42-3DC3-8910-F27DCFB1B631> /usr/lib/libmecabra.dylib
    0x7fff5d29f000 -     0x7fff5d5f7ffb  libnetwork.dylib (1229.230.4) <B76F8990-85CD-382D-BDF4-58C4AD4CE6C4> /usr/lib/libnetwork.dylib
    0x7fff5d688000 -     0x7fff5de0efe7  libobjc.A.dylib (750.1) <804715F4-F52D-34D0-8FEC-A25DC08513C3> /usr/lib/libobjc.A.dylib
    0x7fff5de21000 -     0x7fff5de25ffb  libpam.2.dylib (22.200.1) <85253002-89F2-3872-9C8A-1801303A2EBB> /usr/lib/libpam.2.dylib
    0x7fff5de28000 -     0x7fff5de5eff7  libpcap.A.dylib (79.200.4) <6D25197A-2F7C-3147-A45A-F6F13E55909F> /usr/lib/libpcap.A.dylib
    0x7fff5df78000 -     0x7fff5df90ffb  libresolv.9.dylib (65.200.2) <A1A77B4E-1AF0-3039-9945-D05440494E00> /usr/lib/libresolv.9.dylib
    0x7fff5dfe4000 -     0x7fff5e1bbfe7  libsqlite3.dylib (274.20) <7B202039-5DDF-3140-808C-521E8F11394E> /usr/lib/libsqlite3.dylib
    0x7fff5e448000 -     0x7fff5e44bffb  libutil.dylib (51.200.4) <10C5E165-0939-363A-9D13-7076F3B513EC> /usr/lib/libutil.dylib
    0x7fff5e44c000 -     0x7fff5e459fff  libxar.1.dylib (404) <16E875B3-CF89-3059-87BB-36D301B32E7B> /usr/lib/libxar.1.dylib
    0x7fff5e45e000 -     0x7fff5e541fff  libxml2.2.dylib (32.8) <3E7875AC-3195-3800-AC48-8AA3B7BE51E4> /usr/lib/libxml2.2.dylib
    0x7fff5e542000 -     0x7fff5e56aff3  libxslt.1.dylib (16.1) <D6EBFEBB-F88E-398F-B1B5-66F413C2CD32> /usr/lib/libxslt.1.dylib
    0x7fff5e56b000 -     0x7fff5e57dffb  libz.1.dylib (70.200.4) <15F7B40A-424C-33BB-BF2C-7E8195128B78> /usr/lib/libz.1.dylib
    0x7fff5e5ee000 -     0x7fff5e5f2ff3  libcache.dylib (81) <704331AC-E43D-343A-8C24-39201142AF27> /usr/lib/system/libcache.dylib
    0x7fff5e5f3000 -     0x7fff5e5fdff3  libcommonCrypto.dylib (60118.220.1) <9C865644-EE9A-3662-AB77-7C8A5E561784> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5e5fe000 -     0x7fff5e605fff  libcompiler_rt.dylib (63.4) <817772E3-E836-3FFD-A39B-BDCD1C357221> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5e606000 -     0x7fff5e60fff3  libcopyfile.dylib (146.200.3) <5C5C4F35-DAB7-3CF1-940F-F47192AB8289> /usr/lib/system/libcopyfile.dylib
    0x7fff5e610000 -     0x7fff5e694fdf  libcorecrypto.dylib (602.230.1) <C78D1A87-5543-3561-BEB4-3B480BA94ECB> /usr/lib/system/libcorecrypto.dylib
    0x7fff5e71b000 -     0x7fff5e755ff7  libdispatch.dylib (1008.220.2) <2FDB1401-5119-3DF0-91F5-F4E105F00CD7> /usr/lib/system/libdispatch.dylib
    0x7fff5e756000 -     0x7fff5e785ff3  libdyld.dylib (640.2) <376E3F3A-6942-3B0E-AD5E-4B97E8255CF5> /usr/lib/system/libdyld.dylib
    0x7fff5e786000 -     0x7fff5e786ffb  libkeymgr.dylib (30) <A4EFD9A4-2EF3-3E18-B325-F527E3821939> /usr/lib/system/libkeymgr.dylib
    0x7fff5e787000 -     0x7fff5e793ff7  libkxld.dylib (4903.231.4) <7275D7AD-54CE-30BF-9459-18EA77E28ACC> /usr/lib/system/libkxld.dylib
    0x7fff5e794000 -     0x7fff5e794ff7  liblaunch.dylib (1336.220.5) <8563299C-2493-3DBD-8E88-3FC673DB47DD> /usr/lib/system/liblaunch.dylib
    0x7fff5e795000 -     0x7fff5e79afff  libmacho.dylib (921) <6ADB99F3-D142-3A0A-B3CE-031354766ACC> /usr/lib/system/libmacho.dylib
    0x7fff5e79b000 -     0x7fff5e79dffb  libquarantine.dylib (86.220.1) <58524FD7-63C5-38E0-9D90-845A79551C14> /usr/lib/system/libquarantine.dylib
    0x7fff5e79e000 -     0x7fff5e79fff3  libremovefile.dylib (45.200.2) <BA53CA8A-9974-3A43-9265-B110B1AE470F> /usr/lib/system/libremovefile.dylib
    0x7fff5e7a0000 -     0x7fff5e7b7ff3  libsystem_asl.dylib (356.200.4) <33C62769-1242-3BC1-9459-13CBCDECC7FE> /usr/lib/system/libsystem_asl.dylib
    0x7fff5e7b8000 -     0x7fff5e7b8fff  libsystem_blocks.dylib (73) <152EDADF-7D94-35F2-89B7-E66DCD945BBA> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5e7b9000 -     0x7fff5e841fff  libsystem_c.dylib (1272.200.26) <D6C701A2-9F17-308D-B6AC-9E17EF31B7DF> /usr/lib/system/libsystem_c.dylib
    0x7fff5e842000 -     0x7fff5e845ff7  libsystem_configuration.dylib (963.200.27) <94898525-ECC8-3CC9-B312-CBEAAC305E32> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5e846000 -     0x7fff5e849ff7  libsystem_coreservices.dylib (66) <10818C17-70E1-328E-A3E3-C3EB81AEC590> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5e84a000 -     0x7fff5e850ffb  libsystem_darwin.dylib (1272.200.26) <07468CF7-982F-37C4-83D0-D5E602A683AA> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5e851000 -     0x7fff5e857ff7  libsystem_dnssd.dylib (878.230.2) <FF9D5025-F060-334B-B6D8-C5D0BB6A55E3> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5e858000 -     0x7fff5e8a4ff3  libsystem_info.dylib (517.200.9) <54B65F21-2E93-3579-9B72-6637A03245D9> /usr/lib/system/libsystem_info.dylib
    0x7fff5e8a5000 -     0x7fff5e8cdff7  libsystem_kernel.dylib (4903.231.4) <ABDAABCA-C22A-3960-AA4E-E91A9FF34929> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5e8ce000 -     0x7fff5e919ff7  libsystem_m.dylib (3158.200.7) <AF25F8E8-194C-314F-A2D3-A424853EE796> /usr/lib/system/libsystem_m.dylib
    0x7fff5e91a000 -     0x7fff5e93eff7  libsystem_malloc.dylib (166.220.1) <4777DC06-F9C6-356E-82AB-86A1C6D62F3A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5e93f000 -     0x7fff5e94aff3  libsystem_networkextension.dylib (767.220.1) <74818C3D-9B68-3823-A737-6A4B782618F2> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5e94b000 -     0x7fff5e952fff  libsystem_notify.dylib (172.200.21) <65B3061D-41D7-3485-B217-A861E05AD50B> /usr/lib/system/libsystem_notify.dylib
    0x7fff5e953000 -     0x7fff5e95cfef  libsystem_platform.dylib (177.200.16) <83DED753-51EC-3B8C-A98D-883A5184086B> /usr/lib/system/libsystem_platform.dylib
    0x7fff5e95d000 -     0x7fff5e967fff  libsystem_pthread.dylib (330.230.1) <BA382BFC-6A17-3940-B417-D090EF2AF4F4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5e968000 -     0x7fff5e96bff7  libsystem_sandbox.dylib (851.230.3) <4D0CB1CA-160C-3C29-BE5D-131D68D43B1B> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5e96c000 -     0x7fff5e96eff3  libsystem_secinit.dylib (30.220.1) <5964B6D2-19D4-3CF9-BDBC-4EB1D42348F1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5e96f000 -     0x7fff5e976ff7  libsystem_symptoms.dylib (820.237.2) <487E1794-4C6E-3B1B-9C55-95B1A5FF9B90> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5e977000 -     0x7fff5e98cff7  libsystem_trace.dylib (906.220.1) <4D4BA88A-FA32-379D-8860-33838723B35F> /usr/lib/system/libsystem_trace.dylib
    0x7fff5e98e000 -     0x7fff5e993ffb  libunwind.dylib (35.4) <EF1A77FD-A86B-39F5-ABEA-6100AB23583A> /usr/lib/system/libunwind.dylib
    0x7fff5e994000 -     0x7fff5e9c4fff  libxpc.dylib (1336.220.5) <DC50F33E-C47D-3256-BFE0-F8E9B5AEBE17> /usr/lib/system/libxpc.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: 260371
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=422.2M resident=0K(0%) swapped_out_or_unallocated=422.2M(100%)
Writable regions: Total=753.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=753.4M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                 26.5M        4 
CG image                            48K        7 
CoreAnimation                      180K       10 
CoreGraphics                         8K        2 
CoreImage                           24K        3 
CoreUI image data                  876K       12 
CoreUI image file                  516K        7 
Foundation                           4K        2 
Kernel Alloc Once                    8K        2 
MALLOC                           266.4M       58 
MALLOC guard page                   32K        9 
MALLOC_NANO (reserved)           384.0M        2         reserved VM address space (unallocated)
Memory Tag 242                      12K        2 
OpenGL GLSL                        256K        4 
STACK GUARD                         28K        8 
Stack                             11.6M       15 
Stack Guard                       56.0M        2 
VM_ALLOCATE                       2564K       23 
__DATA                            88.6M      257 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    5176K        2 
__LINKEDIT                       223.1M       14 
__TEXT                           199.1M      256 
__UNICODE                          564K        2 
mapped file                       67.4M       26 
shared memory                     2688K       11 
===========                     =======  ======= 
TOTAL                              1.3G      719 
TOTAL, minus reserved VM space   951.9M      719 

Model: MacBookPro14,1, BootROM 184.0.0.0.0, 2 processors, Intel Core i7, 2,5 GHz, 16 GB, SMC 2.43f6
Graphics: Intel Iris Plus Graphics 640, Intel Iris Plus Graphics 640, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2)
Bluetooth: Version 6.0.9f2, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
Thunderbolt Bus: MacBook Pro, Apple Inc., 39.2
rubin55 commented 5 years ago

Tried also with RickDangerous2. How I make an HBF file (after renaming existing .Slave file to game.Slave):

#!/usr/bin/env bash

dirName="$1"

if [ -d "${dirName}" -a -e "${dirName}/game.Slave" ]; then
    dirSize="$(du -sk $1)"
    hdfSize=$(echo ${dirSize} | awk '{print int($1*1.25)}')
    xdftool -f "${dirName}.hdf" pack ${dirName} size=${hdfSize}K
    gzip -c "${dirName}.hdf" > "${dirName}.hdz"
else
    echo "Usage: $0 <dirName>"
    echo "Notes: <dirName> needs to contain a game.Slave file."
    exit 1
fi
rubin55 commented 5 years ago

Roms are the exact md5's recommended:

[rubin@kuro WHDLoads]$ openssl dgst -md5 ~/Documents/RetroArch/system/kick*
MD5(/Users/rubin/Documents/RetroArch/system/kick34005.A500)= 82a21c1890cae844b3df741f2762d48d
MD5(/Users/rubin/Documents/RetroArch/system/kick40063.A600)= e40a5dfb3d017ba8779faba30cbd1c8e
MD5(/Users/rubin/Documents/RetroArch/system/kick40068.A1200)= 646773759326fbac3b2311fd8c8793ee
rsn8887 commented 5 years ago

Yeah something is just wrong with osx builds of this core. This is another symptom of a deeper issue:

I just cannot find the reason at the moment. Of course there are many #ifdef __APPLE__ kind of things in the code, so this requires some debugging.

BTW: all these things work on Windows, Android, and Switch now, it is only platform=osx (and maybe ios?) that seem to have a problem.

zach-morris commented 4 years ago

Just adding some additional troubleshooting to this, not sure if it's helpful or not. Trying to load the rickdangerous.hdf with the latest core still crashes, but I've found that if I open the RA quick menu and then close it, the core will no longer crash (although just show a black screen indefinitely). I've verified the same exact hdf/whdload/kickstarts work on a linux machine.

The crashing doesn't seem to be consistent. Sometimes it will crash right away, and sometimes it seems to loop through a mounting in the log several times before giving up.

xxxs-MacBook-Pro:~ xxx$ /Applications/RetroArch.app/Contents/MacOS/RetroArch -L "/Users/xxx/Documents/RetroArch/cores/puae_libretro.dylib" "/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf"
...
------------------------------------------------------------------------------------
P-UAE 2.6.1
Git Commit: 0186c1b16f7181ffa02d73e6920d3180ce457c46
Build date: Oct 11 2019 00:29:23
------------------------------------------------------------------------------------
Copyright 1995-2002 Bernd Schmidt
          1999-2013 Toni Wilen
          2003-2007 Richard Drummond
          2006-2013 Mustafa 'GnoStiC' Tufan

See the source for a full list of contributors.
This is free software; see the file COPYING for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
------------------------------------------------------------------------------------
Enumerating display devices.. 
Sorting devices and modes..
done
load config '/Users/xxx/Documents/RetroArch/saves/puae_libretro.uae':0
Opening cfgfile '/Users/xxx/Documents/RetroArch/saves/puae_libretro.uae': OK
RTAREA located at 00F00000
Entered action_replay_load ()
ROM loader.. (<none>)
Known ROM 'KS ROM v3.1 (A1200)' loaded
ROM loader end
memory init end
No disk in drive 0.
Building CPU table for configuration: 68020 24-bit
1883 CPU functions
Building CPU, 45954 opcodes (2 0 1)
CPU=68020, FPU=0, MMU=0, JIT=CPU=0.
hfd open: '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf'
HDF '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf' opened, size=2048K mode=3 empty=0
hfd open: '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf'
HDF '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf' opened, size=400K mode=3 empty=0
memory init end
Reset at 00000000. Chipset mask = 00000007
00000000    2048K/1 =    2048K Chip memory
00200000    8704K/0 =    8704K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (none)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K Autoconfig
00E90000     448K/0 =     448K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
NTSC mode V=59.8859Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8859, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
hardreset, memory cleared
NTSC mode V=59.8251Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8251, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
6888x no FPU: f201 00009000 PC=00f80ca0
B-Trap f201 at f80ca0 (0x10e859ca0)
Fastcard: mapped @$200000: 8MB fast memory
   Card 1 (ZorroII) done.
Filesystem: mapped memory @$e90000.
   Card 2 (ZorroII) done.
Memory map after autoconfig:
00000000    2048K/1 =    2048K Chip memory
00200000    8192K/1 =    8192K Fast memory
00A00000     512K/0 =     512K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K <none>
00E90000      64K/0 =      64K Filesystem Autoconfig Area
00EA0000     384K/0 =     384K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
filesystem: diagentry called: 200098
Mounting uaehf.device 0 (0):
FS: mounted HDF unit DH0 (0000-00200000, /Users/xxx/Documents/RetroArch/system/WHDLoad.hdf)
Partition 'DH0' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 127, Size 2M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
Mounting uaehf.device 1 (0):
FS: mounted HDF unit DH1 (0000-00064000, /Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf)
Partition 'DH1' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 24, Size 0M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
CPU reset PC=f80dc8 (Kickstart ROM)..
hfd open: '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf'
HDF '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf' opened, size=2048K mode=3 empty=0
hfd open: '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf'
HDF '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf' opened, size=400K mode=3 empty=0
memory init end
Reset at 00F80DC8. Chipset mask = 00000007
00000000    2048K/1 =    2048K Chip memory
00200000    8704K/0 =    8704K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K Autoconfig
00E90000     448K/0 =     448K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
NTSC mode V=59.8859Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8859, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
CPU reset PC=f800d0 (Kickstart ROM)..
hfd open: '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf'
HDF '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf' opened, size=2048K mode=3 empty=0
hfd open: '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf'
HDF '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf' opened, size=400K mode=3 empty=0
memory init end
Reset at 00F800D0. Chipset mask = 00000007
00000000    2048K/1 =    2048K Chip memory
00200000    8704K/0 =    8704K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K Autoconfig [reset]
00E90000     448K/0 =     448K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
NTSC mode V=59.8859Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8859, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
NTSC mode V=59.8251Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8251, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
6888x no FPU: f201 00009000 PC=00f80ca0
B-Trap f201 at f80ca0 (0x10e859ca0)
Fastcard: mapped @$200000: 8MB fast memory
   Card 1 (ZorroII) done.
Filesystem: mapped memory @$e90000.
   Card 2 (ZorroII) done.
Memory map after autoconfig:
00000000    2048K/1 =    2048K Chip memory
00200000    8192K/1 =    8192K Fast memory
00A00000     512K/0 =     512K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K <none>
00E90000      64K/0 =      64K Filesystem Autoconfig Area
00EA0000     384K/0 =     384K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
filesystem: diagentry called: 200098
Mounting uaehf.device 0 (0):
FS: mounted HDF unit DH0 (0000-00200000, /Users/xxx/Documents/RetroArch/system/WHDLoad.hdf)
Partition 'DH0' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 127, Size 2M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
Mounting uaehf.device 1 (0):
FS: mounted HDF unit DH1 (0000-00064000, /Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf)
Partition 'DH1' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 24, Size 0M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
B-Trap ffff at bf8 (0x10ecf1bf8)
[INFO] [GL]: VSync => on
[INFO] [Font]: Using font rendering backend: stb-unicode.
[INFO] [Font]: Using font rendering backend: stb-unicode.
[INFO] [GL]: VSync => on
CPU reset PC=f80dc8 (Kickstart ROM)..
hfd open: '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf'
HDF '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf' opened, size=2048K mode=3 empty=0
hfd open: '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf'
HDF '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf' opened, size=400K mode=3 empty=0
memory init end
Reset at 00F80DC8. Chipset mask = 00000007
00000000    2048K/1 =    2048K Chip memory
00200000    8704K/0 =    8704K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K Autoconfig
00E90000     448K/0 =     448K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
NTSC mode V=59.8859Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8859, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
CPU reset PC=f800d0 (Kickstart ROM)..
hfd open: '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf'
HDF '/Users/xxx/Documents/RetroArch/system/WHDLoad.hdf' opened, size=2048K mode=3 empty=0
hfd open: '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf'
HDF '/Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf' opened, size=400K mode=3 empty=0
memory init end
Reset at 00F800D0. Chipset mask = 00000007
00000000    2048K/1 =    2048K Chip memory
00200000    8704K/0 =    8704K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K Autoconfig [reset]
00E90000     448K/0 =     448K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
NTSC mode V=59.8859Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8859, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
NTSC mode V=59.8251Hz H=15734.2637Hz (227x262+1) IDX=11 (NTSC) D=0 RTG=0/0
[libretro-uae]: Trying to update AV geometry:1 timing:1, to: ntsc:1 hz:59.8251, from video_config:6, video_aspect:2
[libretro-uae]: Already at wanted AV
[libretro-uae]: Update geometry: 720x480, video_config:6
[INFO] Environ SET_GEOMETRY.
6888x no FPU: f201 00009000 PC=00f80ca0
B-Trap f201 at f80ca0 (0x10e859ca0)
Fastcard: mapped @$200000: 8MB fast memory
   Card 1 (ZorroII) done.
Filesystem: mapped memory @$e90000.
   Card 2 (ZorroII) done.
Memory map after autoconfig:
00000000    2048K/1 =    2048K Chip memory
00200000    8192K/1 =    8192K Fast memory
00A00000     512K/0 =     512K <none>
00A80000    1024K/2 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00B80000     448K/0 =     448K <none>
00BF0000      64K/0 =      64K CIA
00C00000    1536K/0 =    1536K Custom chipset
00D80000     256K/0 =     256K <none>
00DC0000      64K/0 =      64K Battery backed up clock (MSM6242B)
00DD0000      64K/0 =      64K <none>
00DE0000     128K/0 =     128K Custom chipset
00E00000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
00E80000      64K/0 =      64K <none>
00E90000      64K/0 =      64K Filesystem Autoconfig Area
00EA0000     384K/0 =     384K <none>
00F00000      64K/1 =      64K UAE Boot ROM
00F10000     448K/0 =     448K <none>
00F80000     512K/1 =     512K Kickstart ROM (1483A091)
=KS ROM v3.1 (A1200) rev 40.68 (512k)
filesystem: diagentry called: 200098
Mounting uaehf.device 0 (0):
FS: mounted HDF unit DH0 (0000-00200000, /Users/xxx/Documents/RetroArch/system/WHDLoad.hdf)
Partition 'DH0' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 127, Size 2M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
Mounting uaehf.device 1 (0):
FS: mounted HDF unit DH1 (0000-00064000, /Users/xxx/Downloads/RickDangerous_v1.2_0776.hdf)
Partition 'DH1' Dostype=444F5300 (DOS\0) Flags: 00000000
BlockSize: 512, Surfaces: 1, SectorsPerBlock 1
SectorsPerTrack: 32, Reserved: 2, LowCyl 0, HighCyl 24, Size 0M
Buffers: 50, BufMemType: 00000001, MaxTransfer: 7fffffff, Mask: ffffffff, BootPri: 0
First block 0 dostype: 444F5300 (DOS\0)
RDB: OFS, using ROM default FS.
[INFO] Paused.
rsn8887 commented 4 years ago

I think I just finally fixed this problem today, in commit: https://github.com/libretro/libretro-uae/commit/600c26c9ad15bda371c310677ef2800600616630

Should be on next buildbot build, please test.

zach-morris commented 4 years ago

My Hero! It works!

rsn8887 commented 4 years ago

Cool! Thanks for testing.