Jump to content
The Dark Mod Forums

DarkRadiant 2.3.0 pre-release phase


Recommended Posts

Here's the DR 2.3.0 pre5 build for motivated mappers to test. It's mostly a stabilisation release, fixing a couple of issues across all platforms, but there are a few editing changes in there.

Windows Installer x64: https://drive.google.com/open?id=0B5l3W4qqEX26WENyYThVZ0dnbUU

Windows Portable x64: https://drive.google.com/open?id=0B5l3W4qqEX26X09LdzJJU0JwYk0

 

Linux folks need to compile this stuff from source, instructions for various distributions are on the wiki.

 

macOS App (experimental): https://drive.google.com/open?id=0B5l3W4qqEX26VGdzSWtXc1JSbXc

(Feedback wanted: let me know if any of you is even considering mapping in macOS)

 

If you happen to run into a crash, please record a crashdump: How to record a crashdump

Changes since 2.2.0 can be seen on the Bugtracker changelog, important stuff includes so far:

- Ability to disable grid snapping when holding down CTRL key
- Hitting ESC during a Model Resize operation doesn't cancel properly
- Option to scale models by a set amount
- Improved playback options in the sound picker window

- Remember last opened GroupDialog tab and re-open it on next startup

- Fixed: you can reparent Primitives to any Entity, not just func_statics

- Add option to reset keyboard shortcuts to defaults
- Filter menu disappears from top bar when editing filters

- Switched script interpreter to Python 3
- Switch to VC++ 2017 tool chain
- Auto-save XML files to user settings folder when the app is idle

- Various windows won't open (Linux)
- Group Dialog tabs are broken in SplitPane Layout
- Recent maps menu becomes empty after use (Linux)
- Holding down the SurfaceInspector toggle key S leads to crashes in debug builds (Linux)
- Panel sizes not persisted between startups (Linux)
- Rare crash during shutdown when switching GroupDialog tabs

 

changes since 2.3.0pre1

- Added option to specify an absolute path to a map as startup argument

- Fixed jumpy model scale manipulator behaviour with grid-snapping enabled

- Double-clicking items in the Sound Chooser dialog now toggles its expanded state (like all other browsers)

 

changes since 2.3.0pre2

- Fixed missing menu items (like Readable Editor)

 

changes since 2.3.0pre3

- Add option to draw grid in the RenderPreview

- Fixed: In a TDM 2.0 game with no fs_base_path, the PK4 names show up as top level nodes in Sound and Entity Choosers

- Fixed: Darkradiant crashes when trying to open the prefab menu under file > import prefab (Linux)

- Test invalid visportals script should check for wronlgy parented visportals

 

changes since 2.3.0pre4

- Fixed: MD5 animation viewer does not render properly (Linux)

