Coder Social home page Coder Social logo

huxingyi / dust3d Goto Github PK

View Code? Open in Web Editor NEW
2.9K 105.0 217.0 148.06 MB

Dust3D is a cross-platform 3D modeling software that makes it easy to create low poly 3D models for video games, 3D printing, and more.

Home Page: https://dust3d.org/

License: MIT License

C++ 92.37% C 0.14% HTML 5.13% QMake 0.87% GLSL 1.33% Shell 0.16%
dust3d 3d-modelling 3d game-development 3d-printing low-poly

dust3d's Introduction

Dust3D

Dust3D is a cross-platform 3D modeling software that makes it easy to create low poly 3D models for video games, 3D printing, and more.

Getting Started

These instructions will get you a copy of the Dust3D up and running on your local machine for development and testing purposes.

Prerequisites

In order to build and run Dust3D, you will need the following software and tools:

  • Qt
  • Visual Studio 2019 (Windows only)
  • GCC (Linux only)

Windows

  1. Download and install the Qt Online Installer
  2. Run the installer and choose the Qt archives you want to install (required: qtbase, qtsvg)
  3. Install Visual Studio 2019

Linux

  1. Install Qt using your distribution's package manager (e.g. apt-get install qt5-default libqt5svg5-dev on Ubuntu)

Building

A step by step series of examples that tell you how to get a development environment running

  1. Clone the repository
git clone https://github.com/huxingyi/dust3d.git
  1. Build using qmake

Windows

  1. Open the Qt Creator IDE
  2. Select "Open Project" from the File menu
  3. Navigate to the project directory dust3d/application and open the .pro file
  4. Select the desired build configuration (e.g. Debug or Release) from the dropdown menu at the bottom left of the window
  5. Click the "Run" button to build and run the project

Linux

  1. Change to the project directory dust3d/application
  2. Run qmake to generate a Makefile
  3. Build the project using make

Releasing

  1. Make sure all changes are merged to master branch including CHANGELOGS update
  2. Run git tag 1.0.0-rc.<number>
  3. Run git push origin 1.0.0-rc.<number>
  4. Wait Actions/release finish and download all the Artifacts
  5. Goto Tags/1.0.0-rc.<number> and create release from tag
  6. Title the release as 1.0.0-rc.<number>
  7. Copy description from CHANGELOGS
  8. Drag the Artifacts: dust3d-1.0.0-rc.<number>.zip, dust3d-1.0.0-rc.<number>.AppImage (Extracted), dust3d-1.0.0-rc.<number>.dmg (Extracted) to binaries.
  9. Publish release

License

Dust3D is licensed under the MIT License - see the LICENSE file for details.

Sponsors

@fohara @DisownedWheat @Nobuna-no

The list shown represent active sponsors on GitHub and a full list can be viewed at SUPPORTERS.

dust3d's People

Contributors

azagaya avatar calinou avatar carlolson avatar huxingyi avatar jarred-sumner avatar jeteokeeffe avatar maxtron95 avatar srzkptrsk avatar st4ll1 avatar wickedsmoke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dust3d's Issues

The following parts couldn't cut off the mesh

image

Hey, as you can see from the image I'm trying to make a velociraptor, with animations and all.
But as I mark parts as limbs, I start getting problems, I'm quite sure that there's some rule I'm not aware of and that I'm not following, could be I have to orient it in a specific way?

And if I go to the poses window I get this:
image
As you can see there's only one leg displayed, no arms either.

AppImage does not run on CentOS 7.6

The AppImage is based on glibc 2.18 however CentOS provides glibc 2.17. It gives the following output:-

dust3d: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /tmp/.mount_dust3d6NIN06/usr/lib/libmeshlite_ffi.so)

[REQUEST] put your website in the exported .obj

this is just more for yourself to show others that open these dust3d .obj files.

things like a website link, maybe even have details about the project as well. just think it would be good for you & to let others know ;)

UI is too small on low resolution display

my laptop has a screen with a resolution of 1366*768px which is quite low res nowdays and the right UI bar is really small.

Normally too small UI elements are a problem which occurs on high DPI displays, but here it is:
grafik

Also I'm using Windows 10 and I downloaded the binary from the releases page.

Check list to release 1.0 stable

  • Fix export issues for Unreal Engine
  • Add Dust3D package importer/exporter
  • Support multiple languages
    If your language not listed, please comment to add.
  • Add detailed tutorials
  • Update documents
  • Make new logo
  • Make new homepage
  • Make a demo scene in game engine using assets exported from Dust3D

Can I contribute a translation?

Yes, translator wanted! Please comment what language you want to claim, you can claim multiple languages. Once claim confirmed by me, you can start translation and make a pull request when you finished, and don't forget to add your name into CONTRIBUTORS in your pull request.

How to start translation?

Download dust3d_zh_CN.ts, this is simplified Chinese, replace the "zh_CN" in this line: <TS version="2.1" language="zh_CN"> and the file name: dust3d_zh_CN.ts to your claimed language name.

For example, if I claimed "zh_TW", then I replace the line to: <TS version="2.1" language="zh_TW"> and the file name change to dust3d_zh_TW.ts.

.ts file should remain in UTF8 encode.

P.S. Because there will be too many changes in RC.7 version, the translation is paused, please wait RC.7 to be released.

Crash when trying to add the first node

I'm trying dust3d on a GNU/Linux 64bit system, and it just crashes when I click on the "+" tool and click on the screen to place it. Here's a stack trace when that happens:

#0  0x00007ffff66ac090 in QOpenGLContext::shareGroup() const () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#1  0x00007ffff69bec3a in QOpenGLFunctions::initializeOpenGLFunctions() () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#2  0x00007ffff69c2b2d in QOpenGLFramebufferObject::QOpenGLFramebufferObject(QSize const&, QOpenGLFramebufferObjectFormat const&) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#3  0x000055555558acb0 in ModelOfflineRender::toImage (this=0x555555ade960, size=...) at src/modelofflinerender.cpp:52
#4  0x000055555560b090 in MeshGenerator::process (this=0x555555ca4330) at src/meshgenerator.cpp:377
#5  0x00005555555b4d35 in QtPrivate::FunctorCall<QtPrivate::IndexesList<>, QtPrivate::List<>, void, void (MeshGenerator::*)()>::call(void (MeshGenerator::*)(), MeshGenerator*, void**) (
    f=(void (MeshGenerator::*)(MeshGenerator * const)) 0x555555608e9e <MeshGenerator::process()>, o=0x555555ca4330, 
    arg=0x7fffdc913970) at ../../../include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:136
#6  0x00005555555b283f in QtPrivate::FunctionPointer<void (MeshGenerator::*)()>::call<QtPrivate::List<>, void>(void (MeshGenerator::*)(), MeshGenerator*, void**) (
    f=(void (MeshGenerator::*)(MeshGenerator * const)) 0x555555608e9e <MeshGenerator::process()>, o=0x555555ca4330, 
    arg=0x7fffdc913970) at ../../../include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:169
#7  0x00005555555ad871 in QtPrivate::QSlotObject<void (MeshGenerator::*)(), QtPrivate::List<>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) (which=1, this_=0x555555b60060, r=0x555555ca4330, a=0x7fffdc913970, ret=0x0)
    at ../../../include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:398
#8  0x00007ffff61352af in QMetaObject::activate(QObject*, int, int, void**) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007ffff5f184d7 in QThread::started(QThread::QPrivateSignal) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00007ffff5f1eb36 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007ffff5bc9f2a in start_thread (arg=0x7fffdc914700) at pthread_create.c:463
#12 0x00007ffff57c9edf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

I attached a gzipped core dump
core.gz

High DPI Scaling

Problem

The text is difficult to read in the UI on high DPI displays.

Repro

  1. Set the DPI scaling of your operating system to 100%
  2. Observe the text size of Dust3D
  3. Set the DPI scaling of your operating system to 150% or 200%
  4. Observe the text size of Dust3D

Expectation

I expected the text size of Dust3D to scale with the operating system's DPI.

Actual

The text size of Dust3D remains relative to the resolution of the display.

Related

References

Undoing of actions made using IK mode takes too long

When I select the tip of a chain of nodes and perform an IK operation, undoing takes forever (to go to that last position of the chain of nodes). Looks like all the intermediate states of the chain of nodes are being undone one by one.

It would be beneficial if the undo happens in one step (take the chain of nodes to the state before the ik operation.)

Exporting .obj fails on Mac

Exporting to OBJ fails silently for me on OS X.

I'm using OS X Mojave 10.14.1 and dust3d 1.0.0 beta 6 with this simple palm tree model. (I added .txt to the file to upload it here, just remove it use it.)

tree.ds3.txt

ability to import obj

I try to import obj to try the software to use it in our photogrammetry workflow cause some options are very interesting in the post treatment but never found how to do it ... is it possible ?

Using Dust3d in a laptop

Hi,

Neat little program you have here! However, a minor issue is preventing me to use it in a laptop. You see, the previewed mesh is manipulated with the middle mouse button, which laptops don't have. So, could you please provide some other means to manipulate it? Like, using the mouse with ALT, or something like that (like Blender does).

Thanks, and great job so far!

Paul

Linux Support

I keep seeing download/build instructions for Windows/Mac. Does this work on Linux?

GNU/Linux build fails miserably

Trying to build on GNU/Linux and it fails to find meshlite.h. Running a find I can only locate a file by that name in a directory called meshlite_unstable_vc14... which contains a precompiled library for windows! Where is the code for meshlite? and why don't you include the code for that, so it can be built on all systems instead of precompiled binaries?

If that library is not free software, and it's not an optional dependency, then your modeller is not really free software either. Please either replace it, make it optional, or provide the source code.

xdg-open: no method available

Hi there,

