tumic0 / GPXSee-maps

GPXSee maps
https://maps.gpxsee.org
The Unlicense
33 stars 10 forks source link

Free map source #39

Closed scls19fr closed 4 years ago

scls19fr commented 4 years ago

Hello,

Just a comment to let you know that

https://www.sciencespo.fr/cartographie/khartis/docs/les-fonds-de-carte-disponibles/index.html https://github.com/AtelierCartographie/Khartis/tree/master/public/data/map

provide free map source

Kind regards

tumic0 commented 4 years ago

This does not look like a source of online maps, which is the purpose of this repository. There are a lot of other sources for downloading "offline" maps for GPXSee, but the scope of this repository are XYZ, TMS, WMTS and WMS map servers.

If there is somewhere a WMTS/WMS/TMS server on that pages (I maybe miss it as it is in French), then feel free to create a pull request with the definition file for that service and I will merge it.

scls19fr commented 4 years ago

Having https://www.geoportail.gouv.fr/donnees/carte-oaci-vfr OACI VFR French map will be great but I don't know what kind of server it's

Geoportail is part of IGN

There is an API for developers https://depot.ign.fr/geoportail/api/develop/tech-docs-js/developpeur/geodrm.html

tumic0 commented 4 years ago

Well, technically it works:

<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4" type="WMTS">
    <name>Carte OACI-VFR</name>
    <url>https://wxs.ign.fr/an7nvfzojv5wa96dsga5nk8w/geoportail/wmts</url>
    <copyright>Organisation de l'aviation civile internationale</copyright>
    <format>image/jpeg</format>
    <layer>GEOGRAPHICALGRIDSYSTEMS.MAPS.SCAN-OACI</layer>
    <set>PM</set>
</map>

but I'm not sure if it can be legally used this way... an7nvfzojv5wa96dsga5nk8w is some API key and when the public pratique key is used, this layer is not listed in the WMTS capabilities. You may maybe get some private API key as it is with many other providers, but everything is in French on géoportail = I have to browse it using Google translate which is a pain in the ass...

So until someone will give a trustworthy info how(if) it can be legally used, I will not add it to the maps.

scls19fr commented 4 years ago

On my side, when I add such a XML file to maps directory GPXSee is crashing

Process:               GPXSee [1694]
Path:                  /Applications/GPXSee.app/Contents/MacOS/GPXSee
Identifier:            org.gpxsee.GPXSee
Version:               7.25 (0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           GPXSee [1694]
User ID:               501

Date/Time:             2020-03-10 08:44:18.757 +0100
OS Version:            Mac OS X 10.13.6 (17G11023)
Report Version:        12
Anonymous UUID:        03DC17F3-9A84-2E2F-1454-959AC932A510

Sleep/Wake UUID:       D3FF0FD4-EC70-49EC-AB95-409CCA13CC5C

Time Awake Since Boot: 150000 seconds
Time Since Wake:       590 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0x280:
--> 
    __TEXT                 000000010325f000-00000001033b5000 [ 1368K] r-x/rwx SM=COW  /Applications/GPXSee.app/Contents/MacOS/GPXSee

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   org.gpxsee.GPXSee               0x0000000103274ca2 GUI::openFile(QString const&) + 34
1   org.gpxsee.GPXSee               0x0000000103266870 App::event(QEvent*) + 48
2   org.qt-project.QtWidgets        0x000000010347feb2 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 306
3   org.qt-project.QtWidgets        0x00000001034811cf QApplication::notify(QObject*, QEvent*) + 383
4   org.qt-project.QtCore           0x000000010413524f QCoreApplication::notifyInternal2(QObject*, QEvent*) + 159
5   org.qt-project.QtGui            0x0000000103a63d27 QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*) + 1703
6   org.qt-project.QtGui            0x0000000103a4a237 QWindowSystemInterface::handleFileOpenEvent(QString const&) + 71
7   libqcocoa.dylib                 0x000000010632e27b 0x106304000 + 172667
8   com.apple.AppKit                0x00007fff49485a84 withWindowOrderingObserverHeuristic + 479
9   com.apple.AppKit                0x00007fff4948564f -[NSApplication(NSAppleEventHandling) _openURLs:withCompletionHandler:] + 1026
10  com.apple.AppKit                0x00007fff4925f2f1 __69-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]_block_invoke + 891
11  com.apple.AppKit                0x00007fff49aed521 __72-[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:]_block_invoke + 38
12  com.apple.AppKit                0x00007fff495c0cab __90-[NSDocumentController(NSInternal) _autoreopenDocumentsFromRecords:withCompletionHandler:]_block_invoke + 66
13  com.apple.AppKit                0x00007fff495c0be2 -[NSDocumentController(NSInternal) _autoreopenDocumentsFromRecords:withCompletionHandler:] + 351
14  com.apple.AppKit                0x00007fff490675d0 __97-[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:]_block_invoke_3 + 100
15  com.apple.AppKit                0x00007fff49067241 -[NSDocumentController(NSInternal) _autoreopenDocumentsIgnoringExpendable:withCompletionHandler:] + 733
16  com.apple.AppKit                0x00007fff493328b6 -[NSPersistentUIRestorer finishedRestoringWindowsWithZOrder:completionHandler:] + 1794
17  com.apple.AppKit                0x00007fff49331593 -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:completionHandler:] + 2031
18  com.apple.AppKit                0x00007fff49aed4bc -[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:] + 334
19  com.apple.AppKit                0x00007fff49065d0c -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:] + 370
20  com.apple.AppKit                0x00007fff4925ed4c -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 235
21  com.apple.AppKit                0x00007fff490656fd -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 766
22  com.apple.Foundation            0x00007fff4dc17f34 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 287
23  com.apple.Foundation            0x00007fff4dc17db2 _NSAppleEventManagerGenericHandler + 102
24  com.apple.AE                    0x00007fff4cbeff08 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 1788
25  com.apple.AE                    0x00007fff4cbef7af dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 41
26  com.apple.AE                    0x00007fff4cbef69d aeProcessAppleEvent + 383
27  com.apple.HIToolbox             0x00007fff4adc34a0 AEProcessAppleEvent + 55
28  com.apple.AppKit                0x00007fff49060cfa _DPSNextEvent + 2788
29  com.apple.AppKit                0x00007fff497f6e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
30  com.apple.AppKit                0x00007fff4905584d -[NSApplication run] + 764
31  libqcocoa.dylib                 0x000000010632b4fd 0x106304000 + 161021
32  org.qt-project.QtCore           0x0000000104130f12 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418
33  org.gpxsee.GPXSee               0x00000001032eafce WMTS::downloadCapabilities(QString const&, QString const&, Authorization const&) + 286
34  org.gpxsee.GPXSee               0x00000001032eb3e4 WMTS::WMTS(QString const&, WMTS::Setup const&) + 548
35  org.gpxsee.GPXSee               0x00000001032e6a9c WMTSMap::loadWMTS() + 156
36  org.gpxsee.GPXSee               0x00000001032e7062 WMTSMap::WMTSMap(QString const&, WMTS::Setup const&, double, QObject*) + 402
37  org.gpxsee.GPXSee               0x00000001032e2b26 MapSource::loadMap(QString const&, QString&) + 950
38  org.gpxsee.GPXSee               0x00000001032b8de3 MapList::loadFile(QString const&, bool*) + 739
39  org.gpxsee.GPXSee               0x00000001032b9236 MapList::loadDir(QString const&) + 678
40  org.gpxsee.GPXSee               0x0000000103266fe3 GUI::loadMaps() + 131
41  org.gpxsee.GPXSee               0x0000000103266a22 GUI::GUI() + 306
42  org.gpxsee.GPXSee               0x00000001032660b4 App::App(int&, char**) + 1300
43  org.gpxsee.GPXSee               0x00000001032639a2 main + 66
44  libdyld.dylib                   0x00007fff73ab4015 start + 1

