Coder Social home page Coder Social logo

edo9300 / edopro Goto Github PK

View Code? Open in Web Editor NEW
267.0 267.0 67.0 35.48 MB

A script engine for "yu-gi-oh!" and sample gui (former "ygopro")

License: Other

C++ 88.47% C 9.13% Lua 1.07% Shell 0.52% Objective-C 0.07% Makefile 0.01% Assembly 0.14% Objective-C++ 0.59%

edopro's People

Contributors

buttys avatar dailyshana avatar destdev avatar dyxel avatar edo9300 avatar fluorohydride avatar james-johns avatar kevinlul avatar lilris avatar logicalnonsense2051 avatar lostway avatar lrhel avatar lsty avatar matteoserva avatar mercury233 avatar percival18 avatar purerosefallen avatar qq985077400 avatar rbrick avatar salix5 avatar sidschingis avatar starrush avatar steeldarkeagel avatar szzzzzzz avatar vanillasalt avatar woodee avatar yugiohmodder avatar zeph72 avatar zh99998 avatar zhykzhykzhyk avatar

Stargazers

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

Watchers

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

edopro's Issues

FPS counter outside the titlebar

There should be a setting to control whether this is displayed.

In Deck Edit, it can go right above the tabs, to the right of the card artwork. In all other cases it can be in the bottom right corner of the screen. The chat bar should be shortened slightly in duels to accommodate.

Then the FPS counter can be removed from the titlebar and be consistent across all platforms.

Replace irrKlang with OpenAL Soft

irrKlang, used for sound, is not FLOSS and incompatible with the GPL. A viable alternative, demonstrated by minetest, is to use OpenAL Soft, with additional Vorbis and Ogg plugins as necessary. Since MP3-decoding is now patent-free, we should also be able to include LAME if this is needed.

As all interactions with irrKlang are abstracted by SoundManager (sound_manager.h, sound_manager.cpp) this should hopefully not be troublesome. It's also hoped that this fixes audio playback on macOS.

LAN Mode: Relays pass the Graveyard along

Though this makes it more similar to Tag Duels, these zones are actually not passed along in the anime. Perhaps this could be an option to choose the type of behaviour?

Flawed OpenAL/libsndfile/mpg123 usage

This one's on me for a simplistic approach. Naively, when a sound file is requested, I decompress it and load it entirely into memory, which is not unloaded until the program is closed. This results in memory usage becoming quickly untenable, more so for background music than the default WAV sound effects. I think irrKlang handles the realtime decoding and buffer loading on a separate thread, which might be why sometimes the sound lingers after the window closes currently.

Minetest

Update licence to AGPL to match core

Requires #54 to be tested and merged and irrKlang to be totally dropped after.

Add all needed licences from dependencies.
Code inherited from upstream Fluorohydride technically remains licensed under the GPL, but our modifications, new files, and this entire project shall be licensed under the AGPL under section 13.

Update to development Irrlicht 1.9

Since Irrlicht is due to be built from source and some patches we apply are fixed in newer versions, it is worth considering using the in-progress dev versions, as Percy's OS X release did.

On the other hand, this would invalidate all of our current patches and we would need to redo them.

LAN Mode: What team is a player on?

When there are more than two players, there should be some way to distinguish, such as a gap in the player slots so it's clear what team players are on.

Monster stat display during battle

Monster stats are not displayed correctly around battles if they are changed. Related to query handling in these steps.

See puzzle 45
Make Star Eater DARK via DNA Transplant and have it gain 500 ATK via Mystic Plasma Zone.
Check with Mystik Wok that its stats have changed.
Have Star Eater attack. Note that the displayed stats do not reset to the original stats until the Damage Step.
Have Star Eater attack. Activate Mystik Wok during the Battle Step to verify that its stats indeed are the original.

Speed Duel deck check error

Speed Duel mode currently rejects a deck with any side deck, when side decks of up to 6 cards are legal in Speed Duels IRL.

[macOS] Framerate cap is disabled when app is swiped offscreen

When the user switches to a different space (virtual desktop) from the one that the app is in, the framerate cap is disabled. This results in the program attempting to render at three-digit FPS, even on hardware that can't handle it (integrated graphics), severely lagging the host (even though it's offscreen and the display image is static).

Top bar becomes uninteractive in a rare edge case

If you don't interact with the top bar and proceed directly to Online Mode, it becomes noninteractable while in Online Mode. Clicking on it first somewhere else fixes the issue for the rest of the session.

The big settings window and more configurability

Settings are crammed. Time to make a separate window!

  • Accessible by gear icon in the bottom left corner of the main screen
  • Accessible by keyboard shortcut any time
  • Settings in the pane also show up in the window and are synced

Settings to add to the pane

  • Button to show settings window

General refactoring

  • Separate Config class from game.h
  • Use the WindBot/WindBotPanel approach to separating logic and UI in additional compilation units, hopefully

Settings to keep in the pane, in this order

  • Mute opponents
  • Mute spectators
  • Quick animation
  • Hide chain buttons
  • Auto chain order
  • No chain delay
  • Auto MZone placement
  • Auto SZone placement
  • Randomize auto placement
  • Reordered
  • Add event bindings to separate UI from state

Settings to move to the window exclusively

  • Show FPS
  • Enable music
  • Music volume slider
  • Enable sound effects and chants
  • Sound volume slider
  • Skin selection
  • Reload current skin
  • if sound backend loading failed, put a message here in place of the audio settings

Additional settings to add to the window

  • ctrlClickIsRMB
  • Show archetypes in deck edit
  • Show card scopes and passcodes in deck edit
  • Draw field spell arts
  • Scale background
  • Accurate background resize (PC only)
  • FPS cap
  • Script error level (nothing, console, log to file, stacktrace, etc.)
  • Filter WindBot for current Master Rule
  • Save replays for puzzles?
  • Warn on leaving deck edit with unsaved changes?
  • Hide gear icon
  • Fullscreen?
  • Reset LAN settings to default
  • Reset all settings to default
  • Show console (Windows only; requires restart)
  • Use DirectX (Windows only; requires restart)
  • VSync (requires restart)
  • Antialiasing (requires restart)
  • Fonts and font sizes? (requires restart)
  • DPI scale (requires restart)
  • Reported compatibility version

Additional persistence

  • WindBot mute
  • WindBot throw rock
  • WindBot selected deck
  • Last server
  • LAN duel mode
  • LAN best of
  • LAN relay
  • LAN time limit
  • LAN Master Rule
  • LAN check deck
  • LAN shuffle deck
  • LAN starting LP
  • LAN starting hand
  • LAN cards per draw
  • LAN extra rules