I am on Kali linux (5.3.0-kali2-amd64 #1 SMP Debian) and I am using the latest version of dust3d (dust3d-1.0.0-beta.27-x86_64.AppImage).

Now when I click on Help > Dust3D Homepage, there's an error with xdg-open :

/usr/bin/xdg-open: 870: www-browser: not found
/usr/bin/xdg-open: 870: links2: not found
/usr/bin/xdg-open: 870: elinks: not found
/usr/bin/xdg-open: 870: links: not found
/usr/bin/xdg-open: 870: lynx: not found
/usr/bin/xdg-open: 870: w3m: not found
xdg-open: no method available for opening 'https://dust3d.org/'

Is it linked to my current xdg-open configuration? (It's not working with Source Code, Reference Guide and Report Issue)

Thanks

Black Screen when Running AppImage

Hi,
I am having an issue when running the AppImage of Dust3D.
When I open Dust3d it gives me a black screen. I am able to see the context menus when I right click but that's about it.

My PC is running Ubuntu 18.04
It is a Fujitsu tablet PC with an Intel(R) Core(TM) M-5Y31 with 4GB of RAM

Is there anyone else who is experiencing this?

[BUG?] creating models, flips legs/arms

this is something I have noticed with 2 models I was practicing with dust3d. id send the actual files, but it crashed when I was about to send this originally.

but this second time I did get a screen shot & am quite confused as to why the model has its left leg on the right hand side. its really odd. so when I then put in the right arm/leg, it will go to the left hand side

im not sure what im doing wrong since im just testing things out right away. plus looked at how you had set things up in a video

thanks

Screenshot 2019-08-28 at 21 49 24

Too easy to crash on Mac?

I am testing Dust3D latest beta 1.0. It seems like if I draw too fast and scrolling to get different radius, Dust3D crashes instantly. Not sure why... I do actually rendering Blender 3D in the background and using Mojave Beta... however.

Process:               dust3d [7057]
Path:                  /Applications/dust3d-1.0.0-beta.3.app/Contents/MacOS/dust3d
Identifier:            dust3d
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           dust3d [7057]
User ID:               501

Date/Time:             2018-12-01 22:39:55.437 +1100
OS Version:            Mac OS X 10.14.2 (18C52a)
Report Version:        12
Bridge OS Version:     3.0 (14Y674)
Anonymous UUID:        D5DD7E3C-563B-3734-588B-51023013A26D

Sleep/Wake UUID:       61379C53-A19E-4008-BF04-FC19B155399A

Time Awake Since Boot: 120000 seconds
Time Since Wake:       7700 seconds

System Integrity Protection: enabled

Crashed Thread:        4  QThread

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

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

VM Regions Near 0:
--> 
    __TEXT                 000000010d91f000-000000010dc8e000 [ 3516K] r-x/rwx SM=COW  /Applications/dust3d-1.0.0-beta.3.app/Contents/MacOS/dust3d

Thread 0:: Dispatch queue: com.apple.main-thread
0   org.qt-project.QtGui          	0x000000010e686fbd 0x10e48a000 + 2084797
1   org.qt-project.QtGui          	0x000000010e69b346 0x10e48a000 + 2167622
2   org.qt-project.QtGui          	0x000000010e681f3e 0x10e48a000 + 2064190
3   org.qt-project.QtGui          	0x000000010e6ce9a6 0x10e48a000 + 2378150
4   org.qt-project.QtGui          	0x000000010e6c386f 0x10e48a000 + 2332783
5   org.qt-project.QtGui          	0x000000010e6c9bfd QRasterPaintEngine::drawImage(QRectF const&, QImage const&, QRectF const&, QFlags<Qt::ImageConversionFlag>) + 6269
6   org.qt-project.QtGui          	0x000000010e6c760e QRasterPaintEngine::drawImage(QPointF const&, QImage const&) + 270
7   org.qt-project.QtWidgets      	0x000000010e21339a QGraphicsPixmapItem::paint(QPainter*, QStyleOptionGraphicsItem const*, QWidget*) + 74
8   org.qt-project.QtWidgets      	0x000000010e23dd76 0x10defd000 + 3411318
9   org.qt-project.QtWidgets      	0x000000010e23d50b 0x10defd000 + 3409163
10  org.qt-project.QtWidgets      	0x000000010e23cd90 0x10defd000 + 3407248
11  org.qt-project.QtWidgets      	0x000000010e25cd1d QGraphicsView::paintEvent(QPaintEvent*) + 1645
12  org.qt-project.QtWidgets      	0x000000010df47edb QWidget::event(QEvent*) + 1131
13  org.qt-project.QtWidgets      	0x000000010dff018d QFrame::event(QEvent*) + 45
14  org.qt-project.QtWidgets      	0x000000010e25a8cf QGraphicsView::viewportEvent(QEvent*) + 1215
15  org.qt-project.QtCore         	0x000000010eb9fa92 QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) + 210
16  org.qt-project.QtWidgets      	0x000000010df0cfe8 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 248
17  org.qt-project.QtWidgets      	0x000000010df0e39a QApplication::notify(QObject*, QEvent*) + 362
18  org.qt-project.QtCore         	0x000000010eb9f798 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 168
19  org.qt-project.QtWidgets      	0x000000010df4070b QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) + 2987
20  org.qt-project.QtWidgets      	0x000000010df1a301 0x10defd000 + 119553
21  org.qt-project.QtWidgets      	0x000000010df48102 QWidget::event(QEvent*) + 1682
22  org.qt-project.QtWidgets      	0x000000010e064285 QMainWindow::event(QEvent*) + 277
23  org.qt-project.QtWidgets      	0x000000010df0cffd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
24  org.qt-project.QtWidgets      	0x000000010df0e39a QApplication::notify(QObject*, QEvent*) + 362
25  org.qt-project.QtCore         	0x000000010eb9f798 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 168
26  org.qt-project.QtCore         	0x000000010eba0938 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 840
27  org.qt-project.QtWidgets      	0x000000010e22ae52 0x10defd000 + 3333714
28  org.qt-project.QtCore         	0x000000010ebc8a31 QObject::event(QEvent*) + 769
29  org.qt-project.QtWidgets      	0x000000010df0cffd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
30  org.qt-project.QtWidgets      	0x000000010df0e39a QApplication::notify(QObject*, QEvent*) + 362
31  org.qt-project.QtCore         	0x000000010eb9f798 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 168
32  org.qt-project.QtCore         	0x000000010eba0938 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 840
33  libqcocoa.dylib               	0x0000000110c77227 0x110c4d000 + 172583
34  libqcocoa.dylib               	0x0000000110c77af1 0x110c4d000 + 174833
35  com.apple.CoreFoundation      	0x00007fff4ee91475 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
36  com.apple.CoreFoundation      	0x00007fff4ee9141b __CFRunLoopDoSource0 + 108
37  com.apple.CoreFoundation      	0x00007fff4ee74eb5 __CFRunLoopDoSources0 + 195
38  com.apple.CoreFoundation      	0x00007fff4ee7445e __CFRunLoopRun + 1219
39  com.apple.CoreFoundation      	0x00007fff4ee73d48 CFRunLoopRunSpecific + 463
40  com.apple.HIToolbox           	0x00007fff4e10aab5 RunCurrentEventLoopInMode + 293
41  com.apple.HIToolbox           	0x00007fff4e10a6f4 ReceiveNextEventCommon + 371
42  com.apple.HIToolbox           	0x00007fff4e10a568 _BlockUntilNextEventMatchingListInModeWithFilter + 64
43  com.apple.AppKit              	0x00007fff4c3c5363 _DPSNextEvent + 997
44  com.apple.AppKit              	0x00007fff4c3c4102 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
45  com.apple.AppKit              	0x00007fff4c3be165 -[NSApplication run] + 699
46  libqcocoa.dylib               	0x0000000110c768dd 0x110c4d000 + 170205
47  org.qt-project.QtCore         	0x000000010eb9b2be QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 398
48  org.qt-project.QtCore         	0x000000010eb9fe91 QCoreApplication::exec() + 369
49  test.dust3d                   	0x000000010dafdffe main + 1262
50  libdyld.dylib                 	0x00007fff7c0b3ed9 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7c1ed17a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7c1ed6d0 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff4ee750c2 __CFRunLoopServiceMachPort + 337
3   com.apple.CoreFoundation      	0x00007fff4ee74611 __CFRunLoopRun + 1654
4   com.apple.CoreFoundation      	0x00007fff4ee73d48 CFRunLoopRunSpecific + 463
5   com.apple.AppKit              	0x00007fff4c3cdf89 _NSEventThread + 160
6   libsystem_pthread.dylib       	0x00007fff7c2a7305 _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff7c2aa26f _pthread_start + 70
8   libsystem_pthread.dylib       	0x00007fff7c2a6415 thread_start + 13

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

Thread 3:: QThread
0   org.qt-project.QtGui          	0x000000010e681393 0x10e48a000 + 2061203
1   org.qt-project.QtGui          	0x000000010e69fded 0x10e48a000 + 2186733
2   org.qt-project.QtGui          	0x000000010e69e245 0x10e48a000 + 2179653
3   org.qt-project.QtGui          	0x000000010e6c21b5 0x10e48a000 + 2326965
4   org.qt-project.QtGui          	0x000000010e6c4ef0 QRasterPaintEngine::fill(QVectorPath const&, QBrush const&) + 1424
5   test.dust3d                   	0x000000010da6f10f TextureGenerator::generate() + 3887
6   test.dust3d                   	0x000000010da6fb9e TextureGenerator::process() + 14
7   org.qt-project.QtCore         	0x000000010ebd011e QMetaObject::activate(QObject*, int, int, void**) + 2334
8   org.qt-project.QtCore         	0x000000010e9daad8 QThread::started(QThread::QPrivateSignal) + 56
9   org.qt-project.QtCore         	0x000000010e9de442 0x10e9b1000 + 185410
10  libsystem_pthread.dylib       	0x00007fff7c2a7305 _pthread_body + 126
11  libsystem_pthread.dylib       	0x00007fff7c2aa26f _pthread_start + 70
12  libsystem_pthread.dylib       	0x00007fff7c2a6415 thread_start + 13

Thread 4 Crashed:: QThread
0   test.dust3d                   	0x000000010db32328 simpleuv::parametrize(std::__1::vector<simpleuv::Vertex, std::__1::allocator<simpleuv::Vertex> > const&, std::__1::vector<simpleuv::Face, std::__1::allocator<simpleuv::Face> > const&, std::__1::vector<simpleuv::TextureCoord, std::__1::allocator<simpleuv::TextureCoord> >&) + 1144
1   test.dust3d                   	0x000000010db207cf simpleuv::UvUnwrapper::parametrizeSingleGroup(std::__1::vector<simpleuv::Vertex, std::__1::allocator<simpleuv::Vertex> > const&, std::__1::vector<simpleuv::Face, std::__1::allocator<simpleuv::Face> > const&, std::__1::map<unsigned long, unsigned long, std::__1::less<unsigned long>, std::__1::allocator<std::__1::pair<unsigned long const, unsigned long> > >&, unsigned long) + 79
2   test.dust3d                   	0x000000010db20491 simpleuv::UvUnwrapper::unwrapSingleIsland(std::__1::vector<unsigned long, std::__1::allocator<unsigned long> > const&, bool) + 2001
3   test.dust3d                   	0x000000010db205e6 simpleuv::UvUnwrapper::unwrapSingleIsland(std::__1::vector<unsigned long, std::__1::allocator<unsigned long> > const&, bool) + 2342
4   test.dust3d                   	0x000000010db20cae simpleuv::UvUnwrapper::unwrap() + 206
5   test.dust3d                   	0x000000010dae2e0a uvUnwrap(Outcome const&, std::__1::vector<std::__1::vector<QVector2D, std::__1::allocator<QVector2D> >, std::__1::allocator<std::__1::vector<QVector2D, std::__1::allocator<QVector2D> > > >&, std::__1::set<int, std::__1::less<int>, std::__1::allocator<int> >&) + 2106
6   test.dust3d                   	0x000000010da7167f MeshResultPostProcessor::poseProcess() + 95
7   test.dust3d                   	0x000000010da7211e MeshResultPostProcessor::process() + 14
8   org.qt-project.QtCore         	0x000000010ebd011e QMetaObject::activate(QObject*, int, int, void**) + 2334
9   org.qt-project.QtCore         	0x000000010e9daad8 QThread::started(QThread::QPrivateSignal) + 56
10  org.qt-project.QtCore         	0x000000010e9de442 0x10e9b1000 + 185410
11  libsystem_pthread.dylib       	0x00007fff7c2a7305 _pthread_body + 126
12  libsystem_pthread.dylib       	0x00007fff7c2aa26f _pthread_start + 70
13  libsystem_pthread.dylib       	0x00007fff7c2a6415 thread_start + 13

Thread 5:: QThread
0   libmeshlite_ffi.dylib         	0x000000010dd3a574 0x10dd30000 + 42356
1   libmeshlite_ffi.dylib         	0x000000010dd419e4 0x10dd30000 + 72164
2   libmeshlite_ffi.dylib         	0x000000010dd6db6c 0x10dd30000 + 252780
3   libmeshlite_ffi.dylib         	0x000000010dd6dd5b 0x10dd30000 + 253275
4   libmeshlite_ffi.dylib         	0x000000010dd70caa 0x10dd30000 + 265386
5   libmeshlite_ffi.dylib         	0x000000010dd68f2f 0x10dd30000 + 233263
6   libmeshlite_ffi.dylib         	0x000000010dd6c1a6 0x10dd30000 + 246182
7   libmeshlite_ffi.dylib         	0x000000010dd35f19 meshlite_bmesh_generate_mesh + 121
8   test.dust3d                   	0x000000010d994ec2 MeshGenerator::combinePartMesh(QString, std::__1::vector<std::__1::pair<QVector3D, float>, std::__1::allocator<std::__1::pair<QVector3D, float> > >*) + 8114
9   test.dust3d                   	0x000000010d996fa1 MeshGenerator::combineComponentMesh(QString, CombineMode*, std::__1::vector<std::__1::pair<QVector3D, float>, std::__1::allocator<std::__1::pair<QVector3D, float> > >*) + 2465
10  test.dust3d                   	0x000000010d99787e MeshGenerator::combineComponentMesh(QString, CombineMode*, std::__1::vector<std::__1::pair<QVector3D, float>, std::__1::allocator<std::__1::pair<QVector3D, float> > >*) + 4734
11  test.dust3d                   	0x000000010d99a3fc MeshGenerator::generate() + 3548
12  test.dust3d                   	0x000000010d99ce8e MeshGenerator::process() + 14
13  org.qt-project.QtCore         	0x000000010ebd011e QMetaObject::activate(QObject*, int, int, void**) + 2334
14  org.qt-project.QtCore         	0x000000010e9daad8 QThread::started(QThread::QPrivateSignal) + 56
15  org.qt-project.QtCore         	0x000000010e9de442 0x10e9b1000 + 185410
16  libsystem_pthread.dylib       	0x00007fff7c2a7305 _pthread_body + 126
17  libsystem_pthread.dylib       	0x00007fff7c2aa26f _pthread_start + 70
18  libsystem_pthread.dylib       	0x00007fff7c2a6415 thread_start + 13