Thread 1:: Dispatch queue: com.apple.root.background-qos
0   libsystem_kernel.dylib          0x00007fff73c058a2 ftruncate + 10
1   com.apple.AppKit                0x00007fff49066c35 -[NSPersistentUICrashHandler inspectCrashDataWithModification:handler:] + 738
2   com.apple.AppKit                0x00007fff490668b7 __82-[NSPersistentUIRestorer tearDownStateRestorationApparatusAndResumeWindowOrdering]_block_invoke + 54
3   com.apple.AppKit                0x00007fff49bc825a ___NSPersistentUIDispatchQueueAsync_block_invoke + 28
4   libdispatch.dylib               0x00007fff73a825fa _dispatch_call_block_and_release + 12
5   libdispatch.dylib               0x00007fff73a7adb8 _dispatch_client_callout + 8
6   libdispatch.dylib               0x00007fff73a7cb2c _dispatch_root_queue_drain + 902
7   libdispatch.dylib               0x00007fff73a7c755 _dispatch_worker_thread3 + 101
8   libsystem_pthread.dylib         0x00007fff73dcc169 _pthread_wqthread + 1387
9   libsystem_pthread.dylib         0x00007fff73dcbbe9 start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib          0x00007fff73c0528a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff73dcc20e _pthread_wqthread + 1552
2   libsystem_pthread.dylib         0x00007fff73dcbbe9 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff73c0528a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff73dcc009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib         0x00007fff73dcbbe9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff73c0528a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff73dcc009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib         0x00007fff73dcbbe9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff73c0528a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff73dcc009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib         0x00007fff73dcbbe9 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff73c0528a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff73dcc009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib         0x00007fff73dcbbe9 start_wqthread + 13

Thread 7:
0   libsystem_pthread.dylib         0x00007fff73dcbbdc start_wqthread + 0
1   ???                             0x000000000020c000 0 + 2146304

Thread 8:: Qt bearer thread
0   libsystem_kernel.dylib          0x00007fff73c0609a poll + 10
1   org.qt-project.QtCore           0x00000001041881a0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 112
2   org.qt-project.QtCore           0x00000001041899c9 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 857
3   org.qt-project.QtCore           0x0000000104130f12 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 418
4   org.qt-project.QtCore           0x0000000103f71871 QThread::exec() + 113
5   org.qt-project.QtCore           0x0000000103f7578f 0x103f4a000 + 178063
6   libsystem_pthread.dylib         0x00007fff73dcc661 _pthread_body + 340
7   libsystem_pthread.dylib         0x00007fff73dcc50d _pthread_start + 377
8   libsystem_pthread.dylib         0x00007fff73dcbbf9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00006040002f5c80  rbx: 0x000060400000ad50  rcx: 0x0000000000000002  rdx: 0x00007ffeec99d7d0
  rdi: 0x0000000000000000  rsi: 0x00007ffeec99d570  rbp: 0x00007ffeec99d560  rsp: 0x00007ffeec99d530
   r8: 0x0000000000000080   r9: 0x000000000000005e  r10: 0x000000010c865b38  r11: 0x00000001041351b0
  r12: 0x00007ffeec99fe30  r13: 0x00007ffeec99fe30  r14: 0x00007ffeec99d7d0  r15: 0x00007ffeec99d570
  rip: 0x0000000103274ca2  rfl: 0x0000000000010202  cr2: 0x0000000000000280

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