Sysstrings to externalize after

  • Settings window label
  • No audio static text
  • Skin label
  • Reload Skin
  • "none" skin name
  • Hide passcode scope

[macOS] Selected text boxes for input turn black

Screenshots on Discord.

Selecting a textbox (like the IP fields) turns them black (haha irrlicht). The textbox also remains selected even if you progress to a different state (black box floats there meaninglessly).

Export vcpkg triplet to Visual Studio projects

The following entries need to be added in each <PropertyGroup Label="Globals"> in vcxproj files to enable static linking to vcpkg packages.

<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>

Add menu item: "About"

This would contain submenu items to open panes for team credits, licences, and links.

Offline WindBot integration

The upstream UI mixes it entirely with Puzzle Mode and is only tested on Windows. Here we will try to devise a better UI that lets the user control all of WindBot's features and use Mono as well to ensure that it runs across our other desktop platforms at minimum.

Working branch: windbot-stuff

[macOS] Segmentation fault on checking "Ready" in LAN mode

Process:               ygoprodll [18695]
Path:                  /Users/USER/Documents/*/ygoprodll.app/Contents/MacOS/ygoprodll
Identifier:            io.github.edo9300.ygoprodll
Version:               0
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           ygoprodll [18695]
User ID:               502

Date/Time:             2019-07-10 16:06:24.440 -0400
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Anonymous UUID:        713FCDD4-CB64-7468-BA2A-42C8358A1F84


Time Awake Since Boot: 25000 seconds

System Integrity Protection: enabled

Crashed Thread:        7

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

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

VM Regions Near 0xab8:
--> 
    __TEXT                 0000000100464000-00000001008c4000 [ 4480K] r-x/rwx SM=COW  /Users/USER/Documents/*/ygoprodll.app/Contents/MacOS/ygoprodll

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff75040f32 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff74fcc914 nanosleep + 199
2   libc++.1.dylib                	0x00007fff72146dc4 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 73
3   io.github.edo9300.ygoprodll   	0x00000001004e1a83 ygo::Game::MainLoop() + 5357
4   io.github.edo9300.ygoprodll   	0x0000000100503ba5 main + 3428
5   libdyld.dylib                 	0x00007fff74f083d5 start + 1

Thread 1:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib        	0x00007fff7503d22a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7503d76c mach_msg + 60
2   com.apple.audio.CoreAudio     	0x00007fff489aceda HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 122
3   com.apple.audio.CoreAudio     	0x00007fff489ace4f HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 45
4   com.apple.audio.CoreAudio     	0x00007fff489a939f HALC_ProxyIOContext::IOWorkLoop() + 1017
5   com.apple.audio.CoreAudio     	0x00007fff489a8df4 HALC_ProxyIOContext::IOThreadEntry(void*) + 122
6   com.apple.audio.CoreAudio     	0x00007fff489a8956 HALB_IOThread::Entry(void*) + 72
7   libsystem_pthread.dylib       	0x00007fff750fc2eb _pthread_body + 126
8   libsystem_pthread.dylib       	0x00007fff750ff249 _pthread_start + 66
9   libsystem_pthread.dylib       	0x00007fff750fb40d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff75040f32 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff74fcc914 nanosleep + 199
2   libsystem_c.dylib             	0x00007fff74fcc808 usleep + 53
3   libirrklang.dylib             	0x0000000100b046f0 irrklang::CIrrKlangSoundEngine::run(void*) + 44
4   libirrklang.dylib             	0x0000000100b4df56 ik_internal::bootThreadFunction(void*) + 24
5   libsystem_pthread.dylib       	0x00007fff750fc2eb _pthread_body + 126
6   libsystem_pthread.dylib       	0x00007fff750ff249 _pthread_start + 66
7   libsystem_pthread.dylib       	0x00007fff750fb40d thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff75040f32 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff74fcc914 nanosleep + 199
2   libsystem_c.dylib             	0x00007fff74fcc808 usleep + 53
3   libirrklang.dylib             	0x0000000100b046f0 irrklang::CIrrKlangSoundEngine::run(void*) + 44
4   libirrklang.dylib             	0x0000000100b4df56 ik_internal::bootThreadFunction(void*) + 24
5   libsystem_pthread.dylib       	0x00007fff750fc2eb _pthread_body + 126
6   libsystem_pthread.dylib       	0x00007fff750ff249 _pthread_start + 66
7   libsystem_pthread.dylib       	0x00007fff750fb40d thread_start + 13

Thread 4:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff7503d22a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff7503d76c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff48f40e6d __CFRunLoopServiceMachPort + 327
3   com.apple.CoreFoundation      	0x00007fff48f403da __CFRunLoopRun + 1619
4   com.apple.CoreFoundation      	0x00007fff48f3fb35 CFRunLoopRunSpecific + 459
5   com.apple.AppKit              	0x00007fff465c06a6 _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff750fc2eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff750ff249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff750fb40d thread_start + 13

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

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

