Code Monkey home page Code Monkey logo

artemis's People

Contributors

alessandro90 avatar aresvalley avatar jiri-pinkava avatar marbort avatar wheezye 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

artemis's Issues

Sun Images/Map

Synoptic Map

  • Main

Solar Ultraviolet Imager (SUVI)

  • 94 Å
  • 131 Å
  • 171 Å
  • 195 Å
  • 284 Å
  • 304 Å
  • Thematic Map

LASCO Coronagraph

  • Lasco C2
  • Lasco C3

Helioseismic and Magnetic Imager

  • Magnetogram
  • Intensitygram
  • Dopplergram

Make list navigable with cursor keys

Instead of using mouse/trackpad to select then click on a signal sample from the list, it would be helpful if the selection could be made with keyboard up/down cursor keys.

Crash on Ubuntu 22.04.2 LTS - after click on play sound of station

It's on a computer that is not mine.

ALSA lib pcm_dmix.c:1032:(snd_pcm_dmix_open) unable to open slave
Traceback (most recent call last):
  File "audio_player.py", line 143, in _play_audio
    mixer.init(48000, -16, 1, 1024)
pygame.error: No available audio device
Abandon (core dumped)

After playing one sound or sometimes after playing one by one, one will crash the app with this error.
It's a fresh Ubuntu 22.04 install.

PyInstaller: ABI of GLIBC is backward compatible, but not forward compatible

Caspian (Linux Mint 19.1) and Orrin (Ubuntu) report:

[5159] Error loading Python lib '/tmp/_MEIl5y7DW/libpython3.7m.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/_MEIl5y7DW/libpython3.7m.so.1.0)

This is due to the different version of C system libraries that may differ from compiler pc to the target one. PyInstaller suggests the following:

The executable that PyInstaller builds is not fully static, in that it still depends on the system libc. Under Linux, the ABI of GLIBC is backward compatible, but not forward compatible. So if you link against a newer GLIBC, you can't run the resulting executable on an older system. The supplied binary bootloader should work with older GLIBC. However, the libpython.so and other dynamic libraries still depend on the newer GLIBC. The solution is to compile the Python interpreter with its modules (and also probably bootloader) on the oldest system you have around so that it gets linked with the oldest version of GLIBC.

4.0 RC1/RC2 Does not launch on Windows 10 after install

I have downloaded the latest RC, and after installation, a window quickly appears then closes right away. The application does not seem to launch correctly after fresh install. Is there something I can to do provide more details or logs? There is nothing in the Application or System event logs about a crash or issue. There are no log files in the Artemis directory either.

OS: Windows 10 Pro 22H2
RAM: 64 GB
CPU: 18 Core Intel 7980XE

Thank you,

-DM

Application crash during update check within a particolar condition

CONDITION: when the computer is offline, or if I start online then check for software updates while offline, the program crashes. I can check for database updates while offline, it just reports that there is no internet connection.

SYSTEM SPECIFICS: I'm using version 3.2.1 on windows 10 pro

NORMAL BEHAVIOUR: If I start the program and the computer is connected to the internet, it works fine, but if I'm offline, it crashes.

From the application event log:

error message:
faulting application name: artemis.exe, version 0.0.0.0
faulting module name: qt5core.dll, version 5.12.3.0
exception code: 0xc0000409
fault offset: 0x0000000000028838

Reported by Andrew (pez)

XDG support

At the moment Artemis software requires that working directory should be writeable to be able to download database. Also it requires that themes should reside in this directory too. This requirements make usage of Artemis a bit inconvenient with packaging utils and different users.

There exists well-established specification - XDG Base Directory - which could solve issues described. It's very easy to implement - all you need is to check if XDG_DATA_HOME is set otherwise consider $HOME/.local/share/artemis as local data directory to store database and/or themes.

This will ease dealing with database maintenance (downloading and updating) and themes a lot for per-user configurations and for using with package managers. It's even possible to store configs transparently in $XDG_CONFIG_HOME/artemis (or in $HOME/.config/artemis) so potential multi-user usage will be very simple. I believe there exist analogous scheme for Windows-like OSes.

Also it will make possible to run Artemis from any other directory.

What do you think?

Cannot download database

Hello, I get the following error:

No SigID database detected... Do you want to download it now --yes

Something went wrong! An error occured during the process. Details: The credentials were not recognized / Invalid argument --OK

Any ideas? Is there a way to download the database manually? Using Win10 and ver 4.0.3 Thanks.

I can't find basic signals like adsb

Very good application, congratulations.
I don't know why the basic frequency of the ADSB is not set, there is a similar one but it does not correspond in frequency and name. The correct one is Automatic Dependent Surveillance-Transmission (ADS-B) 978MHz - 1,090MHz.

crash on startup on MacOS running from disk image

I just downloaded the DMG from the web site, opened it in Finder, and opened the "Artemis" app there. (MacOS didn't want to open it because it wasn't signed, but I overrode this.) The app started to open, but immediately was gone. I'm not sure if it crashed or exited. This is reproducible. When I move the file from the DMG to the "Applications" folder, it opened up fine.

This is on MacOS Catalina 10.15.7.

Auto ID functions

In addition to auto-correlation, Artemis might benefit from being able to switch between other methods of signal ID (maybe kind of like PEiD used to do for using different scanning methods to find what kind of packers were on executables). A user might select between auto-correlation ID, or fast Fourier transform ID, or deep learning. Maybe a meta-ID feature could be created that runs all three ID functions on the same audio capture, then picks the output that had the highest confidence.

I think you guys may already be working on this (I saw MarcoDT's insightful comments on the above-referenced RTL-SDR article & JC Rueda article), but I wanted to document this possible enhancement in the official Git to have a thread for discussion.

App.bin not launching 4.0.1 on 22.04

On 22.04 I've unzipped the latest release and correctly ran chmod 700 on the app.bin. When trying to run the app.bin nothing happens. I checked ldd against it and it seems like everything is there that it needs. Switching to running 4.0.1 from source using python does work however.

Official Linux EXE's don't work on Raspberry Pi 3B+/4B. Building on Pi does work though

I just added a post to the Artemis forums about how the official Linux binaries won't run on the Raspberry Pi 3B+ or 4B, but wanted to post my bash script here too in order to outline the problem and show that I was able to run Artemis 3.2.0 on my Pi by building on the Pi.

I'm curious if an executable built on the Pi might work on other non-ARM Linux systems, or if the Artemis website might consider providing a RPi binary in addition to the Linux one.

Bash code here: Build Artemis 3 2 0 from source for RPi3-4.txt [Edit:] Also providing my compiled binaries here in case anybody just wants to use those (219.25MB).

Application crash when trying to set filters

  • Ubuntu 22.04
  • Most recent commit off master (b41ad0e)
  • Fresh install, Python3.10.5

First time trying out this application, so far seems like my install's brittle?

Goal: Find some signals that are PSK modulated.

  • Launch script with python ./artemis.py
  • Select "Filters" at the top
  • Select "Modulation"
  • Type "PSK" in filter box
  • Double-click PSK
  • Crash
pygame 2.1.3 (SDL 2.0.22, Python 3.10.5)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "/XXXXXX/git/Artemis/src/filters.py", line 629, in _remove_if_unselected_modulation
    self._show_matching_modulations(self.search_bar_modulation.text())
AttributeError: 'ModulationFilter' object has no attribute 'search_bar_modulation'
[1]    64127 IOT instruction (core dumped)  python ./artemis.py

Crash on Debian 12 bookworm: libgvfscommon.so: undefined symbol: g_task_set_name

gvfs:
  Installed: 1.50.3-1
  Candidate: 1.50.3-1
  Version table:
 *** 1.50.3-1 500
        500 http://ftp.fr.debian.org/debian bookworm/main amd64 Packages
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-yes-antialias.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/70-no-bitmaps.conf", line 4: unknown element "description"
Fontconfig warning: FcPattern object weight does not accept value [40 215)
Fatal Python error: (pygame parachute) Segmentation Fault

Current thread 0x00007fa3d6395740 (most recent call first):
  File "<string>", line 37 in setupUi
  File "artemis.py", line 85 in __init__
  File "artemis.py", line 775 in <module>
Abandon (core dumped)

Impossible to run 3.2.0 version on Arch Linux

Trying to run it different ways. I'm on the latest kernel, Python version is 3.8.1 and Qt is 5.14.1. All requirements are installed.


Binary from aresvalley.com

When running from terminal I can see splash screen for a moment and then nothing happens. In terminal output I see the following messages:

pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Gtk-Message: 21:09:51.427: Failed to load module "canberra-gtk-module"

(Artemis:82708): GdkPixbuf-WARNING **: 21:09:51.439: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.
Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/fonts.conf", line 6: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/fonts.conf", line 6: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/fonts.conf", line 7: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/fonts.conf", line 7: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/fonts.conf", line 9: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-hinting-slight.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/30-metric-aliases.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/40-nonlatin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-generic.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/45-latin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/49-sansserif.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/50-user.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/51-local.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-generic.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/60-latin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 34: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 35: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-fonts-persian.conf", line 36: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/65-nonlatin.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 8: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/69-unifont.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/69-unifont.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/80-delicious.conf", line 6: invalid attribute 'version'
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 4: unknown element "its:rules"
Fontconfig warning: "/etc/fonts/conf.d/90-synthetic.conf", line 5: unknown element "its:translateRule"
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'translate'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 5: invalid attribute 'selector'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'xmlns:its'
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
Fontconfig warning: FcPattern object width does not accept value [75 100)
Fatal Python error: (pygame parachute) Segmentation Fault

Current thread 0x00007f6421773740 (most recent call first):
  File "<string>", line 37 in setupUi
  File "artemis.py", line 83 in __init__
  File "artemis.py", line 769 in <module>
Segmentation fault (core dumped)

Should note that there is no /usr/lib/x86_64-linux-gnu directory exists at all. Also version 3.0.1 binary worked fine.


Building binary from source

I've downloaded the same 3.2.0 release source code from GitHub and tried to build from Artemis.spec file:

cd spec_files/Linux
pyinstaller Artemis.spec

When trying to launch dist/Artemis binary I have the following error message:

Traceback (most recent call last):
  File "site-packages/PyInstaller/loader/rthooks/pyi_rth_pkgres.py", line 13, in <module>
  File "/usr/lib/python3.8/site-packages/PyInstaller/loader/pyimod03_importers.py", line 489, in exec_module
    exec(bytecode, module.__dict__)
  File "site-packages/pkg_resources/__init__.py", line 84, in <module>
ModuleNotFoundError: No module named 'packaging.requirements'
[71677] Failed to execute script pyi_rth_pkgres

I can workaround it by changing hiddenimports=[], line to the hiddenimports=['packaging.requirements'], in Artemis.spec. However I can't still run it after rebuild because of the following:

pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
qt5ct: using qt5ct plugin
qt5ct: D-Bus global menu: no
Traceback (most recent call last):
  File "artemis.py", line 769, in <module>
  File "artemis.py", line 215, in __init__
  File "themesmanager.py", line 290, in start
    self._detect_themes()
  File "themesmanager.py", line 143, in _detect_themes
    ag = QActionGroup(self._owner, exclusive=True)
TypeError: 'exclusive' is an unknown keyword argument
[82600] Failed to execute script artemis

won't run on wayland

$ ./Artemis 
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

(Artemis:5207): GLib-GIO-ERROR **: 19:05:01.525: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)

Ubuntu 22.04 on NUC i7.

URLs in markdown description are not working

By Paolo Romani: URLs in markdown descriptions are correctly rendered either with normal syntax https://www... and markdown one [TEXT](URL) but they are not clickable.