- Added option to ignore light volumes when calculating default pivot location (#4578)

- Fixed: Groups do not persist through func_static cloning

- Fixed: GUI Selector in Readable Editor doesn't accept the selection (Linux)

- Fixed: Menu items gone missing again (Linux)

 

Thanks to all testers for any feedback, without your help DarkRadiant wouldn't be half as stable.

Edited by greebo
pre5
Link to comment
Share on other sites

  • Replies 54
  • Created
  • Last Reply

Top Posters In This Topic

- Fixed: you can reparent Primitives to any Entity, not just func_statics

This is interesting, what exactly does this allow a mapper to do? Can the mapper parent a brush or patch to a model then..?

macOS App (experimental): https://drive.google.com/open?id=0B5l3W4qqEX26bks2VFgxaXZlYkU

(Feedback wanted: let me know if any of you is even considering mapping in macOS)

Will test on my MacPro - but the flipside of this is are any of the team working on the Mac version of TDM.

Edited by Bikerdude
Link to comment
Share on other sites

Ran DR on my MacPro then opened and map and it crashed. I am running MacOS 10.12

 

 

 

Process:               DarkRadiantMain [1350]
Path:                  /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/DarkRadiantMain
Identifier:            com.brokenglass.DarkRadiant
Version:               1.0 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           DarkRadiantMain [1350]
User ID:               501

Date/Time:             2017-07-13 16:28:12.407 +0100
OS Version:            Mac OS X 10.12.5 (16F73)
Report Version:        12
Anonymous UUID:        1C9EA941-E3A6-43AB-0399-1A5074AB36D1


Time Awake Since Boot: 3800 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0:
--> 
    __TEXT                 0000000104462000-000000010481b000 [ 3812K] r-x/rwx SM=COW  /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/DarkRadiantMain

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.brokenglass.DarkRadiant   	0x00000001046fa58c map::MapImporter::addPrimitiveToEntity(std::__1::shared_ptr<scene::INode> const&, std::__1::shared_ptr<scene::INode> const&) + 552
1   mapdoom3.so                   	0x000000010cb3668b map::Doom3MapReader::parsePrimitive(parser::DefTokeniser&, std::__1::shared_ptr<scene::INode> const&) + 149
2   mapdoom3.so                   	0x000000010cb375b7 map::Doom3MapReader::parseEntity(parser::DefTokeniser&) + 559
3   mapdoom3.so                   	0x000000010cb354e7 map::Doom3MapReader::readFromStream(std::__1::basic_istream<char, std::__1::char_traits<char> >&) + 139
4   com.brokenglass.DarkRadiant   	0x00000001044a33a6 map::MapResource::loadFile(std::__1::basic_istream<char, std::__1::char_traits<char> >&, map::MapFormat const&, std::__1::shared_ptr<map::RootNode> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 182
5   com.brokenglass.DarkRadiant   	0x00000001044a308e map::MapResource::loadMapNodeFromStream(std::__1::basic_istream<char, std::__1::char_traits<char> >&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 134
6   com.brokenglass.DarkRadiant   	0x00000001044a4b02 std::__1::__function::__func<map::MapResource::loadMapNode()::$_0, std::__1::allocator<map::MapResource::loadMapNode()::$_0>, void (std::__1::basic_istream<char, std::__1::char_traits<char> >&)>::operator()(std::__1::basic_istream<char, std::__1::char_traits<char> >&) + 36
7   com.brokenglass.DarkRadiant   	0x00000001044a2101 map::MapResource::openFileStream(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::function<void (std::__1::basic_istream<char, std::__1::char_traits<char> >&)> const&) + 837
8   com.brokenglass.DarkRadiant   	0x000000010449f0d6 map::MapResource::loadMapNode() + 162
9   com.brokenglass.DarkRadiant   	0x000000010449efd3 map::MapResource::load() + 33
10  com.brokenglass.DarkRadiant   	0x00000001045a4771 map::Map::loadMapResourceFromPath(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 341
11  com.brokenglass.DarkRadiant   	0x00000001045a6dfb map::Map::load(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 371
12  com.brokenglass.DarkRadiant   	0x00000001045acb46 map::Map::openMap(std::__1::vector<cmd::Argument, std::__1::allocator<cmd::Argument> > const&) + 514
13  commandsystem.so              	0x000000010c01d2a7 cmd::CommandSystem::execute(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 893
14  eventmanager.so               	0x000000010c9c395b ui::Statement::execute() + 171
15  libwx_baseu-3.0.0.dylib       	0x0000000105add98e wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 88
16  libwx_baseu-3.0.0.dylib       	0x0000000105adeb35 wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 89
17  libwx_baseu-3.0.0.dylib       	0x0000000105adea86 wxEvtHandler::TryHereOnly(wxEvent&) + 40
18  libwx_baseu-3.0.0.dylib       	0x0000000105ade9cc wxEvtHandler::ProcessEventLocally(wxEvent&) + 40
19  libwx_baseu-3.0.0.dylib       	0x0000000105ade960 wxEvtHandler::ProcessEvent(wxEvent&) + 176
20  libwx_baseu-3.0.0.dylib       	0x0000000105adeba1 wxEvtHandler::SafelyProcessEvent(wxEvent&) + 15
21  libwx_osx_cocoau_core-3.0.0.dylib	0x00000001055f19e3 wxMenuBase::SendEvent(int, int) + 155
22  libwx_osx_cocoau_core-3.0.0.dylib	0x00000001054c237c wxMenu::HandleCommandProcess(wxMenuItem*, wxWindow*) + 114
23  libsystem_trace.dylib         	0x00007fff913073a7 _os_activity_initiate_impl + 53
24  com.apple.AppKit              	0x00007fff7979e721 -[NSApplication(NSResponder) sendAction:to:from:] + 456
25  com.apple.AppKit              	0x00007fff79271666 -[NSMenuItem _corePerformAction] + 324
26  com.apple.AppKit              	0x00007fff792713d2 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
27  libsystem_trace.dylib         	0x00007fff913073a7 _os_activity_initiate_impl + 53
28  com.apple.AppKit              	0x00007fff792fa955 -[NSMenu performActionForItemAtIndex:] + 121
29  com.apple.AppKit              	0x00007fff792fa8cc -[NSMenu _internalPerformActionForItemAtIndex:] + 94
30  com.apple.AppKit              	0x00007fff792fa6f9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107
31  com.apple.AppKit              	0x00007fff791b1580 NSSLMMenuEventHandler + 986
32  com.apple.HIToolbox           	0x00007fff7aa5fd85 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1708
33  com.apple.HIToolbox           	0x00007fff7aa5eff6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 428
34  com.apple.HIToolbox           	0x00007fff7aa74d14 SendEventToEventTarget + 40
35  com.apple.HIToolbox           	0x00007fff7aac13e6 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
36  com.apple.HIToolbox           	0x00007fff7aaec9fb SendMenuCommandWithContextAndModifiers + 59
37  com.apple.HIToolbox           	0x00007fff7aaec9aa SendMenuItemSelectedEvent + 188
38  com.apple.HIToolbox           	0x00007fff7aaec87d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96
39  com.apple.HIToolbox           	0x00007fff7aaed2b7 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 702
40  com.apple.HIToolbox           	0x00007fff7aaecf66 _HandleMenuSelection2 + 460
41  com.apple.AppKit              	0x00007fff791a1368 _NSHandleCarbonMenuEvent + 239
42  com.apple.AppKit              	0x00007fff7941b702 _DPSEventHandledByCarbon + 54
43  com.apple.AppKit              	0x00007fff7979c0c5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 963
44  com.apple.AppKit              	0x00007fff790153db -[NSApplication run] + 926
45  libwx_osx_cocoau_core-3.0.0.dylib	0x00000001055346a8 wxGUIEventLoop::OSXDoRun() + 106
46  libwx_baseu-3.0.0.dylib       	0x0000000105ab6459 wxCFEventLoop::DoRun() + 39
47  libwx_baseu-3.0.0.dylib       	0x0000000105a16d73 wxEventLoopBase::Run() + 165
48  libwx_baseu-3.0.0.dylib       	0x00000001059e8440 wxAppConsoleBase::MainLoop() + 102
49  libwx_osx_cocoau_core-3.0.0.dylib	0x00000001054de24e wxApp::OnRun() + 26
50  libwx_baseu-3.0.0.dylib       	0x0000000105a4c63d wxEntry(int&, wchar_t**) + 64
51  com.brokenglass.DarkRadiant   	0x0000000104637031 main + 20
52  libdyld.dylib                 	0x00007fff910d5235 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff911fc34a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff911fb797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff7b528874 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff7b527cf1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fff7b527544 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fff7916df02 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fff912ee93b _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fff912ee887 _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fff912ee08d thread_start + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff9120444e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff912ee621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff912ee07d start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff9120444e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff912ee48e _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fff912ee07d start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff9120444e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff912ee621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff912ee07d start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff9120444e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff912ee621 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff912ee07d start_wqthread + 13

Thread 6:: Dispatch queue: TBrowserViewDataSource
0   libsystem_kernel.dylib        	0x00007fff91203bf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff912ef7fa _pthread_cond_wait + 712
2   com.apple.FinderKit           	0x00007fff884a2759 ModifyDataSourceOnMainThreadSync(FI_TBrowserViewDataSource*, FI_TBVDSChangedNotificationData*, std::__1::function<void ()> const&) + 391
3   com.apple.FinderKit           	0x00007fff884a5b38 __49-[FI_TBrowserViewDataSource closeContainerNodes:]_block_invoke + 264
4   libdispatch.dylib             	0x00007fff910a8524 _dispatch_call_block_and_release + 12
5   libdispatch.dylib             	0x00007fff9109f8fc _dispatch_client_callout + 8
6   libdispatch.dylib             	0x00007fff910b59a0 _dispatch_queue_serial_drain + 896
7   libdispatch.dylib             	0x00007fff910a8306 _dispatch_queue_invoke + 1046
8   libdispatch.dylib             	0x00007fff910ae020 _dispatch_queue_override_invoke + 369
9   libdispatch.dylib             	0x00007fff910a16b5 _dispatch_root_queue_drain + 476
10  libdispatch.dylib             	0x00007fff910a148c _dispatch_worker_thread3 + 99
11  libsystem_pthread.dylib       	0x00007fff912ee5a2 _pthread_wqthread + 1299
12  libsystem_pthread.dylib       	0x00007fff912ee07d start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000620001226840  rcx: 0x0000000000000000  rdx: 0x0000000000000001
  rdi: 0x0000620001226840  rsi: 0x00007fff5b797978  rbp: 0x00007fff5b797b30  rsp: 0x00007fff5b797a00
   r8: 0x0000000000000000   r9: 0x0000000000071002  r10: 0x0000000000000710  r11: 0x00007fff8fce8256
  r12: 0x0000620001226840  r13: 0x0000000000000000  r14: 0x00007fff5b797c58  r15: 0x00007fff5b798000
  rip: 0x00000001046fa58c  rfl: 0x0000000000010202  cr2: 0x0000000000000000
  
Logical CPU:     8
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x104462000 -        0x10481aff7 +com.brokenglass.DarkRadiant (1.0 - 1) <2A357223-A6E5-3311-89FF-1503BF7809F2> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/DarkRadiantMain
       0x104e28000 -        0x104e3afff +libftgl.2.dylib (0) <B87F67B2-8733-38F8-8115-4BDFA1A54928> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libftgl.2.dylib
       0x104e4f000 -        0x104e5cff3 +libboost_filesystem-mt.dylib (0) <40B53308-28EE-3881-B65D-A02476A7E677> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libboost_filesystem-mt.dylib
       0x104e74000 -        0x104e76ffb +libboost_system-mt.dylib (0) <1A940278-B657-36BF-BA13-628BAF2C5F1E> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libboost_system-mt.dylib
       0x104e7f000 -        0x104f31ff3 +libboost_regex-mt.dylib (0) <E9F330D2-2523-3945-A34F-DD78185B4A89> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libboost_regex-mt.dylib
       0x104fce000 -        0x1050c0fff +libxml2.2.dylib (0) <C7BE0668-4145-39EC-989D-CC100B1AB7B3> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libxml2.2.dylib
       0x1050f2000 -        0x1050f4fff +libsigc-2.0.0.dylib (0) <B6383301-2C62-37B0-BEAC-4003328268DB> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libsigc-2.0.0.dylib
       0x1050f9000 -        0x10517ffff +libwx_osx_cocoau_xrc-3.0.0.dylib (0) <9C0E2BEE-CD10-3EBE-9BC7-3EF7DD98F38D> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_xrc-3.0.0.dylib
       0x1051d0000 -        0x1051e1ff7 +libwx_osx_cocoau_webview-3.0.0.dylib (0) <3922EB96-9C21-3166-A84D-51FE55A1A2D3> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_webview-3.0.0.dylib
       0x1051f7000 -        0x10526afff +libwx_osx_cocoau_html-3.0.0.dylib (0) <C7384E42-9E24-3FF7-902D-BB052CFBB438> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_html-3.0.0.dylib
       0x1052c1000 -        0x1052deff7 +libwx_osx_cocoau_qa-3.0.0.dylib (0) <0361A0B2-A1AF-31DC-81F3-53A0EF93E3DF> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_qa-3.0.0.dylib
       0x1052f4000 -        0x1053c1fff +libwx_osx_cocoau_adv-3.0.0.dylib (0) <E608AA5D-CAF4-396B-9A57-03E6EF75E95E> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_adv-3.0.0.dylib
       0x10548b000 -        0x105782ff7 +libwx_osx_cocoau_core-3.0.0.dylib (0) <F14B8B23-9E5A-39FD-8278-F9FFCAA2CE3A> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_core-3.0.0.dylib
       0x105985000 -        0x105990ff7 +libwx_baseu_xml-3.0.0.dylib (0) <EE38DD7E-4FC4-3776-AA0E-6B68DDD365E3> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_baseu_xml-3.0.0.dylib
       0x105998000 -        0x1059c0ff7 +libwx_baseu_net-3.0.0.dylib (0) <FBB12181-AB2D-35C4-9864-041150A7AC8C> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_baseu_net-3.0.0.dylib
       0x1059e1000 -        0x105b67fff +libwx_baseu-3.0.0.dylib (0) <C00AB2F7-A7BA-38DF-93E1-4D454457D4F8> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_baseu-3.0.0.dylib
       0x105c14000 -        0x105cf3ff7 +libwx_osx_cocoau_stc-3.0.0.dylib (0) <A7637C02-99DC-303E-921E-242A7C8C31EF> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_stc-3.0.0.dylib
       0x105d58000 -        0x105d61fff +libwx_osx_cocoau_gl-3.0.0.dylib (0) <D0BDB886-7C84-3D96-913E-3DAEB6AB8CBD> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libwx_osx_cocoau_gl-3.0.0.dylib
       0x105d6f000 -        0x105d9bfff +libGLEW.2.0.0.dylib (0) <F687503F-BFB4-3803-B298-154A70FD066B> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libGLEW.2.0.0.dylib
       0x105dd7000 -        0x105de0fff +libintl.8.dylib (0) <6C3DC2F0-96B8-37D8-81EF-D85A680D5245> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libintl.8.dylib
       0x105de7000 -        0x105e62ff3 +libfreetype.6.dylib (0) <C76B5BC3-9A61-3CC2-A5A6-746A21A25C62> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libfreetype.6.dylib
       0x105e7f000 -        0x105e8fff7 +libz.1.dylib (0) <BCF15833-DA94-309C-A2C1-4EDCF077B488> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libz.1.dylib
       0x105e99000 -        0x105ea8ff7 +libbz2.1.0.dylib (0) <E322BFF3-02A8-3EB1-8DB2-25C94B03214B> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libbz2.1.0.dylib
       0x105eae000 -        0x105ed1ff3 +libpng16.16.dylib (0) <08992A25-7FC6-3CA4-870A-EE3E36A6F2D8> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libpng16.16.dylib
       0x105ee0000 -        0x107795fff +libicudata.55.dylib (0) <A1167056-65F9-30A8-9BB2-3649449670E8> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libicudata.55.dylib
       0x107797000 -        0x10779afff +libogg.0.dylib (0) <F8BEAA11-8E79-3F82-BA51-2B9660A8217D> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libogg.0.dylib
       0x10779e000 -        0x1078eafff +libicui18n.55.dylib (0) <054B43C2-3393-3605-A3F9-273CC00548F2> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libicui18n.55.dylib
       0x1079c0000 -        0x107ab4fff +libicuuc.55.dylib (0) <64E390EA-13D5-3A95-9443-90300A7FB2D7> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libicuuc.55.dylib
       0x107b1a000 -        0x107b36ffb +liblzma.5.dylib (0) <CBBA4E07-C9BE-3B69-B620-CE3EE38AF69C> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/liblzma.5.dylib
       0x107b43000 -        0x107c38ff7 +libiconv.2.dylib (0) <D1B7D13C-A2D5-3784-85AD-7176B62688BE> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libiconv.2.dylib
       0x107c4a000 -        0x107c76ff3 +libjpeg.9.dylib (0) <665B49BB-77FB-3393-8E9F-84AC4A5DC511> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libjpeg.9.dylib
       0x107c7e000 -        0x107cccfff +libtiff.5.dylib (0) <CC90F8D0-33D3-3B47-8757-94BF6CC5DA87> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libtiff.5.dylib
       0x107cda000 -        0x107cf4fff +libexpat.1.dylib (0) <75945210-9C4B-320E-8F24-0097E74D883B> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libexpat.1.dylib
       0x10992f000 -        0x109930ff1 +cl_kernels (???) <3EAE42B1-5EC3-4473-B8FD-8881EA0ECF25> cl_kernels
       0x109aa5000 -        0x109aa6ff3 +cl_kernels (???) <FCD3A4CF-B8EF-4864-B3A8-6181E8EF7CE3> cl_kernels
       0x10bff8000 -        0x10c000fff +archivezip.so (0) <818EFD09-50B4-3A69-9049-F98D03D9BCD9> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/archivezip.so
       0x10c019000 -        0x10c027fff +commandsystem.so (0) <B4330106-8CE5-3983-A824-5349C7DD0457> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/commandsystem.so
       0x10c048000 -        0x10c093fff +dm.conversation.so (0) <5AAF1F68-C74D-3F08-A9BC-0A0B2780B542> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.conversation.so
       0x10c125000 -        0x10c14cfff +dm.difficulty.so (0) <143C612F-D7D0-3427-A018-83C685F33FC2> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.difficulty.so
       0x10c1ab000 -        0x10c222fff +dm.editing.so (0) <DD85B1F8-5A59-3D90-9348-D53628922913> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.editing.so
       0x10c321000 -        0x10c38bff7 +dm.gui.so (0) <8AC628D7-1177-3A82-8F6B-3335033BB0B3> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.gui.so
       0x10c43d000 -        0x10c4caff7 +dm.objectives.so (0) <0DFE47BC-6CD1-330C-B622-B6A4B7C15E62> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.objectives.so
       0x10c5d2000 -        0x10c636ff7 +dm.stimresponse.so (0) <36A0D211-A625-3B4A-B2D4-15C9CC8D6CD9> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.stimresponse.so
       0x10c6f1000 -        0x10c70eff7 +eclassmgr.so (0) <933EF837-1793-3EE3-AFF0-4399F9A082FD> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/eclassmgr.so
       0x10c74f000 -        0x10c767fff +eclasstree.so (0) <F80D6028-BB24-3F4B-93B5-19291944A1A7> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/eclasstree.so
       0x10c7b2000 -        0x10c82dff7 +entity.so (0) <B909803C-FC9C-3C43-A54C-B8E6E686AF47> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/entity.so
       0x10c93c000 -        0x10c957ff7 +entitylist.so (0) <70EF7CFC-C9F7-373E-BD1E-F57E04D2BBAE> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/entitylist.so
       0x10c9ab000 -        0x10c9e0fff +eventmanager.so (0) <6C15F431-6B61-3A6A-A893-568B71CF6298> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/eventmanager.so
       0x10ca5a000 -        0x10ca5efff +filetypes.so (0) <E5E2C602-DF1C-3F53-B731-38D36D3C47FF> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/filetypes.so
       0x10ca6e000 -        0x10ca8bff7 +filters.so (0) <BD6717FC-77BF-3A37-BE7E-BEDF71AB6D39> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/filters.so
       0x10cabb000 -        0x10cad3fff +fonts.so (0) <AA3DBE1C-AF7F-3986-9133-948B56B6A578> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/fonts.so
       0x10cb04000 -        0x10cb11fff +image.so (0) <CFB95EB1-6C45-3F18-8CF4-0EB155E76CFC> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/image.so
       0x10cb2f000 -        0x10cb5bfff +mapdoom3.so (0) <6F6A3B36-54E5-3352-9E0F-DA46B28AC24D> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/mapdoom3.so
       0x10cba5000 -        0x10cbc7ff7 +md5model.so (0) <88B89FB9-0926-3E0F-B4AB-5A326D9A52C9> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/md5model.so
       0x10cc11000 -        0x10cc50fff +model.so (0) <F1917B9A-FFD8-3D9A-824A-77B41D9684FE> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/model.so
       0x10ccaf000 -        0x10cd31fff +particles.so (0) <1135277F-FF7F-3AF4-AF30-C2DA0302049C> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/particles.so
       0x10ce3d000 -        0x10ce47ff7 +scenegraph.so (0) <E40CB0AE-0DAB-3858-A566-B7E87902395D> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/scenegraph.so
       0x10ce66000 -        0x10cf57ff7 +script.so (0) <ED3D73A8-300C-374E-A6BB-CA19F61BE719> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/script.so
       0x10d2e6000 -        0x10d314ffb +libboost_python-mt.dylib (0) <04D920DE-901B-34FB-A9B5-9CDF13170F5A> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libboost_python-mt.dylib
       0x10d353000 -        0x10d444ff7  org.python.python (2.7.10 - 2.7.10) <BDCDC395-7F55-3DF4-819B-7719E69BCBD9> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
       0x10d4ac000 -        0x10d4f6fff +shaders.so (0) <1537761B-C549-3D6E-A867-D5798A39ED0A> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/shaders.so
       0x10d573000 -        0x10d57cfff +skins.so (0) <958ED766-D8B7-3248-994E-A0C6FD0A5BFE> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/skins.so
       0x10d597000 -        0x10d5a6fff +sound.so (0) <7F039DEF-E020-36F7-9CCD-08AF2B4327C2> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/sound.so
       0x10d5cb000 -        0x10d5d0fff +libvorbisfile.3.dylib (0) <C5AB6021-3227-3C51-8CF5-AB68116DDDCF> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libvorbisfile.3.dylib
       0x10d5d5000 -        0x10d5f9fff +libvorbis.0.dylib (0) <DCE38359-923D-3E27-BD38-2C7000BC086A> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/libvorbis.0.dylib
       0x10d602000 -        0x10d671ff7 +uimanager.so (0) <3CDC6C9F-6CFF-3996-ADDD-3D94483DC03F> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/uimanager.so
       0x10d7d3000 -        0x10d7ddff7 +undo.so (0) <73292098-9BAD-3D8C-81F6-AED47C06E6C5> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/undo.so
       0x10d800000 -        0x10d80efff +vfspk3.so (0) <5ED9CC59-8237-3892-9842-41B744CA2A65> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/vfspk3.so
       0x10d834000 -        0x10d842fff +xmlregistry.so (0) <71AC803A-8AB2-3621-9434-F83B5CFCF248> /Users/USER/Desktop/DarkRadiant 2.3.0pre1.app/Contents/MacOS/xmlregistry.so
       0x10e448000 -        0x10efb7ff7  com.nvidia.web.GeForceGLDriverWeb (10.18.5 - 10.1.8) <238BD4F9-D0D9-371F-AE17-C29A308351E4> /System/Library/Extensions/GeForceGLDriverWeb.bundle/Contents/MacOS/GeForceGLDriverWeb
       0x10f996000 -        0x10fcf4fff  com.nvidia.web.GeForceMTLDriverWeb (10.18.5 - 10.1.8) <B9FD347E-6249-3544-B180-935E46736E59> /System/Library/Extensions/GeForceMTLDriverWeb.bundle/Contents/MacOS/GeForceMTLDriverWeb
       0x10fe99000 -        0x10fed6dc7  dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
       0x10ff24000 -        0x1111c1ff7  libclhWeb.dylib (0) <86ADB0DA-BC9B-3DC7-9BB6-252656F47161> /System/Library/Extensions/GeForceGLDriverWeb.bundle/Contents/MacOS/libclhWeb.dylib
       0x11587b000 -        0x11587cfff  _locale.so (97.50.7) <16EECFD3-0814-3B9C-8CF5-D82DB670AE7F> /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_locale.so
       0x115ac9000 -        0x115ae3ff7  com.apple.security.csparser (3.0 - 57740.60.18) <119893A8-D878-3AF2-BA3C-F70D5C6E6950> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x115f77000 -        0x115f78ff1 +cl_kernels (???) <E826B19B-43F4-4D86-B6FC-10C33C26292F> cl_kernels
       0x115f7b000 -        0x116061fe3  unorm8_rgx.dylib (2.8.5) <04B398A5-2A3C-3041-B8C8-9F91CB154B25> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgx.dylib
       0x1160d5000 -        0x1161b9ff7  com.apple.NLP (1.0 - 98.7) <B539A9D1-63CF-3712-B291-1596F92F1984> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
       0x116203000 -        0x116223fff  com.apple.CoreNLP (1.0 - 78.2) <B686BDA2-A162-3D70-9257-FEB0592DBD7E> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x11a538000 -        0x11a53cffb  com.apple.qldisplay.Generic (5.0 - 720.7) <108C34E4-AD64-3CAA-9B3A-E93A6165E603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/PlugIns/Generic.qldisplay/Contents/MacOS/Generic
    0x7fff75ff2000 -     0x7fff76337ff7  com.apple.RawCamera.bundle (7.03 - 912) <1476F375-6C4B-382A-ABDB-99B7DCBF4F6D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff77b69000 -     0x7fff77b6dffb  com.apple.agl (3.3.1 - AGL-3.3.1) <752FDB92-EF67-3D04-BF40-A352BF1075CF> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff77b6e000 -     0x7fff77d2ffff  com.apple.avfoundation (2.0 - 1187.36) <8C7813BE-B548-33E3-A61E-FF1F1984386A> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff77d30000 -     0x7fff77dd2ff7  com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff77dd3000 -     0x7fff77e9cff3  com.apple.AVKit (1.1 - 356.12) <CFEBC4BF-8A1D-3AF2-A83F-D531C10A848E> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff77e9d000 -     0x7fff77e9dfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D6A08A72-7758-3CA8-813D-105F6E313E67> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff77e9e000 -     0x7fff77eb5ff3  libCGInterfaces.dylib (331.5) <02E9DD16-C5CB-3482-84EF-AA6188A0D28C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff77eb6000 -     0x7fff784f6fe3  com.apple.vImage (8.1 - ???) <4C535C25-EF87-35BE-9BE8-D080A5C24084> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff784f7000 -     0x7fff786befef  libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff786bf000 -     0x7fff786d6fff  libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff786d7000 -     0x7fff78ae2fff  libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff78ae3000 -     0x7fff78af9fff  libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff78afa000 -     0x7fff78b00fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff78b01000 -     0x7fff78b14ff7  libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff78b15000 -     0x7fff78c62ff7  libvDSP.dylib (600.60.1) <F46DF4CB-864D-3541-9913-60521FCBBF4A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff78c63000 -     0x7fff78d1afe3  libvMisc.dylib (600.60.1) <3A00FDEB-9FAB-3F10-BCB3-316A6BE3C83A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff78d1b000 -     0x7fff78d1bfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <A2FC8240-F62F-3A23-AB10-8CE6B56AF476> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff78d1c000 -     0x7fff78d59ffb  com.apple.Accounts (113 - 113) <8550BD08-7D05-3AC4-A0CC-B67ECB2DE950> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff78d5a000 -     0x7fff78fd9ff7  com.apple.AddressBook.framework (10.0 - 1756.20) <EF74B8FF-3AFE-3336-82B0-02792B17406C> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff78fda000 -     0x7fff79db3ff3  com.apple.AppKit (6.9 - 1504.83.101) <EC7BD195-F9E1-3E43-820A-5FDD0B2B0B67> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff79dc5000 -     0x7fff79dc5fff  com.apple.ApplicationServices (48 - 48) <4C71CBA8-47E4-38BF-BE3B-F20DF8667D5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff79dc6000 -     0x7fff79e34ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <A31D17BE-F747-39FB-9A84-5F2F8891204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff79ece000 -     0x7fff79ffdff7  libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff79ffe000 -     0x7fff7a048fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7a0a5000 -     0x7fff7a0d8fff  libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff7a145000 -     0x7fff7a1efff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff7a1f0000 -     0x7fff7a241fff  com.apple.HIServices (1.22 - 592.1) <7353E76E-9A3A-3693-87AF-41953585E024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff7a242000 -     0x7fff7a251ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff7a252000 -     0x7fff7a29ffff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7a2a0000 -     0x7fff7a2dbfff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff7a2dc000 -     0x7fff7a2e7fff  com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff7a2e8000 -     0x7fff7a4f4fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff7a4f5000 -     0x7fff7a4f5fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff7a65e000 -     0x7fff7aa38fff  com.apple.CFNetwork (811.5.4 - 811.5.4) <4DBF8932-6286-3B23-87D9-63615B9958D9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff7aa52000 -     0x7fff7aa52fff  com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff7aa53000 -     0x7fff7aa56fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff7aa57000 -     0x7fff7ad60fff  com.apple.HIToolbox (2.1.1 - 857.8) <CAB143FE-AEAF-3EDE-AD7B-C04E1B7C5615> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff7ad61000 -     0x7fff7ad64ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff7ad65000 -     0x7fff7ad6afff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff7ad6b000 -     0x7fff7ae02ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff7ae03000 -     0x7fff7ae1dfff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff7ae1e000 -     0x7fff7ae1fff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff7ae20000 -     0x7fff7ae22ff7  com.apple.securityhi (9.0 - 55006) <DBD65629-535D-3669-8218-7F074D61638C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff7ae23000 -     0x7fff7ae29ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff7ae2a000 -     0x7fff7af09ffb  com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff7af0a000 -     0x7fff7af0afff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff7b054000 -     0x7fff7b0e1fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff7b0e2000 -     0x7fff7b0f5fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff7b0f6000 -     0x7fff7b3f5ff3  com.apple.CoreData (120 - 754.2) <0C9D9D78-758D-318F-9049-D42CC7944363> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff7b3f6000 -     0x7fff7b4a2ff7  com.apple.CoreDisplay (1.0 - 1) <AAD5DF0B-0D22-305E-86FF-BB1431130363> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff7b4a3000 -     0x7fff7b936fff  com.apple.CoreFoundation (6.9 - 1349.8) <36385A3A-60D3-32DB-BF55-C6D8931A7AA6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff7b937000 -     0x7fff7bfdaff7  com.apple.CoreGraphics (2.0 - 1070.22) <C84DAB96-313D-392C-817E-B8F816AF52E9> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff7bfdb000 -     0x7fff7c21effb  com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff7c21f000 -     0x7fff7c284ff7  com.apple.corelocation (2101.0.63) <B76E6C13-E10B-3F2F-AFD7-DB2C0DEF6579> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff7c285000 -     0x7fff7c336fff  com.apple.CoreMedia (1.0 - 1907.59.1.5) <6CCDE81A-6992-33ED-A1D9-9D27A4C1E31F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff7c337000 -     0x7fff7c382ff7  com.apple.CoreMediaIO (805.0 - 4932) <ACE54DDE-C526-31CA-9755-3938603E3751> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff7c383000 -     0x7fff7c383fff  com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff7c384000 -     0x7fff7c3d5fff  com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff7c3d6000 -     0x7fff7c6b1ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff7c6b2000 -     0x7fff7c6e5fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff7c6e6000 -     0x7fff7c6eeff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff7c6ef000 -     0x7fff7c85bff7  com.apple.LaunchServices (775.19 - 775.19) <94D15A2A-852C-3B4B-A701-43043C8F1527> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff7c85c000 -     0x7fff7c90cffb  com.apple.Metadata (10.7.0 - 1075.40) <DA911E1B-3977-386D-930D-96BD5085CB8E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff7c90d000 -     0x7fff7c96cfff  com.apple.CoreServices.OSServices (775.19 - 775.19) <C709A773-4FA0-33DD-B3E2-FBA41E00F177> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff7c96d000 -     0x7fff7c9ddfff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff7c9de000 -     0x7fff7ca23ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff7caac000 -     0x7fff7cbf9ffb  com.apple.CoreText (352.0 - 544.15) <BF0EE575-BB7E-3BF9-9029-232B4ADC24E4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff7cbfa000 -     0x7fff7cc2fff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff7cc30000 -     0x7fff7cca1ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <E47C0568-E37B-3052-9E77-F0F371DCDE7F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff7ccd4000 -     0x7fff7ccdfff3  com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff7cce0000 -     0x7fff7cd9eff7  com.apple.DiscRecording (9.0.3 - 9030.4.5) <88544E99-217A-33D9-8AC7-F54D2716658D> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff7cd9f000 -     0x7fff7cda4fff  com.apple.DiskArbitration (2.7 - 2.7) <8AC72143-D3C4-3AA6-84DF-734E3AFAC49B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff7cf36000 -     0x7fff7d2dcff3  com.apple.Foundation (6.9 - 1349.81) <730B7944-BB43-35D5-A546-9F6CCED4B9F3> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff7d308000 -     0x7fff7d339ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff7d3f9000 -     0x7fff7d49cffb  com.apple.Bluetooth (5.0.4 - 5.0.4f18) <B3FED7E7-45EE-32DD-B59E-7942BCE9426C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff7d49d000 -     0x7fff7d533ff7  com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff7d534000 -     0x7fff7d53affb  com.apple.IOSurface (159.7 - 159.7) <40550017-EF96-3C52-B400-806AFEE4B134> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff7d53b000 -     0x7fff7d58cff7  com.apple.ImageCaptureCore (7.0 - 7.0) <A640CA2F-8093-34AB-947C-26679ECB8A6D> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff7d58d000 -     0x7fff7d6f0ff7  com.apple.ImageIO.framework (3.3.0 - 1599.10.2) <2C7959FF-6EFB-3D43-BFD2-4A3F79F71744> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff7d6f1000 -     0x7fff7d6f5fff  libGIF.dylib (1599.10.2) <90A3031D-BAB3-3AFF-9FAE-BA7B9632D63C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff7d6f6000 -     0x7fff7d7e7ff7  libJP2.dylib (1599.10.2) <2090C3B2-6D5F-3700-A327-B9477864391D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff7d7e8000 -     0x7fff7d80bfff  libJPEG.dylib (1599.10.2) <6802719D-5E3B-3C39-82CC-7D38C28050FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff7d80c000 -     0x7fff7d832fff  libPng.dylib (1599.10.2) <5DD80388-D65D-31DC-9344-DB0C2B5582B6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff7d833000 -     0x7fff7d835ff3  libRadiance.dylib (1599.10.2) <CD0C366B-C2EA-3A4A-AF7F-74107AB84D8D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff7d836000 -     0x7fff7d884ffb  libTIFF.dylib (1599.10.2) <B6F55587-78B1-3A09-8126-661AFC6CEA02> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7d9e2000 -     0x7fff7e5eaff3  com.apple.JavaScriptCore (12603 - 12603.2.4) <FFD37381-05F4-3907-BD31-74CFC3D7868F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff7e5eb000 -     0x7fff7e604ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff7e605000 -     0x7fff7e63bfff  com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff7e88d000 -     0x7fff7e893fff  com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff7e8a9000 -     0x7fff7ede2ff7  com.apple.MediaToolbox (1.0 - 1907.59.1.5) <2024A2A2-50B6-36AA-BC6D-3AAFA78EB707> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff7ede3000 -     0x7fff7ee3efff  com.apple.Metal (87.18 - 87.18) <5C2F12FB-45C1-3103-A827-3D225BF8D05A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff7f727000 -     0x7fff7f72ffff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff7f8e0000 -     0x7fff7f905fff  com.apple.audio.OpenAL (1.8 - 1.8) <E3447078-6A7E-3A6D-B136-B6EA93982EE1> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x7fff7f906000 -     0x7fff7f90eff7  libcldcpuengine.dylib (2.8.5) <73E1E526-01DF-3199-9B48-155F0329EF44> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff7f90f000 -     0x7fff7f9f5fff  unorm8_bgra.dylib (2.8.5) <74CB9618-8EDC-336E-A994-C5A1612BD32E> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff7f9f6000 -     0x7fff7fad6fe7  unorm8_rgba.dylib (2.8.5) <E3B3D1D1-73DA-3A20-884F-42FFFA59AFB9> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff7fad7000 -     0x7fff7fb25ff3  com.apple.opencl (2.8.6 - 2.8.6) <5FAF6F49-2648-39E6-922B-5630A5D7F7E4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff7fb26000 -     0x7fff7fb3fffb  com.apple.CFOpenDirectory (10.12 - 194) <A64E9A01-3F6E-36EA-9C10-88C564A68C9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff7fb40000 -     0x7fff7fb4bff7  com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff7fb4c000 -     0x7fff7fb4efff  libCVMSPluginSupport.dylib (14.0.16) <A20EC348-37C9-33B6-9A81-06006F3214A1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff7fb4f000 -     0x7fff7fb52ff7  libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff7fb53000 -     0x7fff7fb57fff  libCoreVMClient.dylib (156.3) <E7AEFCBE-B6BF-3C7C-9A4E-E78CB04DB794> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff7fb58000 -     0x7fff7fb61ff7  libGFXShared.dylib (14.0.16) <63542E68-EB1A-3ECF-AAFB-E7B8AB313C70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff7fb62000 -     0x7fff7fb6dfff  libGL.dylib (14.0.16) <84BEED97-0A93-356D-A922-97EA311EA446> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff7fb6e000 -     0x7fff7fbaaff7  libGLImage.dylib (14.0.16) <3518A85C-6905-3511-A6C9-2F82C519D28F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff7fbab000 -     0x7fff7fd21ff3  libGLProgrammability.dylib (14.0.16) <0EDA89D8-7C28-3D53-BDBA-7CB25232C329> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff7fd22000 -     0x7fff7fd63ff7  libGLU.dylib (14.0.16) <9860DCF7-56E0-3A8F-A377-52635C9D8B27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff7fd64000 -     0x7fff806cafef  libLLVMContainer.dylib (156.3) <9ACBECAE-E912-3E29-B653-94114F4552F0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContainer.dylib
    0x7fff806cb000 -     0x7fff806d9fff  com.apple.opengl (14.0.16 - 14.0.16) <27E7D76E-A26B-39F8-8CF2-AB57920776A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff806da000 -     0x7fff80880fff  GLEngine (14.0.16) <1999FBF9-0B82-34B1-8876-87B4F82101BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff80881000 -     0x7fff808abfff  GLRendererFloat (14.0.16) <8D11C08E-8249-38DB-9856-BFC01EEDE0CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff80948000 -     0x7fff80a8ffff  com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff80a90000 -     0x7fff80cfaff7  com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff80cfb000 -     0x7fff80dc2fff  com.apple.PDFKit (1.0 - 1) <BE82F14C-B20C-3771-B16C-F0723F6552AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff80dc3000 -     0x7fff812e9ff7  com.apple.QuartzComposer (5.1 - 356) <C66293F6-EF05-3B36-8524-081CEB9FADD7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff812ea000 -     0x7fff8130dffb  com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8130e000 -     0x7fff813fbfff  com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff813fc000 -     0x7fff813fcfff  com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff813fd000 -     0x7fff815fdfff  com.apple.QuartzCore (1.11 - 453.39.3) <AB46D60D-17A8-3122-800E-2A9DA604FCBA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff815fe000 -     0x7fff81653fff  com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff81654000 -     0x7fff81669fff  com.apple.SafariServices.framework (12603 - 12603.2.4) <BD072E0A-9759-341D-9E59-5D869380076B> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff81b64000 -     0x7fff81e66ff7  com.apple.security (7.0 - 57740.60.18) <021AACF6-D15F-37E0-840B-88853684BA00> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff81e67000 -     0x7fff81edcfff  com.apple.securityfoundation (6.0 - 55132.50.7) <4433C0CC-FE90-3DD3-BAC1-CC31D515B510> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff81edd000 -     0x7fff81f06fff  com.apple.securityinterface (10.0 - 55079.50.4) <50E3EAA8-1AF0-3910-AAFD-57D93D958DFF> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff81f07000 -     0x7fff81f0aff3  com.apple.xpc.ServiceManagement (1.0 - 1) <9F285B19-B53B-3502-85A2-72C26DB40EA7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff81f0b000 -     0x7fff81f55ff7  com.apple.sociald.Social (???) <6FAB064C-EAA9-32A1-837C-57F1DDF47FD4> /System/Library/Frameworks/Social.framework/Versions/A/Social
    0x7fff82291000 -     0x7fff82300ff7  com.apple.SystemConfiguration (1.14 - 1.14) <2412CDE0-C317-31EA-8F53-7A58BBFCC720> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff82301000 -     0x7fff826affff  com.apple.VideoToolbox (1.0 - 1907.59.1.5) <75E2F901-572F-3FC8-A599-96A085EEBC88> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff826b0000 -     0x7fff83a36ff3  com.apple.WebCore (12603 - 12603.2.4) <EC9BCF4D-4BC6-3CCF-BF5F-13FB10A24303> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff83a37000 -     0x7fff83c23ff7  com.apple.WebKitLegacy (12603 - 12603.2.4) <8471B2BB-79A1-3214-B195-167063D5CFD5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff83c24000 -     0x7fff83fcfffb  com.apple.WebKit (12603 - 12603.2.4) <1CF8B545-5910-31BC-AA29-F89ADFD919F9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff843da000 -     0x7fff843e1ffb  com.apple.APFS (1.0 - 1) <4CDEFDF0-A8CD-3982-B428-02CBA8FAC7C6> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff84829000 -     0x7fff848c7ff7  com.apple.accounts.AccountsDaemon (113 - 113) <2A3C41BC-740B-3F7B-AE86-8C2A7B369559> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
    0x7fff848c8000 -     0x7fff848fcffb  com.apple.framework.accountsui (1.0 - 45) <C3E4D8B1-295D-37A8-A383-33276A690DD4> /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUI
    0x7fff84b55000 -     0x7fff84b70ff3  com.apple.AppContainer (4.0 - 307.50.21) <C2E6BA3D-81FF-39C3-B4BF-DBB9A17DE078> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff84b71000 -     0x7fff84b7eff3  com.apple.AppSandbox (4.0 - 307.50.21) <BF9FA426-8C11-358B-9E1F-A3901E3F2B14> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff84b7f000 -     0x7fff84ba1ffb  com.apple.framework.Apple80211 (12.0 - 1200.47) <B692048E-1B61-3DAF-9CBA-4D314E7562DC> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff84ba2000 -     0x7fff84bb1feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff84c9a000 -     0x7fff84d2597f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff84d39000 -     0x7fff84d54fff  com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff84d55000 -     0x7fff84d5dffb  com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff84d5e000 -     0x7fff84d61ff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff84d62000 -     0x7fff84db4fff  com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84dbe000 -     0x7fff84dc5ff7  com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff85158000 -     0x7fff851d6ff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff851ff000 -     0x7fff8523cffb  com.apple.bom (14.0 - 194.1) <0CBECAF1-B5E0-302F-99EC-D7ED14E12B84> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8547d000 -     0x7fff854a6ffb  com.apple.CacheDelete (1.0 - 1) <D9678282-6F34-3EE4-94E2-42B2F6A055A5> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
    0x7fff85872000 -     0x7fff85899fff  com.apple.CalendarAgentLink (8.0 - 250) <E50E29F6-2BAB-3B8B-BBEA-7DC0B8B077AD> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff85e61000 -     0x7fff85e88ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff85e89000 -     0x7fff85f15ff7  com.apple.CloudDocs (1.0 - 486.29) <751554B6-A09E-32A8-A604-9F1B1FD8B84D> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff867ad000 -     0x7fff867b6ffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8687d000 -     0x7fff868cdffb  com.apple.AddressBook.ContactsFoundation (8.0 - 2250.10) <3097DEAC-ED6B-358E-8E81-8B7011CECA91> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff868ce000 -     0x7fff868f0fff  com.apple.contacts.ContactsPersistence (1.0 - 2250.10) <7EC0366F-30A6-3538-8BC9-8CABD55C178D> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff8693a000 -     0x7fff86d19ff7  com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff86d1a000 -     0x7fff86d4afff  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff86de5000 -     0x7fff86dedffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff86efe000 -     0x7fff86f0efff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff86fd3000 -     0x7fff86fe9ff3  com.apple.CoreMediaAuthoring (2.2 - 956) <AEBFF55F-BF1E-3CA5-AA9C-1CE22218A665> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff86ff0000 -     0x7fff87080ffb  com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff87249000 -     0x7fff87279ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8750a000 -     0x7fff87599ff7  com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8759a000 -     0x7fff876d9fe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff876da000 -     0x7fff877aaff3  com.apple.CoreUtils (5.1 - 510.31) <E68BB8ED-8874-36EC-A7C5-1017C0E727CB> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff877fa000 -     0x7fff8785fff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <DF0972EF-F817-3FD3-8C00-2D57B8738D8C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff87860000 -     0x7fff8786eff7  com.apple.CrashReporterSupport (10.12 - 827) <14037A71-ECFE-394A-8D6E-2CECE98F02EE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff878e0000 -     0x7fff878eaffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff878eb000 -     0x7fff878efff3  com.apple.DSExternalDisplay (3.1 - 380) <A195C0CE-8E4E-384B-9556-8270E306FE1D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff878f0000 -     0x7fff87924ff3  com.apple.datadetectors (5.0 - 348.2.1) <CFC96349-7432-3A6B-AB7D-52867DA22809> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff87925000 -     0x7fff8799affb  com.apple.datadetectorscore (7.0 - 539.1) <9C312AAC-8AEE-3C72-BDE5-7FBF62452525> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff879d6000 -     0x7fff87a15fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff87a16000 -     0x7fff87b27fff  com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff87b2c000 -     0x7fff87c01fff  com.apple.DiskImagesFramework (444.50.16 - 444.50.16) <F57B7413-6603-390A-B5C3-8AD68708E49B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff87c6a000 -     0x7fff87c75fff  com.apple.DisplayServicesFW (3.1 - 380) <83BB7C77-F18D-382D-9023-26132D925F75> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff87cba000 -     0x7fff87cbcffb  com.apple.EFILogin (2.0 - 2) <A74B0065-643F-3BC1-8FE9-E7CEAA29AD9A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff87e0f000 -     0x7fff88240ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8827e000 -     0x7fff88610ff7  com.apple.FinderKit (1.5.5 - 1.5.5) <85D64484-35E0-3500-A651-FD1DD9A1D6C5> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff89597000 -     0x7fff89597fff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff895a4000 -     0x7fff895afff3  libGPUSupportMercury.dylib (14.0.16) <7E99C736-2F48-313E-BEF6-6F8BABFADD9F> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff89868000 -     0x7fff89884fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8989d000 -     0x7fff89f4ffff  com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff89f95000 -     0x7fff8a00bff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8a00c000 -     0x7fff8a01dfff  com.apple.HelpData (2.1.12 - 100.1) <EEB8CC44-9AFF-3005-A25D-18FE46574FD5> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8a626000 -     0x7fff8a62dffb  com.apple.IOAccelerator (311.13 - 311.13) <40C04C41-A76A-3687-8D64-F76E8C46AA81> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8a62f000 -     0x7fff8a643ff7  com.apple.IOPresentment (1.0 - 29.10) <A3F7C1F6-CE50-3804-AAAF-7B75EBC46BE4> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff8a644000 -     0x7fff8a666fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8a702000 -     0x7fff8a712ff3  com.apple.IntlPreferences (2.0 - 216) <47681AE8-4539-3525-890C-206B301CEC77> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff8a74d000 -     0x7fff8a904fff  com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff8a950000 -     0x7fff8a954ff7  com.apple.LoginUICore (4.0 - 4.0) <7ADA40B1-995C-3947-8163-2257E7FB9440> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8aa00000 -     0x7fff8aac2ff3  com.apple.MMCS (1.3 - 385.4) <D3D76CE0-DE05-373E-B757-9E4B4920565D> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff8af74000 -     0x7fff8af77fff  com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8b050000 -     0x7fff8b084ff3  com.apple.MediaKit (16 - 845) <883DC63F-F90F-3FB9-8C23-9CECD72EBCDE> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8b085000 -     0x7fff8b1e5ffb  com.apple.MediaRemote (1.0 - 1) <E1DB72EE-2BA2-34B4-A406-B94955B15B69> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff8b1e6000 -     0x7fff8b201ffb  com.apple.MediaServices (1.0 - 1) <C7097932-E6BF-396A-B838-785000FBF58D> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff8b225000 -     0x7fff8b29eff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff8b29f000 -     0x7fff8b2affff  com.apple.MobileAssets (1.0 - 339.60.1) <06A9194C-0038-380D-904D-52706BE61E99> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff8b3fa000 -     0x7fff8b407ff3  com.apple.MobileKeyBag (2.0 - 1.0) <F42EB8B1-BA68-3769-98BE-26A18AED902F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff8b418000 -     0x7fff8b440ff7  com.apple.MultitouchSupport.framework (368.16 - 368.16) <512ADEC6-D694-3D73-A48A-6BE79CD39539> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8b4f2000 -     0x7fff8b4fdfff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8b94a000 -     0x7fff8b94cfff  com.apple.OAuth (25 - 25) <D6E5F36D-71B8-3E12-9601-CE2A1D6ED60B> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff8bdd5000 -     0x7fff8be16ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <6A21AB41-3AAA-32F3-9D46-2555A143A8B9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8be59000 -     0x7fff8be60ff3  com.apple.phonenumbers (1.1.1 - 105) <B8EFDDD3-BA26-39B8-9EA0-3649184BF527> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8c44e000 -     0x7fff8c470fff  com.apple.pluginkit.framework (1.0 - 1) <775E1168-9A28-34EC-AACD-B73803B9DDD4> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff8c4c3000 -     0x7fff8c4fdff7  com.apple.ProtectedCloudStorage (1.0 - 1) <1C6083B7-F020-3634-8F53-CC9E07F27EC5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8c4fe000 -     0x7fff8c518fff  com.apple.ProtocolBuffer (1 - 249.1) <A1F1B0F3-078F-378F-A9A9-0DEEA70E816A> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8c519000 -     0x7fff8c528ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff8c531000 -     0x7fff8c554ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8d21b000 -     0x7fff8d21efff  com.apple.SecCodeWrapper (4.0 - 307.50.21) <F8E957B2-D3F0-3B73-B38C-AE8868F00939> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff8d22d000 -     0x7fff8d2acff7  com.apple.ShareKit (1.0 - 500) <C92D2122-229C-3FF6-B894-C4E8729AAB3A> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit
    0x7fff8d2ad000 -     0x7fff8d33afff  com.apple.Sharing (696.2.67 - 696.2.67) <F681EE28-153F-3216-97A6-6F5E4148AB2E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8d33b000 -     0x7fff8d35aff7  com.apple.shortcut (2.16 - 98) <6C0435B1-83DD-3254-B0D3-3B86C6CE606A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff8d35b000 -     0x7fff8d5d0ff3  com.apple.SkyLight (1.600.0 - 170.3) <F373A7DA-B687-35AF-90E3-178945A5DAD1> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff8d7af000 -     0x7fff8d7bbff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8db45000 -     0x7fff8dba6fff  com.apple.Suggestions (6.0 - 197) <9DD142A2-82A5-3202-B36C-20E19B4C5D56> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff8dea7000 -     0x7fff8df1bfdf  com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8e13b000 -     0x7fff8e167ff3  com.apple.framework.SystemAdministration (1.0 - 1.0) <CD5B74B1-01ED-369E-AB11-1DA59F2C2A24> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff8e35a000 -     0x7fff8e360ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8e3ec000 -     0x7fff8e4b2ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff8e4fb000 -     0x7fff8e510ff3  com.apple.ToneKit (1.0 - 1) <B709293D-0A79-398A-8AA9-50F6340C227C> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff8e511000 -     0x7fff8e51fffb  com.apple.ToneLibrary (1.0 - 1) <F2ED5DFC-5F11-3012-BCD7-17753413141F> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff8e526000 -     0x7fff8e527fff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8e528000 -     0x7fff8e6b8ff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8e6ca000 -     0x7fff8e731ff7  com.apple.UserActivity (63.25 - 63.25) <0B13EFA3-2005-331B-91F4-AB6C95463697> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
    0x7fff8f187000 -     0x7fff8f247fff  com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff8f692000 -     0x7fff8f698fff  com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff8f6e5000 -     0x7fff8f763ff7  com.apple.iLifeMediaBrowser (2.11.2 - 733) <13B4CC92-9DFE-3C01-A519-6E32CC504662> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
    0x7fff8f769000 -     0x7fff8f76bffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8f797000 -     0x7fff8f7beff7  com.apple.contacts.vCard (1.0 - 2250.10) <19E37E68-E945-3534-8658-87AA411D0AD4> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff8f7c0000 -     0x7fff8f7dbff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fff8f7dc000 -     0x7fff8f7e7fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fff8f7e8000 -     0x7fff8f878ff7  libCoreStorage.dylib (540.30.1) <85C0A366-F901-36E3-854A-FE8A14A04A72> /usr/lib/libCoreStorage.dylib
    0x7fff8f879000 -     0x7fff8f87aff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8f87b000 -     0x7fff8fa8efff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fff8faaa000 -     0x7fff8fab1fff  libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
    0x7fff8fab2000 -     0x7fff8fab2fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8fab3000 -     0x7fff8fab7ffb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fff8fab8000 -     0x7fff8fab9ffb  libSystem.B.dylib (1238.60.2) <FC9E9F13-3B18-305C-BE0A-97C7843652B0> /usr/lib/libSystem.B.dylib
    0x7fff8fb25000 -     0x7fff8fb50ff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fff8fb51000 -     0x7fff8fc46fef  libate.dylib (1.12.13) <DB9881C3-E24A-3984-91E0-77F6F13F795C> /usr/lib/libate.dylib
    0x7fff8fc4a000 -     0x7fff8fc4aff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fff8fc4b000 -     0x7fff8fc5bff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff8fc5c000 -     0x7fff8fc6aff7  libbz2.1.0.dylib (38) <ADFA329A-DCE7-356D-8F09-A3168DFC6610> /usr/lib/libbz2.1.0.dylib
    0x7fff8fc6b000 -     0x7fff8fcc1ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fff8fcc2000 -     0x7fff8fcecfff  libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
    0x7fff8fced000 -     0x7fff8fcfdffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff8fcfe000 -     0x7fff8fd14ff7  libcompression.dylib (39) <BDAA8CC7-0BFC-36EC-9E75-58BDC15AC3B6> /usr/lib/libcompression.dylib
    0x7fff8fd15000 -     0x7fff8fd15ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fff8fd16000 -     0x7fff8fd17ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff8fdd1000 -     0x7fff8feb6ff7  libcrypto.0.9.8.dylib (64.50.6) <D34E16A7-990A-37A9-933A-DFAA46554EAA> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff90048000 -     0x7fff90053fff  libcsfde.dylib (540.30.1) <0C2B183B-16D9-3D5F-962D-0A09C7063211> /usr/lib/libcsfde.dylib
    0x7fff90054000 -     0x7fff900a7ff7  libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
    0x7fff900a8000 -     0x7fff900f8ffb  libcurl.4.dylib (95.50.2) <2E3E82EE-3710-3340-8B07-A285BDA385B1> /usr/lib/libcurl.4.dylib
    0x7fff900f9000 -     0x7fff90100ff3  libdscsym.dylib (148.3) <63492BDA-33A8-31DE-90E8-A3D44F07EB9C> /usr/lib/libdscsym.dylib
    0x7fff90122000 -     0x7fff90122fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff90132000 -     0x7fff90137ff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fff90138000 -     0x7fff9022aff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff9022b000 -     0x7fff90450ffb  libicucore.A.dylib (57165.0.1) <2931B842-2946-3576-AD1D-1CDA22FA1388> /usr/lib/libicucore.A.dylib
    0x7fff90456000 -     0x7fff90457fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fff90458000 -     0x7fff90471ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff90472000 -     0x7fff90488ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fff90489000 -     0x7fff90731ff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fff90764000 -     0x7fff907deff3  libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
    0x7fff907df000 -     0x7fff90bb4bc7  libobjc.A.dylib (709) <54CD8D1A-5C98-3559-B13A-932B3D3DD338> /usr/lib/libobjc.A.dylib
    0x7fff90bb5000 -     0x7fff90bb6fff  libodfde.dylib (23.50.1) <744F1E66-11EB-3A4D-8944-722F39C55278> /usr/lib/libodfde.dylib
    0x7fff90bb7000 -     0x7fff90bbbfff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff90bbc000 -     0x7fff90bedfff  libpcap.A.dylib (67.60.1) <F6BC6ED6-AEE4-3520-B248-0C342636E2B0> /usr/lib/libpcap.A.dylib
    0x7fff90c0a000 -     0x7fff90c26ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff90c27000 -     0x7fff90c60fff  libsandbox.1.dylib (592.60.1) <B3A1C3BD-084C-389B-9AFD-4BCFDBE9B5B6> /usr/lib/libsandbox.1.dylib
    0x7fff90c61000 -     0x7fff90c73ffb  libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
    0x7fff90c74000 -     0x7fff90c75ff3  libspindump.dylib (231.3) <C7CEEB64-06F4-3ACA-AAC1-30ECA909501A> /usr/lib/libspindump.dylib
    0x7fff90c76000 -     0x7fff90dbcfff  libsqlite3.dylib (254.7) <65EA6A12-DAB8-3727-96DB-16918EBCC247> /usr/lib/libsqlite3.dylib
    0x7fff90ead000 -     0x7fff90eb0ff7  libutil.dylib (47.30.1) <88CC63B3-0EDF-306E-9AB5-D87EBE0F3F16> /usr/lib/libutil.dylib
    0x7fff90eb1000 -     0x7fff90ebefff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fff90ebf000 -     0x7fff90faeffb  libxml2.2.dylib (30.16) <D2A6861B-D9FA-3BFC-B664-830C3FCE6065> /usr/lib/libxml2.2.dylib
    0x7fff90faf000 -     0x7fff90fd8fff  libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
    0x7fff90fd9000 -     0x7fff90feaff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff90ff9000 -     0x7fff90ffdff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fff90ffe000 -     0x7fff91008fff  libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91009000 -     0x7fff91010fff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fff91011000 -     0x7fff91019fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fff9101a000 -     0x7fff9109dfdf  libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
    0x7fff9109e000 -     0x7fff910cffff  libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
    0x7fff910d0000 -     0x7fff910d5ffb  libdyld.dylib (433.5) <EC3D88D2-3D40-3274-8E26-362C2D7352C8> /usr/lib/system/libdyld.dylib
    0x7fff910d6000 -     0x7fff910d6ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fff910d7000 -     0x7fff910e3ffb  libkxld.dylib (3789.60.24) <5DFCDC05-6CBC-35A6-8B92-DF6803492E12> /usr/lib/system/libkxld.dylib
    0x7fff910e4000 -     0x7fff910e4fff  liblaunch.dylib (972.60.2) <D3306CFF-58AA-3C90-B06C-B70E80E60C5B> /usr/lib/system/liblaunch.dylib
    0x7fff910e5000 -     0x7fff910eaff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fff910eb000 -     0x7fff910edff3  libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
    0x7fff910ee000 -     0x7fff910efffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fff910f0000 -     0x7fff91108ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fff91109000 -     0x7fff91109ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff9110a000 -     0x7fff91197fef  libsystem_c.dylib (1158.50.2) <E5AE5244-7D0C-36AC-8BB6-C7AE7EA52A4B> /usr/lib/system/libsystem_c.dylib
    0x7fff91198000 -     0x7fff9119bffb  libsystem_configuration.dylib (888.60.2) <BECC01A2-CA8D-31E6-BCDF-D452965FA976> /usr/lib/system/libsystem_configuration.dylib
    0x7fff9119c000 -     0x7fff9119ffff  libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff911a0000 -     0x7fff911b8fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fff911b9000 -     0x7fff911bffff  libsystem_dnssd.dylib (765.50.9) <CC960215-0B1B-3822-A13A-3DDE96FA796F> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff911c0000 -     0x7fff911e9ff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fff911ea000 -     0x7fff9120cff7  libsystem_kernel.dylib (3789.60.24) <6E9E485F-91F6-36B7-A125-AE91DC978BCC> /usr/lib/system/libsystem_kernel.dylib
    0x7fff9120d000 -     0x7fff91254fe7  libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
    0x7fff91255000 -     0x7fff91273ff7  libsystem_malloc.dylib (116.50.8) <A3D15F17-99A6-3367-8C7E-4280E8619C95> /usr/lib/system/libsystem_malloc.dylib
    0x7fff91274000 -     0x7fff912cdffb  libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
    0x7fff912ce000 -     0x7fff912d7ff3  libsystem_networkextension.dylib (563.60.2) <B021F2B3-8A75-3633-ABB0-FC012B8E9B0C> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff912d8000 -     0x7fff912e1ff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fff912e2000 -     0x7fff912eafe7  libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
    0x7fff912eb000 -     0x7fff912f5ff7  libsystem_pthread.dylib (218.60.3) <B8FB5E20-3295-39E2-B5EB-B464D1D4B104> /usr/lib/system/libsystem_pthread.dylib
    0x7fff912f6000 -     0x7fff912f9ff7  libsystem_sandbox.dylib (592.60.1) <DC780631-BD23-36B1-9376-668619E18D25> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff912fa000 -     0x7fff912fbff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fff912fc000 -     0x7fff91303ffb  libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff91304000 -     0x7fff91317ff7  libsystem_trace.dylib (518.60.2) <6B145B10-5874-3E89-90CD-D370DB475BA1> /usr/lib/system/libsystem_trace.dylib
    0x7fff91318000 -     0x7fff9131dffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fff9131e000 -     0x7fff91347ff7  libxpc.dylib (972.60.2) <1C9AF716-69DF-359F-85E9-7DFDE362F9A2> /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: 1831
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=467.2M resident=0K(0%) swapped_out_or_unallocated=467.2M(100%)
Writable regions: Total=1.8G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.8G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        4 
Activity Tracing                   256K        2 
CG backing stores                 14.9M       10 
CG image                          1252K      119 
CG raster data                      12K        3 
CoreAnimation                     3204K      107 
CoreUI image data                 3100K       35 
CoreUI image file                  216K        7 
Foundation                          24K        3 
Image IO                            76K        3 
Kernel Alloc Once                    8K        2 
MALLOC                             1.7G       85 
MALLOC guard page                   48K       10 
Memory Tag 242                      12K        2 
Memory Tag 251                      16K        2 
OpenCL                              48K        7 
STACK GUARD                       56.0M        8 
Stack                             11.1M       10 
VM_ALLOCATE                       2048K       37 
__DATA                            48.5M      421 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       142.2M       82 
__TEXT                           325.0M      391 
__UNICODE                          556K        2 
mapped file                       83.1M       64 
shared memory                     16.4M       21 
===========                     =======  ======= 
TOTAL                              2.4G     1414 

Model: MacPro5,1, BootROM MP51.007F.B03, 8 processors, Quad-Core Intel Xeon, 2.26 GHz, 8 GB, SMC 1.39f5
Graphics: NVIDIA GeForce GTX 680, NVIDIA GeForce GTX 680, PCIe, 2048 MB
Memory Module: DIMM 1, 4 GB, DDR3 ECC, 1066 MHz, 0x830B, 0x4E54344743373242344E41314E4C2D424520
Memory Module: DIMM 5, 4 GB, DDR3 ECC, 1066 MHz, 0x830B, 0x4E54344743373242344E41314E4C2D424520
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet 2, Ethernet, en1
PCI Card: pci1b21,625, AHCI Controller, Slot-2
PCI Card: NVIDIA GeForce GTX 680, Display Controller, Slot-1
PCI Card: NVIDIA GeForce GTX 680, NVDA,Parent, Slot-1
Serial ATA Device: HL-DT-ST DVD-RW GH41N
Serial ATA Device: Samsung SSD 840 EVO 250GB, 250.06 GB
Serial ATA Device: WDC WD2500AAJS-60M0A0, 250.06 GB
Serial ATA Device: ST3250318AS, 250.06 GB
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB 2.0 Bus
USB Device: USB 2.0 Bus
Thunderbolt Bus:  

 

 

Edited by Bikerdude
Link to comment
Share on other sites

This is interesting, what exactly does this allow a mapper to do? Can the mapper parent a brush or patch to a model then..?

 

The wording can be misleading. It was possible to reparent stuff to any entity, with this fix that is no longer possible. Only func_*-style entities make sense in that respect.

 

Will test on my MacPro - but the flipside of this is are any of the team working on the Mac version of TDM.

 

No one of the team, as far as I'm aware. I somehow feel that the interest in a DarkRadiant Mac version is purely academic, but it was an interesting side-quest for me at least, to learn something new.

Link to comment
Share on other sites

Ran DR on my MacPro then opened and map and it crashed -

 

Thanks for testing, I'll try to reproduce that.

 

(Wow, what a dump. Can you put it within spoiler tags, please?)

Link to comment
Share on other sites

I've uploaded a new mac build for you.

 

Obviously compiler switches are interpreted differently in debug and release configurations in LLVM, leading to typeinfo symbols marked as non-external in release builds.

Link to comment
Share on other sites

Right so CTD fixed (on the mac version) and here is what I have noticed thus far -

  • map loading noticeably slower than PC
  • otherview and camera speed as fast as PC - ^_^
  • seeing missing textures on the Mac version - tried for 30 mins to replicate the paths on my PC with no joy

post-496-0-13849300-1500023660_thumb.jpgpost-496-0-75686900-1500023667_thumb.jpg

Edited by Bikerdude
Link to comment
Share on other sites

Can you copy the contents of your darkradiant.log file to pastebin?

Done -

 

https://pastebin.com/Z3rAS8g7

 

and here also just in case -

 

 

 

ModuleRegistry instantiated.
Module registered: NamespaceFactory
Module registered: AutomaticMapSaver
Module registered: UserInterfaceModule
Module registered: RegionManager
Module registered: Doom3BrushCreator
Module registered: Counters
Module registered: OrthoviewManager
Module registered: ShaderCache
Module registered: ModelFormatManager
Module registered: LayerSystem
Module registered: RenderSystemFactory
Module registered: Camera
Module registered: SelectionSystem
Module registered: Clipper
Module registered: SelectionGroupManager
Module registered: SelectionSetManager
Module registered: Radiant
Module registered: OrthoContextMenu
Module registered: Map
Module registered: ZAasFileManager
Module registered: MapInfoFileManager
Module registered: MediaBrowser
Module registered: OpenGL
Module registered: PatchModuleDef3
Module registered: PatchModuleDef2
Module registered: MapFormatManager
Module registered: MapResourceManager
Module registered: EntityInspector
Module registered: Grid
Module registered: TextureBrowserManager
Module registered: PointFile
Module registered: GameManager
Module registered: PreferenceSystem
Module registered: ModelCache
Module registered: MainFrameLayoutManager
Module registered: MainFrame
Application path: "/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS"
Started logging to /Users/b1k3rdude/.darkradiant/darkradiant.log
This is DarkRadiant 2.3.0pre1 x64 
Today is 2017-07-14 16:38:28
wxWidgets Version: 3.0.2
ModuleRegistry Compatibility Level is 20170327
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/archivezip.so'
Module registered: ArchivePK4
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/commandsystem.so'
Module registered: CommandSystem
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.conversation.so'
Module registered: ConversationEditor
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.difficulty.so'
Module registered: DifficultyEditor
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.editing.so'
Module registered: DarkMod Editing
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.gui.so'
Module registered: GUI Editing
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.objectives.so'
Module registered: ObjectivesEditor
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/dm.stimresponse.so'
Module registered: StimResponseEditor
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/eclassmgr.so'
Module registered: EntityClassManager
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/eclasstree.so'
Module registered: EClassTree
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/entity.so'
Module registered: Doom3EntityCreator
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/entitylist.so'
Module registered: EntityList
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/eventmanager.so'
Module registered: EventManager
Module registered: MouseToolManager
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/filetypes.so'
Module registered: FileTypes
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/filters.so'
Module registered: FilterSystem
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/fonts.so'
Module registered: FontManager
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/image.so'
Module registered: ImageLoader
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/mapdoom3.so'
Module registered: Doom3MapLoader
Module registered: Quake4MapLoader
Module registered: Doom3PrefabLoader
Module registered: Quake3MapLoader
Module registered: Doom3AasFileLoader
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/md5model.so'
Module registered: MD5Module
Module registered: MD5AnimationCache
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/model.so'
Module registered: PicoModelModule
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/particles.so'
Module registered: ParticlesManager
Module registered: ParticlesEditor
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/scenegraph.so'
Module registered: SceneGraph
Module registered: SceneGraphFactory
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/script.so'
Module registered: ScriptingSystem
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/shaders.so'
Module registered: MaterialManager
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/skins.so'
Module registered: ModelSkinCache
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/sound.so'
Module registered: SoundManager
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/uimanager.so'
Module registered: UIManager
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/undo.so'
Module registered: UndoSystem
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/vfspk3.so'
Module registered: VirtualFileSystem
ModuleLoader: Loading module '/Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/xmlregistry.so'
Module registered: XMLRegistry
XMLRegistry::initialiseModule called
XMLRegistry: looking for XML files in /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/user.xml
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/colours.xml
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/input.xml
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/menu.xml
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/commandsystem.xml
XMLRegistry: Importing XML file: /Users/b1k3rdude/.darkradiant/user.xml
XMLRegistry: Importing XML file: /Users/b1k3rdude/.darkradiant/colours.xml
XMLRegistry: Importing XML file: /Users/b1k3rdude/.darkradiant/input.xml
XMLRegistry: Importing XML file: /Users/b1k3rdude/.darkradiant/filters.xml
Auto-saving registry to user settings path.
ArchivePK4::initialiseModule called
CommandSystem::initialiseModule called.
EventManager::initialiseModule called.
EventManager successfully initialised.
Radiant::initialiseModule called.
FileTypes::initialiseModule called.
PreferenceSystem::initialiseModule called
GameManager: Scanning for game description files: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/darkmod.game
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/doom3-demo.game
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/doom3.game
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/quake3.game
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/quake4.game
XMLRegistry: Importing XML file: /Applications/DarkRadiant 2.3.0pre1.app/Contents/MacOS/../Resources/games/xreal.game
GameManager: Found game definitions: 
  Doom 3
  Doom 3 Demo
  Quake 3
  Quake 4
  The Dark Mod 2.0 (Standalone)
  XreaL

GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
Auto-saving registry to user settings path.
Auto-saving registry to user settings path.
GameManager: Map path set to /Games//darkmod/fms/newjob/maps/
GameManager: Prefab path set to /Games//darkmod/fms/newjob/prefabs/
VFS Search Path priority is: 
- /Games//darkmod/fms/newjob/
- /Games/darkmod/
- /Games/
Auto-saving registry to user settings path.
VFS::initialiseModule called
filesystem initialised
[vfs] searched directory: /Games//darkmod/fms/newjob/
[vfs] searched directory: /Games/darkmod/
[vfs] pak file: /Games/darkmod/tdm_textures_wood01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_window01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_stone_sculpted01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_stone_natural01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_stone_flat01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_stone_cobblestones01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_stone_brick01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_sfx01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_roof01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_plaster01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_paint_paper01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_other01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_nature01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_metal01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_glass01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_fabric01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_door01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_decals01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_carpet01.pk4
[vfs] pak file: /Games/darkmod/tdm_textures_base01.pk4
[vfs] pak file: /Games/darkmod/tdm_standalone.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals_decls01.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals07.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals06.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals05.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals04.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals03.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals02.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_vocals01.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_sfx02.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_sfx01.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_ambient_decls01.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_ambient03.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_ambient02.pk4
[vfs] pak file: /Games/darkmod/tdm_sound_ambient01.pk4
[vfs] pak file: /Games/darkmod/tdm_prefabs01.pk4
[vfs] pak file: /Games/darkmod/tdm_player01.pk4
[vfs] pak file: /Games/darkmod/tdm_models_decls01.pk4
[vfs] pak file: /Games/darkmod/tdm_models02.pk4
[vfs] pak file: /Games/darkmod/tdm_models01.pk4
[vfs] pak file: /Games/darkmod/tdm_gui_credits01.pk4
[vfs] pak file: /Games/darkmod/tdm_gui01.pk4
[vfs] pak file: /Games/darkmod/tdm_game03.pk4
[vfs] pak file: /Games/darkmod/tdm_game02.pk4
[vfs] pak file: /Games/darkmod/tdm_game01.pk4
[vfs] pak file: /Games/darkmod/tdm_fonts01.pk4
[vfs] pak file: /Games/darkmod/tdm_epifire_models.pk4
[vfs] pak file: /Games/darkmod/tdm_env01.pk4
[vfs] pak file: /Games/darkmod/tdm_defs01.pk4
[vfs] pak file: /Games/darkmod/tdm_base01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_steambots01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_monsters_spiders01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_undead01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_townsfolk01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_pagans01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_nobles01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_mages01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_heads01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_guards01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_females01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_humanoid_builders01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_base01.pk4
[vfs] pak file: /Games/darkmod/tdm_ai_animals01.pk4
[vfs] pak file: /Games/darkmod/md3_water_test_2.pk4
[vfs] searched directory: /Games/
MaterialManager::initialiseModule called
OpenGL::initialiseModule called.
ShaderCache::initialiseModule called.
UIManager::initialiseModule called
Found toolbar: view
Found toolbar: edit
Found toolbar: texture
Found toolbar: textool
ColourSchemeManager: Loading colour schemes...
Camera::initialiseModule called.
MainFrameLayoutManager::initialiseModule called.
OrthoviewManager::initialiseModule called.
MainFrame::initialiseModule called.
SceneGraph::initialiseModule called
Map::initialiseModule called.
AutomaticMapSaver::initialiseModule called.
Clipper::initialiseModule called
ConversationEditor::initialiseModule called.
GridManager::initialiseModule called.
SelectionSystem::initialiseModule called.
UndoSystem::initialiseModule called
DarkMod Editing::initialiseModule called.
DifficultyEditor::initialiseModule called.
EntityClassDoom3::initialiseModule called.
searching vfs directory 'def' for *.def
ZAasFileManager::initialiseModule called.
Doom3AasFileLoader: initialiseModule called.
BrushModuleImpl::initialiseModule called.
Doom3EntityCreator::initialiseModule called.
MapInfoFileManager::initialiseModule called.
LayerSystem::initialiseModule called.
MapFormatManager::initialiseModule called.
PatchModuleDef2::initialiseModule called.
PatchModuleDef3::initialiseModule called.
Doom3MapLoader: initialiseModule called.
Doom3PrefabLoader: initialiseModule called.
EClassTree::initialiseModule called.
EntityListModule::initialiseModule called
[filters] Loaded 16 filters from registry.
FontManager::initialiseModule called
GUI Editing::initialiseModule called.
MD5AnimationCache::initialiseModule called.
ModelFormatManager::initialiseModule called.
[GuiManager]: Found 269 guis.
MapResourceManager::initialiseModule called.
FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
MediaBrowser::initialiseModule called.
FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
25 fonts registered.
ModelCache::initialiseModule called.
Doom3SkinCache::initialiseModule called
[skins] Loading skins.
NamespaceFactory::initialiseModule called.
ObjectivesEditorModule::initialiseModule called.
ParticlesEditor::initialiseModule called.
ParticlesManager::initialiseModule called
PointFile::initialiseModule called
Quake3MapLoader: initialiseModule called.
Quake4MapLoader: initialiseModule called.
RegionManager::initialiseModule called.
RenderSystemFactory::initialiseModule called.
SceneGraphFactory::initialiseModule called.
ScriptingSystem::initialiseModule called.
ScriptingSystem: Python interpreter initialised.
Registered script file commands/ase_export.py as aseExport
Registered script file commands/ase_export_blend.py as aseExportBlend
Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
Registered script file commands/convert_to_ase_and_replace.py as aseConvertAndReplace
Found 240 particle definitions.
[ScopedDebugTimer] "Particle definitions parsed: " in 0.082782 seconds
Registered script file commands/example.py as Example
Registered script file commands/export_obj.py as objExport
Registered script file commands/patchsplitter.py as SplitPatch
Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
Registered script file commands/test_targets.py as test_targets
ScriptModule: Found 11 commands.
SelectionGroupManager::initialiseModule called.
SelectionSetManager::initialiseModule called.
SoundManager: initialising sound playback
StimResponseEditor::initialiseModule called.
TextureBrowserManager::initialiseModule called.
UserInterfaceModule::initialiseModule called.
Default screen has 1 monitors.
Monitor 0 geometry: 1680x1050 at 0, 0
[skins] Found 1111 skins.
ToolbarManager: Instantiating toolbar: view
[ScopedDebugTimer] "ShaderFiles parsed: " in 0.409199 seconds
4132 shader definitions found.
ToolbarManager: Instantiating toolbar: edit

[eclassmgr] Entity class 'atdm:ai_builder_guard_ghost' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[eclassmgr] Entity class 'atdm:ai_builder_guard' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[eclassmgr] Entity class 'atdm:ai_builder_guard_lesser' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[eclassmgr] Entity class 'atdm:ai_builder_guard_rusted' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[eclassmgr] Entity class 'atdm:ai_guard_female_rogue' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[eclassmgr] Entity class 'atdm:ai_citywatch' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_citywatch_archer' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_citywatch_archer' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_guard_archer_01' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_guard_archer_01' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_moor' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_moor02' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_proguard' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_proguard_archer' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_proguard_archer' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_guard_thug' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr]: Model head03_citywatch redefined
[eclassmgr] Entity class 'atdm:ai_thief02_archer' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_burglar' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_burglar_professional_archer' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_female_thief' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[eclassmgr] Entity class 'atdm:ai_townsfolk_wench_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_undead_skeleton_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:geode_lit_red' tries to attach 'glow' at non-existent position 'glow'
[eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
[eclassmgr] Entity class 'atdm:moveable_lantern_oil_hand' tries to attach 'light' at non-existent position ''
[eclassmgr] Entity class 'atdm:moveable_lantern_oil_hand02' tries to attach 'light' at non-existent position ''
[eclassmgr] Entity class 'atdm:prop_lantern_on' tries to attach 'light' at non-existent position ''
[eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink

[shaders] materials/tdm_epi_shader.mtr: shader transformer_gauge already defined.
[shaders] materials/tdm_epifire_furniture.mtr: shader leather_chair_001 already defined.
[shaders] materials/tdm_stone_natural.mtr: shader textures/darkmod/stone/natural/rough_greyblue01 already defined.

3040 sound shaders found.
MainFrame: Activating layout Embedded
ToolbarManager: Instantiating toolbar: texture
[eclassmgr] attribute attach_pos_origin_4 already set on entityclass atdm:stove_small_square
[eclassmgr] attribute attach_pos_origin_5 already set on entityclass atdm:stove_small_square
[eclassmgr] attribute attach_pos_origin_6 already set on entityclass atdm:stove_small_square
[eclassmgr] attribute editor_DisplayFolder already set on entityclass atdm:mover_gear_base
[eclassmgr] Entity class 'atdm:weapon_blackjack' tries to attach 'meleeweap_r' at non-existent position ''
[eclassmgr] Entity class 'atdm:weapon_shortsword' tries to attach 'meleeweap_r' at non-existent position ''
[eclassmgr] Entity class 'atdm:ai_townsfolk_beggar_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_townsfolk_commoner_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_townsfolk_commoner_archer' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_townsfolk_commoner_archer' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_pagan_common_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_pagan_common_archer' tries to attach 'missile_weapon' at non-existent position 'bow_holster_pos_rl'
[eclassmgr] Entity class 'atdm:ai_nobleman_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_nobleman02_armed' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_citywatch_elite' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
[eclassmgr] Entity class 'atdm:ai_guard_elite' tries to attach 'melee_weapon' at non-existent position 'hip_sheath_l'
[eclassmgr] Entity class 'atdm:ai_builder_priest_combatant' tries to attach 'melee_weapon' at non-existent position 'slung_across_back_rl'
[ScopedDebugTimer] "EntityDefs parsed: " in 0.475131 seconds
DarkRadiant init.py called, this is Python 2.7.10 (default, Feb  7 2017, 00:08:15) 
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
EventManager: Shortcuts found in Registry: 373
Startup complete at Fri Jul 14 16:39:13 2017

[eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
GL_VENDOR: NVIDIA Corporation
GL_RENDERER: NVIDIA GeForce GTX 680 OpenGL Engine
GL_VERSION: 2.1 NVIDIA-10.18.5 378.05.05.15f01
GL_EXTENSIONS: GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_light_max_exponent GL_NV_multisample_filter_hint GL_NV_point_sprite GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod 
[OpenGLRenderSystem] GLSL shading IS available.
[OpenGLRenderSystem] ARB shading IS available.
Auto-saving registry to user settings path.
[eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
[eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
Loading map from /Games/Darkmod/fms/newjob/maps/prologue9.map
Open file /Games/Darkmod/fms/newjob/maps/prologue9.map from filesystem...success.
PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (3 layers found)
[mapdoom3]: Could not find entity class: atdm:lamp_hanging02_lod
[mapdoom3]: Could not find entity class: atdm:attachment_point_swinging
[mapdoom3]: Could not find entity class: atdm:hanging_sheets01_anim01
[mapdoom3]: Could not find entity class: atdm:attachment_point_swinging_lod
[mapdoom3]: Could not find entity class: atdm:tall_streetlamp01_andbase
[mapdoom3]: Could not find entity class: atdm:door_96x48_2hinge02
[mapdoom3]: Could not find entity class: atdm:6panel_104x56
PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (2 layers found)
[mapdoom3]: Could not find entity class: trigger_sequencer
[mapdoom3]: Could not find entity class: atdm:market_stall_fancy01
[mapdoom3]: Could not find entity class: atdm:boiler01
[mapdoom3]: Could not find entity class: atdm:electrical_transmitter_tower01
[mapdoom3]: Could not find entity class: atdm:arc_transformer_001_cage
[mapdoom3]: Could not find entity class: atdm:boiler02
[mapdoom3]: Could not find entity class: atdm:tavern_bar01
[mapdoom3]: Could not find entity class: atdm:wine_bottle02_standing01
[mapdoom3]: Could not find entity class: atdm:wine_bottles_stack01
[mapdoom3]: Could not find entity class: atdm:wine_bottle02_standing02
[mapdoom3]: Could not find entity class: atdm:folded_cloth01
[mapdoom3]: Could not find entity class: atdm:folded_cloth02
[mapdoom3]: Could not find entity class: atdm:wine_crate02_full
[mapdoom3]: Could not find entity class: atdm:jug01
Open file /Games/Darkmod/fms/newjob/maps/prologue9.darkradiant from filesystem...failure
Failure opening file:
/Games/Darkmod/fms/newjob/maps/prologue9.darkradiant
Stage keyword not recognised: screen
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/boards/rough_trim_brown_dull
[shaders] Unable to load texture: _default
[shaders] ShaderLibrary: definition not found: textures/darkmod/nature/grass/nontiling/thick_straw01_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/boards/rough_wood_darkbrown_dull_ns
[shaders] ShaderLibrary: definition not found: Default
[shaders] ShaderLibrary: definition not found: textures/darkmod/stone/natural/dirty_sepia_grey
[shaders] ShaderLibrary: definition not found: 
[shaders] ShaderLibrary: definition not found: textures/darkmod/stone/sculpted/tiling_1d/trim_flatblocks_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/stone/sculpted/concrete_trim
[shaders] ShaderLibrary: definition not found: textures/darkmod/decals/vegetation/dead_leaf
[shaders] ShaderLibrary: definition not found: textures/darkmod/decals/vegetation/dead_leaf_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/metal/detailed/panel_pattern_iron
[shaders] ShaderLibrary: definition not found: models/darkmod/stone/natural/dirty_sepia_grey_ns
[shaders] ShaderLibrary: definition not found: textures/nature/foliage/tree02_branch_bare2
[shaders] ShaderLibrary: definition not found: textures/darkmod/other/wicker01_dirty
[shaders] ShaderLibrary: definition not found: textures/darkmod/metal/detailed/rivet_strip01_dark
[shaders] ShaderLibrary: definition not found: window_side_2
[shaders] ShaderLibrary: definition not found: nodraw
[shaders] Unable to load texture: models/darkmod/map_specific/spring5/red_lamp
[shaders] ShaderLibrary: definition not found: textures/darkmod/decals/signs/sign_tea
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/panels/wood_walnut_panel02
[shaders] ShaderLibrary: definition not found: textures/readables/newspaper_bridgeport_review01
[shaders] ShaderLibrary: definition not found: textures/readables/newspaper_spine1
[shaders] ShaderLibrary: definition not found: tdm_straw_transparency_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/panels/wood_sand01_panel
[shaders] ShaderLibrary: definition not found: tdm_alembic_grey
[shaders] ShaderLibrary: definition not found: tdm_alembic_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/metal/detailed/nontiling/metal_plate_rivets01
[shaders] ShaderLibrary: definition not found: tdm_alembic_grey_nss
Material keyword not recognised: twosided_decal_macro
[shaders] Unable to load texture: textures/decals/stain01bwet
map load timer: 24.59 second(s) elapsed
— LoadMapFile —
/Games/Darkmod/fms/newjob/maps/prologue9.map
1836 brushes
242 patches
3271 entities
Material keyword not recognised: particle_macro
Auto-saving registry to user settings path.

 

 

Link to comment
Share on other sites

These messages:

 


[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/boards/rough_trim_brown_dull
[shaders] Unable to load texture: _default
[shaders] ShaderLibrary: definition not found: textures/darkmod/nature/grass/nontiling/thick_straw01_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/boards/rough_wood_darkbrown_dull_ns
[shaders] ShaderLibrary: definition not found: Default
[shaders] ShaderLibrary: definition not found: textures/darkmod/stone/natural/dirty_sepia_grey
[shaders] ShaderLibrary: definition not found:
[shaders] ShaderLibrary: definition not found: textures/darkmod/stone/sculpted/tiling_1d/trim_flatblocks_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/stone/sculpted/concrete_trim
[shaders] ShaderLibrary: definition not found: textures/darkmod/decals/vegetation/dead_leaf
[shaders] ShaderLibrary: definition not found: textures/darkmod/decals/vegetation/dead_leaf_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/metal/detailed/panel_pattern_iron
[shaders] ShaderLibrary: definition not found: models/darkmod/stone/natural/dirty_sepia_grey_ns
[shaders] ShaderLibrary: definition not found: textures/nature/foliage/tree02_branch_bare2
[shaders] ShaderLibrary: definition not found: textures/darkmod/other/wicker01_dirty
[shaders] ShaderLibrary: definition not found: textures/darkmod/metal/detailed/rivet_strip01_dark
[shaders] ShaderLibrary: definition not found: window_side_2
[shaders] ShaderLibrary: definition not found: nodraw
[shaders] Unable to load texture: models/darkmod/map_specific/spring5/red_lamp
[shaders] ShaderLibrary: definition not found: textures/darkmod/decals/signs/sign_tea
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/panels/wood_walnut_panel02
[shaders] ShaderLibrary: definition not found: textures/readables/newspaper_bridgeport_review01
[shaders] ShaderLibrary: definition not found: textures/readables/newspaper_spine1
[shaders] ShaderLibrary: definition not found: tdm_straw_transparency_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/wood/panels/wood_sand01_panel
[shaders] ShaderLibrary: definition not found: tdm_alembic_grey
[shaders] ShaderLibrary: definition not found: tdm_alembic_dark
[shaders] ShaderLibrary: definition not found: textures/darkmod/metal/detailed/nontiling/metal_plate_rivets01
[shaders] ShaderLibrary: definition not found: tdm_alembic_grey_nss
Material keyword not recognised: twosided_decal_macro
[shaders] Unable to load texture: textures/decals/stain01bwet

Are they referring to the missing textures you were experiencing? If yes, can you confirm that these materials actually exist in your mac installation?

Link to comment
Share on other sites

Hmm.

 

The "Describes available Mouse Commands" window in the lower left appears to be covering some menu options

and there's no way to scroll or navigate to them.

 

(Windows 10 64-bit)

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

Found a minor bug, prefs window is larger than it needs to be and larger than it was in 2.2.1. Resizing and closing & opening several times to get DR to remember windows size & location made no difference.

 

post-496-0-65966000-1500204461_thumb.jpg

 

 

@Nbohr, cant find that window your refering to fella.

Edited by Bikerdude
Link to comment
Share on other sites

Yes, the preferences dialog is set to use up 70% of the monitor's width - depending on the monitor you have that's far too much or far too small. The auto-sizing stuff is not working very well, or at least I'm not using it correctly.

Link to comment
Share on other sites

Are they referring to the missing textures you were experiencing? If yes, can you confirm that these materials actually exist in your mac installation?

I will double check, but they should be there as I did a direct copy and paste from the PC.

Copied and opened up the same FM & Darkmod folder on the PC and here is the console output for that.

 

- https://pastebin.com/5jYU9q68

 

I then checked for the first missing texture on the list - textures/darkmod/wood/boards/rough_trim_brown_dull. The file and material def is preset on both the Mac and PC

  • \Darkmod\tdm_textures_base01.pk4\materials\tdm_wood_boards.mtr
  • \Darkmod\tdm_textures_wood01.pk4\textures\darkmod\wood\boards\rough_wood_brown_dull

I then discovered what the issue was, at some point in the past (months ago) I had extracted some of the folders from within the .PK4 archives. So removed said folders and the missing textures issues is now fixed.

Edited by Bikerdude
Link to comment
Share on other sites

Found 3 more bugs minor

  1. with the mac version, when you close the application OSX / DR is throwing up a popup saying it crashed, when clearly it had not (see attached below)
  2. On the PC if you hold ctrl+windows and left click on ortho, the camera moves to that location, on the mac I tried ctrl+cmd and then various other combinations but nothing worked.
  3. When doing selecting some options from the main menu, for example keyboard short cuts - it takes a while for the window to popup. And similarly after selecting reload materials takes a while longer than the PC version to popup.

post-496-0-46879300-1500210362_thumb.png

Edited by Bikerdude
Link to comment
Share on other sites

Found 3 more bugs minor

  1. with the mac version, when you close the application OSX / DR is throwing up a popup saying it crashed, when clearly it had not (see attached below)
  2. On the PC if you hold ctrl+windows and left click on ortho, the camera moves to that location, on the mac I tried ctrl+cmd and then various other combinations but nothing worked.
  3. When doing selecting some options from the main menu, for example keyboard short cuts - it takes a while for the window to popup. And similarly after selecting reload materials takes a while longer than the PC version to popup.

attachicon.gifScreen Shot 2017-07-16 at 14.03.07.png

 

ad 1) what does the "Report..." dialog say? It should give some more information about what happened.

ad 2) the keyboard modifiers are a bit different on the Mac. When you hold down a modifier there should be some info in the lower left corner about what it does. Or you can check in the Edit > Mouse Bindings... dialog to see what combination should move the cam.

ad 3) that might be, the dialogs are doing a lot of preparation in the background, sometimes they're waiting for a worker thread to finish, or whatever - difficult to say.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • Petike the Taffer

      I've finally managed to log in to The Dark Mod Wiki. I'm back in the saddle and before the holidays start in full, I'll be adding a few new FM articles and doing other updates. Written in Stone is already done.
      · 4 replies
    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
×
×
  • Create New...