Thread 4 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000001  rcx: 0x0000000000000000  rdx: 0x000000003aa17374
  rdi: 0x0000000000000171  rsi: 0x0000600003f73730  rbp: 0x000070000db84650  rsp: 0x000070000db845b0
   r8: 0x00000000000003ff   r9: 0x00000000000007fb  r10: 0x0000000000003730  r11: 0x0000000000000010
  r12: 0x0000000000000000  r13: 0xaaaaaaaaaaaaaaab  r14: 0x000070000db84810  r15: 0x000070000db84690
  rip: 0x000000010db32328  rfl: 0x0000000000010246  cr2: 0x0000000000000000
  
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x10d91f000 -        0x10dc8dff3 +test.dust3d (0) <88627310-E2CA-38A2-824C-7D4B44CE40AC> /Applications/dust3d-1.0.0-beta.3.app/Contents/MacOS/dust3d
       0x10dd30000 -        0x10ddadfff +libmeshlite_ffi.dylib (0) <94194424-EB1D-356F-8604-08E564973A6B> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libmeshlite_ffi.dylib
       0x10ddb5000 -        0x10de11fcf +libgmp.10.dylib (0) <F6AB1452-06FA-3C11-BEBB-66A2353B5C17> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libgmp.10.dylib
       0x10de1c000 -        0x10de75fff +libmpfr.6.dylib (0) <6741053F-FA3F-35DF-9987-2474512C87FB> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libmpfr.6.dylib
       0x10de81000 -        0x10de99fff +libCGAL.13.dylib (0) <FE54E2C8-8158-3C4D-9678-F6E3B9220B20> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libCGAL.13.dylib
       0x10dea8000 -        0x10dedcffb +org.qt-project.QtOpenGL (5.10 - 5.10.1) <DE3D3463-574A-3B7E-BDB8-47CC8D24C0CD> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
       0x10defd000 -        0x10e329ff7 +org.qt-project.QtWidgets (5.10 - 5.10.1) <AD15E490-1C7E-344F-9B40-A684A9160882> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10e48a000 -        0x10e8b7ff7 +org.qt-project.QtGui (5.10 - 5.10.1) <96CF196B-1BBB-317F-9F39-86DD41787FC9> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
       0x10e9b1000 -        0x10ee92fff +org.qt-project.QtCore (5.10 - 5.10.1) <0967D4C1-9487-3421-9861-304DEE848576> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
       0x10ef46000 -        0x10ef54fff +libboost_thread-mt.dylib (0) <90613F04-2EC8-3DE8-8C05-DF114C960DA7> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libboost_thread-mt.dylib
       0x10ef5e000 -        0x10ef60ffb +libboost_system-mt.dylib (0) <88B1123F-BEC5-3419-9F1F-0B84AF2B77D4> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libboost_system-mt.dylib
       0x10ef63000 -        0x10ef66ff7 +libboost_chrono-mt.dylib (0) <EB1F2C7E-F95E-3A3B-BD6D-0DF1CFF30710> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libboost_chrono-mt.dylib
       0x10ef6a000 -        0x10ef6efff +libboost_date_time-mt.dylib (0) <EBFED208-B937-3BD8-B4B7-46A51D0A1AD3> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libboost_date_time-mt.dylib
       0x10ef74000 -        0x10ef75fff +libboost_atomic-mt.dylib (0) <11436BC8-4137-36D7-8667-CD1B5A28AC55> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/libboost_atomic-mt.dylib
       0x110c4d000 -        0x110da3ff7 +libqcocoa.dylib (0) <ACAA48D6-9282-35B1-BEC9-2490BAD54923> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/platforms/libqcocoa.dylib
       0x110de9000 -        0x110e14ffb +org.qt-project.QtPrintSupport (5.10 - 5.10.1) <7D87076B-A68E-3956-83EA-7F0E06AAD0D6> /Applications/dust3d-1.0.0-beta.3.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x113837000 -        0x11385effb +libqmacstyle.dylib (0) <010481BF-26A1-3244-8A54-7D4F47408872> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/styles/libqmacstyle.dylib
       0x1139c0000 -        0x1139c6fff +libqgif.dylib (0) <4BF8C3B6-EF03-3D11-BEB2-ADCBC927E37C> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x1139ca000 -        0x1139d1ffb +libqicns.dylib (0) <0AF4D919-D97B-3B83-99D0-B684E491CA8E> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqicns.dylib
       0x1139d6000 -        0x1139dbffb +libqico.dylib (0) <7414AC74-5772-37EC-93D6-BF9CF2649B53> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqico.dylib
       0x1139e0000 -        0x113a30fff +libqjpeg.dylib (0) <5A690EEE-BB83-3BC5-889A-C18E59629679> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x113a36000 -        0x113a3aff7 +libqmacjp2.dylib (0) <61CB4DD0-2F23-30E9-8B06-A7798D6606E6> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
       0x113a3e000 -        0x113a42ff7 +libqtga.dylib (0) <A6B6EBBA-79C9-38BB-B969-F9B6111BD265> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x113a46000 -        0x113aa8ffb +libqtiff.dylib (0) <13C36608-3757-3DCA-94EC-089C2A2D4637> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x113ab0000 -        0x113ab4ff7 +libqwbmp.dylib (0) <3E7C99A6-6FA9-3E5C-BB71-B26986D7B92B> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqwbmp.dylib
       0x113ab8000 -        0x113b45ff7 +libqwebp.dylib (0) <D72A5496-4BCF-3991-AC38-BB0985E61E80> /Applications/dust3d-1.0.0-beta.3.app/Contents/PlugIns/imageformats/libqwebp.dylib
       0x113d79000 -        0x113d7c047  libobjc-trampolines.dylib (750.1) <0D004834-E2EB-3066-8598-6F413521157F> /usr/lib/libobjc-trampolines.dylib
       0x113e09000 -        0x113ed2ff7  com.apple.AMDRadeonX4000GLDriver (2.4.9 - 2.0.4) <2D18FA07-E0C5-3CA0-BCC8-94CC38BD3231> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x114417000 -        0x114495a67  dyld (640.2) <9055ED89-4099-3B32-B601-75E4973C5E1A> /usr/lib/dyld
       0x115407000 -        0x115409ff3  com.apple.CloudDocsFileProvider (1.0 - 575.204) <4C1480C9-EF7B-3AF5-A531-3A8F8234C084> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
       0x115c7b000 -        0x115c7effb  com.apple.FileProviderOverride (125.130 - 125.130) <6642C02A-15A6-3B76-AE9C-7E822129E736> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x122999000 -        0x1229a0fff  com.apple.FinderSyncCollaborationFileProviderOverride (1.0 - 1143.2.2) <5682A45D-7FAA-3B9C-81E7-3A7943E1779A> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
    0x7fff44ca1000 -     0x7fff4501afff  com.apple.RawCamera.bundle (8.11.0 - 1031.1.3) <15BB3751-9084-381A-8D25-5C60695C292A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff4501d000 -     0x7fff45168fff  com.apple.AMDMTLBronzeDriver (2.4.9 - 2.0.4) <4EA6806F-5F97-3FE9-8C0D-CB34C1CE6EC3> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff45169000 -     0x7fff458e2fff  ATIRadeonX4000SCLib.dylib (2.4.9) <F5A00A38-21C5-37C3-9029-C97A059A1250> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff47632000 -     0x7fff48413fff  com.apple.driver.AppleIntelKBLGraphicsGLDriver (12.4.7.1 - 12.0.4) <AFCFECB1-AD32-31E1-A217-8DC725B7F1D6> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff48414000 -     0x7fff4869bff7  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (12.4.7.1 - 12.0.4) <0DA40D80-05C8-3F1A-BA9A-8D9A3DFC2914> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff4ad94000 -     0x7fff4ad98fff  com.apple.agl (3.3.2 - AGL-3.3.2) <19EFBFB3-83C7-3E09-93C9-DE2BF4336102> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff4ad99000 -     0x7fff4af87fff  com.apple.avfoundation (2.0 - 1544.5) <6627CE6D-2A85-35B4-A972-2319E985E680> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff4af88000 -     0x7fff4b057fff  com.apple.audio.AVFAudio (1.0 - ???) <2F568A51-2E9A-3E13-8AFD-B7EEECB44225> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff4b165000 -     0x7fff4b165fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <A09CB6D5-3F8A-3E05-B0EB-63878296A059> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff4b166000 -     0x7fff4b17cfef  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
    0x7fff4b17d000 -     0x7fff4b81dfe3  com.apple.vImage (8.1 - ???) <BDA40EB0-9B20-3ACF-BE37-199578FA84F4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff4b81e000 -     0x7fff4ba95fd7  libBLAS.dylib (1243.200.4) <0ADBEAE3-6636-33E5-AC9F-11C2249E19D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff4ba96000 -     0x7fff4bb08fe7  libBNNS.dylib (38.200.5) <47D91393-BFEE-318A-A698-FB4DF9DE5D78> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff4bb09000 -     0x7fff4beaffff  libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4beb0000 -     0x7fff4bec5ffb  libLinearAlgebra.dylib (1243.200.4) <3923AB79-213E-32FD-AC87-8B1A1A832336> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff4bec6000 -     0x7fff4becbff3  libQuadrature.dylib (3.200.2) <4FBCAC0A-81A4-3C53-8458-27F3569C809D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff4becc000 -     0x7fff4bf49ffb  libSparse.dylib (79.200.5) <2D650C50-E87E-3F24-9BFA-C8EB6DE1A6E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff4bf4a000 -     0x7fff4bf5dffb  libSparseBLAS.dylib (1243.200.4) <6F8C78BE-A0FD-3507-8A95-541AFC57F1EE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff4bf5e000 -     0x7fff4c142ff3  libvDSP.dylib (671.220.1) <2F576522-08B1-3C65-8F00-3427E938ADDA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff4c143000 -     0x7fff4c1f8ff3  libvMisc.dylib (671.220.1) <C8D3F9D9-BD9D-39A1-97DF-7E771B19975A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff4c1f9000 -     0x7fff4c1f9fff  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
    0x7fff4c1fa000 -     0x7fff4c25dffb  com.apple.Accounts (113 - 113) <F40D3A96-AFE7-33BA-9666-C41B0B381715> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff4c260000 -     0x7fff4c3a9ff7  com.apple.AddressBook.framework (11.0 - 1890) <C0049173-9274-3398-AA31-E937D408ED0F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff4c3aa000 -     0x7fff4d1cbffb  com.apple.AppKit (6.9 - 1671.20.108) <790C5DA5-7521-327E-BA49-8E5ADD10E808> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff4d21d000 -     0x7fff4d21dfff  com.apple.ApplicationServices (50.1 - 50.1) <44B1442D-C192-3BBB-AB9D-09B1743D2F91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff4d21e000 -     0x7fff4d289ff7  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
    0x7fff4d322000 -     0x7fff4d441fff  libFontParser.dylib (228.6) <BBCBEE2C-5B55-3278-B81D-22D72466753E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff4d442000 -     0x7fff4d48dfff  libFontRegistry.dylib (228.12) <1CC4D486-74F8-3459-BBA1-F68A36C5CAF8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff4d4ec000 -     0x7fff4d51fff7  libTrueTypeScaler.dylib (228.6) <760BF895-3D7A-36E2-B97C-6775C3615A1D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff4d589000 -     0x7fff4d58dff3  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
    0x7fff4d62a000 -     0x7fff4d67cff3  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
    0x7fff4d67d000 -     0x7fff4d68bff3  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
    0x7fff4d68c000 -     0x7fff4d6d8fff  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
    0x7fff4d6d9000 -     0x7fff4d714ff7  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
    0x7fff4d715000 -     0x7fff4d721ff7  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
    0x7fff4d722000 -     0x7fff4d9bffff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <BA0D4BE9-872C-316E-875D-BAF20ED5310B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff4d9c1000 -     0x7fff4d9c1fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <91100E0A-C14D-3E6C-B095-0C4109AC6694> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff4dd25000 -     0x7fff4e0e6fff  com.apple.CFNetwork (976 - 976) <A1711406-A54A-34F5-9876-E0484E932388> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff4e0fb000 -     0x7fff4e0fbfff  com.apple.Carbon (158 - 158) <87D26CA2-ADDB-3E03-BA19-F651BE02A010> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff4e0fc000 -     0x7fff4e0ffffb  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
    0x7fff4e100000 -     0x7fff4e407ff7  com.apple.HIToolbox (2.1.1 - 917.3) <9D5F94AA-EBB0-3AC4-B47A-BF284633AA5C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff4e408000 -     0x7fff4e40bffb  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
    0x7fff4e40c000 -     0x7fff4e411ff7  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
    0x7fff4e412000 -     0x7fff4e4a6ff3  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
    0x7fff4e4a7000 -     0x7fff4e4c1fff  com.apple.openscripting (1.7 - 179) <A57FC4DB-4C51-3ABB-842F-9578991043E3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff4e4e2000 -     0x7fff4e4e3fff  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
    0x7fff4e4e4000 -     0x7fff4e4e6ff7  com.apple.securityhi (9.0 - 55006) <2FE1EB07-F717-3E89-9662-8BA7C17C6AEC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff4e4e7000 -     0x7fff4e4edff7  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
    0x7fff4e4ee000 -     0x7fff4e615ffb  com.apple.cloudkit.CloudKit (736.150 - 736.150) <F226FC4D-78B3-3F64-86B0-AB4C3D440C78> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff4e616000 -     0x7fff4e616fff  com.apple.Cocoa (6.11 - 23) <0493C182-1CD6-34E3-A9EA-ACC376073627> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff4e624000 -     0x7fff4e6f0fff  com.apple.ColorSync (4.13.0 - 3340) <2F45EB01-0C51-3D25-9836-18F99222E1C7> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff4e6f1000 -     0x7fff4e7e5ff3  com.apple.contacts (1.0 - 2901) <AF0555C3-D394-3C9F-B8B2-0A3043D4D66A> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff4e88b000 -     0x7fff4e91bfff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E9CD562-67CE-3AF5-883E-0092F91573C6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff4e981000 -     0x7fff4e9acff7  com.apple.CoreBluetooth (1.0 - 1) <243A97DB-71A2-37A4-A0CF-7363BF4486D2> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff4e9ad000 -     0x7fff4ed4efef  com.apple.CoreData (120 - 866.1) <18CD58FD-513E-385B-B43C-08EEB909709C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff4ed4f000 -     0x7fff4ee38ff7  com.apple.CoreDisplay (101.3 - 106.2) <EE0D334B-8B71-3A70-9F90-677171D6762F> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff4ee39000 -     0x7fff4f286ff7  com.apple.CoreFoundation (6.9 - 1561) <F2D956F3-CCD3-3293-B381-324038D3B417> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4f288000 -     0x7fff4f915ff7  com.apple.CoreGraphics (2.0 - 1249.2) <0CC3CBDF-A09B-35CD-8785-81868836F6C6> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff4f917000 -     0x7fff4fc40fff  com.apple.CoreImage (14.2.0 - 720.0.130) <DE41ED05-E849-3EA6-B19B-5E4389DDA6F0> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4fc41000 -     0x7fff4fcc2fff  com.apple.corelocation (2245.8.21) <CB5410AF-9764-3C18-8EE3-7F4E1B71F39D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff4fd22000 -     0x7fff4ff90ff7  com.apple.CoreML (1.0 - 1) <B2D4BE60-846A-3809-886B-F9FE70FE95AB> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff4ff91000 -     0x7fff50092ff3  com.apple.CoreMedia (1.0 - 2284.9) <51C0778E-59CF-34E5-8765-B91EA5BEAA4A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff50093000 -     0x7fff500f5fff  com.apple.CoreMediaIO (900.0 - 5025) <53BDE783-A7FC-3D9E-97C0-F60EA36A9D6C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff500f6000 -     0x7fff500f6fff  com.apple.CoreServices (941 - 941) <2D2F6EEF-C150-3E06-AB2F-BE50DDF200C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff500f7000 -     0x7fff50175ffb  com.apple.AE (771 - 771) <4B009524-699E-3891-98DD-E3B6BB433C8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff50176000 -     0x7fff5044eff7  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
    0x7fff5044f000 -     0x7fff50499ff7  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
    0x7fff5049a000 -     0x7fff504a2ffb  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
    0x7fff504a3000 -     0x7fff5066eff7  com.apple.LaunchServices (941 - 941) <8297B1AE-7EAB-39F5-8E65-F6B1B15F355C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff5066f000 -     0x7fff50711fff  com.apple.Metadata (10.7.0 - 1191.53) <1B5E0187-4BF2-33A6-92E3-05C90AC5AA02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff50712000 -     0x7fff5075dff7  com.apple.CoreServices.OSServices (941 - 941) <E18C198E-1C18-3CF2-9E74-4CDC74E5434E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff5075e000 -     0x7fff507ccff7  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
    0x7fff507cd000 -     0x7fff507f1ffb  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
    0x7fff50b39000 -     0x7fff50c9effb  com.apple.CoreText (352.0 - 584.26) <0F26FF73-19F4-3091-96C4-87430CB9F4A3> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff50c9f000 -     0x7fff50cdcfff  com.apple.CoreVideo (1.8 - 0.0) <34EC73F1-F0ED-32F5-B96E-7683B1F9A7A2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff50cdd000 -     0x7fff50d73ffb  com.apple.framework.CoreWLAN (13.0 - 1370.8) <32426190-3455-3049-8C09-0EC04D9C1279> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff50f03000 -     0x7fff50f0effb  com.apple.DirectoryService.Framework (10.14 - 207.200.4) <14C33C2D-0D4E-3A86-ABD3-CA6893B7145E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff50f0f000 -     0x7fff50fc9ff7  com.apple.DiscRecording (9.0.3 - 9030.4.5) <D3B4878A-60DF-3B9E-BF29-D02B5CDA7738> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff50ff0000 -     0x7fff50ff5fff  com.apple.DiskArbitration (2.7 - 2.7) <97707A79-30E7-3D99-AA20-B992B0900BC4> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff511be000 -     0x7fff5158cfff  com.apple.Foundation (6.9 - 1561) <B8717846-A28C-3609-8CE2-6DB5C2FDCA39> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff515fd000 -     0x7fff5162dff3  com.apple.GSS (4.0 - 2.0) <86D07291-5DFC-30C2-9A18-5FCEDB0BE621> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff51747000 -     0x7fff51851ff3  com.apple.Bluetooth (6.0.9 - 6.0.9f2) <66C7C9E6-BA09-38CB-B8BE-DB3DBBF092B9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff518b3000 -     0x7fff51945ff7  com.apple.framework.IOKit (2.0.2 - 1483.230.1) <A8F45B2F-423C-3674-B9E1-81CB4B25F3F8> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff51947000 -     0x7fff51951ff7  com.apple.IOSurface (255.1 - 255.1) <58826B1A-38E8-3C76-8FFC-76C9282DA893> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff51952000 -     0x7fff519a7ff3  com.apple.ImageCaptureCore (1.0 - 1530.1) <37ACF858-C897-390C-BF3B-A66E47618E41> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff519a8000 -     0x7fff51b46fff  com.apple.ImageIO.framework (3.3.0 - 1822.1) <52CEB7A1-4093-3831-94EF-0B215CC8F8CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff51b47000 -     0x7fff51b4bffb  libGIF.dylib (1822.1) <2E50CAE1-9ECD-3F8A-854C-373DEFC8497B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff51b4c000 -     0x7fff51c31fe7  libJP2.dylib (1822.1) <2402BC43-B426-3F27-8382-8043FD9BD898> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff51c32000 -     0x7fff51c57ff7  libJPEG.dylib (1822.1) <538DC0BC-4517-3E32-9506-2BCA3B6F853B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff51f2a000 -     0x7fff51f50fe7  libPng.dylib (1822.1) <0817A8D2-4651-3269-87C2-C5EF6748556B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff51f51000 -     0x7fff51f53ff7  libRadiance.dylib (1822.1) <DC4092D3-7BE9-35E6-AB66-E9786C73E0B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff51f54000 -     0x7fff51fa2ffb  libTIFF.dylib (1822.1) <6A1ED2D7-AC81-3DF9-902E-C91AD2145B8E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff522a4000 -     0x7fff53034fff  com.apple.JavaScriptCore (14606 - 14606.3.4) <A52E1B42-823C-3899-AA3E-4DE40305D9A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff5304c000 -     0x7fff53065fff  com.apple.Kerberos (3.0 - 1) <5D1B0593-3C0E-32D5-AAE5-ABC22A98B639> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff53066000 -     0x7fff5309bffb  com.apple.LDAPFramework (2.4.28 - 194.5) <50FCA7E8-3A67-39B2-B504-6CB32FA8611F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff53323000 -     0x7fff5332dfff  com.apple.MediaAccessibility (1.0 - 114.4) <C0584BAA-27BC-30F4-8B0C-5043559995AA> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff533e7000 -     0x7fff53a85fff  com.apple.MediaToolbox (1.0 - 2284.9) <4DE2577E-F9BC-3B32-B729-AFAD40086A35> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff53a87000 -     0x7fff53b1afff  com.apple.Metal (158.5 - 158.5) <AB60870F-6CF3-3073-8063-F68814F3D406> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff53b1c000 -     0x7fff53b36ff3  com.apple.MetalKit (1.0 - 113) <E885A008-79EC-33BF-BB03-5586DA6569DA> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff53b37000 -     0x7fff53b57ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <18281B14-0C6A-38F8-AB80-2D4BB0743C88> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff53b58000 -     0x7fff53bd6ff7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <BEAF764B-362B-3C45-86F5-2AFBA5FA0F47> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff53bd7000 -     0x7fff53bfffff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <116D6C1A-2FD7-3743-95A0-CDDA3D459529> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff53c00000 -     0x7fff53d32ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <88E80BEE-3D2B-328B-80D4-F4717BDB2E9F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff53d33000 -     0x7fff53d4eff7  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <E0E652B0-1624-3435-AD60-83A9C4B59852> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff53d4f000 -     0x7fff53d4fff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1BBA8BC8-49C6-3C9B-B985-7CE4373E3553> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff54f4c000 -     0x7fff54f58ffb  com.apple.NetFS (6.0 - 4.0) <918DF6CD-2DB0-36A8-B869-5EF637A06C0D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff57a0f000 -     0x7fff57a17fe7  libcldcpuengine.dylib (2.10.3) <D7BF3AFE-3E48-35FF-B674-6CA33B982D63> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff57a18000 -     0x7fff57a70fff  com.apple.opencl (2.15.1 - 2.15.1) <75720C3D-C94E-3470-A897-291E28C7D407> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff57a71000 -     0x7fff57a8dff7  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
    0x7fff57a8e000 -     0x7fff57a9affb  com.apple.OpenDirectory (10.14 - 207.200.4) <A3FB0F0C-57F4-3F89-A4B1-63DA1F7C9E8E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff583fd000 -     0x7fff583fffff  libCVMSPluginSupport.dylib (17.3.1) <0A995419-C487-3BC9-BF8B-7BF8B3CF4E54> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff58400000 -     0x7fff58405ff3  libCoreFSCache.dylib (163.20) <8FA9C3CE-14C1-31F3-8AA1-661125274285> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff58406000 -     0x7fff5840afff  libCoreVMClient.dylib (163.20) <45FD5058-5749-3507-AE1B-406C80CDB45F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff5840b000 -     0x7fff58413ffb  libGFXShared.dylib (17.3.1) <BDBCC8F4-B5EE-30A8-BB69-AE73063AF655> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff58414000 -     0x7fff5841ffff  libGL.dylib (17.3.1) <4E301F0B-1985-352D-863F-3590301E83D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff58420000 -     0x7fff5845afef  libGLImage.dylib (17.3.1) <C4CFED66-276B-331E-9FC9-34C075AE1A0F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff5845b000 -     0x7fff585cdff3  libGLProgrammability.dylib (17.3.1) <66A8FA09-AC32-33FD-9E39-EB823C3E7987> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff585ce000 -     0x7fff5860bfff  libGLU.dylib (17.3.1) <C3FD3574-F26C-3C86-8617-663265581716> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff58fbb000 -     0x7fff58fcaff3  com.apple.opengl (17.3.1 - 17.3.1) <61B69CE5-615C-332A-A144-80FF77276279> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff58fcb000 -     0x7fff59161ff7  GLEngine (17.3.1) <6AC3483C-F38B-362A-8844-4D5960448749> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff59162000 -     0x7fff5918aff7  GLRendererFloat (17.3.1) <CD1DB0D6-E418-33B0-BE9B-DF7E7C451014> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff5934c000 -     0x7fff59496fff  com.apple.QTKit (7.7.3 - 3034) <AC7659AF-7C10-3B3A-9F8B-DCDB0CA4A7A3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff59497000 -     0x7fff596f2fff  com.apple.imageKit (3.0 - 1067) <11CB6270-C823-37F7-AC3B-6D968234C1B2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff596f3000 -     0x7fff597dffff  com.apple.PDFKit (1.0 - 737.3) <04B606F5-0895-38FC-9AD1-50F55FEBF091> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff597e0000 -     0x7fff59cf6ff7  com.apple.QuartzComposer (5.1 - 370) <308E8021-B380-3C4C-96CF-FDAE19DABCD1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff59cf7000 -     0x7fff59d1dff3  com.apple.quartzfilters (1.10.0 - 83) <0DE04622-B09F-3BB4-885A-DD3335641F28> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff59d1e000 -     0x7fff59e24ff7  com.apple.QuickLookUIFramework (5.0 - 775.3) <54EBD145-69F0-306B-B561-89186FA01372> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff59e25000 -     0x7fff59e25fff  com.apple.quartzframework (1.5 - 23) <B050ED4A-1848-3E50-B3B2-BF66829F0AA2> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff59e26000 -     0x7fff5a07ffff  com.apple.QuartzCore (1.11 - 695.4) <7D5F7057-EFFE-3836-919D-EE8A0AD4F95C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff5a080000 -     0x7fff5a0d9ff7  com.apple.QuickLookFramework (5.0 - 775.3) <375C7E10-6957-3F91-9DE7-2B4FD6F7B779> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff5a2a0000 -     0x7fff5a2b8ffb  com.apple.SafariServices.framework (14606 - 14606.3.4) <E3A30625-F008-3FB5-B257-F4B309DCF8B7> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff5a8d3000 -     0x7fff5abfbfff  com.apple.security (7.0 - 58286.230.21) <691C3F9B-FFB2-3A83-96F0-7614A107EE3E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff5abfc000 -     0x7fff5ac8bfff  com.apple.securityfoundation (6.0 - 55185.200.14) <C1761D48-9D37-33EB-A1B2-8EE9E7B93ABC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff5ac8c000 -     0x7fff5acbcffb  com.apple.securityinterface (10.0 - 55109.200.8) <F02C6C04-F344-30DF-8E15-C2DBBE549BBC> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff5acbd000 -     0x7fff5acc1ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <345827F2-D1DC-3F9C-8852-D8C83BF233D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff5b07e000 -     0x7fff5b0eeff3  com.apple.SystemConfiguration (1.17 - 1.17) <A8FD596E-C858-397F-836C-978038B97AC0> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff5b34f000 -     0x7fff5b6b1fff  com.apple.VideoToolbox (1.0 - 2284.9) <9425C367-D8D9-3C76-A5D3-DCFEB90AB56D> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff5e359000 -     0x7fff5e3feff7  com.apple.APFS (1.0 - 1) <4717C80C-DEE2-3EEB-8517-3F7CE6466DB3> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff5ecd0000 -     0x7fff5ee2cffb  com.apple.AddressBook.core (1.0 - 1) <F47238CC-C0C3-3647-B71C-08F807A276D2> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
    0x7fff5ee48000 -     0x7fff5ee49ff3  com.apple.AggregateDictionary (1.0 - 1) <EBA6443E-6CF0-34F6-B77A-3FCEC57F8F80> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff5f1f6000 -     0x7fff5f33fff3  com.apple.AnnotationKit (1.0 - 232.3.27) <E70B9C2A-7D40-3532-8BDB-97911272BA20> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff5f446000 -     0x7fff5f472ff7  com.apple.framework.Apple80211 (13.0 - 1376.2) <A71EADCB-7582-3D1B-9122-356F03E11594> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff5f74e000 -     0x7fff5f75dfcf  com.apple.AppleFSCompression (96.200.3 - 1.0) <78D538DD-1D24-34FC-AFB3-10411494870D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff5f85b000 -     0x7fff5f866fff  com.apple.AppleIDAuthSupport (1.0 - 1) <E41452B2-3AFB-3493-BB82-0CE6D04DF424> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff5f8a7000 -     0x7fff5f8f0ff3  com.apple.AppleJPEG (1.0 - 1) <EC4C49F1-C060-3C0F-910F-3620985D4F12> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff5f8f1000 -     0x7fff5f901ff3  com.apple.AppleLDAP (10.14 - 46.200.2) <08628E1D-0F03-356F-85C3-B0BA3F5EE8AC> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fff5fb1d000 -     0x7fff5fb3dffb  com.apple.aps.framework (4.0 - 4.0) <5BA14EE2-0E89-372D-96BE-F42D8C94267C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff5fb3e000 -     0x7fff5fb42ff7  com.apple.AppleSRP (5.0 - 1) <B16080FC-44D7-3E35-A151-A0DCE1764277> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff5fb43000 -     0x7fff5fb6bff7  com.apple.applesauce (1.0 - ???) <58654BC0-9243-39D1-BC43-B7F2E37A3A44> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5fc32000 -     0x7fff5fc35ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <C6C7880A-5E69-3ADF-8D88-8DFA87FD6701> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff5fc36000 -     0x7fff5fc86fff  com.apple.AppleVAFramework (5.0.44 - 5.0.44) <DD77DCB4-58D1-374F-8565-6BE4465E7B90> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff5fcd1000 -     0x7fff5fce7ffb  com.apple.AssertionServices (1.0 - 1) <3F767D20-FE14-35CF-A089-E0445375ECFB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff60023000 -     0x7fff602c6ff7  com.apple.AuthKit (1.0 - 1) <47253BF5-626C-3BEF-90A0-5108FFE20932> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff60497000 -     0x7fff604a0ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <05CF66F0-9650-3F75-9857-F8D186043866> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff604a1000 -     0x7fff60543fff  com.apple.backup.framework (1.10.2 - ???) <90A4C0DF-C506-37B2-A576-1D0F9F716423> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff60544000 -     0x7fff605b5ffb  com.apple.BaseBoard (360.24 - 360.24) <04AF4372-C5D3-3F0A-A688-68D888D6D138> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff605be000 -     0x7fff605c4ff3  com.apple.BezelServicesFW (317 - 317) <331A9918-8D47-33C3-BA21-D88ECA9B9FA3> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff6063f000 -     0x7fff6067bffb  com.apple.bom (14.0 - 197) <6C1B9A69-C04A-3506-BD00-C116199AE635> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff60d49000 -     0x7fff60d77fff  com.apple.CalendarAgentLink (8.0 - 250) <F4DFEE68-4243-3330-A650-794C208006A9> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff6145a000 -     0x7fff614a7fff  com.apple.ChunkingLibrary (194 - 194) <8FEA3C6E-D9D0-3F12-9ACA-77E58B26019F> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff6154f000 -     0x7fff615deffb  com.apple.CloudDocs (1.0 - 575.204) <D3BA6E10-3DC8-36C7-8578-1EC96F184EC6> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff62169000 -     0x7fff62172fff  com.apple.CommonAuth (4.0 - 2.0) <090893E5-BB65-39DA-A174-EAB2C7191EFE> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff62186000 -     0x7fff6219cffb  com.apple.commonutilities (8.0 - 900) <17C61424-5518-3C7A-84E6-B26D2FA3573A> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff62450000 -     0x7fff624baff7  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <9FE9B96C-C422-3E52-B2CF-B53409096BA0> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff624bb000 -     0x7fff624dfffb  com.apple.contacts.ContactsPersistence (1.0 - ???) <B9016827-9AE5-38C8-979E-5E6DAD336840> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff62630000 -     0x7fff62a07fef  com.apple.CoreAUC (273.0.0 - 273.0.0) <FE2B4D86-2C83-3FE2-A427-54DA2170E980> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff62a08000 -     0x7fff62a39fff  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <B15A24E4-2A92-3FD7-8F20-C372E4115FA7> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff62a57000 -     0x7fff62a79fff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <92482198-3470-3CF8-AF8E-2B3FD32EA724> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff62ad1000 -     0x7fff62b23ffb  com.apple.corebrightness (1.0 - 1) <7D9708BA-E4A8-33AF-81A3-206F72024C99> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff62c67000 -     0x7fff62c70fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <7440BF22-4197-33A4-9213-9F9CEC4526EC> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff62e82000 -     0x7fff62e96fff  com.apple.CoreEmoji (1.0 - 69.19.8) <26BC0F82-08C1-3EBD-9299-D3CC5091C467> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff6305c000 -     0x7fff63150ff7  com.apple.CoreHandwriting (161 - 1.2) <5454430E-F94B-3BBD-BCF2-6AFD00D526E0> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff63313000 -     0x7fff63329ffb  com.apple.CoreMediaAuthoring (2.2 - 958) <485EEE74-7F68-3132-97E1-1098E5BBA2C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff6346c000 -     0x7fff634deff7  com.apple.CoreNLP (1.0 - 130.15.22) <64E2C63E-0B16-3E62-890D-AFFCE5AB843F> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff63666000 -     0x7fff636f3ff7  com.apple.CorePDF (4.0 - 414) <70F8B93B-78D5-326C-98B2-DAF2572E0F53> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff637a7000 -     0x7fff637afffb  com.apple.CorePhoneNumbers (1.0 - 1) <84EA2A6A-D1D7-3CF6-BA0C-A7313794A6C3> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff6393e000 -     0x7fff6396ffff  com.apple.CoreServicesInternal (357 - 357) <789E57F4-5A14-3220-93DF-1D4FEE315431> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff63d44000 -     0x7fff63dd2ff7  com.apple.CoreSymbolication (10.1 - 64460.6) <E984E7D0-FF99-316A-AE7C-C861235150C5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff63e62000 -     0x7fff63f8efff  com.apple.coreui (2.1 - 498.46) <5EFE2CDC-897C-3A6B-A60B-4E0FB1D1ECA9> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff63f8f000 -     0x7fff64114fff  com.apple.CoreUtils (5.7.4 - 574.17) <DEF9C8A6-DDF1-37F4-A7F0-7DFAA95E8451> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff6416b000 -     0x7fff641ceffb  com.apple.framework.CoreWiFi (13.0 - 1370.8) <818F8915-BA51-3145-9C40-C9B8D7BE2DBD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff641cf000 -     0x7fff641e0ffb  com.apple.CrashReporterSupport (10.13 - 938.23) <D8D105F5-B6FB-3E91-A116-7CD92171E5C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff64263000 -     0x7fff64272ff3  com.apple.framework.DFRFoundation (1.0 - 211) <B72944ED-E4E8-3479-B832-8D50C4E30386> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff64273000 -     0x7fff64277ff7  com.apple.DSExternalDisplay (3.1 - 380) <76449D22-BA27-3FB1-AD25-A290936E6DEA> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff642fa000 -     0x7fff64371ffb  com.apple.datadetectorscore (7.0 - 590.24) <E40CFE41-6E13-3B5F-A5DE-CACF6B0EA665> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff643bf000 -     0x7fff64400fff  com.apple.DebugSymbols (185 - 185) <64F5F9D6-401D-388B-82AD-A48B56413556> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff64401000 -     0x7fff6455aff7  com.apple.desktopservices (1.13.1 - ???) <13BDE384-669B-3453-8D85-AC540E535CB5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff6468c000 -     0x7fff6475eff7  com.apple.DiskImagesFramework (480.230.2 - 480.230.2) <D66DB0DF-D225-37E4-B9F1-23F3ECE5593D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff6475f000 -     0x7fff64823fff  com.apple.DiskManagement (12.0 - 1530) <C4614030-06E0-31BE-9083-C90786880D1F> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff64824000 -     0x7fff64828ff7  com.apple.DisplayServicesFW (3.1 - 380) <D62A344B-DC4B-3C5D-A16F-7057B36F2767> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff648cc000 -     0x7fff648cffff  com.apple.EFILogin (2.0 - 2) <0C9EC3A1-43A5-3F43-AA6D-007A520929C3> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff650ad000 -     0x7fff653dffff  com.apple.vision.EspressoFramework (1.0 - 120) <E2EDA9D1-C7E4-389C-8B47-09F8480752D1> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff6559b000 -     0x7fff659c3fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <41218EB7-19C9-3813-A793-B0623387CADF> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff659f6000 -     0x7fff65a82ff7  com.apple.FileProvider (125.130 - 125.130) <F139643C-B2E6-3943-BFBF-AFCFB22CB989> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff65a9b000 -     0x7fff65f1bff7  com.apple.FinderKit (1.7.2 - ???) <418C7E08-B175-343B-8C21-C81DA5B09FDB> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff692e5000 -     0x7fff692e6fff  libmetal_timestamp.dylib (902.2.2) <55E0B1F2-94F0-3A77-9DB3-152F44848DA5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff6a984000 -     0x7fff6a98fff7  libGPUSupportMercury.dylib (17.3.1) <CC18F31D-53E1-34A5-AC96-9228B628E2FE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff6a990000 -     0x7fff6a995ff7  com.apple.GPUWrangler (3.28.4 - 3.28.4) <CF4C7408-FD4D-3896-AD6A-2191AAFEE45A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff6ad45000 -     0x7fff6ad6aff7  com.apple.GenerationalStorage (2.0 - 285.101) <549328C8-3D7D-3DE6-A9D0-CB8CEC4EB81F> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff6ad83000 -     0x7fff6b7bcff7  com.apple.GeoServices (1.0 - 1364.22.10.1.3) <9EC5665F-F3F8-38F2-A37F-59FF11EFE674> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff6b7ff000 -     0x7fff6b80efff  com.apple.GraphVisualizer (1.0 - 5) <CAFE626E-9738-3C14-88AA-B6A9182F2C39> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff6b95e000 -     0x7fff6b9d3fff  com.apple.Heimdal (4.0 - 2.0) <D99FF31F-6310-3D80-8AE3-64934385AC11> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff6b9d4000 -     0x7fff6ba03fff  com.apple.HelpData (2.3 - 184.2) <0CB8ACF1-E0B6-395A-85D0-838B16BFF8CD> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff6cdb9000 -     0x7fff6cdc2fff  com.apple.IOAccelMemoryInfo (1.0 - 1) <5AC3D46C-BAAB-3319-9F87-1736B31B2F48> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff6cdc3000 -     0x7fff6cdcaffb  com.apple.IOAccelerator (404.2.2 - 404.2.2) <E0683E02-ABCC-3728-8B6D-6995B21D1679> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff6cdce000 -     0x7fff6cde7fff  com.apple.IOPresentment (1.0 - 42.6) <AD4044F1-9CFA-315E-B9C2-B0A219F19BE9> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6d1fc000 -     0x7fff6d22bff7  com.apple.IconServices (379 - 379) <694E17A6-471B-3C57-92D6-ECC4295FB859> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6d357000 -     0x7fff6d35bfff  com.apple.InternationalSupport (1.0 - 10.15.6) <D319CB1C-5339-30EB-93EA-3CFB328BEC9A> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff6d3c8000 -     0x7fff6d3d5fff  com.apple.IntlPreferences (2.0 - 227.15.8) <8D53B679-25BC-3893-97FD-F4E1FDE1D626> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff6d4cb000 -     0x7fff6d4defff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <E703AD61-C780-3260-98E8-3A640572F1A4> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff6d4f9000 -     0x7fff6d5f0fff  com.apple.LanguageModeling (1.0 - 159.15.15) <34609F31-4DA1-3881-8947-85BEA7AFC938> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff6d5f1000 -     0x7fff6d632ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <07E008F3-E823-333B-8B41-A46024AB0561> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff6d639000 -     0x7fff6d63fff7  com.apple.LinguisticData (1.0 - 238.23.4) <54FA25F3-B4E5-398D-A9C3-F1182F38ECAF> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff6d738000 -     0x7fff6d73dffb  com.apple.LoginUICore (4.0 - 4.0) <1FB838F6-D10B-3D6C-A5BB-C93BAC5F7785> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff6de9e000 -     0x7fff6dea1fff  com.apple.Mangrove (1.0 - 25) <8DF73279-BCEB-38CE-AE83-571C1B3FF45B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff6df2f000 -     0x7fff6df56ffb  com.apple.MarkupUI (1.0 - 232.3.27) <C95BEC95-1C58-3D0D-AC9B-2CFEE741680E> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff6dfbf000 -     0x7fff6dff2ff3  com.apple.MediaKit (16 - 906) <AA899ADE-7163-3F27-9996-14FFA6506BFD> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff6e39c000 -     0x7fff6e3c4ffb  com.apple.spotlight.metadata.utilities (1.0 - 1191.53) <CC4C0D0F-49F2-3E12-AC40-0A46309D26A3> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff6e3c5000 -     0x7fff6e457fff  com.apple.gpusw.MetalTools (1.0 - 1) <6E868B0E-5743-3DEA-8EC2-96C101FF5551> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff6e46c000 -     0x7fff6e485fff  com.apple.MobileAssets (1.0 - 437.230.2) <E0C8B6AA-652A-3DBA-92C4-27CBD199A6F7> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff6e602000 -     0x7fff6e61dff3  com.apple.MobileKeyBag (2.0 - 1.0) <FD20F267-947E-34B9-8C57-25DEB99F6926> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff6e62e000 -     0x7fff6e6aaff7  com.apple.Montreal (1.0 - 42.15.8) <2A0EA5B7-4D5E-3048-90CB-686D146A2385> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff6e6ab000 -     0x7fff6e6d5ff7  com.apple.MultitouchSupport.framework (2410.5 - 2410.5) <3A712911-F672-3BB3-B62B-A2A7BADF3578> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff6e948000 -     0x7fff6e952fff  com.apple.NetAuth (6.2 - 6.2) <A6DBC8FF-7508-350B-8EF5-30A1BCC61227> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff6f220000 -     0x7fff6f276fff  com.apple.OTSVG (1.0 - ???) <52D2D12C-1E52-363F-9C07-B13D46752F0D> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff702d9000 -     0x7fff703e0ff7  com.apple.PencilKit (1.0 - 1) <65004848-4BC8-3684-A814-3DD2E3F6FF3A> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff703e1000 -     0x7fff703f0ff3  com.apple.PerformanceAnalysis (1.217 - 217) <AA34989F-7E01-303E-8134-5BB37CE82DDF> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff7064b000 -     0x7fff7064bfff  com.apple.PhoneNumbers (1.0 - 1) <0A6B6613-1012-3B78-AF69-46B8514A64B9> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff71f08000 -     0x7fff71f2dff7  com.apple.pluginkit.framework (1.0 - 1) <0E2C2FDB-8BB4-3728-9937-C0239A37A02C> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff71f58000 -     0x7fff71f6aff3  com.apple.PowerLog (1.0 - 1) <28F76681-B39D-3A23-814C-CFD33636A5F6> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff72357000 -     0x7fff723aeff3  com.apple.ProtectedCloudStorage (1.0 - 1) <E6660673-F30E-3DE7-A186-8C6A30783E9E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff723af000 -     0x7fff723cdff7  com.apple.ProtocolBuffer (1 - 263.1) <FE150D47-3201-3ECD-8ABB-E8049F514849> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff72561000 -     0x7fff72564ff3  com.apple.QuickLookNonBaseSystem (1.0 - 1) <1D1D057E-6118-3DCA-A8AE-3ADBD5E9F533> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff72565000 -     0x7fff7257bff3  com.apple.QuickLookThumbnailing (1.0 - 1) <D81BC846-29B5-34FE-8154-1D18EC79B39D> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff7257c000 -     0x7fff725d4f0f  com.apple.ROCKit (24 - 24) <FA6B086A-1841-3A5E-800B-CE7A52C3DAF1> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff726d9000 -     0x7fff726e5ff3  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.220.5) <CFD0E6F2-22A6-3268-B869-BF825234B00E> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff726f8000 -     0x7fff7271bffb  com.apple.RemoteViewServices (2.0 - 128) <55D89BC9-0613-3910-B63E-9A146D35D91A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff7271c000 -     0x7fff72730fff  com.apple.xpc.RemoteXPC (1.0 - 1336.220.5) <664A4562-F95A-36D7-98C3-C0C1BB710278> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff74083000 -     0x7fff7408bffb  com.apple.coreservices.SharePointManager (1.0 - 57.1) <04315727-5A06-35C5-9464-452023E06AE9> /System/Library/PrivateFrameworks/SharePointManagement.framework/Versions/A/SharePointManagement
    0x7fff74090000 -     0x7fff741aefff  com.apple.Sharing (1214.18 - 1214.18) <D0CDC522-4510-3857-BD7C-1FEFFCF174F8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff741af000 -     0x7fff741ceff3  com.apple.shortcut (2.16 - 101) <542B2E16-F7C3-3714-8AB5-5C0992E7A4A8> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff741cf000 -     0x7fff741e1ff7  com.apple.sidecar-core (1.0 - 38.1) <7039F10F-23E4-352B-B537-5B8839B49861> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff741e2000 -     0x7fff741f2ffb  com.apple.sidecar-ui (1.0 - 38.1) <1D62F5BF-E4CB-30B5-86B7-4D3F9AB1FCEB> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff74f67000 -     0x7fff75219ff3  com.apple.SkyLight (1.600.0 - 337.5) <7896B732-C7E8-3EE8-B9AD-BA955B9AB341> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff759ea000 -     0x7fff759f7fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <FABB97BC-9555-33FE-B6C5-606CC403CE16> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff75ab3000 -     0x7fff75d1cfff  com.apple.spotlight.index (10.7.0 - 1191.53) <D157A0C1-A0BA-3906-AC65-23A96C818FCA> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff760dc000 -     0x7fff7611bff3  com.apple.StreamingZip (1.0 - 1) <251128E7-C343-3799-A31B-8B10CEC69F19> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff7611c000 -     0x7fff7618dffb  com.apple.Suggestions (6.0 - 226) <6984A353-6131-33CE-8FAB-4F6AD819845E> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff76858000 -     0x7fff768e5ff7  com.apple.Symbolication (10.1 - 64460.8) <79A9EE02-2856-3A64-BEA3-EFB60909FB21> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff768e6000 -     0x7fff768efffb  com.apple.SymptomDiagnosticReporter (1.0 - 820.237.2) <CB0F608B-99A3-35DC-8D7D-6D3D3078D034> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff76b41000 -     0x7fff76b6dfff  com.apple.framework.SystemAdministration (1.0 - 1.0) <8DFE4C30-E4EC-378A-813C-B7600C38889E> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff76dee000 -     0x7fff76dfbffb  com.apple.TCC (1.0 - 1) <B35E04CB-F98D-3316-9F79-7A4B96E19A41> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff7706e000 -     0x7fff77135ff7  com.apple.TextureIO (3.8.4 - 3.8.1) <83CDF659-E5B3-381F-BDA1-FF0BFA17B5EE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff77193000 -     0x7fff771aefff  com.apple.ToneKit (1.0 - 1) <650551BF-1E2D-39B1-9412-886B9194FA68> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff771af000 -     0x7fff771d7ffb  com.apple.ToneLibrary (1.0 - 1) <D4F26E76-D04A-3D04-817D-0C8B5E68D5C5> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff771ef000 -     0x7fff771f0fff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <5C3E1B2D-40A8-3237-A8D9-4E7B15EEA678> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff771f6000 -     0x7fff773b0fff  com.apple.UIFoundation (1.0 - 551) <65A80450-7A24-3366-B521-4D02C4DB5094> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff7809f000 -     0x7fff78188ff7  com.apple.ViewBridge (401.1 - 401.1) <E76BC854-5B08-3FFF-AA2C-9679754FCAF0> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff789ae000 -     0x7fff789b1fff  com.apple.dt.XCTTargetBootstrap (1.0 - 1) <5F779D77-4AB1-3CCD-9AAF-101EC7E4905B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff78de2000 -     0x7fff78de4ff3  com.apple.loginsupport (1.0 - 1) <67BC49D6-320F-33ED-912E-16E5A342F385> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff78de5000 -     0x7fff78dfafff  com.apple.login (3.0 - 3.0) <D6486C5A-E644-3F43-AD27-5E14685CD8D6> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff78e31000 -     0x7fff78e63ffb  com.apple.contacts.vCard (1.0 - ???) <318FD69A-F181-33F6-8A45-8F0F3B0D47FC> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff7909f000 -     0x7fff790d7fff  libCRFSuite.dylib (41.15.4) <92752A96-D1CF-3CA1-837A-1E075AE4C642> /usr/lib/libCRFSuite.dylib
    0x7fff790da000 -     0x7fff790e5ff7  libChineseTokenizer.dylib (28.15.3) <55572692-4918-3C54-AD35-726E03EC47D5> /usr/lib/libChineseTokenizer.dylib
    0x7fff790e6000 -     0x7fff79172ff7  libCoreStorage.dylib (546.50.1) <F2BECC83-911F-31AB-A776-7DB8049F15B3> /usr/lib/libCoreStorage.dylib
    0x7fff79176000 -     0x7fff79177ff7  libDiagnosticMessagesClient.dylib (107) <15210AC0-61F9-3F9D-A159-A009F62EB537> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff791ae000 -     0x7fff79371ff7  libFosl_dynamic.dylib (18.3.2) <6FBC41C8-0021-304F-B618-A81C7A39C2DC> /usr/lib/libFosl_dynamic.dylib
    0x7fff793c7000 -     0x7fff793e6ff7  libMobileGestalt.dylib (645.220.9) <AABEC18D-8871-3A9C-88BF-427154407AA6> /usr/lib/libMobileGestalt.dylib
    0x7fff793e7000 -     0x7fff793e7fff  libOpenScriptingUtil.dylib (179) <441A2E60-5D5C-3567-9B00-AA22E6EE5358> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff79528000 -     0x7fff79529ffb  libSystem.B.dylib (1252.200.5) <955FCEAB-EC63-37B0-A9DB-4884FD84BCB6> /usr/lib/libSystem.B.dylib
    0x7fff795b3000 -     0x7fff795b4fff  libThaiTokenizer.dylib (2.15.1) <F09EB0BB-1E8A-3391-BEF5-7D91F0715A62> /usr/lib/libThaiTokenizer.dylib
    0x7fff795c7000 -     0x7fff795ddffb  libapple_nghttp2.dylib (1.24.1) <71C126C5-D869-3E67-9778-058FA7F3CA74> /usr/lib/libapple_nghttp2.dylib
    0x7fff795de000 -     0x7fff79607ffb  libarchive.2.dylib (54.200.3) <32B8634D-E465-3F6D-B254-A20D44504508> /usr/lib/libarchive.2.dylib
    0x7fff79608000 -     0x7fff79687fef  libate.dylib (1.13.8) <C7F1CEC4-467F-34B2-92FF-6482460A39E1> /usr/lib/libate.dylib
    0x7fff7968b000 -     0x7fff7968bff3  libauto.dylib (187) <003DEF68-0C59-3AFB-A7B7-A1B5ED301AF2> /usr/lib/libauto.dylib
    0x7fff79762000 -     0x7fff79772ff3  libbsm.0.dylib (39.200.18) <58A9ACEC-BF46-3A4E-86F5-3DD9AD7095B4> /usr/lib/libbsm.0.dylib
    0x7fff79773000 -     0x7fff79781fff  libbz2.1.0.dylib (38.200.3) <4DEC3797-087F-3C8D-815B-48E895813251> /usr/lib/libbz2.1.0.dylib
    0x7fff79782000 -     0x7fff797d9ff7  libc++.1.dylib (400.9.4) <B260AC33-EB9A-30C6-8746-D011B3B02B08> /usr/lib/libc++.1.dylib
    0x7fff797da000 -     0x7fff797effff  libc++abi.dylib (400.17) <446F4748-8A89-3D2E-AE1C-27EEBE93A8AB> /usr/lib/libc++abi.dylib
    0x7fff797f0000 -     0x7fff797f0ff3  libcharset.1.dylib (51.200.6) <43F7E100-F5D1-36AB-A26E-CF94196A19C0> /usr/lib/libcharset.1.dylib
    0x7fff797f1000 -     0x7fff79801ffb  libcmph.dylib (6.15.1) <CEDA6538-C071-3B5A-948E-DF61E2878983> /usr/lib/libcmph.dylib
    0x7fff79802000 -     0x7fff7981affb  libcompression.dylib (52.200.13) <05A2A91B-D24D-39E8-A071-261CBC5BB158> /usr/lib/libcompression.dylib
    0x7fff79ac5000 -     0x7fff79adbfff  libcoretls.dylib (155.220.1) <1229F9EA-C070-3D03-9DC6-F548C59F9FD5> /usr/lib/libcoretls.dylib
    0x7fff79adc000 -     0x7fff79addff3  libcoretls_cfhelpers.dylib (155.220.1) <33661841-3C3B-3608-86AC-C88D1CD6FE98> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff79c7c000 -     0x7fff79e0cff3  libcrypto.35.dylib (22.230.1) <175DFAE2-74B6-3285-BEC5-A849340B4429> /usr/lib/libcrypto.35.dylib
    0x7fff79fa7000 -     0x7fff7a13fff7  libcrypto.42.dylib (22.230.1) <ACF14ED1-BEF0-3285-AF1D-C5A124D1F4CF> /usr/lib/libcrypto.42.dylib
    0x7fff7a140000 -     0x7fff7a14bff7  libcsfde.dylib (546.50.1) <2E741DA2-B368-3913-9F45-6F7B8B85B1CF> /usr/lib/libcsfde.dylib
    0x7fff7a154000 -     0x7fff7a1abffb  libcups.2.dylib (462.10) <29B6D106-A5F2-321D-8916-90F595545D88> /usr/lib/libcups.2.dylib
    0x7fff7a1d5000 -     0x7fff7a229ff3  libcurl.4.dylib (105.200.2) <B8F75D4F-E577-3ACE-8AFB-A30754D0D819> /usr/lib/libcurl.4.dylib
    0x7fff7a2e3000 -     0x7fff7a2e3fff  libenergytrace.dylib (17.200.1) <F5BA8134-16F9-31CD-90E1-D1EBEBADA4AE> /usr/lib/libenergytrace.dylib
    0x7fff7a315000 -     0x7fff7a31aff7  libgermantok.dylib (17.15.2) <9381B152-5CFD-3D23-A5A7-4D64EE55B85E> /usr/lib/libgermantok.dylib
    0x7fff7a31b000 -     0x7fff7a320ff7  libheimdal-asn1.dylib (520.220.2) <D851A47D-E162-35F8-B8D4-6ABEA7FFDAD7> /usr/lib/libheimdal-asn1.dylib
    0x7fff7a34c000 -     0x7fff7a43dff7  libiconv.2.dylib (51.200.6) <9FB95807-7C62-32B7-A19F-946D7FB7CCA6> /usr/lib/libiconv.2.dylib
    0x7fff7a43e000 -     0x7fff7a6a1ffb  libicucore.A.dylib (62109.0.1) <E84BE6AC-7600-30DF-9483-7DD508CFB247> /usr/lib/libicucore.A.dylib
    0x7fff7a6ee000 -     0x7fff7a6effff  liblangid.dylib (128.15.1) <663D0A24-7260-31D1-9BFE-74D67B6F72F6> /usr/lib/liblangid.dylib
    0x7fff7a6f0000 -     0x7fff7a708fff  liblzma.5.dylib (10.200.3) <9A52A949-0CB1-39B6-9244-D079FB609559> /usr/lib/liblzma.5.dylib
    0x7fff7a720000 -     0x7fff7a7d0fff  libmecab.1.0.0.dylib (779.24.1) <796828F4-E6B7-3A30-BDB2-1BC99EA13C69> /usr/lib/libmecab.1.0.0.dylib
    0x7fff7a7d1000 -     0x7fff7aa0eff7  libmecabra.dylib (779.24.1) <3E761202-35CC-3207-B3E2-871BCEBF1838> /usr/lib/libmecabra.dylib
    0x7fff7abe6000 -     0x7fff7af3effb  libnetwork.dylib (1229.230.4) <63BC0540-6F97-3100-B5EB-E31E7F2185A6> /usr/lib/libnetwork.dylib
    0x7fff7afcf000 -     0x7fff7b755fe7  libobjc.A.dylib (750.1) <804715F4-F52D-34D0-8FEC-A25DC08513C3> /usr/lib/libobjc.A.dylib
    0x7fff7b756000 -     0x7fff7b757fff  libodfde.dylib (24.50.1) <0998B78E-DCB8-33EA-A439-6E591D808F45> /usr/lib/libodfde.dylib
    0x7fff7b768000 -     0x7fff7b76cffb  libpam.2.dylib (22.200.1) <85253002-89F2-3872-9C8A-1801303A2EBB> /usr/lib/libpam.2.dylib
    0x7fff7b76f000 -     0x7fff7b7a5ff7  libpcap.A.dylib (79.200.4) <6D25197A-2F7C-3147-A45A-F6F13E55909F> /usr/lib/libpcap.A.dylib
    0x7fff7b8bf000 -     0x7fff7b8d7ffb  libresolv.9.dylib (65.200.2) <A1A77B4E-1AF0-3039-9945-D05440494E00> /usr/lib/libresolv.9.dylib
    0x7fff7b916000 -     0x7fff7b928ff7  libsasl2.2.dylib (211) <4A339F6D-927B-31C2-AAC5-896094D7A0B7> /usr/lib/libsasl2.2.dylib
    0x7fff7b929000 -     0x7fff7b92aff7  libspindump.dylib (267.1) <553D3EDC-E1AC-3472-B5DF-59D89FD26F50> /usr/lib/libspindump.dylib
    0x7fff7b92b000 -     0x7fff7bb02fe7  libsqlite3.dylib (274.20) <7B202039-5DDF-3140-808C-521E8F11394E> /usr/lib/libsqlite3.dylib
    0x7fff7bc05000 -     0x7fff7bc52fff  libssl.44.dylib (22.230.1) <AA29CF06-DE70-3991-977E-74BC0F4157F7> /usr/lib/libssl.44.dylib
    0x7fff7bd8f000 -     0x7fff7bd92ffb  libutil.dylib (51.200.4) <10C5E165-0939-363A-9D13-7076F3B513EC> /usr/lib/libutil.dylib
    0x7fff7bd93000 -     0x7fff7bda0fff  libxar.1.dylib (404) <16E875B3-CF89-3059-87BB-36D301B32E7B> /usr/lib/libxar.1.dylib
    0x7fff7bda5000 -     0x7fff7be88fff  libxml2.2.dylib (32.8) <3E7875AC-3195-3800-AC48-8AA3B7BE51E4> /usr/lib/libxml2.2.dylib
    0x7fff7be89000 -     0x7fff7beb1ff3  libxslt.1.dylib (16.1) <D6EBFEBB-F88E-398F-B1B5-66F413C2CD32> /usr/lib/libxslt.1.dylib
    0x7fff7beb2000 -     0x7fff7bec4ffb  libz.1.dylib (70.200.4) <15F7B40A-424C-33BB-BF2C-7E8195128B78> /usr/lib/libz.1.dylib
    0x7fff7bf35000 -     0x7fff7bf39ff3  libcache.dylib (81) <704331AC-E43D-343A-8C24-39201142AF27> /usr/lib/system/libcache.dylib
    0x7fff7bf3a000 -     0x7fff7bf44ff3  libcommonCrypto.dylib (60118.220.1) <9C865644-EE9A-3662-AB77-7C8A5E561784> /usr/lib/system/libcommonCrypto.dylib
    0x7fff7bf45000 -     0x7fff7bf4cfff  libcompiler_rt.dylib (63.4) <817772E3-E836-3FFD-A39B-BDCD1C357221> /usr/lib/system/libcompiler_rt.dylib
    0x7fff7bf4d000 -     0x7fff7bf56ff3  libcopyfile.dylib (146.200.3) <5C5C4F35-DAB7-3CF1-940F-F47192AB8289> /usr/lib/system/libcopyfile.dylib
    0x7fff7bf57000 -     0x7fff7bfdbfdf  libcorecrypto.dylib (602.230.1) <C78D1A87-5543-3561-BEB4-3B480BA94ECB> /usr/lib/system/libcorecrypto.dylib
    0x7fff7c062000 -     0x7fff7c09cff7  libdispatch.dylib (1008.220.2) <2FDB1401-5119-3DF0-91F5-F4E105F00CD7> /usr/lib/system/libdispatch.dylib
    0x7fff7c09d000 -     0x7fff7c0ccff3  libdyld.dylib (640.2) <B0562053-850C-306A-B12F-CA25DFE5CD9E> /usr/lib/system/libdyld.dylib
    0x7fff7c0cd000 -     0x7fff7c0cdffb  libkeymgr.dylib (30) <A4EFD9A4-2EF3-3E18-B325-F527E3821939> /usr/lib/system/libkeymgr.dylib
    0x7fff7c0ce000 -     0x7fff7c0daff7  libkxld.dylib (4903.231.4) <795FCDEC-AC85-37E8-9E54-1D51B2874A0C> /usr/lib/system/libkxld.dylib
    0x7fff7c0db000 -     0x7fff7c0dbff7  liblaunch.dylib (1336.220.5) <4D60667C-DD62-398D-B2B9-5BCA0F13D61B> /usr/lib/system/liblaunch.dylib
    0x7fff7c0dc000 -     0x7fff7c0e1fff  libmacho.dylib (921) <6ADB99F3-D142-3A0A-B3CE-031354766ACC> /usr/lib/system/libmacho.dylib
    0x7fff7c0e2000 -     0x7fff7c0e4ffb  libquarantine.dylib (86.220.1) <58524FD7-63C5-38E0-9D90-845A79551C14> /usr/lib/system/libquarantine.dylib
    0x7fff7c0e5000 -     0x7fff7c0e6ff3  libremovefile.dylib (45.200.2) <BA53CA8A-9974-3A43-9265-B110B1AE470F> /usr/lib/system/libremovefile.dylib
    0x7fff7c0e7000 -     0x7fff7c0feff3  libsystem_asl.dylib (356.200.4) <33C62769-1242-3BC1-9459-13CBCDECC7FE> /usr/lib/system/libsystem_asl.dylib
    0x7fff7c0ff000 -     0x7fff7c0fffff  libsystem_blocks.dylib (73) <152EDADF-7D94-35F2-89B7-E66DCD945BBA> /usr/lib/system/libsystem_blocks.dylib
    0x7fff7c100000 -     0x7fff7c188fff  libsystem_c.dylib (1272.200.26) <D6C701A2-9F17-308D-B6AC-9E17EF31B7DF> /usr/lib/system/libsystem_c.dylib
    0x7fff7c189000 -     0x7fff7c18cff7  libsystem_configuration.dylib (963.200.27) <94898525-ECC8-3CC9-B312-CBEAAC305E32> /usr/lib/system/libsystem_configuration.dylib
    0x7fff7c18d000 -     0x7fff7c190ff7  libsystem_coreservices.dylib (66) <10818C17-70E1-328E-A3E3-C3EB81AEC590> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff7c191000 -     0x7fff7c197ffb  libsystem_darwin.dylib (1272.200.26) <07468CF7-982F-37C4-83D0-D5E602A683AA> /usr/lib/system/libsystem_darwin.dylib
    0x7fff7c198000 -     0x7fff7c19eff7  libsystem_dnssd.dylib (878.230.2) <F603B1CF-E467-3C50-830A-785D1A8D9F07> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff7c19f000 -     0x7fff7c1ebff3  libsystem_info.dylib (517.200.9) <54B65F21-2E93-3579-9B72-6637A03245D9> /usr/lib/system/libsystem_info.dylib
    0x7fff7c1ec000 -     0x7fff7c214ff7  libsystem_kernel.dylib (4903.231.4) <B546DE30-393C-3BD7-BD37-E1ADFA270321> /usr/lib/system/libsystem_kernel.dylib
    0x7fff7c215000 -     0x7fff7c260ff7  libsystem_m.dylib (3158.200.7) <AF25F8E8-194C-314F-A2D3-A424853EE796> /usr/lib/system/libsystem_m.dylib
    0x7fff7c261000 -     0x7fff7c285ff7  libsystem_malloc.dylib (166.220.1) <4777DC06-F9C6-356E-82AB-86A1C6D62F3A> /usr/lib/system/libsystem_malloc.dylib
    0x7fff7c286000 -     0x7fff7c291ff3  libsystem_networkextension.dylib (767.220.1) <74818C3D-9B68-3823-A737-6A4B782618F2> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff7c292000 -     0x7fff7c299fff  libsystem_notify.dylib (172.200.21) <65B3061D-41D7-3485-B217-A861E05AD50B> /usr/lib/system/libsystem_notify.dylib
    0x7fff7c29a000 -     0x7fff7c2a3fef  libsystem_platform.dylib (177.200.16) <83DED753-51EC-3B8C-A98D-883A5184086B> /usr/lib/system/libsystem_platform.dylib
    0x7fff7c2a4000 -     0x7fff7c2aefff  libsystem_pthread.dylib (330.230.1) <C48DC91E-EDC8-31E4-B0F6-5968ECA8797C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff7c2af000 -     0x7fff7c2b2ff7  libsystem_sandbox.dylib (851.230.3) <B20516CF-71A7-3161-9FB8-B85B26D7BFD7> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff7c2b3000 -     0x7fff7c2b5ff3  libsystem_secinit.dylib (30.220.1) <5964B6D2-19D4-3CF9-BDBC-4EB1D42348F1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7c2b6000 -     0x7fff7c2bdff7  libsystem_symptoms.dylib (820.237.2) <487E1794-4C6E-3B1B-9C55-95B1A5FF9B90> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff7c2be000 -     0x7fff7c2d3ff7  libsystem_trace.dylib (906.220.1) <4D4BA88A-FA32-379D-8860-33838723B35F> /usr/lib/system/libsystem_trace.dylib
    0x7fff7c2d5000 -     0x7fff7c2daffb  libunwind.dylib (35.4) <EF1A77FD-A86B-39F5-ABEA-6100AB23583A> /usr/lib/system/libunwind.dylib
    0x7fff7c2db000 -     0x7fff7c30bfff  libxpc.dylib (1336.220.5) <30B2E6ED-B4CC-3171-8C2E-F03A924C3969> /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: 101100
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=514.5M resident=0K(0%) swapped_out_or_unallocated=514.5M(100%)
Writable regions: Total=871.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=871.0M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        4 
Activity Tracing                   256K        2 
CG backing stores                 29.4M        5 
CG image                           664K       29 
CG raster data                      32K        5 
CoreAnimation                     3172K       67 
CoreGraphics                         8K        2 
CoreImage                          232K       45 
CoreUI image data                 3512K       41 
CoreUI image file                  588K       10 
Foundation                        39.8M        6 
Kernel Alloc Once                    8K        2 
MALLOC                           526.4M       93 
MALLOC guard page                   32K        9 
MALLOC_NANO (reserved)           256.0M        2         reserved VM address space (unallocated)
Memory Tag 242                      12K        2 
Memory Tag 251                      48K        3 
OpenGL GLSL                        256K        4 
STACK GUARD                       56.0M        7 
Stack                             10.5M        7 
VM_ALLOCATE                       2572K       84 
__DATA                            49.5M      383 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    5176K        2 
__LINKEDIT                       220.0M       34 
__TEXT                           294.5M      380 
__UNICODE                          564K        2 
mapped file                       96.7M       64 
shared memory                     2760K       17 
===========                     =======  ======= 
TOTAL                              1.6G     1284 
TOTAL, minus reserved VM space     1.3G     1284 