Thread 7 Crashed:
0   libGL.dylib                   	0x00007fff5202f119 glActiveTextureARB + 15
1   io.github.edo9300.ygoprodll   	0x000000010071cf07 irr::video::COpenGLDriver::setActiveTexture(unsigned int, irr::video::ITexture const*) + 87
2   io.github.edo9300.ygoprodll   	0x000000010071def9 irr::video::COpenGLDriver::draw2DImage(irr::video::ITexture const*, irr::core::rect<int> const&, irr::core::rect<int> const&, irr::core::rect<int> const*, irr::video::SColor const*, bool) + 329
3   io.github.edo9300.ygoprodll   	0x000000010047b57b irr::gui::CImageGUISkin::drawElementStyle(irr::gui::SImageGUIElementStyle const&, irr::core::rect<int> const&, irr::core::rect<int> const*, irr::video::SColor*) + 1643
4   io.github.edo9300.ygoprodll   	0x000000010047c2a9 irr::gui::CImageGUISkin::draw3DWindowBackground(irr::gui::IGUIElement*, bool, irr::video::SColor, irr::core::rect<int> const&, irr::core::rect<int> const*, irr::core::rect<int>*) + 51
5   io.github.edo9300.ygoprodll   	0x000000010066f38e irr::gui::CGUIWindow::CGUIWindow(irr::gui::IGUIEnvironment*, irr::gui::IGUIElement*, int, irr::core::rect<int>) + 1150
6   io.github.edo9300.ygoprodll   	0x00000001005a7ce1 irr::gui::CGUIMessageBox::CGUIMessageBox(irr::gui::IGUIEnvironment*, wchar_t const*, wchar_t const*, int, irr::gui::IGUIElement*, int, irr::core::rect<int>, irr::video::ITexture*) + 129
7   io.github.edo9300.ygoprodll   	0x00000001006f5980 irr::gui::CGUIEnvironment::addMessageBox(wchar_t const*, wchar_t const*, bool, int, irr::gui::IGUIElement*, int, irr::video::ITexture*) + 192
8   io.github.edo9300.ygoprodll   	0x00000001004b1a5f ygo::DuelClient::HandleSTOCPacketLan(char*, unsigned int) + 16047
9   io.github.edo9300.ygoprodll   	0x00000001004ad272 ygo::DuelClient::ClientRead(bufferevent*, void*) + 190
10  libevent-2.1.6.dylib          	0x0000000100c33cdd bufferevent_run_readcb_ + 45
11  libevent-2.1.6.dylib          	0x0000000100c389a2 bufferevent_readcb + 332
12  libevent-2.1.6.dylib          	0x0000000100c3e708 event_process_active_single_queue + 1057
13  libevent-2.1.6.dylib          	0x0000000100c3b933 event_base_loop + 1062
14  io.github.edo9300.ygoprodll   	0x00000001004adb56 ygo::DuelClient::ClientThread() + 16
15  io.github.edo9300.ygoprodll   	0x00000001004c3205 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, int (*)()> >(void*) + 36
16  libsystem_pthread.dylib       	0x00007fff750fc2eb _pthread_body + 126
17  libsystem_pthread.dylib       	0x00007fff750ff249 _pthread_start + 66
18  libsystem_pthread.dylib       	0x00007fff750fb40d thread_start + 13

Thread 7 crashed with X86 Thread State (64-bit):
  rax: 0x00000000000084c0  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x000060000098d4a0
  rdi: 0x00000000000084c0  rsi: 0x0000000000000000  rbp: 0x00007000029ff050  rsp: 0x00007000029ff050
   r8: 0x00007ff4fc512100   r9: 0x00007000029ff120  r10: 0x000000000000013f  r11: 0x0000000000000140
  r12: 0x000060000098d4a0  r13: 0x00007000029ff120  r14: 0x00007000029ff101  r15: 0x00007ff4f9082600
  rip: 0x00007fff5202f119  rfl: 0x0000000000010202  cr2: 0x0000000000000ab8
  