Wanted behavior: Open the selected link on a browser when clicked

Enhance search functionality to include the description field

Da Paolo Romani (IZ1MLL)
Implementare la ricerca sui nomi commerciali dei vari sistemi trattati. Ad esempio il "Project 25" è più conosciuto come APCO P25. Se digito solo APCO nel campo riserca non si trova nulla... Oppure i vecchissimi ARQ-M2/4 sono anche conosciuti come TDM-xx o i vari CIS russi hanno un sacco di altri nomi più commerciali e conosciuti.

Missing Manual

This looks like a neat program. But I could not figure out how get it work with my USB SDR.
Is there a manual that explains how to get Artemis to "see" my SDR and then how I can use Artemis to decode / ID signal.

Thank you
Evelyn

.dmg cannot be mounted on Mac OS (before Sierra)

When downloading .dmg installer, it cannot be mounted on certain systems, with error "no mountable file system". I assume problem is that .dmg was created in APFS filesystem, which is not supported OS versions older than Sierra. Can you pls generate .dmg not in APFS?

IQ data check

this is really a great job, thanks for you share,

as i have a question, hwo can i get the signal IQ data for compare, so thanks ~~

Crash when trying to play audio

artemis3 installed from AUR on arch linux. Artemis crashes when I click play in the audio widget in the right sidebar.