Binary Images:
       0x10325f000 -        0x1033b4fff +org.gpxsee.GPXSee (7.25 - 0) <C4845D1E-6A1A-371A-9B32-EC0A53FEB4A3> /Applications/GPXSee.app/Contents/MacOS/GPXSee
       0x103419000 -        0x103444ff3 +org.qt-project.QtPrintSupport (5.9 - 5.9.7) <0A287D21-514D-37AB-A43A-5847BFF39135> /Applications/GPXSee.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x10346e000 -        0x1038beff7 +org.qt-project.QtWidgets (5.9 - 5.9.7) <912EDEB2-1A36-3E12-B127-D4509B85BD49> /Applications/GPXSee.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x103a35000 -        0x103e3cfeb +org.qt-project.QtGui (5.9 - 5.9.7) <6106A820-329B-32BE-8F91-D398C4EEFEE3> /Applications/GPXSee.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x103f4a000 -        0x104416fff +org.qt-project.QtCore (5.9 - 5.9.7) <78F5980F-8DAF-305E-8EED-6BE706DD51C3> /Applications/GPXSee.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x1044e3000 -        0x1045e5fff +org.qt-project.QtNetwork (5.9 - 5.9.7) <603D5A68-F521-3255-9384-34AC96A1AE4A> /Applications/GPXSee.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
       0x104633000 -        0x104656ffb +org.qt-project.QtSql (5.9 - 5.9.7) <DF521495-9DC3-3965-8A58-2F989692EB3C> /Applications/GPXSee.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
       0x10466e000 -        0x104672ffb +org.qt-project.QtConcurrent (5.9 - 5.9.7) <8727C504-EE34-3269-BFC2-3000F9DC2DF0> /Applications/GPXSee.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
       0x106304000 -        0x106453fff +libqcocoa.dylib (0) <6C6287F4-ADCB-35A3-A110-64F39806834C> /Applications/GPXSee.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x108649000 -        0x108935fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.4.14 - 10.0.4) <B4599B85-8B2C-390A-8403-462918171E80> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
       0x109303000 -        0x10930aff3 +libqgenericbearer.dylib (0) <84B63701-81E4-3DC3-B52C-B96C31054035> /Applications/GPXSee.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x10c813000 -        0x10c85dadf  dyld (551.5) <ACC6AC7F-EAD9-340E-B2A8-AD26FE5B387B> /usr/lib/dyld
    0x7fff4798c000 -     0x7fff47990ffb  com.apple.agl (3.3.1 - AGL-3.3.1) <3741CDE0-4030-32F2-A7B4-ACE7D2E92214> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff47991000 -     0x7fff47b71ff3  com.apple.avfoundation (2.0 - 1536.36) <BB65ED51-CE44-31BD-A6EC-4B1EC5EADDD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff47b72000 -     0x7fff47c2bfff  com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff47d31000 -     0x7fff47d31fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff47d32000 -     0x7fff47d49ff7  libCGInterfaces.dylib (417.2) <C9175EDD-A2E3-34E9-A72E-1BF895A60DD3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff47d4a000 -     0x7fff48498ffb  com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff48499000 -     0x7fff48639ff3  libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff4863a000 -     0x7fff48674fef  libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff48675000 -     0x7fff48a4eff7  libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff48a4f000 -     0x7fff48a65ff7  libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff48a66000 -     0x7fff48a6bff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff48a6c000 -     0x7fff48aecfff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff48aed000 -     0x7fff48affff7  libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff48b00000 -     0x7fff48c73fe7  libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff48c74000 -     0x7fff48d2afef  libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff48d2b000 -     0x7fff48d2bfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4901f000 -     0x7fff49e7dfff  com.apple.AppKit (6.9 - 1561.61.100) <E4074E39-9A3D-3EFF-9384-DDA7C9666E29> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff49ecf000 -     0x7fff49ecffff  com.apple.ApplicationServices (48 - 50) <0E4AA883-7EFC-36EE-8B8E-E226E2C37965> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff49ed0000 -     0x7fff49f36fff  com.apple.ApplicationServices.ATS (377 - 445.5) <703CE7E4-426A-35C0-A229-F140F30F5340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff49fcf000 -     0x7fff4a0f1fff  libFontParser.dylib (222.1.7) <9C4CEFB4-0F08-3B60-BD50-0120A37F6EA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff4a0f2000 -     0x7fff4a13dff7  libFontRegistry.dylib (221.6) <30C6D1DE-C0E3-3447-A0EF-829443D95F0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff4a1e2000 -     0x7fff4a215ff7  libTrueTypeScaler.dylib (222.1.7) <E401BD38-5F0E-382F-B4CB-AC6063871C0F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff4a27f000 -     0x7fff4a283ff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff4a323000 -     0x7fff4a375ffb  com.apple.HIServices (1.22 - 625) <78A1FB4F-A39C-3159-B285-600C997335FB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff4a376000 -     0x7fff4a384fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff4a385000 -     0x7fff4a3d1fff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff4a3d2000 -     0x7fff4a40cfff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff4a40d000 -     0x7fff4a419fff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff4a41a000 -     0x7fff4a6a8ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <BAAB5625-A263-3ADD-9026-3F5F07E9171E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff4a6aa000 -     0x7fff4a6aafff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <294802B9-E24D-34EB-973F-6D2B8E2E86CB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff4a9cd000 -     0x7fff4ad6afff  com.apple.CFNetwork (902.5 - 902.5) <2D37E75A-42FD-3CDE-BAE3-D4228EF813F0> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff4ad7f000 -     0x7fff4ad7ffff  com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff4ad80000 -     0x7fff4ad83ffb  com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff4ad84000 -     0x7fff4b089fff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff4b08a000 -     0x7fff4b08dffb  com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff4b08e000 -     0x7fff4b093fff  com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff4b094000 -     0x7fff4b129ffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff4b12a000 -     0x7fff4b144ff7  com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff4b165000 -     0x7fff4b166fff  com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff4b167000 -     0x7fff4b169ff7  com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff4b16a000 -     0x7fff4b170fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff4b291000 -     0x7fff4b291fff  com.apple.Cocoa (6.11 - 22) <17A98C08-64CF-3232-80EE-E10BAF68778F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff4b29f000 -     0x7fff4b358fff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff4b4e5000 -     0x7fff4b578ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff4b5df000 -     0x7fff4b608ffb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff4b609000 -     0x7fff4b96dff3  com.apple.CoreData (120 - 851) <8D605466-8676-3D45-9A4B-8980971551C3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff4b96e000 -     0x7fff4ba51fff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff4ba52000 -     0x7fff4beeefff  com.apple.CoreFoundation (6.9 - 1455.12) <D8DF93F5-4558-3B28-8BDF-9739C995D27C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4bef0000 -     0x7fff4c51fff7  com.apple.CoreGraphics (2.0 - 1161.21.3) <1DEF1BEB-08A3-35DA-8372-5C2D8C886EC0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff4c521000 -     0x7fff4c810fff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4ca9f000 -     0x7fff4cb95ffb  com.apple.CoreMedia (1.0 - 2276.80.4) <AFFAF63D-5BC4-3DC1-8463-3559F22045B5> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff4cb96000 -     0x7fff4cbe4fff  com.apple.CoreMediaIO (814.0 - 4995) <77EE43A9-EB31-3C15-A215-C9B98CD3AFC2> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff4cbe5000 -     0x7fff4cbe5fff  com.apple.CoreServices (822.37 - 822.37) <7B04988B-C0D4-314E-8B3B-AE446B4A38CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4cbe6000 -     0x7fff4cc5affb  com.apple.AE (735.2 - 735.2) <690A6F47-1306-371F-B257-783D8F83EA9E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff4cc5b000 -     0x7fff4cf32fff  com.apple.CoreServices.CarbonCore (1178.4.2 - 1178.4.2) <08AF7B7B-219B-3957-86CE-C96B423C823C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff4cf33000 -     0x7fff4cf67fff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff4cf68000 -     0x7fff4cf70ffb  com.apple.CoreServices.FSEvents (1239.50.2 - 1239.50.2) <FE465894-4235-3CE2-9A97-32D6C6C7D9AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff4cf71000 -     0x7fff4d12fff7  com.apple.LaunchServices (822.37 - 822.37) <6AA93307-220A-3417-BBC2-FE1C0DE0B652> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff4d130000 -     0x7fff4d1e0fff  com.apple.Metadata (10.7.0 - 1191.7) <3DD530A7-E104-3469-98BB-20449834B2FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff4d1e1000 -     0x7fff4d241fff  com.apple.CoreServices.OSServices (822.37 - 822.37) <4AD2FC98-C6CB-392A-A22F-196A723D7FAE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff4d242000 -     0x7fff4d2b0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff4d2b1000 -     0x7fff4d2d5ffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <1B5228EF-D869-3A50-A373-7F4B0289FADD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff4d576000 -     0x7fff4d6c6fff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff4d6c7000 -     0x7fff4d701fff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff4d702000 -     0x7fff4d78dff3  com.apple.framework.CoreWLAN (13.0 - 1350.2) <10C2B6C3-8214-32BC-B4DF-9A8047ABBDC5> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff4da08000 -     0x7fff4da0dfff  com.apple.DiskArbitration (2.7 - 2.7) <2F628584-8177-3894-92CE-9CA6089B61C6> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff4dbce000 -     0x7fff4df95ffb  com.apple.Foundation (6.9 - 1455.12) <3B5567E0-775C-36D2-8052-DA42CA319EEA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff4e006000 -     0x7fff4e036ff3  com.apple.GSS (4.0 - 2.0) <FC69A120-3C19-3802-87B4-C29217758143> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff4e148000 -     0x7fff4e24cffb  com.apple.Bluetooth (6.0.7 - 6.0.7f17) <2436CC8D-4DCC-31B1-AA1C-34291C4BEB76> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff4e2ac000 -     0x7fff4e347fff  com.apple.framework.IOKit (2.0.2 - 1445.71.6) <C68CE7ED-85CA-3D1F-BAA0-908327BEC0DE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff4e349000 -     0x7fff4e350fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff4e351000 -     0x7fff4e3a6ff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff4e3a7000 -     0x7fff4e525fff  com.apple.ImageIO.framework (3.3.0 - 1739.3.3) <761A3609-9C2F-3C5C-AA8C-9D3F5E1A5E17> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff4e526000 -     0x7fff4e52affb  libGIF.dylib (1739.3.3) <022B736C-0260-3BC3-9861-D39567791305> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff4e52b000 -     0x7fff4e612ff7  libJP2.dylib (1739.3.3) <E3591BD8-7150-393A-9DBA-ED48FD7E213D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff4e613000 -     0x7fff4e636fff  libJPEG.dylib (1739.3.3) <65E84EEB-6CF5-396C-B346-B4ED15956F4D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff4e913000 -     0x7fff4e939ff3  libPng.dylib (1739.3.3) <AA037EC7-2791-3554-99EC-CCF87F941E95> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff4e93a000 -     0x7fff4e93cff3  libRadiance.dylib (1739.3.3) <3FA8D375-F4D3-3301-8590-C4C7A34A0099> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff4e93d000 -     0x7fff4e98aff3  libTIFF.dylib (1739.3.3) <2B3F4EA8-DCA8-370C-8005-76C01E96B9D7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff4eb46000 -     0x7fff4f82cfff  com.apple.JavaScriptCore (13605 - 13605.3.8) <E6B49CDA-72F0-3E58-85EF-98AF10CE04B0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff4f844000 -     0x7fff4f85dff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff4fb1c000 -     0x7fff4fb23fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff4fbd3000 -     0x7fff5023dff7  com.apple.MediaToolbox (1.0 - 2276.80.4) <BFAB91C2-2731-3D50-A4E0-6138E2D113B6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff5023f000 -     0x7fff502c0fff  com.apple.Metal (125.30 - 125.30) <6B9EBDEE-C64C-3C1C-922A-0363B642C9BC> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff502dd000 -     0x7fff502f8fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff502f9000 -     0x7fff50368fef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff50369000 -     0x7fff5038dfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff5038e000 -     0x7fff50475ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff50476000 -     0x7fff50476ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff51475000 -     0x7fff51481ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff5426a000 -     0x7fff54272fef  libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff54273000 -     0x7fff542cdff7  com.apple.opencl (2.8.24 - 2.8.24) <CF922AFD-CBA4-3B23-A0C1-E3E5362BB6C7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff542ce000 -     0x7fff542eaffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff542eb000 -     0x7fff542f6fff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff55475000 -     0x7fff55477fff  libCVMSPluginSupport.dylib (16.7.4) <6846D939-478C-3AE3-9DCD-CD4F4CD05409> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff55478000 -     0x7fff5547dffb  libCoreFSCache.dylib (162.9) <DD9DD721-2957-3D05-B361-70AF9EBFB280> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff5547e000 -     0x7fff55482fff  libCoreVMClient.dylib (162.9) <4E4F3EA2-5B53-31A3-8256-54EFAA94E4D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff55483000 -     0x7fff5548cff3  libGFXShared.dylib (16.7.4) <6187AD8B-1CD2-3775-84CD-76A0EA8BCDD4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff5548d000 -     0x7fff55498fff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff55499000 -     0x7fff554d4fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff554d5000 -     0x7fff55642ff3  libGLProgrammability.dylib (16.7.4) <694056A5-DAF8-32BB-A75B-F25FE08351AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff55643000 -     0x7fff55681ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff55ff9000 -     0x7fff56008ff3  com.apple.opengl (16.7.4 - 16.7.4) <7B71A596-B6D8-335A-B7CA-8684D83B9C0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff56009000 -     0x7fff561a0ff3  GLEngine (16.7.4) <A07C490D-A5E7-3761-950C-E92369D59CC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff561a1000 -     0x7fff561c9ffb  GLRendererFloat (16.7.4) <C99363D2-6089-352F-81C5-4098E9B9F787> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff56387000 -     0x7fff564d3ff7  com.apple.QTKit (7.7.3 - 3014.8) <E873393A-4865-35EA-A240-F5144D0C48FC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff564d4000 -     0x7fff56739ff7  com.apple.imageKit (3.0 - 1043) <F007F40B-D1C3-374B-92F1-F21AE2C5094D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff5673a000 -     0x7fff56829ff3  com.apple.PDFKit (1.0 - 677.68) <07888D80-F4FD-38AD-8F21-48F59E486886> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff5682a000 -     0x7fff56d3cff7  com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff56d3d000 -     0x7fff56d60fff  com.apple.quartzfilters (1.10.0 - 1.10.0) <C95CB89D-148D-341B-BC50-82D8C32BF767> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff56d61000 -     0x7fff56e5aff7  com.apple.QuickLookUIFramework (5.0 - 743.13) <09B296B3-4242-3224-9F44-5DFB4AB894CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff56e5b000 -     0x7fff56e5bfff  com.apple.quartzframework (1.5 - 21) <DCEB0FCC-2C32-3D02-8752-7B6FA009AB85> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff56e5c000 -     0x7fff570a8ff7  com.apple.QuartzCore (1.11 - 584.64.2) <DDA39332-DE09-3737-A332-0002AE05DD39> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff570a9000 -     0x7fff57100ff7  com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff572c6000 -     0x7fff572e0ff3  com.apple.SafariServices.framework (13608 - 13608.5.12) <95CEFB87-3A21-3670-93A3-F128ED858164> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff578e0000 -     0x7fff57c0bfff  com.apple.security (7.0 - 58286.70.15) <1481D55E-75C7-304D-AA12-D18A5197E508> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff57c0c000 -     0x7fff57c98ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <EB62490A-AA77-3F51-86B3-03669C3897B3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff57cca000 -     0x7fff57cceffb  com.apple.xpc.ServiceManagement (1.0 - 1) <590083E5-10A1-3353-A31B-673659A618AE> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff58073000 -     0x7fff580e3ff3  com.apple.SystemConfiguration (1.17 - 1.17) <CD4A4C66-7886-3323-A3B9-0C8952500856> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff58298000 -     0x7fff58613fff  com.apple.VideoToolbox (1.0 - 2276.80.4) <1C94A509-0372-3B58-94BC-4488C042BD79> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff5afe0000 -     0x7fff5b073ff3  com.apple.APFS (1.0 - 1) <70034B32-9347-30FB-9DDE-95061F686613> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff5bca0000 -     0x7fff5bcc8fff  com.apple.framework.Apple80211 (13.0 - 1370.4) <5DA5E7D9-7ACD-3859-83C0-885C177DF0E6> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff5bcca000 -     0x7fff5bcd9fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff5bdd8000 -     0x7fff5bde3ff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff5be1d000 -     0x7fff5be65ff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff5bea0000 -     0x7fff5bec8fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5bf91000 -     0x7fff5bf94fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <39419365-1166-3B27-BFFB-ADD281E38290> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff5bf95000 -     0x7fff5bfe5ff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <3E322B24-26DC-3A1F-A253-425BBAD293D8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff5c31b000 -     0x7fff5c5b4ffb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff5c6eb000 -     0x7fff5c6f2ff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff5c6f3000 -     0x7fff5c77aff7  com.apple.backup.framework (1.9.6 - 1.9.6) <3C96FD26-C7F2-3F37-885A-5A71372FA8F4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff5c783000 -     0x7fff5c789ff7  com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff5d55c000 -     0x7fff5d5abff3  com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff5e134000 -     0x7fff5e13dff3  com.apple.CommonAuth (4.0 - 2.0) <21AF4AC2-E650-35F9-AB33-3EBA2769FBC0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff5e479000 -     0x7fff5e881fff  com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff5e882000 -     0x7fff5e8b2ff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff5e949000 -     0x7fff5e99bff7  com.apple.corebrightness (1.0 - 1) <9E20777F-4758-358E-939A-F8D4A3203B87> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff5ec51000 -     0x7fff5ec61ff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff5ef65000 -     0x7fff5ef7bff7  com.apple.CoreMediaAuthoring (2.2 - 956) <FBA28A76-97E2-3023-A3F6-D03280AE2889> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff5f2b0000 -     0x7fff5f355fff  com.apple.CorePDF (4.0 - 414) <D64D17C3-9AD0-3A29-89DE-36BEF0156381> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff5f3f5000 -     0x7fff5f3fdff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff5f588000 -     0x7fff5f5b9ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff5f933000 -     0x7fff5f9c4fff  com.apple.CoreSymbolication (9.3 - 64026.2) <A8D4315F-5DD5-3164-8672-ECDAF2766644> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff5fa47000 -     0x7fff5fb7cfff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5fb7d000 -     0x7fff5fcaefff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5fd03000 -     0x7fff5fd67fff  com.apple.framework.CoreWiFi (13.0 - 1350.2) <EA606D5E-0D95-390C-A6D7-F3DF485E6E27> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff5fd68000 -     0x7fff5fd78ff7  com.apple.CrashReporterSupport (10.13 - 1) <1ADEC140-4838-3976-A14B-6268C5251481> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff5fdf7000 -     0x7fff5fe06ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <9BBCCA62-F7BA-3B44-B044-E7C12ACC49F2> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff5fe09000 -     0x7fff5fe0dffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5fe8f000 -     0x7fff5ff05fff  com.apple.datadetectorscore (7.0 - 590.3) <B4706195-CBE6-320D-A0E1-A9D4BDF52791> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5ff53000 -     0x7fff5ff93ff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff5ff94000 -     0x7fff600c3fff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff60391000 -     0x7fff60395ff7  com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff60ed8000 -     0x7fff61306fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff645b6000 -     0x7fff645c1fff  libGPUSupport.dylib (16.7.4) <948B32CD-3AF2-33E7-86C2-A14E39FD34DA> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
    0x7fff645ce000 -     0x7fff645d3fff  com.apple.GPUWrangler (3.20.17 - 3.20.17) <BEA59DDE-A95A-3408-8FCE-6A74520E74AD> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff64987000 -     0x7fff649acff3  com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff65349000 -     0x7fff65358fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff653db000 -     0x7fff6544ffff  com.apple.Heimdal (4.0 - 2.0) <BAE3D978-2285-35DF-907E-02BC37986D02> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff65d62000 -     0x7fff65d69ff7  com.apple.IOAccelerator (378.28 - 378.28) <BE5CBEAA-314E-348B-BE85-7E4B2E4C42FF> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff65d6d000 -     0x7fff65d84fff  com.apple.IOPresentment (1.0 - 35.1) <53B47F2A-9A9A-33F5-ADCB-FF766292B93A> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6614f000 -     0x7fff66175ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff66282000 -     0x7fff66285ff3  com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff662f3000 -     0x7fff66303ffb  com.apple.IntlPreferences (2.0 - 227.5.2) <7FC3783F-C96A-3CD6-BBA8-2BC682BC7109> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff663fa000 -     0x7fff6640dff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <3A6D6354-9CD6-3EE5-B0AB-D25B02D4847D> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff6640e000 -     0x7fff66503ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff66504000 -     0x7fff66546fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff6654a000 -     0x7fff66551ff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff66d51000 -     0x7fff66d54fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff67264000 -     0x7fff672cdff7  com.apple.gpusw.MetalTools (1.0 - 1) <B4217182-B2AA-3AA3-80E8-F4C80B71BDDC> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6745d000 -     0x7fff67476fff  com.apple.MobileKeyBag (2.0 - 1.0) <7D657BC6-B779-3E51-B50D-07C95791DD04> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff67502000 -     0x7fff6752cffb  com.apple.MultitouchSupport.framework (1614.1 - 1614.1) <A0709B43-FA9E-3617-8E7A-D68CDFAB2167> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff67793000 -     0x7fff6779efff  com.apple.NetAuth (6.2 - 6.2) <2CFA1228-61A1-3708-988D-30499A1D6A9F> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff69037000 -     0x7fff69047ffb  com.apple.PerformanceAnalysis (1.194 - 194) <8022ED1F-CE70-388E-B37B-6FB1E5F90CF2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff6ae06000 -     0x7fff6ae24fff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff6af91000 -     0x7fff6afa7ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff6aff2000 -     0x7fff6affefff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.15) <7B8E9EEF-EAC8-3F9F-A961-D901ED2825EC> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff6afff000 -     0x7fff6b022ffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6b023000 -     0x7fff6b038ff3  com.apple.xpc.RemoteXPC (1.0 - 1205.70.15) <ED415B66-24BC-36DC-B142-80C6F3FBB564> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff6c948000 -     0x7fff6ca5dff7  com.apple.Sharing (1050.22.6 - 1050.22.6) <4AACAE2C-C003-39B8-AE6F-28566E6B7598> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6ca88000 -     0x7fff6ca89ff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff6d7e7000 -     0x7fff6da83fff  com.apple.SkyLight (1.600.0 - 312.103.11) <A4D01EC8-6CED-3AA3-98EA-CD89E2B6559B> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6e24c000 -     0x7fff6e259fff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6edff000 -     0x7fff6ee88fc7  com.apple.Symbolication (9.3 - 64033) <FAA17252-6378-34A4-BBBB-22DF54EC1626> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6f3f8000 -     0x7fff6f400ff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6f60d000 -     0x7fff6f6caff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6f774000 -     0x7fff6f775fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6f77b000 -     0x7fff6f92bfff  com.apple.UIFoundation (1.0 - 547.9) <24E3999C-F515-3389-9A82-A13E624F8B89> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff70600000 -     0x7fff706cfff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff710a7000 -     0x7fff710a9ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff71210000 -     0x7fff71243ff7  libclosured.dylib (551.5) <112BC241-6626-3848-8DD8-B34B5B6F7ABC> /usr/lib/closure/libclosured.dylib
    0x7fff712fd000 -     0x7fff71336ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff71337000 -     0x7fff71342fff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff713d4000 -     0x7fff713d5ff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff7140c000 -     0x7fff715d6ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff7160e000 -     0x7fff7160efff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff71745000 -     0x7fff71749ffb  libScreenReader.dylib (562.18.5) <0FEFDAC8-0FDF-38A0-AB88-A84E0DBA058F> /usr/lib/libScreenReader.dylib
    0x7fff7174a000 -     0x7fff7174bffb  libSystem.B.dylib (1252.50.4) <97EECA63-F728-3F2E-87F3-6DD60DEF17AB> /usr/lib/libSystem.B.dylib
    0x7fff717de000 -     0x7fff717defff  libapple_crypto.dylib (109.50.15) <A8DEA8E9-5769-3C78-824D-969A98B94086> /usr/lib/libapple_crypto.dylib
    0x7fff717df000 -     0x7fff717f5ff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff717f6000 -     0x7fff71820ff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff71821000 -     0x7fff71924fe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff71928000 -     0x7fff71928ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff71929000 -     0x7fff719e2ffb  libboringssl.dylib (109.50.15) <416CBB92-632F-33C2-A774-86ECB4BE46AE> /usr/lib/libboringssl.dylib
    0x7fff719e3000 -     0x7fff719f3ff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff719f4000 -     0x7fff71a01ffb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff71a02000 -     0x7fff71a58fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff71a59000 -     0x7fff71a7dff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff71a7f000 -     0x7fff71a8ffff  libcmph.dylib (6) <890DEC4C-4334-393C-8B56-7C8560BBED9D> /usr/lib/libcmph.dylib
    0x7fff71a90000 -     0x7fff71aa7fd3  libcompression.dylib (47.60.2) <CC7ACB0A-49CD-3564-978F-49F843186F27> /usr/lib/libcompression.dylib
    0x7fff71d52000 -     0x7fff71d6aff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff71d6b000 -     0x7fff71d6cff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff71f05000 -     0x7fff72096fff  libcrypto.35.dylib (22.50.3) <6E609F99-59BC-3AEA-9DB3-FD360A2C50CC> /usr/lib/libcrypto.35.dylib
    0x7fff7223d000 -     0x7fff72292ff3  libcups.2.dylib (462.2.9) <749D90AB-0F1E-308C-81B6-EA1167F7F5CA> /usr/lib/libcups.2.dylib
    0x7fff723d2000 -     0x7fff723d2fff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff72409000 -     0x7fff7240eff3  libheimdal-asn1.dylib (520.50.9) <EF65C17E-31CD-31DC-876C-BF3EF393099C> /usr/lib/libheimdal-asn1.dylib
    0x7fff7243a000 -     0x7fff7252bff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff7252c000 -     0x7fff72753ffb  libicucore.A.dylib (59181.0.1) <2CE6205F-D375-3BF5-AA0A-3254BC4773D0> /usr/lib/libicucore.A.dylib
    0x7fff727a0000 -     0x7fff727a1fff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff727a2000 -     0x7fff727bbffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff727bc000 -     0x7fff727d2ff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff72883000 -     0x7fff72aabff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff72c83000 -     0x7fff72dfefff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff72e85000 -     0x7fff732763b7  libobjc.A.dylib (723) <BEEA51E2-1C4D-3672-87F6-F267B4AC6221> /usr/lib/libobjc.A.dylib
    0x7fff73289000 -     0x7fff7328dfff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff73290000 -     0x7fff732c8ff7  libpcap.A.dylib (79.20.3) <6A9D27FA-2780-3E96-8B2E-645638AC13AC> /usr/lib/libpcap.A.dylib
    0x7fff73347000 -     0x7fff73363ffb  libresolv.9.dylib (65.1) <D9BB6307-71E4-3A94-A745-1FCA114C6894> /usr/lib/libresolv.9.dylib
    0x7fff733b2000 -     0x7fff733b3ff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff733b4000 -     0x7fff73541ff7  libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
    0x7fff73715000 -     0x7fff73775ff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff73776000 -     0x7fff73779ffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff7377a000 -     0x7fff73787ff3  libxar.1.dylib (417.1) <351781D5-3CCF-320F-BB5A-4DFCC1CCD31D> /usr/lib/libxar.1.dylib
    0x7fff7378b000 -     0x7fff73872ff7  libxml2.2.dylib (31.17) <84B491F5-35D4-384A-B224-9B5BF69E8CB7> /usr/lib/libxml2.2.dylib
    0x7fff73873000 -     0x7fff7389bfff  libxslt.1.dylib (15.16) <57D56366-1E7B-356C-B2B8-F4688FF666E6> /usr/lib/libxslt.1.dylib
    0x7fff7389c000 -     0x7fff738aeffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff7394a000 -     0x7fff7394eff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff7394f000 -     0x7fff73959ff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff7395a000 -     0x7fff73961fff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff73962000 -     0x7fff7396bffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff7396c000 -     0x7fff739f1ffb  libcorecrypto.dylib (562.70.3) <37AF8EC6-BF34-3D15-BC3A-A9B98F2427D4> /usr/lib/system/libcorecrypto.dylib
    0x7fff73a79000 -     0x7fff73ab2ff7  libdispatch.dylib (913.60.3) <BF368549-2DFB-3530-B4CB-31D5EDAC4F2F> /usr/lib/system/libdispatch.dylib
    0x7fff73ab3000 -     0x7fff73ad0ff7  libdyld.dylib (551.5) <49BF9E96-8297-30CF-8AA6-128CC14054B2> /usr/lib/system/libdyld.dylib
    0x7fff73ad1000 -     0x7fff73ad1ffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff73ad2000 -     0x7fff73adeff3  libkxld.dylib (4570.71.69) <E2D67D44-1A1B-3DAC-B66F-62C2BC4FAE17> /usr/lib/system/libkxld.dylib
    0x7fff73adf000 -     0x7fff73adfff7  liblaunch.dylib (1205.70.15) <0C2EE0E5-BCB8-32AA-84D6-4FA13B7B8103> /usr/lib/system/liblaunch.dylib
    0x7fff73ae0000 -     0x7fff73ae4ffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff73ae5000 -     0x7fff73ae7fff  libquarantine.dylib (86.70.1) <C8252924-BCB2-35D3-BBA3-CEFE4FCB506C> /usr/lib/system/libquarantine.dylib
    0x7fff73ae8000 -     0x7fff73ae9ff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff73aea000 -     0x7fff73b01fff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff73b02000 -     0x7fff73b02fff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff73b03000 -     0x7fff73b8cff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff73b8d000 -     0x7fff73b90ffb  libsystem_configuration.dylib (963.50.9) <A5DC1AFC-2C3E-3113-BE20-48F96064DB0F> /usr/lib/system/libsystem_configuration.dylib
    0x7fff73b91000 -     0x7fff73b94ffb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff73b95000 -     0x7fff73b96fff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff73b97000 -     0x7fff73b9dffb  libsystem_dnssd.dylib (878.70.4) <A94265A1-309C-3A13-B1FC-ED928FD50C3D> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff73b9e000 -     0x7fff73be7ff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff73be8000 -     0x7fff73c0eff7  libsystem_kernel.dylib (4570.71.69) <6659240B-7798-3AF5-8E0E-970369889449> /usr/lib/system/libsystem_kernel.dylib
    0x7fff73c0f000 -     0x7fff73c5afcb  libsystem_m.dylib (3147.50.1) <17570F46-566C-39FC-BEF6-635A355DD549> /usr/lib/system/libsystem_m.dylib
    0x7fff73c5b000 -     0x7fff73c7aff7  libsystem_malloc.dylib (140.50.7) <A45A484C-3BDE-3BC4-A219-726E3CB332D9> /usr/lib/system/libsystem_malloc.dylib
    0x7fff73c7b000 -     0x7fff73dabff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff73dac000 -     0x7fff73db6ffb  libsystem_networkextension.dylib (767.70.2) <9DC03712-552D-3AEE-9519-B5ED70980B70> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff73db7000 -     0x7fff73dc0ff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff73dc1000 -     0x7fff73dc8ff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff73dc9000 -     0x7fff73dd4fff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff73dd5000 -     0x7fff73dd8fff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff73dd9000 -     0x7fff73ddaff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff73ddb000 -     0x7fff73de2ff7  libsystem_symptoms.dylib (820.60.3) <441C6CA0-5711-3BB1-8420-DDAC3D5272E1> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff73de3000 -     0x7fff73df7ff7  libsystem_trace.dylib (829.70.2) <EEDE7900-3FDB-3841-A47D-2BED9FFBBF5D> /usr/lib/system/libsystem_trace.dylib
    0x7fff73df9000 -     0x7fff73dfeff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff73dff000 -     0x7fff73e2cfff  libxpc.dylib (1205.70.15) <F11A254B-49C3-3CDD-9C0C-273A7C89A70F> /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: 69425
    thread_create: 0
    thread_set_state: 0

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

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                  248K        3 
CoreImage                            8K        3 
CoreUI image file                  180K        3 
Kernel Alloc Once                    8K        2 
MALLOC                           101.8M       39 
MALLOC guard page                   48K       12 
Memory Tag 242                      12K        2 
OpenGL GLSL                        256K        4 
STACK GUARD                       56.0M       10 
Stack                             12.1M       10 
VM_ALLOCATE                       3440K       13 
__DATA                            28.3M      280 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       198.4M       14 
__TEXT                           210.1M      283 
__UNICODE                          560K        2 
mapped file                       50.9M       17 
shared memory                     2840K       15 
===========                     =======  ======= 
TOTAL                            667.9M      699 