Logical CPU:     1
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x100464000 -        0x1008c3fe7 +io.github.edo9300.ygoprodll (0) <2440ECA8-AE5A-3A14-885A-6BC610D526F6> /Users/USER/Documents/*/ygoprodll.app/Contents/MacOS/ygoprodll
       0x100afe000 -        0x100b71fef +libirrklang.dylib (1) <EBA95B91-5ACE-51B2-647C-DAF2F65D0E80> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libirrklang.dylib
       0x100b99000 -        0x100c14fff +libfreetype.6.dylib (0) <02EE484C-8D5B-36C3-988B-00DD0C7369FE> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libfreetype.6.dylib
       0x100c2e000 -        0x100c5affb +libevent-2.1.6.dylib (0) <B89316D1-A68F-3827-A8B8-739481584E0E> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libevent-2.1.6.dylib
       0x100c6d000 -        0x100c6efff +libevent_pthreads-2.1.6.dylib (0) <F500FF7B-6626-3DE9-902B-832A14F8ED5D> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libevent_pthreads-2.1.6.dylib
       0x100c78000 -        0x100d18ffb +libgit2.28.dylib (0) <924381AB-B84E-3088-8B20-C6243D948DB8> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libgit2.28.dylib
       0x100d47000 -        0x100d6aff7 +libpng16.16.dylib (0) <B7CE95CF-E67E-39EB-8DF5-B89849A02BDA> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libpng16.16.dylib
       0x100d74000 -        0x100d9cffb +libssh2.1.dylib (0) <C27BD671-046E-35D0-9B90-11494E402196> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libssh2.1.dylib
       0x100daa000 -        0x100de8fff +libssl.1.0.0.dylib (0) <C2EA8DA8-75B7-3FDF-B657-A067B1D5DDBE> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libssl.1.0.0.dylib
       0x100e0a000 -        0x100f5cf6f +libcrypto.1.0.0.dylib (0) <FB2AAB04-4DC3-382E-9BCE-18DF7DAB8A30> /Users/USER/Documents/*/ygoprodll.app/Contents/Frameworks/libcrypto.1.0.0.dylib
       0x103c5a000 -        0x103c5d047  libobjc-trampolines.dylib (756.2) <BB7525A0-AE52-371A-8428-827BAED9E35C> /usr/lib/libobjc-trampolines.dylib
       0x1042e4000 -        0x1043f0fe7 +libocgcore.dylib (0) <B58B5553-04A0-3992-A45C-7D45511FEEDC> /Users/USER/Documents/*/libocgcore.dylib
       0x107d11000 -        0x107d15ffb  com.apple.audio.AppleHDAHALPlugIn (282.54 - 282.54) <207D25F0-B094-3569-AA6D-09B4EDD72861> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x107d1b000 -        0x107d1cfff +com.ecamm.EcammAudioLoader (1.0.4 - 1.0.4) <ADC6DD2A-BA4B-3A1D-88D9-A018B86F0F0E> /Library/Audio/Plug-Ins/HAL/EcammAudioLoader.plugin/Contents/MacOS/EcammAudioLoader
       0x10ddfb000 -        0x10de656ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld
    0x7fff40a56000 -     0x7fff40f57fff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (12.9.22 - 12.0.9) <04A9480C-010A-3F46-A701-183196F29BA3> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
    0x7fff40f58000 -     0x7fff40fd0fff  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (12.9.22 - 12.0.9) <2C6CCD94-4E2A-3E28-BB48-6F82373AD45B> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
    0x7fff45188000 -     0x7fff45188fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <B2A0C739-1D41-3452-9D00-8C01ADA5DD99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff45189000 -     0x7fff4519ffff  libCGInterfaces.dylib (506.22) <29EAAC2B-683B-397F-A79C-1E3ABAD554B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff451a0000 -     0x7fff45a94fcb  com.apple.vImage (8.1 - ???) <B51A0BC2-012E-3D03-992F-091F2E076EB4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff45a95000 -     0x7fff45c3bfeb  libBLAS.dylib (1243.200.4) <02059CCF-0B14-3BFA-9B74-B5685219682E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff45c3c000 -     0x7fff45c80ff7  libBNNS.dylib (38.250.1) <AB890F6F-0B7D-3EC5-8A0E-874EAA4D0731> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff45c81000 -     0x7fff46039ff3  libLAPACK.dylib (1243.200.4) <2CD8E9C6-E489-38E1-8A08-42CBE87FAC77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff4603a000 -     0x7fff4604fffb  libLinearAlgebra.dylib (1243.200.4) <E7507B69-EF24-39D6-9B35-4A66E833C3F8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff46050000 -     0x7fff46055ff3  libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff46056000 -     0x7fff460d2ff3  libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff460d3000 -     0x7fff460e5ffb  libSparseBLAS.dylib (1243.200.4) <069BE0D3-FEDF-3848-81B7-B5D64F511EC6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff460e6000 -     0x7fff46286fef  libvDSP.dylib (671.250.4) <CA46FD92-D0CB-39B5-BD26-BEB3897D3154> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff46287000 -     0x7fff463fbfdf  libvMisc.dylib (671.250.4) <32F2043A-9CBB-36F0-91C0-088D50C31BF1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff463fc000 -     0x7fff463fcfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A83C1419-E651-3924-8A6D-FF7321C8AB90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff4659e000 -     0x7fff47353ff3  com.apple.AppKit (6.9 - 1671.50.111) <933155DC-6404-3646-B6AE-087D34F611BE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff473a5000 -     0x7fff473a5fff  com.apple.ApplicationServices (50.1 - 50.1) <4A6ACC13-2623-36B8-A196-2300980803CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff473a6000 -     0x7fff47411fff  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
    0x7fff474aa000 -     0x7fff475c1fff  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
    0x7fff475c2000 -     0x7fff47604fff  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
    0x7fff4765e000 -     0x7fff47690fff  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
    0x7fff476f5000 -     0x7fff476f9ff3  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
    0x7fff47794000 -     0x7fff477e6ff7  com.apple.HIServices (1.22 - 628) <26A8B7C0-41CC-3DB4-99D7-BD922866DC77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff477e7000 -     0x7fff477f6fff  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
    0x7fff477f7000 -     0x7fff47840ff7  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
    0x7fff47841000 -     0x7fff4787aff7  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
    0x7fff4787b000 -     0x7fff47887fff  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
    0x7fff47888000 -     0x7fff47affff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <EB71583C-58C9-3CF8-92F9-2D57B24BBD4F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff47b01000 -     0x7fff47b01fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <121176B6-7ABE-3AFB-A252-CCED694D98D4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff47e59000 -     0x7fff481fafff  com.apple.CFNetwork (978.0.7 - 978.0.7) <9FDEFE50-BE1B-386E-8B3C-AEF251069E52> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff48214000 -     0x7fff4850aff7  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
    0x7fff48515000 -     0x7fff485aaff3  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
    0x7fff485e8000 -     0x7fff485eeff7  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
    0x7fff48710000 -     0x7fff48710fff  com.apple.Cocoa (6.11 - 23) <9378783B-65FE-3E78-A7D5-0D11EE9117AE> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff4871e000 -     0x7fff487eaff7  com.apple.ColorSync (4.13.0 - 3340.7) <74B373AB-42C7-330D-A577-1C43BFA6024F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff48976000 -     0x7fff489fcfff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff48a60000 -     0x7fff48a8affb  com.apple.CoreBluetooth (1.0 - 1) <F08FE8C0-DD18-37E0-B707-3EF704A73FD6> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff48a8b000 -     0x7fff48e1dff7  com.apple.CoreData (120 - 866.5) <E8EB8787-9802-315C-8DDB-A42DA5A78BB0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff48e1e000 -     0x7fff48f05ff7  com.apple.CoreDisplay (101.3 - 109.19) <B00A19C2-4A6A-388C-8AD6-33A42D10D7F0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff48f06000 -     0x7fff4934aff7  com.apple.CoreFoundation (6.9 - 1575.12) <B1D65801-A477-3F70-B97F-C2B43ECFF4FE> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff4934c000 -     0x7fff499f8ff7  com.apple.CoreGraphics (2.0 - 1260.2) <06B01A87-6CB4-3046-9D97-595BD8A9061A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff499fa000 -     0x7fff49d1afff  com.apple.CoreImage (14.4.0 - 750.0.140) <96FA4D1B-AC88-305C-8F4D-D7D44657B733> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff4a178000 -     0x7fff4a178fff  com.apple.CoreServices (945 - 945) <E937BA69-19D5-3A30-B31E-8A6B94E9D9A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff4a179000 -     0x7fff4a1f5ff7  com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff4a1f6000 -     0x7fff4a4cdfff  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
    0x7fff4a4ce000 -     0x7fff4a516ff7  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
    0x7fff4a517000 -     0x7fff4a51fffb  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
    0x7fff4a520000 -     0x7fff4a6d2fff  com.apple.LaunchServices (945 - 945) <05FA145B-75AA-3AE6-BB82-F156B29F4FF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff4a6d3000 -     0x7fff4a771ff7  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
    0x7fff4a772000 -     0x7fff4a7bcff7  com.apple.CoreServices.OSServices (945 - 945) <119C5548-59C3-3F94-B23F-8AF02CA10EAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff4a7bd000 -     0x7fff4a824ff7  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
    0x7fff4a825000 -     0x7fff4a846ff3  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
    0x7fff4ab51000 -     0x7fff4acb3ff3  com.apple.CoreText (352.0 - 584.26.3.2) <A99FD623-7F6E-3C77-8241-E98F664EC039> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff4acb4000 -     0x7fff4acf3fff  com.apple.CoreVideo (1.8 - 0.0) <1AD23C58-E68E-329B-A1FA-6BF7DD577687> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff4acf4000 -     0x7fff4ad83fff  com.apple.framework.CoreWLAN (13.0 - 1375.2) <F2EA31D8-53BF-32E8-B537-64B4F2BF4B6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff4afda000 -     0x7fff4afdfffb  com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff4b1a5000 -     0x7fff4b552fff  com.apple.Foundation (6.9 - 1575.12) <AD258ED7-64AE-367C-AE5F-48D45089D9F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff4b5c1000 -     0x7fff4b5f0ffb  com.apple.GSS (4.0 - 2.0) <E41430E5-713B-3E53-BF7E-A3991A881B62> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff4b6f0000 -     0x7fff4b7fafff  com.apple.Bluetooth (6.0.12 - 6.0.12f1) <58A607F0-A818-3535-A7BD-858D5BB0A807> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff4b85c000 -     0x7fff4b8ebfff  com.apple.framework.IOKit (2.0.2 - 1483.260.4) <CCA92450-8808-37EC-B68E-2C2846B086CE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff4b8ed000 -     0x7fff4b8fcffb  com.apple.IOSurface (255.5.4 - 255.5.4) <83F58E47-0D06-3E78-9D19-D38D3205464B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff4b950000 -     0x7fff4badefff  com.apple.ImageIO.framework (3.3.0 - 1850.2) <DC226D07-C52D-3440-9027-D3EA33DD99B2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff4badf000 -     0x7fff4bae3ffb  libGIF.dylib (1850.2) <F5D1AA0A-4EB4-37C0-89AA-C71FB53405F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff4bae4000 -     0x7fff4bbc1ff7  libJP2.dylib (1850.2) <2DE256E2-FA27-38A3-BFDF-5C1E0A135BCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff4bbc2000 -     0x7fff4bbe7fff  libJPEG.dylib (1850.2) <16A9719C-DB6E-37EE-B62F-DD81A822160A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff4beab000 -     0x7fff4bed1ff7  libPng.dylib (1850.2) <EFB3874A-3ABB-3EC7-8708-0110ECFFE169> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff4bed2000 -     0x7fff4bed4ffb  libRadiance.dylib (1850.2) <19C26767-DE6D-3DE9-B5ED-F6BF148FBDBC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff4bed5000 -     0x7fff4bf22ffb  libTIFF.dylib (1850.2) <527F8740-9B75-39D6-AFD9-519817724B5D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff4d099000 -     0x7fff4d0b2fff  com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff4d0b3000 -     0x7fff4d0e8ff3  com.apple.LDAPFramework (2.4.28 - 194.5) <95DAD9EE-9B6F-3FF5-A5EF-F6672AD3CC55> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff4dace000 -     0x7fff4db76ff7  com.apple.Metal (161.9.16 - 161.9.16) <A93AA7FC-B72A-3CBF-9932-81DDDFA1DFCD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff4db92000 -     0x7fff4dbb1ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <EE85B6D5-5C12-3CE8-8C33-54A203EDC76E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff4dbb2000 -     0x7fff4dc2efe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <5A78F2DC-9D2B-37BA-B21F-ECFFCC6F7720> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff4dc2f000 -     0x7fff4dc56fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <096DB3E6-7DDF-3B47-857A-46A203642ACF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff4dc57000 -     0x7fff4dd82ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D2128338-F1E8-3BEE-A729-AC13A524DD78> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff4dd83000 -     0x7fff4dd9dfff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <ADA5A93C-F79E-3931-840D-48C6B6B305EA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff4dd9e000 -     0x7fff4dd9fff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <515A92B3-A23B-3AC2-8D1B-85B248595B76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff4eb96000 -     0x7fff4eba2ff7  com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff51637000 -     0x7fff5163ffe3  libcldcpuengine.dylib (2.11) <AAE49359-EB53-3FD4-ADBF-C60498BD0B34> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff51640000 -     0x7fff51697ff7  com.apple.opencl (2.15.3 - 2.15.3) <AA9CE8F7-DB7C-35A5-A019-2207D1BBFF38> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff51698000 -     0x7fff516b3ff7  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
    0x7fff516b4000 -     0x7fff516bfffb  com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff5200f000 -     0x7fff52011fff  libCVMSPluginSupport.dylib (17.7.2) <247121BB-626C-318E-B24E-3D436E752DF7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff52012000 -     0x7fff52017ff3  libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff52018000 -     0x7fff5201cfff  libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff5201d000 -     0x7fff52025ff7  libGFXShared.dylib (17.7.2) <B75A6E93-E5BE-32A8-8D46-00D8E909DFD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff52026000 -     0x7fff52031fff  libGL.dylib (17.7.2) <E88FF023-7E15-3E95-88FD-6C415550F769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff52032000 -     0x7fff5206cfe7  libGLImage.dylib (17.7.2) <B4C140F3-AF8C-30C8-A03E-B16A20BB05A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff5206d000 -     0x7fff521dfff7  libGLProgrammability.dylib (17.7.2) <4866D792-5676-3F2F-877E-B9751D4E3F76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff521e0000 -     0x7fff5221efff  libGLU.dylib (17.7.2) <EA69FA36-3F20-337C-A6B3-EC49DC2F12F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff52bbb000 -     0x7fff52bcaffb  com.apple.opengl (17.7.2 - 17.7.2) <8EFFA6F9-ABE8-3131-9D3F-37E9796DDF34> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff52bcb000 -     0x7fff52d62ff7  GLEngine (17.7.2) <874C8157-78AF-32A8-8BD1-85FDBCEF9E2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff52d63000 -     0x7fff52d8cff3  GLRendererFloat (17.7.2) <81263D77-B1BE-3F43-934C-1D7DB42F31FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff539cd000 -     0x7fff53c23fff  com.apple.QuartzCore (1.11 - 699.27.4.1) <BB3BBD58-84DF-3849-B4ED-5FF8DA4015B8> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff54458000 -     0x7fff54757fff  com.apple.security (7.0 - 58286.260.20) <59B4100E-5A31-3EF4-954A-2A69341995F3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff54758000 -     0x7fff547e4fff  com.apple.securityfoundation (6.0 - 55185.260.1) <DB8EB672-5D3A-3082-A62E-4D75C81D94A4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff54816000 -     0x7fff5481afff  com.apple.xpc.ServiceManagement (1.0 - 1) <4AD0F8EE-884C-3FA7-85D9-27F201BC3C64> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff54bb2000 -     0x7fff54c1ffff  com.apple.SystemConfiguration (1.17 - 1.17) <1562078D-3251-31B2-B9C6-2667C567F883> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff57e9e000 -     0x7fff57f43feb  com.apple.APFS (1.0 - 1) <C001DCC2-32BE-327A-AE03-281885BD93BF> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff58955000 -     0x7fff58956ff7  com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff58f54000 -     0x7fff58f80ff7  com.apple.framework.Apple80211 (13.0 - 1380.2) <3850E3A9-E00A-374E-87EA-AB01E503E769> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff590a8000 -     0x7fff590b7fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff591b3000 -     0x7fff591befff  com.apple.AppleIDAuthSupport (1.0 - 1) <2E9D1398-DBE6-328B-ADDA-20FA5FAD7405> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff591ff000 -     0x7fff59248ff3  com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff59497000 -     0x7fff5949bff7  com.apple.AppleSRP (5.0 - 1) <EDD16B2E-4F35-3E13-B389-CF77B3CAD4EB> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff5949c000 -     0x7fff594befff  com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5961d000 -     0x7fff59631ffb  com.apple.AssertionServices (1.0 - 1) <11FC4241-6069-3B3A-9BCE-9B68F3A4D2AB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff59a00000 -     0x7fff59aecff7  com.apple.AuthKit (1.0 - 1) <34496FD5-4BAB-3DF3-BF7F-70F38C66848D> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff59cae000 -     0x7fff59cb6fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff59cb7000 -     0x7fff59d4cfff  com.apple.backup.framework (1.10.5 - ???) <BAFC1D7F-9D75-3C45-AAD4-569D13E445C5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff59d4d000 -     0x7fff59dbaff3  com.apple.BaseBoard (360.28 - 360.28) <DBE27FB4-3FFD-3E9A-846C-F6E7D797286A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff5ba24000 -     0x7fff5ba2dffb  com.apple.CommonAuth (4.0 - 2.0) <81C987FD-69EB-344B-94D9-B9D93624D257> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff5c502000 -     0x7fff5c50bfff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <89BDACE6-32AA-3933-BD8C-A44650488873> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff5c705000 -     0x7fff5c716ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff5ccbf000 -     0x7fff5cd25ff7  com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff5cfd2000 -     0x7fff5cfdaff7  com.apple.CorePhoneNumbers (1.0 - 1) <7A826DA2-4725-39D8-AF27-6F034DC53C4E> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff5d156000 -     0x7fff5d187ff3  com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff5d54e000 -     0x7fff5d5d2fff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <28B2FF2D-3FDE-3A20-B343-341E5BD4E22F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff5d662000 -     0x7fff5d78dff7  com.apple.coreui (2.1 - 499.10) <105F61F3-D0AE-332B-A485-8615187BB409> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff5d78e000 -     0x7fff5d92cfff  com.apple.CoreUtils (5.8 - 580.19) <CF9C5677-4946-3328-8CE3-C70F2E8599D8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff5d980000 -     0x7fff5d9e3ff7  com.apple.framework.CoreWiFi (13.0 - 1375.2) <77E078A7-A34F-333B-B50F-8829537D6E9D> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff5d9e4000 -     0x7fff5d9f5ff7  com.apple.CrashReporterSupport (10.13 - 938.25) <C7665EC7-9389-3717-B152-A59D7872C63C> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff5da85000 -     0x7fff5da94fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <E3F02F2A-2059-39CC-85DA-969676EB88EB> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff5da95000 -     0x7fff5da99fff  com.apple.DSExternalDisplay (3.1 - 380) <645C719D-05D4-3CD7-84D7-4C5218859E0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff5db1a000 -     0x7fff5db8fff3  com.apple.datadetectorscore (7.0 - 590.24) <72F0CBF1-D3E9-36C5-B877-F42E1EC59A0E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff5dbdb000 -     0x7fff5dc18ff7  com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff5dc19000 -     0x7fff5dd54ff7  com.apple.desktopservices (1.13.5 - ???) <4AF2E011-2CB0-3588-83CB-882ADDA78CAD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff5ec91000 -     0x7fff5f0acfff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff62960000 -     0x7fff62961fff  libmetal_timestamp.dylib (902.3.2) <05389463-AF2E-33E2-A14F-1416E4A30835> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff63ff5000 -     0x7fff64000ff7  libGPUSupportMercury.dylib (17.7.2) <3D6CEEFC-4A13-3841-A958-2077BD0A51AC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff64001000 -     0x7fff64006fff  com.apple.GPUWrangler (3.40.16 - 3.40.16) <B9D4F2DD-5D11-32FF-B5BE-29E137458728> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff64e11000 -     0x7fff64e20fff  com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff64f70000 -     0x7fff64fe4ffb  com.apple.Heimdal (4.0 - 2.0) <5E8F6B79-960D-3030-B889-D29A4015D205> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff662d3000 -     0x7fff662daffb  com.apple.IOAccelerator (404.9 - 404.9) <F9C604B3-3DF7-3EE7-8A44-7877FAF2E6A4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff662de000 -     0x7fff662f6fff  com.apple.IOPresentment (1.0 - 42.6) <55CB91EF-90F1-3D0A-A59E-2F75CD2EB4AE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff6669e000 -     0x7fff666cbff7  com.apple.IconServices (379 - 379) <7BAD562D-4FA3-3E11-863C-1EEBE2406D2C> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff6695f000 -     0x7fff66971ff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <5AAC527E-D197-39B2-A6C9-E0D0FB9CA9B9> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff6698c000 -     0x7fff66a67ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff66a68000 -     0x7fff66aa4ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff66aab000 -     0x7fff66ab0fff  com.apple.LinguisticData (1.0 - 238.25) <61910887-D5CE-3567-9A5F-6DFEC942EC1F> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff677a5000 -     0x7fff677cdff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff677ce000 -     0x7fff6785bff7  com.apple.gpusw.MetalTools (1.0 - 1) <DBC4718E-F588-382D-A415-405D0028804D> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff67a08000 -     0x7fff67a23ffb  com.apple.MobileKeyBag (2.0 - 1.0) <4678FECE-538B-381C-80F2-27AA4805F160> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff67aac000 -     0x7fff67ad6ffb  com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <3BF81F33-89A8-3A2D-84B3-B343020B6D98> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff67d12000 -     0x7fff67d1cfff  com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff6857d000 -     0x7fff685ceff3  com.apple.OTSVG (1.0 - ???) <3976F8CC-1CFB-3E09-9009-FE985550565B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff69753000 -     0x7fff69762ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <65F3DB3E-6D4E-33A0-B510-EF768D323DAB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff6b5f2000 -     0x7fff6b610ff7  com.apple.ProtocolBuffer (1 - 263.2) <907D6C95-D050-31DE-99CA-16A5135BC6F9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff6b7a8000 -     0x7fff6b7f8fff  com.apple.ROCKit (27.6 - 27.6) <756C2253-E8B1-3C48-9945-DE8D6AD24DE2> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff6b94b000 -     0x7fff6b96dfff  com.apple.RemoteViewServices (2.0 - 128) <8FB0E4EB-DCBB-32E6-94C6-AA9BA9EE4CAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff6d172000 -     0x7fff6d290fff  com.apple.Sharing (1288.43 - 1288.43) <B9AB8C05-F2F2-371F-A9AF-1D139E2CE54C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff6e0a1000 -     0x7fff6e34fffb  com.apple.SkyLight (1.600.0 - 340.26) <CD2A7069-6CEA-3737-9E9D-7AE2FED912AB> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff6eaf1000 -     0x7fff6eafdfff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <7A6A67DB-C813-328E-AAFB-D267A5B50B3D> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff6f24e000 -     0x7fff6f2d9fc7  com.apple.Symbolication (10.2 - 64490.38.1) <9FDCC98D-5B32-35AD-A9BF-94DF2B78507F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff6f7c1000 -     0x7fff6f7cdffb  com.apple.TCC (1.0 - 1) <968ECAE1-FBB9-3478-BDCE-85E54B6C422D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff6fa33000 -     0x7fff6fafbff3  com.apple.TextureIO (3.8.4 - 3.8.1) <7CEAC05A-D283-3D5A-B1E3-C849285FA0BF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff6fbb1000 -     0x7fff6fbb2fff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <15DF9C73-54E4-3C41-BCF4-378338C55FB4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6fbb8000 -     0x7fff6fd6eff7  com.apple.UIFoundation (1.0 - 551) <E9D17DAD-230D-390A-B117-3D100C5AF5F2> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff709ea000 -     0x7fff70ac3fff  com.apple.ViewBridge (401.1 - 401.1) <18144EC1-5DEF-369C-8EBA-2826E7142784> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff7129a000 -     0x7fff7129dfff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.66) <7AE3457F-AF40-3508-93FB-1D9E31EB1C9D> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff7169e000 -     0x7fff716a0ffb  com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff716a1000 -     0x7fff716b6fff  com.apple.login (3.0 - 3.0) <E168F05D-A5DF-3848-8686-DF5015EA4BA4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff7196a000 -     0x7fff7199efff  libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib
    0x7fff719a1000 -     0x7fff719abff7  libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib
    0x7fff71a39000 -     0x7fff71a3affb  libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff71a71000 -     0x7fff71cc8ff3  libFosl_dynamic.dylib (18.3.4) <45E50221-1A39-3AB3-8267-C1E4E39ECF83> /usr/lib/libFosl_dynamic.dylib
    0x7fff71d19000 -     0x7fff71d37fff  libMobileGestalt.dylib (645.260.6) <0232958E-1EF2-3627-B8FF-09C6522594C7> /usr/lib/libMobileGestalt.dylib
    0x7fff71d38000 -     0x7fff71d38fff  libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff71e78000 -     0x7fff71e79ffb  libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib
    0x7fff71ef5000 -     0x7fff71ef6fff  libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib
    0x7fff71f08000 -     0x7fff71f1effb  libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib
    0x7fff71f1f000 -     0x7fff71f48ffb  libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib
    0x7fff71f49000 -     0x7fff72048fef  libate.dylib (1.13.8) <461F7EA4-05E2-3091-8905-473A63A75300> /usr/lib/libate.dylib
    0x7fff7204c000 -     0x7fff7204cff3  libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib
    0x7fff7211c000 -     0x7fff7212cffb  libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib
    0x7fff7212d000 -     0x7fff7213afff  libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib
    0x7fff7213b000 -     0x7fff7218eff7  libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib
    0x7fff7218f000 -     0x7fff721a4ff7  libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib
    0x7fff721a5000 -     0x7fff721a5ff3  libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib
    0x7fff721a6000 -     0x7fff721b6ffb  libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib
    0x7fff721b7000 -     0x7fff721cfffb  libcompression.dylib (52.250.2) <C7BE9843-9B19-33E0-A4A0-D48D0A999E86> /usr/lib/libcompression.dylib
    0x7fff72444000 -     0x7fff7245afff  libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib
    0x7fff7245b000 -     0x7fff7245cff3  libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff725fa000 -     0x7fff726f2ff7  libcrypto.35.dylib (22.260.1) <03FBCE39-6B59-314E-A18C-CF045D132C4A> /usr/lib/libcrypto.35.dylib
    0x7fff727f4000 -     0x7fff728f4fcb  libcrypto.42.dylib (22.260.1) <A5C810D8-2148-36C7-88ED-64877E5EADD6> /usr/lib/libcrypto.42.dylib
    0x7fff72908000 -     0x7fff7295eff7  libcups.2.dylib (462.10) <2AC7B8C3-0D25-3E0F-A34A-94658A06FF94> /usr/lib/libcups.2.dylib
    0x7fff72987000 -     0x7fff729dafff  libcurl.4.dylib (105.200.2) <CC3D005E-CD2F-3345-A8B3-B8A3050B284B> /usr/lib/libcurl.4.dylib
    0x7fff72a92000 -     0x7fff72a92fff  libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib
    0x7fff72ac4000 -     0x7fff72ac9ff7  libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib
    0x7fff72aca000 -     0x7fff72acfff7  libheimdal-asn1.dylib (520.260.1) <DC44D1D1-D3DF-38B3-AFC3-1D50B92BE401> /usr/lib/libheimdal-asn1.dylib
    0x7fff72afa000 -     0x7fff72beafff  libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib
    0x7fff72beb000 -     0x7fff72e4cfff  libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib
    0x7fff72e99000 -     0x7fff72e9afff  liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib
    0x7fff72e9b000 -     0x7fff72eb3ff3  liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib
    0x7fff72ecb000 -     0x7fff72f6fff7  libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib
    0x7fff72f70000 -     0x7fff73174fff  libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib
    0x7fff7334c000 -     0x7fff7369dff7  libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib
    0x7fff7372f000 -     0x7fff73eb7fd7  libobjc.A.dylib (756.2) <20942D4E-CE6F-376A-8BCD-016F88E4BFD5> /usr/lib/libobjc.A.dylib
    0x7fff73ec9000 -     0x7fff73ecdffb  libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib
    0x7fff73ed0000 -     0x7fff73f05fff  libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib
    0x7fff7401e000 -     0x7fff74036ffb  libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib
    0x7fff74074000 -     0x7fff74086ff7  libsasl2.2.dylib (211) <10987614-6763-3B5D-9F28-91D121BB4924> /usr/lib/libsasl2.2.dylib
    0x7fff74089000 -     0x7fff7425affb  libsqlite3.dylib (274.25) <F9589951-4ADE-3CD4-9D79-B4A0FD12E844> /usr/lib/libsqlite3.dylib
    0x7fff7431e000 -     0x7fff7434dfff  libssl.44.dylib (22.260.1) <A2C39D0B-9A5D-31DF-A8ED-55C339243D8B> /usr/lib/libssl.44.dylib
    0x7fff7434e000 -     0x7fff74399ff7  libstdc++.6.dylib (104.1) <BF6E1E5B-5DF2-3069-A926-20ABF03832B3> /usr/lib/libstdc++.6.dylib
    0x7fff74473000 -     0x7fff74476ff7  libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib
    0x7fff74477000 -     0x7fff74484fff  libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib
    0x7fff74489000 -     0x7fff7456bff3  libxml2.2.dylib (32.8) <54F896CF-6D83-300B-9CD9-1636BE5375A4> /usr/lib/libxml2.2.dylib
    0x7fff7456c000 -     0x7fff74594ff3  libxslt.1.dylib (16.1) <31F7018B-D8F2-36ED-A13B-1E5A16DFAAA1> /usr/lib/libxslt.1.dylib
    0x7fff74595000 -     0x7fff745a7ff7  libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib
    0x7fff74d8b000 -     0x7fff74d8fff3  libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib
    0x7fff74d90000 -     0x7fff74d9aff3  libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib
    0x7fff74d9b000 -     0x7fff74da2ff7  libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib
    0x7fff74da3000 -     0x7fff74dacff7  libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib
    0x7fff74dad000 -     0x7fff74e31fc3  libcorecrypto.dylib (602.260.2) <BED0F385-D8A2-334A-BD7B-0673B5DABBC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff74eb8000 -     0x7fff74ef1ff7  libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib
    0x7fff74ef2000 -     0x7fff74f1eff7  libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib
    0x7fff74f1f000 -     0x7fff74f1fffb  libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib
    0x7fff74f20000 -     0x7fff74f2cff3  libkxld.dylib (4903.261.4) <71CF1ECD-AC4E-3FDD-BEDF-14933D843EEE> /usr/lib/system/libkxld.dylib
    0x7fff74f2d000 -     0x7fff74f2dff7  liblaunch.dylib (1336.261.2) <BD5CDB35-2BB4-349A-8D14-78E387563F89> /usr/lib/system/liblaunch.dylib
    0x7fff74f2e000 -     0x7fff74f33fff  libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib
    0x7fff74f34000 -     0x7fff74f36ffb  libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib
    0x7fff74f37000 -     0x7fff74f38ff7  libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib
    0x7fff74f39000 -     0x7fff74f50ff3  libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib
    0x7fff74f51000 -     0x7fff74f51ff7  libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib
    0x7fff74f52000 -     0x7fff74fd9fff  libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib
    0x7fff74fda000 -     0x7fff74fddffb  libsystem_configuration.dylib (963.260.1) <C7D2BA09-8D5B-3393-8D84-304D76C55DEF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff74fde000 -     0x7fff74fe1ff7  libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff74fe2000 -     0x7fff74fe8fff  libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib
    0x7fff74fe9000 -     0x7fff74fefff7  libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff74ff0000 -     0x7fff7503bffb  libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib
    0x7fff7503c000 -     0x7fff75064ff7  libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib
    0x7fff75065000 -     0x7fff750b0ff7  libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib
    0x7fff750b1000 -     0x7fff750dbfff  libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib
    0x7fff750dc000 -     0x7fff750e6ff7  libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff750e7000 -     0x7fff750eefff  libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib
    0x7fff750ef000 -     0x7fff750f8fef  libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib
    0x7fff750f9000 -     0x7fff75103ff7  libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib
    0x7fff75104000 -     0x7fff75107ff7  libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff75108000 -     0x7fff7510aff3  libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib
    0x7fff7510b000 -     0x7fff75112ff3  libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff75113000 -     0x7fff75128fff  libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib
    0x7fff7512a000 -     0x7fff7512fffb  libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib
    0x7fff75130000 -     0x7fff7515ffff  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: 1
    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: 14042
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=394.4M resident=0K(0%) swapped_out_or_unallocated=394.4M(100%)
Writable regions: Total=626.1M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=626.1M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                 1216K        4 
CG image                            24K        5 
CoreAnimation                      156K       10 
CoreGraphics                         8K        1 
CoreImage                           32K        4 
CoreUI image data                  392K        8 
CoreUI image file                  404K        4 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           227.1M       79 
MALLOC guard page                   32K        7 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
STACK GUARD                       56.0M        8 
Stack                             11.6M        8 
VM_ALLOCATE                        228K       16 
VM_ALLOCATE (reserved)              36K        1         reserved VM address space (unallocated)
__DATA                            26.3M      258 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       225.3M       16 
__TEXT                           169.1M      259 
__UNICODE                          564K        1 
mapped file                       55.0M       18 
shared memory                      680K       14 
===========                     =======  ======= 
TOTAL                              1.1G      731 
TOTAL, minus reserved VM space   779.7M      731 

Model: MacBookPro10,2, BootROM 278.0.0.0.0, 2 processors, Intel Core i5, 2.6 GHz, 8 GB, SMC 2.6f59
Graphics: kHW_IntelHD4000Item, Intel HD Graphics 4000, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x10F), Broadcom BCM43xx 1.0 (7.21.190.33 AirPortDriverBrcm4360-1325.2)
Bluetooth: Version 6.0.12f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: BUP BL
USB Device: Microsoft USB Optical Mouse
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4
Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 1, 5.5

Update fonts

SimHei and Arial are copyrighted, no place to download. Look at Google Open Fonts for ideas? Open Sans? Segoe?

Decide whether system.conf points to generic names or actual font names.

Speed Duel Skill activation error

In a Speed Duel, the activation circle for a Skill Card does not line up with the drawn location of the Skill Card, and neither location can be clicked to activate it. I could not find anywhere at all to click, in fact.
image

Force disconnect from duels

The server not accepting a surrender means you cannot leave without killing your client. Since we are short on button space, perhaps bind a modifier key (Shift, Ctrl, etc) and then clicking Surrender as force disconnect?

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.