Model: MacBookPro14,3, BootROM 185.0.0.0.0, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.45f0
Graphics: Intel HD Graphics 630, Intel HD Graphics 630, Built-In
Graphics: Radeon Pro 555, Radeon Pro 555, PCIe
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, 0x173), 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
USB Device: USB2.0 Hub
USB Device: Apple Watch Magnetic Charging Cable
USB Device: USB Optical Mouse
USB Device: iBridge
Thunderbolt Bus: MacBook Pro, Apple Inc., 39.2
Thunderbolt Bus: MacBook Pro, Apple Inc., 39.2

AppImage crashes on opening any example on Ubuntu 18.04 64bit

изображение
As soon, as I open any example, it appears on the screen, then immediately closes the window (crashes).
The terminal, from which the app is executed, writes:

_
user@host:~/AppImage$ ./dust3d-1.0.0-beta.27-x86_64.AppImage
Исключение в операции с плавающей точкой (стек памяти сброшен на диск)
_
An exception in floating point operation (RAM stack was dumped to disk)

I've tried versions:
dust3d-1.0.0-beta.27-x86_64.AppImage
dust3d-1.0.0-beta.26-x86_64.AppImage

Document minimum Mac OS version required

It would be helpful to document the minimum version(s) of Mac OS X / macOS that are supported by the binaries/source.