pygame 2.1.0 (SDL 2.0.18, Python 3.10.1)
Hello from the pygame community. https://www.pygame.org/contribute.html
22/12/2021 11:28:11 AM::ERROR::updatescontroller::_check_updater_version::Unable to query the updater
Traceback (most recent call last):
  File "audio_player.py", line 146, in _play_audio
    self._set_max_progress_bar()
  File "audio_player.py", line 122, in _set_max_progress_bar
    self._audio_progress.setMaximum(
TypeError: setMaximum(self, int): argument 1 has unexpected type 'float'
/usr/bin/artemis3: line 4:  3456 Aborted                 (core dumped) /opt/artemis3/Artemis "$@"

Crash on X11 Arch

I initially had problems with even starting Artemis on my Arch with wayland, but it did not work, so I switched it to X11. now I get the following errors:

pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
/bin/sh: /tmp/_MEITJ7LW1/libncursesw.so.6: no version information available (required by /usr/lib/libreadline.so.8)
/usr/lib/gvfs/libgvfscommon.so: undefined symbol: g_task_set_name
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

(Artemis:4187): GdkPixbuf-WARNING **: 22:01:11.237: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory

This likely means that your installation is broken.
Try running the command
  gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.
Gtk-Message: 22:01:11.250: Failed to load module "canberra-gtk-module"
Gtk-Message: 22:01:11.250: Failed to load module "canberra-gtk-module"
Fontconfig warning: "/etc/fonts/fonts.conf", line 5: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: FcPattern object weight does not accept value [40 210)
Fatal Python error: (pygame parachute) Segmentation Fault

Current thread 0x00007f32f9a82740 (most recent call first):
  File "<string>", line 37 in setupUi
  File "artemis.py", line 85 in __init__
  File "artemis.py", line 775 in <module>
Aborted (core dumped)

Include Auto-Correlation Function as a multiple value field

Artemis: In some cases, a signal could have several values for the Auto-Correlation. An excellent example is D-STAR (https://www.sigidwiki.com/wiki/D-STAR) where a frame (20 ms) and a superframe (420 ms) are present.

Artemis_DBparser: Multiple items for ACF must also be included in the DB definition as in Location and Modulation fields. A possible new DB structure could be:

...ID Code * ACF1_value - ACF1_description ; ACF2_value - ACF2_description ; ...

ACF_value in ms

Example 1 (D-STAR):
...ID Code * 420 - Superframe ; 20 - Frame

Example2 (EDACS):
...ID Code * 60 - edacs48 ; 30 - edacs96

About:Forum ends in 404

3.2.4 on Windows.
I understand that the forum is not there anymore, so neither should the menu item.

Artemis crash when download database

artemis looks nice, but it don't work on osx, It crash when download database

os : 10.14.5
artemis Version 3.0.0

Process:               artemis [21534]
Path:                  /Applications/Artemis.app/Contents/MacOS/artemis
Identifier:            Artemis
Version:               0.0.0 (???)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           artemis [21534]
User ID:               503

Date/Time:             2019-07-16 17:18:11.520 +0800
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Bridge OS Version:     3.5 (16P5125)
Anonymous UUID:        67502330-0894-1289-F4CC-0316B9715F7F

Sleep/Wake UUID:       0404262B-0933-4EF4-A22F-957EC2EE0CE2

Time Awake Since Boot: 480000 seconds
Time Since Wake:       64000 seconds

System Integrity Protection: enabled

Crashed Thread:        14  DownloadThread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff6cd6822a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6cd6876c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff40d05bee __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff40d0515c __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff40d048be CFRunLoopRunSpecific + 455
5   com.apple.HIToolbox           	0x00007fff3fff096b RunCurrentEventLoopInMode + 292
6   com.apple.HIToolbox           	0x00007fff3fff06a5 ReceiveNextEventCommon + 603
7   com.apple.HIToolbox           	0x00007fff3fff0436 _BlockUntilNextEventMatchingListInModeWithFilter + 64
8   com.apple.AppKit              	0x00007fff3e38a987 _DPSNextEvent + 965
9   com.apple.AppKit              	0x00007fff3e38971f -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1361
10  com.apple.AppKit              	0x00007fff3e38383c -[NSApplication run] + 699
11  libqcocoa.dylib               	0x000000011fdafccb 0x11fd7c000 + 212171
12  QtCore                        	0x000000011db0750f QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 431
13  QtCore                        	0x000000011db0c452 QCoreApplication::exec() + 130
14  QtWidgets.so                  	0x000000011cb097d2 meth_QApplication_exec_(_object*, _object*) + 82
15  libpython3.7m.dylib           	0x000000010f0a3213 _PyMethodDef_RawFastCallKeywords + 259
16  libpython3.7m.dylib           	0x000000010f0a34bd _PyCFunction_FastCallKeywords + 45
17  libpython3.7m.dylib           	0x000000010f1ab16b call_function + 603
18  libpython3.7m.dylib           	0x000000010f1a2365 _PyEval_EvalFrameDefault + 7893
19  libpython3.7m.dylib           	0x000000010f19fff9 _PyEval_EvalCodeWithName + 3305
20  libpython3.7m.dylib           	0x000000010f19f300 PyEval_EvalCode + 48
21  Artemis                       	0x000000010eab6fa9 0x10eab5000 + 8105
22  Artemis                       	0x000000010eab755a 0x10eab5000 + 9562
23  Artemis                       	0x000000010eab5cb4 0x10eab5000 + 3252

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff6cd6b86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6ce2a56e _pthread_cond_wait + 722
2   libopenblasp-r0.3.7.dev.dylib 	0x00000001106aac0b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff6ce272eb _pthread_body + 126
4   libsystem_pthread.dylib       	0x00007fff6ce2a249 _pthread_start + 66
5   libsystem_pthread.dylib       	0x00007fff6ce2640d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff6cd6b86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6ce2a56e _pthread_cond_wait + 722
2   libopenblasp-r0.3.7.dev.dylib 	0x00000001106aac0b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff6ce272eb _pthread_body + 126
4   libsystem_pthread.dylib       	0x00007fff6ce2a249 _pthread_start + 66
5   libsystem_pthread.dylib       	0x00007fff6ce2640d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff6cd6b86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff6ce2a56e _pthread_cond_wait + 722
2   libopenblasp-r0.3.7.dev.dylib 	0x00000001106aac0b blas_thread_server + 619
3   libsystem_pthread.dylib       	0x00007fff6ce272eb _pthread_body + 126
4   libsystem_pthread.dylib       	0x00007fff6ce2a249 _pthread_start + 66
5   libsystem_pthread.dylib       	0x00007fff6ce2640d thread_start + 13

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

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

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 10:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff6cd6822a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff6cd6876c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff40d05bee __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff40d0515c __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff40d048be CFRunLoopRunSpecific + 455
5   com.apple.AppKit              	0x00007fff3e3926a6 _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff6ce272eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff6ce2a249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff6ce2640d thread_start + 13

Thread 11:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 12:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 13:
0   libsystem_pthread.dylib       	0x00007fff6ce263f0 start_wqthread + 0

Thread 14 Crashed:: DownloadThread
0   libsystem_kernel.dylib        	0x00007fff6cd6e2c6 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff6ce29bf1 pthread_kill + 284
2   libsystem_c.dylib             	0x00007fff6ccd86a6 abort + 127
3   QtCore                        	0x000000011d93b1c9 0x11d923000 + 98761
4   QtCore                        	0x000000011d93c914 QMessageLogger::fatal(char const*, ...) const + 202
5   QtCore.so                     	0x000000011e049f32 pyqt5_err_print() + 802
6   sip.so                        	0x000000011df10dc8 sip_api_call_procedure_method + 245
7   QtCore.so                     	0x000000011df46c04 sipQThread::run() + 84
8   QtCore                        	0x000000011d945073 0x11d923000 + 139379
9   libsystem_pthread.dylib       	0x00007fff6ce272eb _pthread_body + 126
10  libsystem_pthread.dylib       	0x00007fff6ce2a249 _pthread_start + 66
11  libsystem_pthread.dylib       	0x00007fff6ce2640d thread_start + 13

Thread 14 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000070000e3ef000  rcx: 0x000070000e3eeb78  rdx: 0x0000000000000000
  rdi: 0x000000000001340b  rsi: 0x0000000000000006  rbp: 0x000070000e3eebb0  rsp: 0x000070000e3eeb78
   r8: 0x00000000000130a8   r9: 0x00007fffa3598048  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x000000000001340b  r13: 0x00007fab21211200  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff6cd6e2c6  rfl: 0x0000000000000206  cr2: 0x00007fffa3596188
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x10eab5000 -        0x10eabbfff +Artemis (0.0.0 - ???) <3D055F52-44FC-3DEA-88D5-B8EF396C4DCD> /Applications/Artemis.app/Contents/MacOS/artemis
       0x10f077000 -        0x10f2ddfff +libpython3.7m.dylib (0) <D06A549F-D664-3B8D-9DCF-148CF67C253D> /Applications/Artemis.app/Contents/MacOS/libpython3.7m.dylib
       0x10f540000 -        0x10f540ffb +_move.cpython-37m-darwin.so (0) <1F7FF5A2-B276-3D5A-A3CB-BA6A70FE22A9> /Applications/Artemis.app/Contents/MacOS/pandas/util/_move.cpython-37m-darwin.so
       0x10f5c4000 -        0x10f5c9fff +_struct.cpython-37m-darwin.so (0) <80628DC1-5C56-348E-A104-B790C9FBEF18> /Applications/Artemis.app/Contents/MacOS/_struct.cpython-37m-darwin.so
       0x10f5d2000 -        0x10f5d6fff +zlib.cpython-37m-darwin.so (0) <12C25B3C-5FF0-3197-A03E-621B3B8BABDE> /Applications/Artemis.app/Contents/MacOS/zlib.cpython-37m-darwin.so
       0x10f5dc000 -        0x10f5f1ff3 +libz.1.dylib (0) <A57126A1-C49E-3DD7-BC63-40BEAE3CB964> /Applications/Artemis.app/Contents/MacOS/libz.1.dylib
       0x10f675000 -        0x10f687ffb +_ctypes.cpython-37m-darwin.so (0) <B777309C-A52C-3A39-980E-44FE8B03E244> /Applications/Artemis.app/Contents/MacOS/_ctypes.cpython-37m-darwin.so
       0x10f697000 -        0x10f69cff7 +libffi.6.dylib (0) <D37EFCBF-1BB9-3311-B4CF-927E2D564A5F> /Applications/Artemis.app/Contents/MacOS/libffi.6.dylib
       0x10f72d000 -        0x10f72effb +_heapq.cpython-37m-darwin.so (0) <1E0058E9-3458-3FB9-BD22-F25612718C41> /Applications/Artemis.app/Contents/MacOS/_heapq.cpython-37m-darwin.so
       0x10f83c000 -        0x10f852ffb +_pickle.cpython-37m-darwin.so (0) <602888BF-DDC9-3E78-8C50-B8F6B7BFB515> /Applications/Artemis.app/Contents/MacOS/_pickle.cpython-37m-darwin.so
       0x10f85e000 -        0x10f868ff7 +_socket.cpython-37m-darwin.so (0) <C8676713-0281-3FFC-B2CF-F388E60ED627> /Applications/Artemis.app/Contents/MacOS/_socket.cpython-37m-darwin.so
       0x10f875000 -        0x10f87bffb +math.cpython-37m-darwin.so (0) <BC8129FE-B4B8-3384-87B5-9C4D43E8791C> /Applications/Artemis.app/Contents/MacOS/math.cpython-37m-darwin.so
       0x10f882000 -        0x10f885ff3 +select.cpython-37m-darwin.so (0) <1AF1EBAC-1795-32DA-AF1B-E8D1EC466E4A> /Applications/Artemis.app/Contents/MacOS/select.cpython-37m-darwin.so
       0x10f88b000 -        0x10f892fff +array.cpython-37m-darwin.so (0) <66FCBFB2-B1B3-3F2F-A4AD-CE2E4E5CED9C> /Applications/Artemis.app/Contents/MacOS/array.cpython-37m-darwin.so
       0x10f91c000 -        0x10f91dfff +_posixsubprocess.cpython-37m-darwin.so (0) <EDAA165B-2084-350F-AF48-EA16F85A98C6> /Applications/Artemis.app/Contents/MacOS/_posixsubprocess.cpython-37m-darwin.so
       0x10f9a1000 -        0x10f9b3fff +_bz2.cpython-37m-darwin.so (0) <1FCCF3B9-0D67-3476-AACF-1EB112E5B389> /Applications/Artemis.app/Contents/MacOS/_bz2.cpython-37m-darwin.so
       0x10f9ba000 -        0x10f9beffb +_lzma.cpython-37m-darwin.so (0) <59FF9C5C-0159-3258-9873-B46EECA0817D> /Applications/Artemis.app/Contents/MacOS/_lzma.cpython-37m-darwin.so
       0x10f9c4000 -        0x10f9e4fff +liblzma.5.dylib (0) <404E5078-8C05-3899-ACA5-296BD99E406B> /Applications/Artemis.app/Contents/MacOS/liblzma.5.dylib
       0x10f9ea000 -        0x10f9ebff3 +grp.cpython-37m-darwin.so (0) <D5F37037-0C14-3884-AA15-CD1997B452F4> /Applications/Artemis.app/Contents/MacOS/grp.cpython-37m-darwin.so
       0x10f9ee000 -        0x10f9f2ff3 +binascii.cpython-37m-darwin.so (0) <9C998E53-8D08-3BF0-8E45-AC42EAE4F6B5> /Applications/Artemis.app/Contents/MacOS/binascii.cpython-37m-darwin.so
       0x10fa36000 -        0x10fa45ffb +_datetime.cpython-37m-darwin.so (0) <E871AC1A-FC91-3E4D-969B-EE5123388E65> /Applications/Artemis.app/Contents/MacOS/_datetime.cpython-37m-darwin.so
       0x10fa51000 -        0x10fa7fff3 +pyexpat.cpython-37m-darwin.so (0) <7EBDFB93-C435-3EE5-A544-3C0437C47324> /Applications/Artemis.app/Contents/MacOS/pyexpat.cpython-37m-darwin.so
       0x10fb12000 -        0x10fb15fff +_hashlib.cpython-37m-darwin.so (0) <74712129-CC69-3DCA-A291-011A4AE9412A> /Applications/Artemis.app/Contents/MacOS/_hashlib.cpython-37m-darwin.so
       0x10fb1a000 -        0x10fcfd387 +libcrypto.1.1.dylib (0) <9222BCD9-E7B9-31FC-82EC-99D9E4549E78> /Applications/Artemis.app/Contents/MacOS/libcrypto.1.1.dylib
       0x10fd8c000 -        0x10fd92ff3 +_blake2.cpython-37m-darwin.so (0) <52D3FDB3-BF68-3FDF-9862-5C3312614988> /Applications/Artemis.app/Contents/MacOS/_blake2.cpython-37m-darwin.so
       0x10fd97000 -        0x10fda8ffb +_sha3.cpython-37m-darwin.so (0) <BF8048B7-31B5-3849-A5AB-6ED8F231184F> /Applications/Artemis.app/Contents/MacOS/_sha3.cpython-37m-darwin.so
       0x10fdae000 -        0x10fdaffff +_bisect.cpython-37m-darwin.so (0) <2306D4CA-0573-3CFB-A54D-476F92E09FA2> /Applications/Artemis.app/Contents/MacOS/_bisect.cpython-37m-darwin.so
       0x10fdb2000 -        0x10fdb3ffb +_random.cpython-37m-darwin.so (0) <4420313B-8404-3FE1-9F9D-1476147B2055> /Applications/Artemis.app/Contents/MacOS/_random.cpython-37m-darwin.so
       0x10fe36000 -        0x10fe36ffb +_opcode.cpython-37m-darwin.so (0) <01D8EDD0-4B57-3CD6-81E4-2394A55E0433> /Applications/Artemis.app/Contents/MacOS/_opcode.cpython-37m-darwin.so
       0x11001c000 -        0x110265ff7 +_multiarray_umath.cpython-37m-darwin.so (0) <23FB3517-6EFB-3B98-BBBF-11A8FEB91EAE> /Applications/Artemis.app/Contents/MacOS/numpy/core/_multiarray_umath.cpython-37m-darwin.so
       0x110374000 -        0x113e02797 +libopenblasp-r0.3.7.dev.dylib (0) <0E19F9FE-2367-3794-9260-55F4BB058EF2> /Applications/Artemis.app/Contents/MacOS/libopenblasp-r0.3.7.dev.dylib
       0x114046000 -        0x11415dff7 +libgfortran.3.dylib (0) <9ABE5EDE-AD43-391A-9E54-866711FAC32A> /Applications/Artemis.app/Contents/MacOS/libgfortran.3.dylib
       0x1141c1000 -        0x1141f7fff +libquadmath.0.dylib (0) <7FFA409F-FB04-3B64-BE9A-3E3A494C975E> /Applications/Artemis.app/Contents/MacOS/libquadmath.0.dylib
       0x114206000 -        0x11421bff7 +libgcc_s.1.dylib (0) <7C6D7CB7-82DB-3290-8181-07646FEA1F80> /Applications/Artemis.app/Contents/MacOS/libgcc_s.1.dylib
       0x1163a7000 -        0x1163b4fff +_multiarray_tests.cpython-37m-darwin.so (0) <79FE98ED-E4E1-30CE-8345-D110F170574F> /Applications/Artemis.app/Contents/MacOS/numpy/core/_multiarray_tests.cpython-37m-darwin.so
       0x1163c4000 -        0x1163c5ff7 +lapack_lite.cpython-37m-darwin.so (0) <69D4AA05-FED8-3329-97EF-5F1D0B0C7D4D> /Applications/Artemis.app/Contents/MacOS/numpy/linalg/lapack_lite.cpython-37m-darwin.so
       0x1163c9000 -        0x1163e2fff +_umath_linalg.cpython-37m-darwin.so (0) <F2C3E3AE-7A1D-3981-B31A-DC92F46EAE81> /Applications/Artemis.app/Contents/MacOS/numpy/linalg/_umath_linalg.cpython-37m-darwin.so
       0x116471000 -        0x1164b7ff7 +_decimal.cpython-37m-darwin.so (0) <A48D3CC7-3DE7-3294-BD2C-83593AA42D5D> /Applications/Artemis.app/Contents/MacOS/_decimal.cpython-37m-darwin.so
       0x11650f000 -        0x116518fff +fftpack_lite.cpython-37m-darwin.so (0) <055401C0-788C-39AE-8DF6-6323AE59FA3C> /Applications/Artemis.app/Contents/MacOS/numpy/fft/fftpack_lite.cpython-37m-darwin.so
       0x11655c000 -        0x11660dff7 +mtrand.cpython-37m-darwin.so (0) <B2876661-CF3B-39B0-908F-4ED316241A8A> /Applications/Artemis.app/Contents/MacOS/numpy/random/mtrand.cpython-37m-darwin.so
       0x11682c000 -        0x11692bff3 +unicodedata.cpython-37m-darwin.so (0) <3CFCD5A4-E980-3F72-AC77-07A29BC7411C> /Applications/Artemis.app/Contents/MacOS/unicodedata.cpython-37m-darwin.so
       0x116971000 -        0x116980fff +_ssl.cpython-37m-darwin.so (0) <1A5C4527-C8C9-3275-86F2-9D26D4B61216> /Applications/Artemis.app/Contents/MacOS/_ssl.cpython-37m-darwin.so
       0x116991000 -        0x1169eeffb +libssl.1.1.dylib (0) <108BE35B-57EF-3E5D-ABAC-D59FC3E014A8> /Applications/Artemis.app/Contents/MacOS/libssl.1.1.dylib
       0x116ad7000 -        0x116b2cfff +conversion.cpython-37m-darwin.so (0) <86054666-9BBB-3F79-99A7-FAB1A606B1F3> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/conversion.cpython-37m-darwin.so
       0x116b4e000 -        0x116b6dfff +nattype.cpython-37m-darwin.so (0) <95121566-A0C7-34E7-AE9A-79DDB2B6F485> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/nattype.cpython-37m-darwin.so
       0x116b85000 -        0x116b8dff7 +np_datetime.cpython-37m-darwin.so (0) <DDD3A2E5-397C-39EF-A7ED-1A25E030A069> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/np_datetime.cpython-37m-darwin.so
       0x116b95000 -        0x116bebff3 +timedeltas.cpython-37m-darwin.so (0) <58C0A244-F57C-3F34-B0D3-944A2A32D46C> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/timedeltas.cpython-37m-darwin.so
       0x116c19000 -        0x116c62ff7 +offsets.cpython-37m-darwin.so (0) <C7F83551-B1ED-3B8D-9FCB-C29FA81E0D22> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/offsets.cpython-37m-darwin.so
       0x116c90000 -        0x116c98fff +ccalendar.cpython-37m-darwin.so (0) <88B0FDDE-D1DF-3AF1-8470-4CB300C0099E> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/ccalendar.cpython-37m-darwin.so
       0x116ca2000 -        0x116cedff3 +strptime.cpython-37m-darwin.so (0) <9C2A6710-942E-3D38-8200-746B4F13E85A> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/strptime.cpython-37m-darwin.so
       0x116d15000 -        0x116d3bff3 +timezones.cpython-37m-darwin.so (0) <C1DB5A71-ABFB-33C0-B245-B6A6411B1C05> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/timezones.cpython-37m-darwin.so
       0x116d51000 -        0x116d95fff +parsing.cpython-37m-darwin.so (0) <A2D0C025-B4F1-31CC-A7E6-9C190DFF611B> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/parsing.cpython-37m-darwin.so
       0x116dfa000 -        0x116e51ff3 +period.cpython-37m-darwin.so (0) <F684D5E5-07D4-348D-9D86-A8F6835C55BD> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/period.cpython-37m-darwin.so
       0x116e7b000 -        0x116e8eff3 +frequencies.cpython-37m-darwin.so (0) <74FE1CC8-B39F-359E-8296-8088DC7065F0> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/frequencies.cpython-37m-darwin.so
       0x116e9f000 -        0x116efdff3 +timestamps.cpython-37m-darwin.so (0) <5345260F-6CB0-39D8-9120-7C3B5E4A91A7> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/timestamps.cpython-37m-darwin.so
       0x116f32000 -        0x116f5eff3 +fields.cpython-37m-darwin.so (0) <1628D193-50BD-31C5-AC95-C1CA25A4D66F> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/fields.cpython-37m-darwin.so
       0x116f78000 -        0x116fa4fff +resolution.cpython-37m-darwin.so (0) <65B41877-2C5D-3FA2-8629-CA2377E1E975> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslibs/resolution.cpython-37m-darwin.so
       0x116fc2000 -        0x117036ff3 +hashtable.cpython-37m-darwin.so (0) <16C58A37-E293-39B4-AC69-E29919AA0CEE> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/hashtable.cpython-37m-darwin.so
       0x117067000 -        0x117074ffb +missing.cpython-37m-darwin.so (0) <423DC5CF-3B5B-3FAE-BBBE-3A5EC0BD6D76> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/missing.cpython-37m-darwin.so
       0x11707e000 -        0x117086fff +properties.cpython-37m-darwin.so (0) <19441426-E0B5-3D96-8B81-7090829EDE4A> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/properties.cpython-37m-darwin.so
       0x11708f000 -        0x117096ffb +_json.cpython-37m-darwin.so (0) <DB6DE4CE-316D-3F81-AA47-1E0615A37C17> /Applications/Artemis.app/Contents/MacOS/_json.cpython-37m-darwin.so
       0x11709c000 -        0x1171066ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld
       0x11b167000 -        0x11b1b8ffb +lib.cpython-37m-darwin.so (0) <A432F3D6-2CFA-3F1B-B067-42DE4560698E> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/lib.cpython-37m-darwin.so
       0x11b226000 -        0x11b260ff3 +tslib.cpython-37m-darwin.so (0) <5EB4E064-BE3B-3F02-B5B5-424E3EF7F511> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/tslib.cpython-37m-darwin.so
       0x11b2bb000 -        0x11b442ff7 +algos.cpython-37m-darwin.so (0) <98A2E0A5-3764-3E63-ABA7-851F3425FF1E> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/algos.cpython-37m-darwin.so
       0x11b496000 -        0x11b643fff +interval.cpython-37m-darwin.so (0) <58BEA966-176C-3584-9D90-7E26FCEFFA4C> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/interval.cpython-37m-darwin.so
       0x11b739000 -        0x11b755ff7 +hashing.cpython-37m-darwin.so (0) <0EDFA055-783C-3619-B89D-CFB3A542BE76> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/hashing.cpython-37m-darwin.so
       0x11b768000 -        0x11b78dfff +ops.cpython-37m-darwin.so (0) <92D9CE2F-1FE5-344B-B59D-8950F4D25297> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/ops.cpython-37m-darwin.so
       0x11ba64000 -        0x11bae9fff +index.cpython-37m-darwin.so (0) <E382F096-9670-3032-AAC4-85E392CC18B2> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/index.cpython-37m-darwin.so
       0x11bb19000 -        0x11bd64ff7 +join.cpython-37m-darwin.so (0) <E794B7A5-AC42-36FD-A7BC-5E79D0D41093> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/join.cpython-37m-darwin.so
       0x11be22000 -        0x11bee7fff +sparse.cpython-37m-darwin.so (0) <617C19EF-E47D-3D5B-B768-F8E0AE1E4E99> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/sparse.cpython-37m-darwin.so
       0x11bf03000 -        0x11bfaafff +groupby.cpython-37m-darwin.so (0) <3452D8F9-43A9-356C-91FA-037429B41F63> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/groupby.cpython-37m-darwin.so
       0x11c030000 -        0x11c030ff3 +_uuid.cpython-37m-darwin.so (0) <6485AE51-A8D0-3BF7-B794-9875296F43AF> /Applications/Artemis.app/Contents/MacOS/_uuid.cpython-37m-darwin.so
       0x11c087000 -        0x11c08bffb +base.cpython-37m-darwin.so (0) <CC47D471-C8BE-3DA6-9E47-9C17707AB4EA> /Applications/Artemis.app/Contents/MacOS/pygame/base.cpython-37m-darwin.so
       0x11c090000 -        0x11c093ff3 +constants.cpython-37m-darwin.so (0) <BCFA4249-BDDC-3464-8AE5-6CE6E182D942> /Applications/Artemis.app/Contents/MacOS/pygame/constants.cpython-37m-darwin.so
       0x11c1d6000 -        0x11c1dbfff +indexing.cpython-37m-darwin.so (0) <38D22916-688F-3819-9234-CE4DFE2ACC86> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/indexing.cpython-37m-darwin.so
       0x11c222000 -        0x11c24fffb +internals.cpython-37m-darwin.so (0) <FC5C5C52-D3EE-3987-A338-A918DDD28C52> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/internals.cpython-37m-darwin.so
       0x11c2a9000 -        0x11c2adfff +_csv.cpython-37m-darwin.so (0) <B672BAF9-D59D-30D3-973A-AFCDB2823DB6> /Applications/Artemis.app/Contents/MacOS/_csv.cpython-37m-darwin.so
       0x11c2b3000 -        0x11c2b6ffb +mmap.cpython-37m-darwin.so (0) <DD079134-5EBE-3FC5-922C-E72C2F750944> /Applications/Artemis.app/Contents/MacOS/mmap.cpython-37m-darwin.so
       0x11c2fa000 -        0x11c2fbffb +_scproxy.cpython-37m-darwin.so (0) <B85AD63C-0FE0-3174-911A-E8C37239690A> /Applications/Artemis.app/Contents/MacOS/_scproxy.cpython-37m-darwin.so
       0x11c3be000 -        0x11c44eff7 +window.cpython-37m-darwin.so (0) <51F403AC-531B-3CA0-B2B9-5C5868745077> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/window.cpython-37m-darwin.so
       0x11c47c000 -        0x11c48bff7 +skiplist.cpython-37m-darwin.so (0) <D455C516-9971-3F35-8E36-6A85D39184B1> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/skiplist.cpython-37m-darwin.so
       0x11c515000 -        0x11c546fff +reduction.cpython-37m-darwin.so (0) <27A973FA-2517-34EA-8968-7A250CC829D4> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/reduction.cpython-37m-darwin.so
       0x11c55d000 -        0x11c588ffb +reshape.cpython-37m-darwin.so (0) <9C6BD25D-05CB-3272-BAEC-C144210A61D4> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/reshape.cpython-37m-darwin.so
       0x11c664000 -        0x11c672ff3 +json.cpython-37m-darwin.so (0) <34872918-026B-3C6F-8BA4-357A7E8394AF> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/json.cpython-37m-darwin.so
       0x11c67c000 -        0x11c6eaff3 +parsers.cpython-37m-darwin.so (0) <9B7506FF-A65A-380F-8E62-4385D22D275B> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/parsers.cpython-37m-darwin.so
       0x11c756000 -        0x11c776ff3 +writers.cpython-37m-darwin.so (0) <5BF0BB7D-5BB9-3860-9C4D-641D0AE238FD> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/writers.cpython-37m-darwin.so
       0x11c78d000 -        0x11c798ff3 +_packer.cpython-37m-darwin.so (0) <A91909FD-C560-3EA2-AA6A-6FF40302BBBD> /Applications/Artemis.app/Contents/MacOS/pandas/io/msgpack/_packer.cpython-37m-darwin.so
       0x11c7a3000 -        0x11c7b2ff7 +_unpacker.cpython-37m-darwin.so (0) <F6C7AEA9-05B3-3318-B70A-702E8D309CBD> /Applications/Artemis.app/Contents/MacOS/pandas/io/msgpack/_unpacker.cpython-37m-darwin.so
       0x11c8c0000 -        0x11c8ceff7 +testing.cpython-37m-darwin.so (0) <CAD549C6-E481-3300-A5A5-8E4E96C3954F> /Applications/Artemis.app/Contents/MacOS/pandas/_libs/testing.cpython-37m-darwin.so
       0x11c8d7000 -        0x11cb5cffb +QtWidgets.so (0) <FE34AD46-7D4C-3C14-9A4A-68AB130660B6> /Applications/Artemis.app/Contents/MacOS/PyQt5/QtWidgets.so
       0x11ce3b000 -        0x11d279ffb +QtWidgets (0) <4B88FD5A-BF6D-3102-B095-32D1162AA630> /Applications/Artemis.app/Contents/MacOS/QtWidgets
       0x11d3dc000 -        0x11d820fef +QtGui (0) <0A0AE636-A8A3-3E17-B8F3-9C5D8EB21029> /Applications/Artemis.app/Contents/MacOS/QtGui
       0x11d923000 -        0x11de51fff +QtCore (0) <A5C2F78A-18AB-3684-BD15-0632EFCBA939> /Applications/Artemis.app/Contents/MacOS/QtCore
       0x11df0c000 -        0x11df1ffff +sip.so (0) <B22854EF-F20D-3C3A-A975-26FADE898197> /Applications/Artemis.app/Contents/MacOS/PyQt5/sip.so
       0x11df2a000 -        0x11e076ff3 +QtCore.so (0) <F925F7F4-88FC-3D27-914C-EBC70859A790> /Applications/Artemis.app/Contents/MacOS/PyQt5/QtCore.so
       0x11e264000 -        0x11e3c1fff +QtGui.so (0) <7E691162-64B7-3320-A924-68A5E98C6313> /Applications/Artemis.app/Contents/MacOS/PyQt5/QtGui.so
       0x11e651000 -        0x11e65aff7 +_elementtree.cpython-37m-darwin.so (0) <14CA7332-1C2C-3FDE-BB82-1C8CD1890B77> /Applications/Artemis.app/Contents/MacOS/_elementtree.cpython-37m-darwin.so
       0x11e6a4000 -        0x11e6ddffb +libSDL-1.2.0.dylib (0) <6360EB7A-5AE2-308F-8F2F-BD5DB254E2ED> /Applications/Artemis.app/Contents/MacOS/libSDL-1.2.0.dylib
       0x11e6ee000 -        0x11e6f2ffb +rect.cpython-37m-darwin.so (0) <690EC683-4FE7-3C17-BD7E-B1FA6D763B9F> /Applications/Artemis.app/Contents/MacOS/pygame/rect.cpython-37m-darwin.so
       0x11e6f8000 -        0x11e6f9ff3 +rwobject.cpython-37m-darwin.so (0) <C2191594-42FA-3A1C-8E74-D50F5D6A7471> /Applications/Artemis.app/Contents/MacOS/pygame/rwobject.cpython-37m-darwin.so
       0x11e6fd000 -        0x11e6fdff3 +surflock.cpython-37m-darwin.so (0) <6C5E3936-2A39-32CC-8934-7F1F7ABBD051> /Applications/Artemis.app/Contents/MacOS/pygame/surflock.cpython-37m-darwin.so
       0x11e700000 -        0x11e703ff3 +color.cpython-37m-darwin.so (0) <BA7FE6CE-2A4F-3D46-875E-CF9B19515A95> /Applications/Artemis.app/Contents/MacOS/pygame/color.cpython-37m-darwin.so
       0x11e748000 -        0x11e749ff7 +bufferproxy.cpython-37m-darwin.so (0) <57D04CDD-74D4-38E8-8A52-EB3439499358> /Applications/Artemis.app/Contents/MacOS/pygame/bufferproxy.cpython-37m-darwin.so
       0x11e74d000 -        0x11e757fff +math.cpython-37m-darwin.so (0) <60FF039D-5F0B-3ADF-9425-AAA7473519F9> /Applications/Artemis.app/Contents/MacOS/pygame/math.cpython-37m-darwin.so
       0x11e75f000 -        0x11e761ff3 +cdrom.cpython-37m-darwin.so (0) <3BC45B05-8C1D-33C2-B238-5DE9E90A6382> /Applications/Artemis.app/Contents/MacOS/pygame/cdrom.cpython-37m-darwin.so
       0x11e765000 -        0x11e768ffb +display.cpython-37m-darwin.so (0) <11EB0C50-BC96-328F-AA7E-BF520FF22EFC> /Applications/Artemis.app/Contents/MacOS/pygame/display.cpython-37m-darwin.so
       0x11e76d000 -        0x11e7abff7 +surface.cpython-37m-darwin.so (0) <0C9D8EC7-43D2-3613-B279-42A15843024F> /Applications/Artemis.app/Contents/MacOS/pygame/surface.cpython-37m-darwin.so
       0x11e7b2000 -        0x11e7b8fff +draw.cpython-37m-darwin.so (0) <7AE5360D-FFA5-35F1-B410-9B8990AA2435> /Applications/Artemis.app/Contents/MacOS/pygame/draw.cpython-37m-darwin.so
       0x11e7bc000 -        0x11e7befff +event.cpython-37m-darwin.so (0) <601DFDE5-31E6-3E9D-9AD7-B8AC0C0537A5> /Applications/Artemis.app/Contents/MacOS/pygame/event.cpython-37m-darwin.so
       0x11e7c2000 -        0x11e7c6ff7 +image.cpython-37m-darwin.so (0) <7748F574-DF8D-3250-90F7-4A3086984977> /Applications/Artemis.app/Contents/MacOS/pygame/image.cpython-37m-darwin.so
       0x11e7ca000 -        0x11e7ccffb +imageext.cpython-37m-darwin.so (0) <3A8BAFAA-B717-3654-ADC8-F627032FB828> /Applications/Artemis.app/Contents/MacOS/pygame/imageext.cpython-37m-darwin.so
       0x11e7d0000 -        0x11e7daffb +libSDL_image-1.2.0.dylib (0) <0E244E98-F2DB-37F6-ABEB-38E12678808F> /Applications/Artemis.app/Contents/MacOS/libSDL_image-1.2.0.dylib
       0x11e7ef000 -        0x11e812ffb +libpng16.16.dylib (0) <4416A18C-1C01-3F8B-A9B4-0CF9D03742D4> /Applications/Artemis.app/Contents/MacOS/libpng16.16.dylib
       0x11e81b000 -        0x11e847ffb +libjpeg.9.dylib (0) <8D69399D-C6B6-3679-BFD7-FCE79ABD2B67> /Applications/Artemis.app/Contents/MacOS/libjpeg.9.dylib
       0x11e84e000 -        0x11e8a9ffb +libtiff.5.dylib (0) <EB8A3F12-0548-3960-A0C6-A285939F2786> /Applications/Artemis.app/Contents/MacOS/libtiff.5.dylib
       0x11e8b7000 -        0x11e90cff7 +libwebp.7.dylib (0) <F674E433-104F-328B-A451-236BD1E9DDB6> /Applications/Artemis.app/Contents/MacOS/libwebp.7.dylib
       0x11e91b000 -        0x11e91cffb +joystick.cpython-37m-darwin.so (0) <65510E56-E106-3930-B9AA-531125D55939> /Applications/Artemis.app/Contents/MacOS/pygame/joystick.cpython-37m-darwin.so
       0x11e920000 -        0x11e920ff3 +key.cpython-37m-darwin.so (0) <EE209901-6FC2-34EC-9442-D0A25CC68937> /Applications/Artemis.app/Contents/MacOS/pygame/key.cpython-37m-darwin.so
       0x11e923000 -        0x11e924fff +mouse.cpython-37m-darwin.so (0) <62845AF7-2864-3914-9127-09E4B33837C0> /Applications/Artemis.app/Contents/MacOS/pygame/mouse.cpython-37m-darwin.so
       0x11e927000 -        0x11e928fff +time.cpython-37m-darwin.so (0) <DEC87711-5E01-3E49-8685-9E94927F17A0> /Applications/Artemis.app/Contents/MacOS/pygame/time.cpython-37m-darwin.so
       0x11e92c000 -        0x11e933ff7 +mask.cpython-37m-darwin.so (0) <29C990DB-8CE3-341F-B30B-7D894894B3DE> /Applications/Artemis.app/Contents/MacOS/pygame/mask.cpython-37m-darwin.so
       0x11e938000 -        0x11e939ff7 +_queue.cpython-37m-darwin.so (0) <6A789C11-D4DB-35D6-A349-B862E095112B> /Applications/Artemis.app/Contents/MacOS/_queue.cpython-37m-darwin.so
       0x11e93d000 -        0x11e943ff7 +pixelcopy.cpython-37m-darwin.so (0) <CF411638-0AEB-32BB-A36F-C1DFC32F6FCD> /Applications/Artemis.app/Contents/MacOS/pygame/pixelcopy.cpython-37m-darwin.so
       0x11e986000 -        0x11e98dff3 +pixelarray.cpython-37m-darwin.so (0) <DF17AE41-0D88-3EE2-9FF8-F9C379583903> /Applications/Artemis.app/Contents/MacOS/pygame/pixelarray.cpython-37m-darwin.so
       0x11e992000 -        0x11e992fff +overlay.cpython-37m-darwin.so (0) <2291A373-4038-339B-AFA0-DD94AD0D48D9> /Applications/Artemis.app/Contents/MacOS/pygame/overlay.cpython-37m-darwin.so
       0x11e995000 -        0x11e99eff7 +transform.cpython-37m-darwin.so (0) <203CB1DA-26FF-399A-A7EC-3BE329F73D51> /Applications/Artemis.app/Contents/MacOS/pygame/transform.cpython-37m-darwin.so
       0x11e9a3000 -        0x11e9a5ffb +font.cpython-37m-darwin.so (0) <2FB21F82-A777-377C-A159-12EFB7FD74EE> /Applications/Artemis.app/Contents/MacOS/pygame/font.cpython-37m-darwin.so
       0x11e9a9000 -        0x11e9adfff +libSDL_ttf-2.0.0.dylib (0) <72DB17BC-7A42-3412-9351-78E7EE891002> /Applications/Artemis.app/Contents/MacOS/libSDL_ttf-2.0.0.dylib
       0x11e9b1000 -        0x11ea30ff7 +libfreetype.6.dylib (0) <FC0E4D5E-6754-317E-AB84-05952C6F96DB> /Applications/Artemis.app/Contents/MacOS/libfreetype.6.dylib
       0x11ea49000 -        0x11ea4aff3 +mixer_music.cpython-37m-darwin.so (0) <1F31E3B2-00E1-335C-B4B3-69F4A4BF388F> /Applications/Artemis.app/Contents/MacOS/pygame/mixer_music.cpython-37m-darwin.so
       0x11ea4e000 -        0x11ea69ff7 +libSDL_mixer-1.2.0.dylib (0) <6364CB3D-CCFE-3F04-871A-0F982E54E2F8> /Applications/Artemis.app/Contents/MacOS/libSDL_mixer-1.2.0.dylib
       0x11ea9e000 -        0x11eac9ff7 +libmikmod.3.dylib (0) <53EE6E65-5FF6-33CC-91BB-8632D8F3224C> /Applications/Artemis.app/Contents/MacOS/libmikmod.3.dylib
       0x11ead7000 -        0x11eb05ffb +libfluidsynth.1.7.2.dylib (0) <9D51F5FA-6ACB-363D-AFCD-F92E671442A8> /Applications/Artemis.app/Contents/MacOS/libfluidsynth.1.7.2.dylib
       0x11eb85000 -        0x11eb8affb +libvorbisfile.3.dylib (0) <6070C097-E230-3FF3-9D5D-1915B3118304> /Applications/Artemis.app/Contents/MacOS/libvorbisfile.3.dylib
       0x11eb8e000 -        0x11ebb2ff3 +libvorbis.0.dylib (0) <3BA9B22D-89B6-3DFC-8305-C8AE0A9E88E2> /Applications/Artemis.app/Contents/MacOS/libvorbis.0.dylib
       0x11ebb7000 -        0x11ebbafff +libogg.0.dylib (0) <F08C6952-8115-3D02-A6B1-8E4C8C5D400A> /Applications/Artemis.app/Contents/MacOS/libogg.0.dylib
       0x11ebbe000 -        0x11ebe6ff3 +libFLAC.8.dylib (0) <957C192B-6300-3814-9866-A7ABB1C45318> /Applications/Artemis.app/Contents/MacOS/libFLAC.8.dylib
       0x11ebf3000 -        0x11ec26ff7 +libsmpeg-0.4.0.dylib (0) <222F8EE2-0606-3DDE-B0A4-2B3A31878C14> /Applications/Artemis.app/Contents/MacOS/libsmpeg-0.4.0.dylib
       0x11ec4b000 -        0x11ec4efff +libgthread-2.0.0.dylib (0) <12C74F91-F248-36A8-8B9D-17034B498A0F> /Applications/Artemis.app/Contents/MacOS/libgthread-2.0.0.dylib
       0x11ec51000 -        0x11ed23fff +libglib-2.0.0.dylib (0) <9C885093-8151-33EC-9E5D-08B171D33E0B> /Applications/Artemis.app/Contents/MacOS/libglib-2.0.0.dylib
       0x11ed49000 -        0x11ed51ff3 +libintl.8.dylib (0) <89A49B65-40E2-340A-A6B3-B344F7AEEB32> /Applications/Artemis.app/Contents/MacOS/libintl.8.dylib
       0x11ed56000 -        0x11edbdff7 +libpcre.1.dylib (0) <EB2AFB43-1566-3461-9673-1F93888456D8> /Applications/Artemis.app/Contents/MacOS/libpcre.1.dylib
       0x11edc2000 -        0x11edc6fff +mixer.cpython-37m-darwin.so (0) <0A24428E-D971-3B80-8151-A9B3CCA893A7> /Applications/Artemis.app/Contents/MacOS/pygame/mixer.cpython-37m-darwin.so
       0x11edcc000 -        0x11edcdff3 +fastevent.cpython-37m-darwin.so (0) <3C809FCB-F47C-3A46-ADDC-AFEE7639E8BA> /Applications/Artemis.app/Contents/MacOS/pygame/fastevent.cpython-37m-darwin.so
       0x11ee51000 -        0x11ee51fff +_contextvars.cpython-37m-darwin.so (0) <10C47ECC-0E7B-3C6B-9326-8DC62933B4EC> /Applications/Artemis.app/Contents/MacOS/_contextvars.cpython-37m-darwin.so
       0x11ee54000 -        0x11ee5affb +_asyncio.cpython-37m-darwin.so (0) <E8F3E35E-5F92-3E42-8C50-7B37D7160BF9> /Applications/Artemis.app/Contents/MacOS/_asyncio.cpython-37m-darwin.so
       0x11eee6000 -        0x11eefaff7 +_multidict.cpython-37m-darwin.so (???) <68534C95-3BA3-3C24-AFCD-9BE2B206B004> /Applications/Artemis.app/Contents/MacOS/multidict/_multidict.cpython-37m-darwin.so
       0x11efe7000 -        0x11eff7ff7 +_quoting.cpython-37m-darwin.so (???) <DF108538-6FAD-3A0F-8E60-0E0C232B55BF> /Applications/Artemis.app/Contents/MacOS/yarl/_quoting.cpython-37m-darwin.so
       0x11f105000 -        0x11f10bfff +_helpers.cpython-37m-darwin.so (0) <3A020F93-EED2-374D-AD56-204C62B3378C> /Applications/Artemis.app/Contents/MacOS/aiohttp/_helpers.cpython-37m-darwin.so
       0x11f112000 -        0x11f117ff7 +_http_writer.cpython-37m-darwin.so (0) <406A4263-23E9-3DFE-BD9B-E4997E85175A> /Applications/Artemis.app/Contents/MacOS/aiohttp/_http_writer.cpython-37m-darwin.so
       0x11f161000 -        0x11f1adfff +_http_parser.cpython-37m-darwin.so (0) <7B7C4D9E-4DC8-3435-8035-E29C5D0BE9A9> /Applications/Artemis.app/Contents/MacOS/aiohttp/_http_parser.cpython-37m-darwin.so
       0x11f1d3000 -        0x11f1d6fff +_websocket.cpython-37m-darwin.so (0) <BEF53B88-DE28-3E24-8DE0-CB85CCAB2229> /Applications/Artemis.app/Contents/MacOS/aiohttp/_websocket.cpython-37m-darwin.so
       0x11f3b8000 -        0x11f3c1ff7 +_frozenlist.cpython-37m-darwin.so (0) <3CDAD239-0153-38A2-9F5C-694E96F524A5> /Applications/Artemis.app/Contents/MacOS/aiohttp/_frozenlist.cpython-37m-darwin.so
       0x11fb45000 -        0x11fb6aff7 +libqmacstyle.dylib (0) <A533C999-5E3C-3DFA-8E40-562FE6FD5F24> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/styles/libqmacstyle.dylib
       0x11fb7d000 -        0x11fb83ff3 +libqgif.dylib (0) <FBCF9D2D-D4ED-3A27-A5BA-A95659019BD9> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqgif.dylib
       0x11fb87000 -        0x11fb8effb +libqicns.dylib (0) <9F53B452-7CB3-3BA8-8DE8-48C0555A46CF> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqicns.dylib
       0x11fb93000 -        0x11fb98ff3 +libqico.dylib (0) <AE812A3C-F99E-33E3-A571-B973F0C1A032> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqico.dylib
       0x11fb9d000 -        0x11fba2ff7 +libqmacheif.dylib (0) <51DF8F6D-F562-3679-B658-6FC77D01CFFE> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqmacheif.dylib
       0x11fba7000 -        0x11fbacffb +libqmacjp2.dylib (0) <EC243B59-0C7D-3C31-BCFA-95B663B7C1D1> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqmacjp2.dylib
       0x11fbb1000 -        0x11fbb5fff +libqsvg.dylib (0) <5BC60854-9DCC-3C7A-81BC-555C28B302B5> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqsvg.dylib
       0x11fd7c000 -        0x11fee1fff +libqcocoa.dylib (0) <A20B7E1A-FCA9-36DD-BE7A-1D36A920C878> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/platforms/libqcocoa.dylib
       0x11ff2d000 -        0x11ff8bfff +QtDBus (0) <1794BF10-F5CF-3430-8628-70D3B1538A64> /Applications/Artemis.app/Contents/MacOS/QtDBus
       0x11ffa4000 -        0x11ffcdff7 +QtPrintSupport (0) <164F26B8-1B82-3DDF-B5E7-43FA02F95BF6> /Applications/Artemis.app/Contents/MacOS/QtPrintSupport
       0x1203e5000 -        0x1203e9ffb +libqtga.dylib (0) <9C4574F8-B518-32D4-BDF1-B152E664CE3D> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqtga.dylib
       0x1203ed000 -        0x1203f0ff3 +libqwbmp.dylib (0) <19E12A4A-90FB-3F4D-86DF-064B92E26645> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqwbmp.dylib
       0x1229b1000 -        0x1229b4047  libobjc-trampolines.dylib (756.2) <5795A048-3940-3801-90CE-33D1B1AF81F4> /usr/lib/libobjc-trampolines.dylib
       0x12438a000 -        0x1243edffb +libqjpeg.dylib (0) <17D71649-EEEF-3809-B15B-5C54C155E9CE> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqjpeg.dylib
       0x1243f3000 -        0x124426ff7 +QtSvg (0) <4A036CFB-5890-3BE2-8D48-87B828FA1B63> /Applications/Artemis.app/Contents/MacOS/QtSvg
       0x124443000 -        0x1244a6ff3 +libqtiff.dylib (0) <DA6EC20E-B384-3B71-B750-CD9D886FE6B3> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqtiff.dylib
       0x1244ae000 -        0x124542ff3 +libqwebp.dylib (0) <8FAED77F-3E44-38B8-B82F-B572C251F363> /Applications/Artemis.app/Contents/MacOS/PyQt5/Qt/plugins/imageformats/libqwebp.dylib
    0x7fff354a4000 -     0x7fff354b3ff7  libSimplifiedChineseConverter.dylib (73) <D4C5FA9B-B6B9-35F0-8060-DFDA02BD9B06> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x7fff354df000 -     0x7fff35838fff  com.apple.RawCamera.bundle (8.15.0 - 1031.4.4) <FBDF396C-3751-34C2-B452-F1449C583AE2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff3a2ff000 -     0x7fff3a630fff  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (12.9.22 - 12.0.9) <E8460F51-23F4-3B8A-8B02-5A69F5AB9249> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff3cd8d000 -     0x7fff3cd91fff  com.apple.agl (3.3.2 - AGL-3.3.2) <D1753A7C-4109-3778-BA57-9ED1BCED8EBC> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff3d13c000 -     0x7fff3d13cfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3d13d000 -     0x7fff3d153ff7  libCGInterfaces.dylib (506.22) <09E81708-D0A7-3AB6-9B7C-8245E33E27A3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff3d154000 -     0x7fff3d7edfef  com.apple.vImage (8.1 - ???) <EFFD9A9C-5563-3762-91CA-9F50FDB7A547> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff3d7ee000 -     0x7fff3da67ff3  libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff3da68000 -     0x7fff3dadaffb  libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff3dadb000 -     0x7fff3de84ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3de85000 -     0x7fff3de9afeb  libLinearAlgebra.dylib (1243.200.4) <CB671EE6-DEA1-391C-9B2B-AA09A46B4D7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff3de9b000 -     0x7fff3dea0ff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff3dea1000 -     0x7fff3df1dff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff3df1e000 -     0x7fff3df31fe3  libSparseBLAS.dylib (1243.200.4) <E9243341-DB77-37C1-97C5-3DFA00DD70FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3df32000 -     0x7fff3e119ff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3e11a000 -     0x7fff3e1cdff7  libvMisc.dylib (671.250.4) <73637194-497A-39F9-90F5-004DA772AC69> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3e1ce000 -     0x7fff3e1cefff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3e370000 -     0x7fff3f125ff3  com.apple.AppKit (6.9 - 1671.50.111) <933155DC-6404-3646-B6AE-087D34F611BE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff3f177000 -     0x7fff3f177fff  com.apple.ApplicationServices (50.1 - 50.1) <4A6ACC13-2623-36B8-A196-2300980803CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff3f178000 -     0x7fff3f1e3fff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3f27c000 -     0x7fff3f393fff  libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff3f394000 -     0x7fff3f3d6fff  libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff3f430000 -     0x7fff3f462fff  libTrueTypeScaler.dylib (228.6.2.3) <7E4C5D9C-51AF-3EC1-8FA5-11CD4BEE477A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff3f4c7000 -     0x7fff3f4cbff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <B53D557C-071F-3ED9-826A-847DEB465F62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff3f566000 -     0x7fff3f5b8ff7  com.apple.HIServices (1.22 - 628) <26A8B7C0-41CC-3DB4-99D7-BD922866DC77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff3f5b9000 -     0x7fff3f5c8fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff3f5c9000 -     0x7fff3f612ff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff3f613000 -     0x7fff3f64cff7  com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3f64d000 -     0x7fff3f659fff  com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <80FA7439-EC77-3CEC-B5D1-5EFE9E503E11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff3f65a000 -     0x7fff3f8d1ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <EB71583C-58C9-3CF8-92F9-2D57B24BBD4F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff3f8d3000 -     0x7fff3f8d3fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <121176B6-7ABE-3AFB-A252-CCED694D98D4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff3fc2b000 -     0x7fff3ffccfff  com.apple.CFNetwork (978.0.7 - 978.0.7) <9FDEFE50-BE1B-386E-8B3C-AEF251069E52> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3ffe1000 -     0x7fff3ffe1fff  com.apple.Carbon (158 - 158) <AC9E8C1E-2566-3C2C-8B6B-B5B4C9A1B8B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3ffe2000 -     0x7fff3ffe5ffb  com.apple.CommonPanels (1.2.6 - 98) <1CD6D56D-8EC7-3528-8CBC-FC69533519B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3ffe6000 -     0x7fff402dcff7  com.apple.HIToolbox (2.1.1 - 918.5) <F7DA4F20-123B-30FB-9C27-5AB1746DEF63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff402dd000 -     0x7fff402e0ff3  com.apple.help (1.3.8 - 66) <A08517EB-8958-36C9-AEE0-1A8FEEACBE3F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff402e1000 -     0x7fff402e6ff7  com.apple.ImageCapture (9.0 - 1534.2) <DB063E87-ED8F-3E4E-A7E2-A6B45FA73EF7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff402e7000 -     0x7fff4037cff3  com.apple.ink.framework (10.9 - 225) <7C7E9483-2E91-3DD3-B1E0-C238F42CA0DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff4037d000 -     0x7fff40395ff7  com.apple.openscripting (1.7 - 179.1) <9B8C1ECC-5864-3E21-9149-863E884EA25C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff403b5000 -     0x7fff403b6ff7  com.apple.print.framework.Print (14.2 - 267.4) <A7A9D2A0-D4E0-35EF-A0F7-50521F707C33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff403b7000 -     0x7fff403b9ff7  com.apple.securityhi (9.0 - 55006) <05717F77-7A7B-37E6-AB3E-03F063E9095B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff403ba000 -     0x7fff403c0ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <3CC050FB-EBCB-3087-8EA5-F378C8F99217> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff404e2000 -     0x7fff404e2fff  com.apple.Cocoa (6.11 - 23) <9378783B-65FE-3E78-A7D5-0D11EE9117AE> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff404f0000 -     0x7fff405bcff7  com.apple.ColorSync (4.13.0 - 3340.7) <74B373AB-42C7-330D-A577-1C43BFA6024F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff40748000 -     0x7fff407cefff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff40832000 -     0x7fff4085cffb  com.apple.CoreBluetooth (1.0 - 1) <F08FE8C0-DD18-37E0-B707-3EF704A73FD6> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff4085d000 -     0x7fff40be1fe3  com.apple.CoreData (120 - 866.5) <37F35F2E-FE57-3E3F-A1E5-AD274A8C1FDE> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff40be2000 -     0x7fff40cc9ff7  com.apple.CoreDisplay (101.3 - 109.19) <B00A19C2-4A6A-388C-8AD6-33A42D10D7F0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff40cca000 -     0x7fff4110efff  com.apple.CoreFoundation (6.9 - 1575.12) <64C38BF2-1869-33C8-B1B6-DCA9C824C0E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff41110000 -     0x7fff4179ffe7  com.apple.CoreGraphics (2.0 - 1260.2) <23436C9A-7D62-3E9F-867A-798C93B52080> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff417a1000 -     0x7fff41ac1fff  com.apple.CoreImage (14.4.0 - 750.0.140) <96FA4D1B-AC88-305C-8F4D-D7D44657B733> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff41b3b000 -     0x7fff41b91ff7  com.apple.audio.midi.CoreMIDI (1.10 - 88) <B5531AC1-FEDF-331C-AE38-883809BEF972> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff41dbe000 -     0x7fff41ec2ff7  com.apple.CoreMedia (1.0 - 2288.40) <9BB054FB-68F1-3F03-A8B3-3E55471A6F9B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff41f1f000 -     0x7fff41f1ffff  com.apple.CoreServices (945 - 945) <E937BA69-19D5-3A30-B31E-8A6B94E9D9A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff41f20000 -     0x7fff41f9cff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff41f9d000 -     0x7fff42274fff  com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <52F5484E-94B1-37B7-B1AC-E210DF5721AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff42275000 -     0x7fff422bdff7  com.apple.DictionaryServices (1.2 - 284.16.4) <C3D15FD1-759B-3815-8128-42D8220BC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff422be000 -     0x7fff422c6ffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff422c7000 -     0x7fff42479fff  com.apple.LaunchServices (945 - 945) <05FA145B-75AA-3AE6-BB82-F156B29F4FF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff4247a000 -     0x7fff42518ff7  com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff42519000 -     0x7fff42563ff7  com.apple.CoreServices.OSServices (945 - 945) <119C5548-59C3-3F94-B23F-8AF02CA10EAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff42564000 -     0x7fff425cbff7  com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff425cc000 -     0x7fff425edff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff428f8000 -     0x7fff42a5aff3  com.apple.CoreText (352.0 - 584.26.3.2) <A99FD623-7F6E-3C77-8241-E98F664EC039> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff42a5b000 -     0x7fff42a9afff  com.apple.CoreVideo (1.8 - 0.0) <1AD23C58-E68E-329B-A1FA-6BF7DD577687> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff42a9b000 -     0x7fff42b2afff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <F2EA31D8-53BF-32E8-B537-64B4F2BF4B6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff42d81000 -     0x7fff42d86ffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff42f4c000 -     0x7fff432f9fff  com.apple.Foundation (6.9 - 1575.12) <AD258ED7-64AE-367C-AE5F-48D45089D9F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff43368000 -     0x7fff43397ffb  com.apple.GSS (4.0 - 2.0) <E41430E5-713B-3E53-BF7E-A3991A881B62> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff43497000 -     0x7fff435a1fff  com.apple.Bluetooth (6.0.12 - 6.0.12f1) <58A607F0-A818-3535-A7BD-858D5BB0A807> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff43603000 -     0x7fff43692fff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <CCA92450-8808-37EC-B68E-2C2846B086CE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff43694000 -     0x7fff436a3ffb  com.apple.IOSurface (255.5.4 - 255.5.4) <83F58E47-0D06-3E78-9D19-D38D3205464B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff436f7000 -     0x7fff43882fef  com.apple.ImageIO.framework (3.3.0 - 1850.2) <E1CC52A4-1074-3997-849B-42EF20EE1ADC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff43883000 -     0x7fff43887ffb  libGIF.dylib (1850.2) <FB52622F-2A7D-36D0-B821-35DB2BAF9EE8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff43888000 -     0x7fff43964fef  libJP2.dylib (1850.2) <7FAC16D8-1144-30A1-BABC-008423C7A851> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff43965000 -     0x7fff4398afeb  libJPEG.dylib (1850.2) <78401F6E-345B-3179-A82A-01F813F15D95> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff43c4d000 -     0x7fff43c73feb  libPng.dylib (1850.2) <FF3ABAE1-43F0-3A76-A284-398397693D46> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff43c74000 -     0x7fff43c76ffb  libRadiance.dylib (1850.2) <92529333-0935-341B-B271-69C235FEF6B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff43c77000 -     0x7fff43cc4fe7  libTIFF.dylib (1850.2) <FFC74F3B-16F9-38FE-9D3F-D8DC6DEDB9E9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff44e3b000 -     0x7fff44e54fff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff4510e000 -     0x7fff45118fff  com.apple.MediaAccessibility (1.0 - 114.4) <76C449C5-DB45-3D7F-BFAD-3DACEF15DA21> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff451c8000 -     0x7fff4586eff7  com.apple.MediaToolbox (1.0 - 2288.40) <0629E756-3D2A-36A4-B25F-9C050FC859B5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff45870000 -     0x7fff45918ff7  com.apple.Metal (161.9.16 - 161.9.16) <A93AA7FC-B72A-3CBF-9932-81DDDFA1DFCD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff45934000 -     0x7fff45953ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <EE85B6D5-5C12-3CE8-8C33-54A203EDC76E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff45954000 -     0x7fff459d0fe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <5A78F2DC-9D2B-37BA-B21F-ECFFCC6F7720> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff459d1000 -     0x7fff459f8fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <096DB3E6-7DDF-3B47-857A-46A203642ACF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff459f9000 -     0x7fff45b24ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D2128338-F1E8-3BEE-A729-AC13A524DD78> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff45b25000 -     0x7fff45b3ffff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <ADA5A93C-F79E-3931-840D-48C6B6B305EA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff45b40000 -     0x7fff45b41ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <515A92B3-A23B-3AC2-8D1B-85B248595B76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff46938000 -     0x7fff46944ff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff493e2000 -     0x7fff49439ff7  com.apple.opencl (2.15.3 - 2.15.3) <AA9CE8F7-DB7C-35A5-A019-2207D1BBFF38> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4943a000 -     0x7fff49455ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff49456000 -     0x7fff49461ffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff49db1000 -     0x7fff49db3fff  libCVMSPluginSupport.dylib (17.7.2) <247121BB-626C-318E-B24E-3D436E752DF7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff49db4000 -     0x7fff49db9ff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff49dba000 -     0x7fff49dbefff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff49dbf000 -     0x7fff49dc7ff7  libGFXShared.dylib (17.7.2) <B75A6E93-E5BE-32A8-8D46-00D8E909DFD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff49dc8000 -     0x7fff49dd3fff  libGL.dylib (17.7.2) <E88FF023-7E15-3E95-88FD-6C415550F769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff49dd4000 -     0x7fff49e0efe7  libGLImage.dylib (17.7.2) <B4C140F3-AF8C-30C8-A03E-B16A20BB05A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff49f82000 -     0x7fff49fc0fff  libGLU.dylib (17.7.2) <EA69FA36-3F20-337C-A6B3-EC49DC2F12F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff4a95d000 -     0x7fff4a96cffb  com.apple.opengl (17.7.2 - 17.7.2) <8EFFA6F9-ABE8-3131-9D3F-37E9796DDF34> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff4b76f000 -     0x7fff4b9c5fff  com.apple.QuartzCore (1.11 - 699.27.4.1) <BB3BBD58-84DF-3849-B4ED-5FF8DA4015B8> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff4c1fa000 -     0x7fff4c4f9fff  com.apple.security (7.0 - 58286.260.20) <59B4100E-5A31-3EF4-954A-2A69341995F3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff4c4fa000 -     0x7fff4c586fff  com.apple.securityfoundation (6.0 - 55185.260.1) <DB8EB672-5D3A-3082-A62E-4D75C81D94A4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff4c5b8000 -     0x7fff4c5bcfff  com.apple.xpc.ServiceManagement (1.0 - 1) <4AD0F8EE-884C-3FA7-85D9-27F201BC3C64> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4c954000 -     0x7fff4c9c1fff  com.apple.SystemConfiguration (1.17 - 1.17) <1562078D-3251-31B2-B9C6-2667C567F883> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff4cc20000 -     0x7fff4cf7fff7  com.apple.VideoToolbox (1.0 - 2288.40) <17BD9E7F-3B8E-3B62-BACE-AE04824F4B7B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff4fc40000 -     0x7fff4fce5feb  com.apple.APFS (1.0 - 1) <C001DCC2-32BE-327A-AE03-281885BD93BF> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff506f7000 -     0x7fff506f8ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff50cf6000 -     0x7fff50d22ff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <3850E3A9-E00A-374E-87EA-AB01E503E769> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff50e4a000 -     0x7fff50e59fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff50f55000 -     0x7fff50f60fff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff50fa1000 -     0x7fff50feaff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff5123e000 -     0x7fff51260fff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff51324000 -     0x7fff51374ff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <63EBC1A7-25B5-3FF2-AA73-BB378B5FE8D4> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff513bf000 -     0x7fff513d3ffb  com.apple.AssertionServices (1.0 - 1) <11FC4241-6069-3B3A-9BCE-9B68F3A4D2AB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff517a2000 -     0x7fff5188eff7  com.apple.AuthKit (1.0 - 1) <34496FD5-4BAB-3DF3-BF7F-70F38C66848D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff51a50000 -     0x7fff51a58fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff51a59000 -     0x7fff51aeefff  com.apple.backup.framework (1.10.5 - ???) <BAFC1D7F-9D75-3C45-AAD4-569D13E445C5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff51aef000 -     0x7fff51b5cff3  com.apple.BaseBoard (360.28 - 360.28) <DBE27FB4-3FFD-3E9A-846C-F6E7D797286A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff537c6000 -     0x7fff537cfffb  com.apple.CommonAuth (4.0 - 2.0) <81C987FD-69EB-344B-94D9-B9D93624D257> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff53c68000 -     0x7fff5404bfef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C71F1581-E73B-3DA0-958B-E912C3FB3F23> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff5404c000 -     0x7fff5407aff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <A04A99B8-DAC5-36FC-BAC7-7431600C1F89> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff544a7000 -     0x7fff544b8ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff54a61000 -     0x7fff54ac7ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff54d74000 -     0x7fff54d7cff7  com.apple.CorePhoneNumbers (1.0 - 1) <7A826DA2-4725-39D8-AF27-6F034DC53C4E> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff54ef8000 -     0x7fff54f29ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff552f0000 -     0x7fff55374fff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff55404000 -     0x7fff5552fff7  com.apple.coreui (2.1 - 499.10) <105F61F3-D0AE-332B-A485-8615187BB409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff55530000 -     0x7fff556cefff  com.apple.CoreUtils (5.8 - 580.19) <CF9C5677-4946-3328-8CE3-C70F2E8599D8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff55722000 -     0x7fff55785ff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <77E078A7-A34F-333B-B50F-8829537D6E9D> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff55786000 -     0x7fff55797ff7  com.apple.CrashReporterSupport (10.13 - 938.25) <C7665EC7-9389-3717-B152-A59D7872C63C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff55827000 -     0x7fff55836fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff55837000 -     0x7fff5583bfff  com.apple.DSExternalDisplay (3.1 - 380) <645C719D-05D4-3CD7-84D7-4C5218859E0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff558bc000 -     0x7fff55931ff3  com.apple.datadetectorscore (7.0 - 590.24) <72F0CBF1-D3E9-36C5-B877-F42E1EC59A0E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5597d000 -     0x7fff559baff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff559bb000 -     0x7fff55af6ff7  com.apple.desktopservices (1.13.5 - ???) <4AF2E011-2CB0-3588-83CB-882ADDA78CAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff56a33000 -     0x7fff56e4efff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff5a702000 -     0x7fff5a703fff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff5bda3000 -     0x7fff5bda8fff  com.apple.GPUWrangler (3.40.16 - 3.40.16) <B9D4F2DD-5D11-32FF-B5BE-29E137458728> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff5cbb3000 -     0x7fff5cbc2fff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5cd12000 -     0x7fff5cd86ffb  com.apple.Heimdal (4.0 - 2.0) <5E8F6B79-960D-3030-B889-D29A4015D205> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5e075000 -     0x7fff5e07cffb  com.apple.IOAccelerator (404.9 - 404.9) <F9C604B3-3DF7-3EE7-8A44-7877FAF2E6A4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5e080000 -     0x7fff5e098fff  com.apple.IOPresentment (1.0 - 42.6) <55CB91EF-90F1-3D0A-A59E-2F75CD2EB4AE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5e440000 -     0x7fff5e46dff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5e701000 -     0x7fff5e713ff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <5AAC527E-D197-39B2-A6C9-E0D0FB9CA9B9> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5e72e000 -     0x7fff5e809ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5e80a000 -     0x7fff5e846ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5e84d000 -     0x7fff5e852fff  com.apple.LinguisticData (1.0 - 238.25) <61910887-D5CE-3567-9A5F-6DFEC942EC1F> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5f070000 -     0x7fff5f073fff  com.apple.Mangrove (1.0 - 25) <537A5B2E-4C30-3CFD-8BDC-79F9A04AC327> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5f547000 -     0x7fff5f56fff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5f570000 -     0x7fff5f5fdff7  com.apple.gpusw.MetalTools (1.0 - 1) <DBC4718E-F588-382D-A415-405D0028804D> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5f613000 -     0x7fff5f62cffb  com.apple.MobileAssets (1.0 - 437.250.3) <8BE5B3A0-8F3A-3FAE-9AFF-32836300183C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5f7aa000 -     0x7fff5f7c5ffb  com.apple.MobileKeyBag (2.0 - 1.0) <4678FECE-538B-381C-80F2-27AA4805F160> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5f84e000 -     0x7fff5f878ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <3BF81F33-89A8-3A2D-84B3-B343020B6D98> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5fab4000 -     0x7fff5fabefff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff6031f000 -     0x7fff60370ff3  com.apple.OTSVG (1.0 - ???) <3976F8CC-1CFB-3E09-9009-FE985550565B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff614f5000 -     0x7fff61504ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff63394000 -     0x7fff633b2ff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff6354a000 -     0x7fff6359afff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff636ed000 -     0x7fff6370ffff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff64f14000 -     0x7fff65032fff  com.apple.Sharing (1288.43 - 1288.43) <B9AB8C05-F2F2-371F-A9AF-1D139E2CE54C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff65e43000 -     0x7fff660f1ffb  com.apple.SkyLight (1.600.0 - 340.26) <CD2A7069-6CEA-3737-9E9D-7AE2FED912AB> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff66893000 -     0x7fff6689ffff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff66f3e000 -     0x7fff66f7aff3  com.apple.StreamingZip (1.0 - 1) <AF132752-3532-3BFD-8C32-8BA9D1B3449A> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff66ff0000 -     0x7fff6707bfc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff67563000 -     0x7fff6756fffb  com.apple.TCC (1.0 - 1) <968ECAE1-FBB9-3478-BDCE-85E54B6C422D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff677d5000 -     0x7fff6789dff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6795a000 -     0x7fff67b10ff7  com.apple.UIFoundation (1.0 - 551) <E9D17DAD-230D-390A-B117-3D100C5AF5F2> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff6878c000 -     0x7fff68865fff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff6903c000 -     0x7fff6903ffff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff69440000 -     0x7fff69442ffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff6970c000 -     0x7fff69740fff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff69743000 -     0x7fff6974dff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff697db000 -     0x7fff697dcffb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff69813000 -     0x7fff69a6aff3  libFosl_dynamic.dylib (18.3.4) <45E50221-1A39-3AB3-8267-C1E4E39ECF83> /usr/lib/libFosl_dynamic.dylib
    0x7fff69abb000 -     0x7fff69ad9fff  libMobileGestalt.dylib (645.260.6) <0232958E-1EF2-3627-B8FF-09C6522594C7> /usr/lib/libMobileGestalt.dylib
    0x7fff69ada000 -     0x7fff69adafff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff69c1a000 -     0x7fff69c1bffb  libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib
    0x7fff69c97000 -     0x7fff69c98fff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff69caa000 -     0x7fff69cc0ffb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff69cc1000 -     0x7fff69ceaffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff69ceb000 -     0x7fff69d6afff  libate.dylib (1.13.8) <92B44EDB-369D-3EE8-AEC5-61F8B9313DBF> /usr/lib/libate.dylib
    0x7fff69d6e000 -     0x7fff69d6eff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff69e3e000 -     0x7fff69e4effb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff69e4f000 -     0x7fff69e5cfff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff69e5d000 -     0x7fff69eb0ff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff69eb1000 -     0x7fff69ec6ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff69ec7000 -     0x7fff69ec7ff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff69ec8000 -     0x7fff69ed8ffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff69ed9000 -     0x7fff69ef1ffb  libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib
    0x7fff6a166000 -     0x7fff6a17cfff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff6a17d000 -     0x7fff6a17eff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff6a62a000 -     0x7fff6a680ff7  libcups.2.dylib (462.10) <2AC7B8C3-0D25-3E0F-A34A-94658A06FF94> /usr/lib/libcups.2.dylib
    0x7fff6a796000 -     0x7fff6a7b3ff7  libedit.3.dylib (50.200.2) <8FBA9760-CFF6-3F53-8DBE-AEC526337D7A> /usr/lib/libedit.3.dylib
    0x7fff6a7b4000 -     0x7fff6a7b4fff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff6a7b5000 -     0x7fff6a7ceffb  libexpat.1.dylib (16.1.1) <28A385F1-4210-32D2-861B-C1B2189A5294> /usr/lib/libexpat.1.dylib
    0x7fff6a7e6000 -     0x7fff6a7ebff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff6a7ec000 -     0x7fff6a7f1ff7  libheimdal-asn1.dylib (520.260.1) <DC44D1D1-D3DF-38B3-AFC3-1D50B92BE401> /usr/lib/libheimdal-asn1.dylib
    0x7fff6a81c000 -     0x7fff6a90cfff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff6a90d000 -     0x7fff6ab6efff  libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib
    0x7fff6abbb000 -     0x7fff6abbcfff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff6abbd000 -     0x7fff6abd5ff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff6abed000 -     0x7fff6ac91ff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff6ac92000 -     0x7fff6ae96fff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff6ae9b000 -     0x7fff6aecbfff  libncurses.5.4.dylib (53.200.3) <767B4D3D-CF4C-33DF-B282-0CAC013A7AD0> /usr/lib/libncurses.5.4.dylib
    0x7fff6b06e000 -     0x7fff6b3bfff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff6b451000 -     0x7fff6bbd6fdf  libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib
    0x7fff6bbe8000 -     0x7fff6bbecffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff6bbef000 -     0x7fff6bc24fff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff6bd3d000 -     0x7fff6bd55ffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff6bda6000 -     0x7fff6bda7ff7  libspindump.dylib (267.3) <A584E403-8C95-3841-9C16-E22664A5A63F> /usr/lib/libspindump.dylib
    0x7fff6bda8000 -     0x7fff6bf85fe7  libsqlite3.dylib (274.25) <55CE34C4-00C0-3844-B7ED-80FA7F0AF03F> /usr/lib/libsqlite3.dylib
    0x7fff6c19e000 -     0x7fff6c1a1ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff6c1a2000 -     0x7fff6c1affff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff6c1b4000 -     0x7fff6c296ff3  libxml2.2.dylib (32.8) <54F896CF-6D83-300B-9CD9-1636BE5375A4> /usr/lib/libxml2.2.dylib
    0x7fff6c297000 -     0x7fff6c2bfff3  libxslt.1.dylib (16.1) <31F7018B-D8F2-36ED-A13B-1E5A16DFAAA1> /usr/lib/libxslt.1.dylib
    0x7fff6c2c0000 -     0x7fff6c2d2ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff6cab6000 -     0x7fff6cabaff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff6cabb000 -     0x7fff6cac5ff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6cac6000 -     0x7fff6cacdff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6cace000 -     0x7fff6cad7ff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff6cad8000 -     0x7fff6cb5cfc3  libcorecrypto.dylib (602.260.2) <BED0F385-D8A2-334A-BD7B-0673B5DABBC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff6cbe3000 -     0x7fff6cc1cff7  libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib
    0x7fff6cc1d000 -     0x7fff6cc49ff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff6cc4a000 -     0x7fff6cc4affb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff6cc4b000 -     0x7fff6cc57ff3  libkxld.dylib (4903.261.4) <71CF1ECD-AC4E-3FDD-BEDF-14933D843EEE> /usr/lib/system/libkxld.dylib
    0x7fff6cc58000 -     0x7fff6cc58ff7  liblaunch.dylib (1336.261.2) <BD5CDB35-2BB4-349A-8D14-78E387563F89> /usr/lib/system/liblaunch.dylib
    0x7fff6cc59000 -     0x7fff6cc5efff  libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib
    0x7fff6cc5f000 -     0x7fff6cc61ffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff6cc62000 -     0x7fff6cc63ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff6cc64000 -     0x7fff6cc7bff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff6cc7c000 -     0x7fff6cc7cff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6cc7d000 -     0x7fff6cd04fff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff6cd05000 -     0x7fff6cd08ffb  libsystem_configuration.dylib (963.260.1) <C7D2BA09-8D5B-3393-8D84-304D76C55DEF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6cd09000 -     0x7fff6cd0cff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6cd0d000 -     0x7fff6cd13fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6cd14000 -     0x7fff6cd1aff7  libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6cd1b000 -     0x7fff6cd66ffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff6cd67000 -     0x7fff6cd8fff7  libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6cd90000 -     0x7fff6cddbff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff6cddc000 -     0x7fff6ce06fff  libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6ce07000 -     0x7fff6ce11ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6ce12000 -     0x7fff6ce19fff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff6ce1a000 -     0x7fff6ce23fef  libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib
    0x7fff6ce24000 -     0x7fff6ce2eff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6ce2f000 -     0x7fff6ce32ff7  libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6ce33000 -     0x7fff6ce35ff3  libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6ce36000 -     0x7fff6ce3dff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6ce3e000 -     0x7fff6ce53fff  libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib
    0x7fff6ce55000 -     0x7fff6ce5affb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff6ce5b000 -     0x7fff6ce8afff  libxpc.dylib (1336.261.2) <9A0FFA79-082F-3293-BF49-63976B073B74> /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: 502434
    thread_create: 0
    thread_set_state: 0

can you share database download url? thanks.

Links in About don't work

archlinux, KDE Plasma.

kf.windowsystem: Could not find any platform plugin
kf.service.services: KApplicationTrader: mimeType "text/html" not found
kf.service.services: KApplicationTrader: mimeType "text/html" not found
kf.service.services: KApplicationTrader: mimeType "text/html" not found

Screenshot_20211222_113446

what is it doing? To go to url, just exec xdg-open <URL>, it works reliably

ftr I tried running the webbrowser.open() command in REPL and it worked, I dont understand what's going wrong in artemis

>>> import webbrowser
>>> webbrowser.open('http://google.com')
True
>>> Opening in existing browser session.

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.