Model: MacBookAir4,2, BootROM 135.0.0.0.0, 2 processors, Intel Core i5, 1,7 GHz, 4 GB, SMC 1.73f66
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.102.30)
Bluetooth: Version 6.0.7f17, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: TS480GJDM500, 480,1 GB
USB Device: USB 2.0 Bus
USB Device: FaceTime Camera (Built-in)
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Internal Memory Card Reader
Thunderbolt Bus: MacBook Air, Apple Inc., 8.1
scls19fr commented 4 years ago

Adding other maps such as https://github.com/tumic0/GPXSee-maps/blob/master/World/Europe/FR/IGN-maps.xml make also GPXSee crash.

tumic0 commented 4 years ago

You have found a quiet special bug, to trigger it you need to:

  1. Use OS X
  2. Add a new WMS/WMTS map to the maps directory
  3. Open GPXSee using an associated data file from Finder

So until I fix it, you can simply (once) open GPXSee without any data file. This will download/cache the WMS/WMTS capabilities. You can also open the map from the map menu first and then add it to the maps directory.

scls19fr commented 4 years ago

Thanks a lot @tumic0 It works fine now!

I found some other free maps https://geoservices.ign.fr/documentation/diffusion/telechargement-donnees-libres.html but I can't say if it can be used with GPXSee