It seems that for v1.0.0-beta.6 binaries the minimum Mac OS X version is 10.10 (which I guess is driven by the use of Qt 5.9).

[Unrelated: This is a really nice overview of the evolution of the project and your process/learning: http://docs.dust3d.org/en/latest/origin_and_future.html. I think write-ups like that are super-valuable & educational in making people aware that projects don't just emerge fully formed. Nice work. :) ]

Can't load Reference Sheet

Problem
Nothing happens when I try to load an image to be used as reference sheet. The program works but the canvas stays blank. No errors, alerts or dialogs of any kind.

Steps followed

  1. Open the program.
  2. File -> Change Reference Sheet...
  3. Select any JPEG image file of any size or type. I also tried the ones from the modeling examples like the ant and the horse.
  4. Canvas stays blank.

System description
Dust3D 1.0.0-beta.6, Windows 10, NVidia GTX1060, 16 GB Ram

Add to requirements gcc-4.9 or fix error

When compiling dust3d I was greeted with this glorious error:

src/meshgenerator.cpp:396:20: error: converting to ‘bool’ from ‘std::nullptr_t’ requires direct-initialization [-fpermissive]
             return nullptr;

Here is the compile log

I did a quick search and this was a set feature from gcc <5. I was using gcc 8.2.3 to compile.

Either fix the error or add to the requirements that you need gcc-4.9.

There is no way to normalize the radius of the nodes

As you can see from the image below, I could not find a way to normalize the radius of different connected nodes. I think it would be beneficial to have that feature (unless I am totally missing it)

image

Thank you,
Satish.

GLX Crash on Fedora 29

Fedora 29 x64 (4.19.4), Lenovo Thinkpad x240 - i5-4300U/8GB/Intel4400

./dust3d-1.0.0-beta.6-x86_64.AppImage
No XVisualInfo for format QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::SwapBehavior(SingleBuffer), swapInterval 1, profile QSurfaceFormat::OpenGLContextProfile(CompatibilityProfile))
Falling back to using screens root_visual.
Could not initialize GLX
Aborted (core dumped)

UI scaling issue

I have had issues with Dust3D UI scaling on both Windows and Linux. The screenshot below shows the parts window with the UI too small to be usable and it does not scale to fill the space when I drag the separator between 3d workspace and the side menu.

Screenshot from 2019-07-29 14-18-25

This screenshot was taken from a 1440p monitor but the same issue occurs for me on 1080p monitors. I am not sure if this is a duplicate of a previous issue regarding UI sizing.

weird Symmetry ?

the symmetry function is incomplete?
it is different from what I think.

Using Dust3d in a laptop (again)

Hi, Hu

Sorry to bother you again. I discovered a minor issue, using it in my laptop. The '+' key doesn't work. The '-' key does, however, work as expected, as the other keybindings.

Thanks!

Android Porting?

Hi,

I'd been following Dust 3D for a while it's a great software,.
I was going through your post of readthedoc since it only has CGAL and QT5 as dependency, and both support android, do you think porting it to android is possible? There is no serious modelling tool available to date and mobile is becoming more popular for productivity day by day, it may prove useful.

Edit: Not suggesting it as issue, or a priority, but I can try to port it if it interests?

Change highlighted button to "No" for close alert

When closing application (or when opening another file), on the alert which asks "Do you really want to close while there are unsaved changes?" the default/highlighted button should be "No", since this is the standard.