scls19fr commented 4 years ago

From https://cadastre.data.gouv.fr/ Chrome / F12 / Network I've found https://openmaptiles.geo.data.gouv.fr/ which host vector maps but I can't say if GPXSee supports TileJSON

tumic0 commented 4 years ago

GPXSee supports the PBF version of the vector tiles. Those seem to be provided by maptiler, so the data will be most probably the same as the already included maptiler map.

GPXsee supports all WMS, WMTS, TMS and "XYZ" online servers. The map definition file format is described in the documentation, so you can create the map yourself. If it fits the rules described here and you make a pull request, I will merge it.

scls19fr commented 4 years ago

I tried to install MapTiler.tpl in maps directory (with my own API key)

$ ll
total 56
-rw-r--r--@ 1 scls  admin  313  5 mar 21:04 4UMaps.xml
-rw-r--r--@ 1 scls  admin  547  5 mar 21:04 Antarctica.xml
drwxr-xr-x  3 scls  admin   96 10 mar 21:31 Europe
-rw-r--r--  1 scls  admin  398 11 mar 06:27 MapTiler.tpl
-rw-r--r--@ 1 scls  admin  288  5 mar 21:04 OpenStreetMap.xml
-rw-r--r--@ 1 scls  admin  308  5 mar 21:04 OpenTopoMap.xml
-rw-r--r--@ 1 scls  admin  393  5 mar 21:04 USGS-imagery.xml
-rw-r--r--@ 1 scls  admin  352  5 mar 21:04 USGS-topo.xml
<?xml version="1.0" encoding="UTF-8"?>
<map xmlns="http://www.gpxsee.org/map/1.4">
    <name>MapTiler</name>
    <url>https://api.maptiler.com/tiles/v3/$z/$x/$y.pbf?key=MYAPIKEY</url>
    <!-- The tile size is 512px since QtPBFImagePlugin v2, use 256 if you have v1 -->
    <tile type="vector" size="512"/>
    <zoom max="14"/>
    <copyright>© MapTiler © OpenStreetMap contributors</copyright>
</map

but I can't see MapTiler in GPXSee "Map" menu

Are tpl files different from xml? Should I add something else in that file? layer? Sorry but I can't see information about that in http://www.gpxsee.org/doc.html

sikmir commented 4 years ago

Are tpl files different from xml? Should I add something else in that file? layer? Sorry but I can't see information about that in http://www.gpxsee.org/doc.html

From README:

Some maps require API keys or user credentials. Such map definition files have a tpl extension instead of the usual xml extension. You must fill in the required info and rename the files before you can use them in GPXSee.

scls19fr commented 4 years ago

So by rename do you mean changing extension from tpl to xml ?

sikmir commented 4 years ago

So by rename do you mean changing extension from tpl to xml ?

Sure.

tumic0 commented 4 years ago

The crash on OS X should be fixed now

scls19fr commented 4 years ago

No time today to confirm this because of COVID-19 in France. A lot of differents tasks to achieve remotely at work (more than usually). Sorry But I will have a deeper look in the next coming days / weeks.