Blank screen on Windows 7 64bits

Hello! I tried the unstable release version on Windows 7 64 bits and it shows a blank screen and the toolbar is black.

I'm using:
Intel Core i5 2500k
Intel HD Graphics 3000

Screenshot:
screenshot_dust3d

[REQUEST] extra export options

again, great software. fantastic & fast. but extra export options would be nice.

I had to use blender for a simple tutorial I was making, in which I needed several different file formats to show them loading into a project. but it would be nice if dust3d had extra export options

such as these ones from blender [screenshot below]. im not saying all of these would be nice, but some extra formats would be great, more so because of peoples preferences. though I do know .fbx is in the options already.
if not thats fine, but just more so asking 😉

Screenshot 2019-08-28 at 13 51 22

thanks again for this great software. can't wait to dive in further & get some nice models made for my own projects & even teachings 😉

Bug Report

Hello Developer,

My name is Enas and I am a Ph.D. student. My research focuses on static code analysis. I was looking for open-source software to collect some static code analysis tool warnings. I checked your source code, and I ran one of static code analysis tools over the source code. A number of warnings were generated; some of them may represent true defects in the source code and some may represent false reports, where the tool shows a defect but in reality there is none.

I need your help by going through the warnings and checking if any of them represent a true defect in your source code. To do that, kindly find the attached file, which contains the warnings.

Your response and help are highly appreciated.

Thanks,
Enas

warnings.xlsx

The *.desktop file is lacking a Categories= entry

The *.desktop file is lacking a Categories= entry.

According to the menu spec,

By including one of the Main Categories in an application's desktop entry file, the application will be ensured that it will show up in a section of the application menu dedicated to this category. If multiple Main Categories are included in a single desktop entry file, the entry may appear more than once in the menu.

Hence, please add at least one of the following in the Categories= key.

Main Category Description Notes
AudioVideo Application for presenting, creating, or processing multimedia (audio/video)
Audio An audio application Desktop entry must include AudioVideo as well
Video A video application Desktop entry must include AudioVideo as well
Development An application for development
Education Educational software
Game A game
Graphics Application for viewing, creating, or processing graphics
Network Network application such as a web browser
Office An office type application
Science Scientific software
Settings Settings applications Entries may appear in a separate menu or as part of a "Control Center"
System System application, "System Tools" such as say a log viewer or network monitor
Utility Small utility application, "Accessories"

In addition, you could specify one or more from the longer list of Additional Categories.

Please test the result with desktop-file-validate and make sure it passes.

electron-builder offers native support for this since v19.22.1.. Please see the category key at https://www.electron.build/configuration/linux-other.

References:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.