Viewing Scrolling text field

Scrolling text field



User: Paul C. 3 years ago
There's a way to create a simple scrolling text field in EverWeb without buying external widgets?
User: David D. 3 years ago
Hi Paul,

As a workaround - you can insert a pdf file with the help of the built-in HTML Snippet widget, using this instruction:

1. Obtain the PATH. To obtain the PATH in EverWeb, go to Assets, control+click your file and select “Copy relative path”. Screenshot: https://snipboard.io/sTZAIj.jpg
2. Check this code:
<iframe height=600 width=600 src="PATH"></iframe>
3. In this code, replace the PATH word with the relative path you’ve copied in the step 1.
The resulting code should look like this:
<iframe height=600 width=600 src="{!-ASSETSPATH-!}myfile.abc"></iframe>
4. Place HTML snippet widget on your page. In the widget settings on your right, paste the resulting code from the step 3. .
The result would look like this: https://snipboard.io/OYglM0.jpg
5. You may change numbers after height and width, for example height=800.
5. Click Apply.

Hope this works. If not, please submit a support ticket and describe it in detail.

Best Regards,
Alex
User: Paul C. 3 years ago
Thanks, Alex.
Unfortunately I tried your advice on two different templates with two different PDFs and the result was the following:

Process: EverWeb [2802]
Path: /Applications/EverWeb.app/Contents/MacOS/EverWeb
Identifier: com.ragesw.everweb
Version: 3.3.1 (3.3.1.3.2379)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: EverWeb [2802]
User ID: 501

Date/Time: 2020-11-10 10:45:42.071 +0100
OS Version: Mac OS X 10.13.6 (17G14033)
Report Version: 12
Anonymous UUID: 57BED447-4868-4958-A900-7ED56C9E0775


Time Awake Since Boot: 6300 seconds

System Integrity Protection: disabled

Crashed Thread: 17

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

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

VM Regions Near 0x18:
-->
__TEXT 000000010adc2000-000000010f0d5000 [ 67.1M] r-x/rwx SM=COW  [/Applications/EverWeb.app/Contents/MacOS/EverWeb]

Application Specific Information:
objc_msgSend() selector name: checkResourceIsReachableAndReturnError:


Thread 0:: Dispatch queue: com.apple.main-thread
0 com.apple.vImage 0x00007fff5159cffb vLookupTable_Planar8toPlanar16 + 459
1 com.apple.vImage 0x00007fff5159ce12 vImageLookupTable_Planar8toPlanar16 + 450
2 com.apple.vImage 0x00007fff5159cc01 LookupTable_Planar8toPlanar16 + 129
3 com.apple.vImage 0x00007fff51858922 AnyToAnyBlockInternal + 1394
4 com.apple.vImage 0x00007fff515966e4 AnyToAnyBlock + 100
5 com.apple.vImage 0x00007fff51596418 vImageConvert_AnyToAny + 2904
6 com.apple.CoreGraphics 0x00007fff5573e2ac convert_icc + 2508
7 com.apple.CoreGraphics 0x00007fff55a7245c CGColorTransformConvertComponentData + 398
8 com.apple.CoreGraphics 0x00007fff5575553e img_colormatch_read + 546
9 com.apple.CoreGraphics 0x00007fff5575528f img_alphamerge_read + 528
10 com.apple.CoreGraphics 0x00007fff5575350e img_data_lock + 9651
11 com.apple.CoreGraphics 0x00007fff5574f9f9 CGSImageDataLock + 190
12 com.apple.CoreGraphics 0x00007fff55824fb5 RIPImageDataInitializeShared + 88
13 com.apple.CoreGraphics 0x00007fff5580990d RIPImageCacheGetRetained + 680
14 com.apple.CoreGraphics 0x00007fff55832ca0 ripc_DrawImage + 974
15 com.apple.CoreGraphics 0x00007fff55798c41 CGContextDelegateDrawImage + 63
16 com.apple.CoreGraphics 0x00007fff5574ef72 CGContextDrawImageWithOptions + 632
17 com.apple.CoreGraphics 0x00007fff5574ece0 CGContextDrawImage + 73
18 com.apple.AppKit 0x00007fff529f2548 __74-[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke + 963
19 com.apple.AppKit 0x00007fff529f1f72 -[NSImageRep drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 971
20 com.apple.AppKit 0x00007fff52e98c7e __71-[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]_block_invoke.1371 + 1072
21 com.apple.AppKit 0x00007fff529c14d8 -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 164
22 com.apple.AppKit 0x00007fff529f8be1 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:] + 1486
23 com.apple.AppKit 0x00007fff529f925a -[NSImage drawInRect:fromRect:operation:fraction:] + 97
24 MBS_MacBase_NSImage_Plugin_20105.dylib 0x000000011cc106e0 NSImageCopyPictureMask(NSImage*) + 528
25 MBS_MacBase_NSImage_Plugin_20105.dylib 0x000000011cc10297 NSImageCopyPictureWithMask(NSImage*, CGColorSpace*) + 231
26 MBS_MacBase_NSImage_Plugin_20105.dylib 0x000000011cc06ed6 CopyPictureWithMask(REALobjectStruct*, REALobjectStruct*) + 198
27 com.ragesw.everweb 0x000000010b06690e NSImageMBS.CopyPictureWithMask%o<Picture>%o<NSImageMBS>v + 78
28 com.ragesw.everweb 0x000000010ef83157 PreviewWebView.GetPreview%%o<PreviewWebView>o<Timer> + 3591
29 com.xojo.XojoFramework 0x0000000118b4fa3b 0x1188dc000 + 2570811
30 com.apple.CoreFoundation 0x00007fff5531d484 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
31 com.apple.CoreFoundation 0x00007fff5531d104 __CFRunLoopDoTimer + 1108
32 com.apple.CoreFoundation 0x00007fff5531cbfa __CFRunLoopDoTimers + 346
33 com.apple.CoreFoundation 0x00007fff5531439b __CFRunLoopRun + 2427
34 com.apple.CoreFoundation 0x00007fff55313787 CFRunLoopRunSpecific + 487
35 com.apple.HIToolbox 0x00007fff545f3d96 RunCurrentEventLoopInMode + 286
36 com.apple.HIToolbox 0x00007fff545f3b06 ReceiveNextEventCommon + 613
37 com.apple.HIToolbox 0x00007fff545f3884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
38 com.apple.AppKit 0x00007fff528a0a3b _DPSNextEvent + 2085
39 com.apple.AppKit 0x00007fff53036e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
40 com.xojo.XojoFramework 0x00000001189bbc59 0x1188dc000 + 916569
41 com.xojo.XojoFramework 0x00000001189bbc9d 0x1188dc000 + 916637
42 com.ragesw.everweb 0x000000010ae62905 Application._CallFunctionWithExceptionHandling%%o<Application>p + 181
43 com.xojo.XojoFramework 0x0000000118b47645 CallFunctionWithExceptionHandling(void (*)()) + 262
44 com.xojo.XojoFramework 0x00000001189bbc06 0x1188dc000 + 916486
45 com.apple.AppKit 0x00007fff5289584d -[NSApplication run] + 764
46 com.xojo.XojoFramework 0x0000000118b45a51 RuntimeRun + 42
47 com.ragesw.everweb 0x000000010af9d453 REALbasic._RuntimeRun + 19
48 com.ragesw.everweb 0x00000001179703f6 _Main + 326
49 com.ragesw.everweb 0x000000011795b383 main + 19
50 libdyld.dylib 0x00007fff7d358015 start + 1

Thread 1:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff7d49f1fa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7d49e714 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff55314dc5 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff55314117 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff55313787 CFRunLoopRunSpecific + 487
5 com.apple.AppKit 0x00007fff529ddfc4 _NSEventThread + 184
6 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 libc++.1.dylib 0x00007fff7b2acd43 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3 com.apple.java scriptCore 0x00007fff58fc1ab5 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 117
4 com.apple.java scriptCore 0x00007fff58fc19a0 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 96
5 com.apple.java scriptCore 0x00007fff58fc15c9 bmalloc::Scavenger::threadRunLoop() + 361
6 com.apple.java scriptCore 0x00007fff58fc1359 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9
7 com.apple.java scriptCore 0x00007fff58fc1698 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 40
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff7d4a928a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7d67020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff7d66fbe9 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff7d4a928a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7d67020e _pthread_wqthread + 1552
2 libsystem_pthread.dylib 0x00007fff7d66fbe9 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff7d4a928a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7d670009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7d66fbe9 start_wqthread + 13

Thread 6:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 7:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 8:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 9:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 10:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 11:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 12:: WTF::AutomaticThread
0 libsystem_kernel.dylib 0x00007fff7d4a8a16 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff7d671589 _pthread_cond_wait + 732
2 com.apple.java scriptCore 0x00007fff583a65fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122
3 com.apple.java scriptCore 0x00007fff58fa89d8 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728
4 com.apple.java scriptCore 0x00007fff58a2d8ca bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154
5 com.apple.java scriptCore 0x00007fff58f8e245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165
6 com.apple.java scriptCore 0x00007fff58fb9a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 228
7 com.apple.java scriptCore 0x00007fff5839d629 WTF::wtfThreadEntryPoint(void*) + 9
8 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
9 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
10 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fff7d4a928a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7d670009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7d66fbe9 start_wqthread + 13

Thread 14:: com.apple.CFStream.LegacyThread
0 libsystem_kernel.dylib 0x00007fff7d49f1fa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff7d49e714 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff55314dc5 __CFRunLoopServiceMachPort + 341
3 com.apple.CoreFoundation 0x00007fff55314117 __CFRunLoopRun + 1783
4 com.apple.CoreFoundation 0x00007fff55313787 CFRunLoopRunSpecific + 487
5 com.apple.CoreFoundation 0x00007fff553fda05 _legacyStreamRunLoop_workThread + 261
6 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 15:
0 libsystem_kernel.dylib 0x00007fff7d4a928a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7d670009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7d66fbe9 start_wqthread + 13

Thread 16:
0 libsystem_kernel.dylib 0x00007fff7d4a928a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff7d670009 _pthread_wqthread + 1035
2 libsystem_pthread.dylib 0x00007fff7d66fbe9 start_wqthread + 13

Thread 17 Crashed:
0 libobjc.A.dylib 0x00007fff7c72fe9d objc_msgSend + 29
1 com.adobe.acrobat.pdfviewer 0x0000000122f86aa3 0x122f6f000 + 96931
2 com.adobe.acrobat.pdfviewer 0x0000000122f874d3 0x122f6f000 + 99539
3 com.adobe.acrobat.pdfviewer 0x0000000122f71380 0x122f6f000 + 9088
4 com.adobe.acrobat.pdfviewer 0x0000000122f71224 0x122f6f000 + 8740
5 com.apple.Foundation 0x00007fff5743d9d8 __NSThread__start__ + 1197
6 libsystem_pthread.dylib 0x00007fff7d670661 _pthread_body + 340
7 libsystem_pthread.dylib 0x00007fff7d67050d _pthread_start + 377
8 libsystem_pthread.dylib 0x00007fff7d66fbf9 thread_start + 13

Thread 17 crashed with X86 Thread State (64-bit):
rax: 0x0000700001cc6c18 rbx: 0x0000700001cc6c08 rcx: 0x0000000000000001 rdx: 0x0000000000000000
rdi: 0x00007fff552d087b rsi: 0x00007fff53573430 rbp: 0x0000700001cc6b80 rsp: 0x0000700001cc6778
r8: 0x0000000000000040 r9: 0x0000000000000001 r10: 0x0000000000000000 r11: 0x00007fff53573430
r12: 0x000060c0004ee300 r13: 0x00007fa2be4ad9a0 r14: 0x00007fff7c72fe01 r15: 0x00007fff5353c503
rip: 0x00007fff7c72fe9d rfl: 0x0000000000010297 cr2: 0x0000000000000018

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


Binary Images:
0x10adc2000 - 0x117c3bff7 +com.ragesw.everweb (3.3.1 - 3.3.1.3.2379) <6331CDEC-CC99-3CAF-BE6C-C3ED96CE970F> /Applications/EverWeb.app/Contents/MacOS/EverWeb
0x1188dc000 - 0x118ca7fff +com.xojo.XojoFramework (1.0 - 2) <D62DEB8E-409D-3B20-8021-296B113D9544> /Applications/EverWeb.app/Contents/Frameworks/XojoFramework.framework/Versions/A/XojoFramework
0x11af38000 - 0x11af45ffb +AppearancePakCocoa.dylib (0) <6C0465C2-C7C7-34C1-8956-0686067CAC5E> /Applications/EverWeb.app/Contents/Frameworks/AppearancePakCocoa.dylib
0x11af53000 - 0x11af87536 +libConfigurer64.dylib (4) <B1029455-CD8C-3C40-BFAA-ECD7C8526823> /Applications/EverWeb.app/Contents/Frameworks/libConfigurer64.dylib
0x11af92000 - 0x11afeafff +Crypto.dylib (0) <75F6B002-AFA1-3D08-8CCB-1363560D0B84> /Applications/EverWeb.app/Contents/Frameworks/Crypto.dylib
0x11b002000 - 0x11b00bff3 +GUIKitCocoa.dylib (0) <875E2F3C-9FA1-38F1-9920-0D8843D3661A> /Applications/EverWeb.app/Contents/Frameworks/GUIKitCocoa.dylib
0x11b016000 - 0x11b01ffff +HTMLViewerCocoa.dylib (0) <993AF75C-AAAE-3968-8017-D507F233EF23> /Applications/EverWeb.app/Contents/Frameworks/HTMLViewerCocoa.dylib
0x11b02a000 - 0x11b02bff7 +InternetEncodings.dylib (0) <6380618A-9706-3578-8F8E-037E454D66C9> /Applications/EverWeb.app/Contents/Frameworks/InternetEncodings.dylib
0x11b032000 - 0x11b087fff +RegEx.dylib (0) <70C027AD-46F9-3C70-9FBC-BB83E848F7D4> /Applications/EverWeb.app/Contents/Frameworks/RegEx.dylib
0x11b090000 - 0x11c470ffb +RBScript.dylib (0) <53B88737-8884-39A2-BB2F-58F1CF825553> /Applications/EverWeb.app/Contents/Frameworks/RBScript.dylib
0x11c7e3000 - 0x11c7e6ffb +Shell.dylib (0) <06400A0E-85E3-36A4-8714-A3B4DEE98058> /Applications/EverWeb.app/Contents/Frameworks/Shell.dylib
0x11c7ee000 - 0x11c8c7ff3 +SQLiteDatabase.dylib (0) <0BE7369A-A0CC-332C-884D-4BEC0869E16A> /Applications/EverWeb.app/Contents/Frameworks/SQLiteDatabase.dylib
0x11c8dc000 - 0x11ca62083 +SSLSocket.dylib (0) <9E16EDE3-8CB6-3F44-B380-8238DA91D08A> /Applications/EverWeb.app/Contents/Frameworks/SSLSocket.dylib
0x11ca9c000 - 0x11cb0dff7 +XML.dylib (0) <FBB7506C-BDBE-36D9-AF97-4D9D7054AB5E> /Applications/EverWeb.app/Contents/Frameworks/XML.dylib
0x11cb20000 - 0x11cb3cff7 +MBS_MacBase_NSAttributedString_Plugin_20105.dylib (19.5 - 19.5) <1391E7F1-57F8-3304-93B9-D259FA88EB52> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSAttributedString_Plugin_20105.dylib
0x11cb81000 - 0x11cb8bfff +MBS_MacBase_NSCoder_Plugin_20105.dylib (19.5 - 19.5) <A75AE42A-0B62-3A85-B3A6-6FB5F604B88C> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSCoder_Plugin_20105.dylib
0x11cb97000 - 0x11cbaeff3 +MBS_MacBase_NSColor_Plugin_20105.dylib (19.5 - 19.5) <52893DB9-2E22-38A7-B9C0-385EF680567C> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSColor_Plugin_20105.dylib
0x11cbc0000 - 0x11cbc9fff +MBS_MacBase_NSDate_Plugin_20105.dylib (19.5 - 19.5) <7A83BC63-22FA-3A7B-998C-503F1D36EB3A> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSDate_Plugin_20105.dylib
0x11cbd5000 - 0x11cbe7ff3 +MBS_MacBase_NSFont_Plugin_20105.dylib (19.5 - 19.5) <E13F20EE-9C81-3BB3-BE46-A86E2AD3019E> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSFont_Plugin_20105.dylib
0x11cbf8000 - 0x11cc1dff3 +MBS_MacBase_NSImage_Plugin_20105.dylib (19.5 - 19.5) <7FC00B64-F944-350E-8656-879B016912E1> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSImage_Plugin_20105.dylib
0x11cc3a000 - 0x11cc48ff7 +MBS_MacBase_NSLocale_Plugin_20105.dylib (19.5 - 19.5) <A61AAE01-00C0-3D22-AF4B-5DD6353DEDF4> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSLocale_Plugin_20105.dylib
0x11cc58000 - 0x11cc62ff7 +MBS_MacBase_NSPasteBoard_Plugin_20105.dylib (19.5 - 19.5) <2F72292B-E725-319D-BAE3-DB68FCB741D6> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSPasteBoard_Plugin_20105.dylib
0x11cc6f000 - 0x11cc75ff7 +MBS_MacBase_NSScreen_Plugin_20105.dylib (19.5 - 19.5) <68C7399E-2B64-33CA-BAFD-73472B43FE38> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSScreen_Plugin_20105.dylib
0x11cc7e000 - 0x11ccb6ff7 +MBS_MacBase_NSView_Plugin_20105.dylib (19.5 - 19.5) <362187D1-3018-3693-8071-881A8FFC6DAC> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacBase_NSView_Plugin_20105.dylib
0x11cce8000 - 0x11cd0cffb +MBS_MacCG_CG_Plugin_20105.dylib (19.5 - 19.5) <01AD77D3-CA42-3533-B110-33E9ABA5A460> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCG_CG_Plugin_20105.dylib
0x11cd2c000 - 0x11cd31ffb +MBS_MacCG_CGDataProvider_Plugin_20105.dylib (19.5 - 19.5) <986A4B63-9E1C-3993-8F6E-14CB122847AE> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCG_CGDataProvider_Plugin_20105.dylib
0x11cd3a000 - 0x11cd4affb +MBS_MacCG_CGDisplay_Plugin_20105.dylib (19.5 - 19.5) <7A3D1227-5D72-3E4B-B352-66E4BA78C23D> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCG_CGDisplay_Plugin_20105.dylib
0x11cd5d000 - 0x11cd62ff7 +MBS_MacCG_CGGeometry_Plugin_20105.dylib (19.5 - 19.5) <F4190F1F-2205-30B0-A7CE-5641C0B77B52> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCG_CGGeometry_Plugin_20105.dylib
0x11cd6d000 - 0x11cd7effb +MBS_MacCG_CGPDF_Plugin_20105.dylib (19.5 - 19.5) <3F12C437-B17E-3F2E-B561-019ECA665C2B> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCG_CGPDF_Plugin_20105.dylib
0x11cd90000 - 0x11cd96ff3 +MBS_Main_NSAffineTransform_Plugin_20105.dylib (19.5 - 19.5) <C0231CAA-7BE5-36AA-85BF-6D59AEF91345> /Applications/EverWeb.app/Contents/Frameworks/MBS_Main_NSAffineTransform_Plugin_20105.dylib
0x11cda0000 - 0x11cdbdffb +MBS_Main_NSBase_Plugin_20105.dylib (19.5 - 19.5) <EBC5CC8F-FBA4-32BB-AB45-E52EF593C62F> /Applications/EverWeb.app/Contents/Frameworks/MBS_Main_NSBase_Plugin_20105.dylib
0x11cdf8000 - 0x11ce1cff7 +MBS_Main_Registration_Plugin_20105.dylib (19.5 - 19.5) <21DF7C65-CE69-342C-A217-2253DFB9B377> /Applications/EverWeb.app/Contents/Frameworks/MBS_Main_Registration_Plugin_20105.dylib
0x11ce25000 - 0x11ce2afff +MBS_Util_Calc_Plugin_20105.dylib (19.5 - 19.5) <A453841F-994D-3873-B2F6-F3937FCB6065> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_Calc_Plugin_20105.dylib
0x11ce34000 - 0x11ce41ff3 +MBS_Util_Calls_Plugin_20105.dylib (19.5 - 19.5) <7E7DED91-094A-3480-9CFB-7B3993303A6D> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_Calls_Plugin_20105.dylib
0x11ce4d000 - 0x11ce53ffb +MBS_Util_DirectorySize_Plugin_20105.dylib (19.5 - 19.5) <D6251A1B-6DFB-387A-B8F7-8B1082E1F407> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_DirectorySize_Plugin_20105.dylib
0x11ce5e000 - 0x11ce68fff +MBS_Util_FileList_Plugin_20105.dylib (19.5 - 19.5) <11F68083-23B0-3395-B0B2-C71E196433D2> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_FileList_Plugin_20105.dylib
0x11ce74000 - 0x11ce7bffb +MBS_Util_FileTime_Plugin_20105.dylib (19.5 - 19.5) <4EA9EF49-2B5F-3B67-AA87-2E8D4BB5B711> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_FileTime_Plugin_20105.dylib
0x11ce85000 - 0x11ce8afff +MBS_Util_FontActivation_Plugin_20105.dylib (19.5 - 19.5) <F0299D40-3E57-3B07-9A2A-363CE1A289C9> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_FontActivation_Plugin_20105.dylib
0x11ce93000 - 0x11ce9cfff +MBS_Util_LargeStream_Plugin_20105.dylib (19.5 - 19.5) <C7053C8D-A1AE-3C95-B2A3-7C49B9B31943> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_LargeStream_Plugin_20105.dylib
0x11cea8000 - 0x11ceaefff +MBS_Util_Locale_Plugin_20105.dylib (19.5 - 19.5) <F86C50A6-7ACE-3F48-870A-25D9F367026A> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_Locale_Plugin_20105.dylib
0x11ceb7000 - 0x11cec5ffb +MBS_Util_Main_Plugin_20105.dylib (19.5 - 19.5) <D667C65F-DAF8-30B5-AA2E-CE8C384AA3CF> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_Main_Plugin_20105.dylib
0x11ced3000 - 0x11cedbfff +MBS_Util_Process_Plugin_20105.dylib (19.5 - 19.5) <18339D83-3CEC-383A-A729-2566AFBFE741> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_Process_Plugin_20105.dylib
0x11cee7000 - 0x11ceffff3 +MBS_Util_String_Plugin_20105.dylib (19.5 - 19.5) <0C74FE78-DFE7-3CE2-A18D-5BEA8B6DBF00> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_String_Plugin_20105.dylib
0x11cf0c000 - 0x11cf16ff3 +MBS_Util_SystemInformation_Plugin_20105.dylib (19.5 - 19.5) <DECBCC79-6248-352E-A27E-D0854B8B5191> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_SystemInformation_Plugin_20105.dylib
0x11cf22000 - 0x11cf29ffb +MBS_Util_UUID_Plugin_20105.dylib (19.5 - 19.5) <B522E9C6-A634-33E5-BF56-1CBDBA60A01D> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_UUID_Plugin_20105.dylib
0x11cf32000 - 0x11cf3afff +MBS_Util_Window_Plugin_20105.dylib (19.5 - 19.5) <D0A0BED2-50DF-37EE-A26F-EE1559C6E203> /Applications/EverWeb.app/Contents/Frameworks/MBS_Util_Window_Plugin_20105.dylib
0x11cf4b000 - 0x11cf95adf dyld (551.5) <CB9BFB56-4511-36F1-A546-891FF770C01C> /usr/lib/dyld
0x11e1da000 - 0x11e1f1ff7 +EHRawBitmap.dylib (???) <186C8070-EFFD-3EF1-87C2-5D8AAF0642D5> /Applications/EverWeb.app/Contents/Frameworks/EHRawBitmap.dylib
0x11e20c000 - 0x11e217ff7 +TypeLib128.dylib (???) <3B615A09-9B7C-3FF5-A110-98C27506AE8D> /Applications/EverWeb.app/Contents/Frameworks/TypeLib128.dylib
0x11e229000 - 0x11e230ff7 +MBS_MacClassic_AppleScript_Plugin_20105.dylib (19.5 - 19.5) <B29DE929-1CA6-3175-9D86-33EE9DAA9A75> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacClassic_AppleScript_Plugin_20105.dylib
0x11e23a000 - 0x11e255ffb +MBS_MacClassic_Keychain_Plugin_20105.dylib (19.5 - 19.5) <F946E4B7-BEDC-3E57-AC3A-04F0E81F8EF7> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacClassic_Keychain_Plugin_20105.dylib
0x11e26e000 - 0x11e274ff3 +MBS_MacClassic_MacFileUtil_Plugin_20105.dylib (19.5 - 19.5) <BEDF31E4-5223-3845-9F1B-783B5E9AF8C5> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacClassic_MacFileUtil_Plugin_20105.dylib
0x11e27f000 - 0x11e285fff +MBS_MacClassic_MacTT_Plugin_20105.dylib (19.5 - 19.5) <AD23ACD1-2250-38EF-BCDB-0943C102DB7D> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacClassic_MacTT_Plugin_20105.dylib
0x11e28f000 - 0x11e29affb +MBS_Encryption_OldAES_Plugin_20105.dylib (19.5 - 19.5) <D9F952EC-3E23-358C-B6AB-A00096823EE7> /Applications/EverWeb.app/Contents/Frameworks/MBS_Encryption_OldAES_Plugin_20105.dylib
0x11e2a5000 - 0x11e2cfffb +MBS_Images_JPEGCompression_Plugin_20105.dylib (19.5 - 19.5) <8CF5F0E1-02FD-34AD-B8BB-8D91DE514B35> /Applications/EverWeb.app/Contents/Frameworks/MBS_Images_JPEGCompression_Plugin_20105.dylib
0x11e2dd000 - 0x11e322ffb +MBS_Images_OptimizePNG_Plugin_20105.dylib (19.5 - 19.5) <260E0068-4E70-3557-8107-D4FCD748F768> /Applications/EverWeb.app/Contents/Frameworks/MBS_Images_OptimizePNG_Plugin_20105.dylib
0x11e340000 - 0x11e388fff +MBS_Images_PNG_Plugin_20105.dylib (19.5 - 19.5) <1B4AA0D7-82A5-3838-8055-67F0198155BC> /Applications/EverWeb.app/Contents/Frameworks/MBS_Images_PNG_Plugin_20105.dylib
0x11e39b000 - 0x11e56cff3 +MBS_Compression_Archive_Plugin_20105.dylib (19.5 - 19.5) <96E5C0BF-46E3-3A8F-973F-6F0E05881C0F> /Applications/EverWeb.app/Contents/Frameworks/MBS_Compression_Archive_Plugin_20105.dylib
0x11e5a7000 - 0x11e5d4fff +MBS_Compression_Zip_Plugin_20105.dylib (19.5 - 19.5) <27C0B1B9-EF3E-3867-9998-446B0B65C50A> /Applications/EverWeb.app/Contents/Frameworks/MBS_Compression_Zip_Plugin_20105.dylib
0x11e5e6000 - 0x11e684ff7 +MBS_Tools_RegEx_Plugin_20105.dylib (19.5 - 19.5) <E7337C47-0B46-37DC-977E-4A0CB701F492> /Applications/EverWeb.app/Contents/Frameworks/MBS_Tools_RegEx_Plugin_20105.dylib
0x11e695000 - 0x11e6a4ff3 +MBS_MacControls_CustomNSView_Plugin_20105.dylib (19.5 - 19.5) <3FEA2864-EBA7-3754-9262-169194A51DEA> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacControls_CustomNSView_Plugin_20105.dylib
0x11e6b2000 - 0x11e6bdffb +MBS_MacControls_HTMLViewer_Plugin_20105.dylib (19.5 - 19.5) <44BD084A-D66E-318E-BCA8-81557EFB8782> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacControls_HTMLViewer_Plugin_20105.dylib
0x11e6ca000 - 0x11e6cfff3 +MBS_MacControls_HTMLViewerImage_Plugin_20105.dylib (19.5 - 19.5) <599B1718-D94C-3813-92CA-9E24C84427BD> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacControls_HTMLViewerImage_Plugin_20105.dylib
0x11e6d8000 - 0x11e6eaff7 +EHCalendarControl.dylib (0) <7FBB8B92-DC3D-3769-8C93-87E2F774D7B9> /Applications/EverWeb.app/Contents/Frameworks/EHCalendarControl.dylib
0x11e706000 - 0x11e70fff3 +MBS_MacCocoa_NSDrag_Plugin_20105.dylib (19.5 - 19.5) <992C9AB9-04FD-3F08-8DA0-702A73D85F60> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCocoa_NSDrag_Plugin_20105.dylib
0x11e71b000 - 0x11e726ffb +MBS_MacCocoa_NSGraphics_Plugin_20105.dylib (19.5 - 19.5) <BE275F1D-9F2E-31E2-893C-A823473C7184> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCocoa_NSGraphics_Plugin_20105.dylib
0x11e732000 - 0x11e748ff3 +MBS_MacCocoa_NSPanel_Plugin_20105.dylib (19.5 - 19.5) <226FFE8D-3F94-39BC-840A-E74B6B0C8EDA> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCocoa_NSPanel_Plugin_20105.dylib
0x11e75c000 - 0x11e772ff3 +MBS_MacCocoa_NSSpellChecker_Plugin_20105.dylib (19.5 - 19.5) <C0735EC4-5173-39E7-A1FC-B4779F4C380B> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCocoa_NSSpellChecker_Plugin_20105.dylib
0x11e788000 - 0x11e7a3ffb +MBS_MacCocoa_NSWorkspace_Plugin_20105.dylib (19.5 - 19.5) <2DA5FDCC-9B8A-3318-829C-0DB160DD839F> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCocoa_NSWorkspace_Plugin_20105.dylib
0x11e7b9000 - 0x11e7bfff7 +MBS_TextInputCanvas_TextInputCanvas_Plugin_19991.dylib (19.3 - 19.3) <BF2BF8E9-0562-398E-834D-FD33D73B5735> /Applications/EverWeb.app/Contents/Frameworks/MBS_TextInputCanvas_TextInputCanvas_Plugin_19991.dylib
0x11e7ca000 - 0x11e7d0ff3 +MBS_MacFrameworks_CocoaControl_Plugin_20105.dylib (19.5 - 19.5) <91CB237F-96DD-3BB4-B2C0-DBEE514A0372> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacFrameworks_CocoaControl_Plugin_20105.dylib
0x11e7d9000 - 0x11e7deff7 +MBS_MacFrameworks_Mavericks_Plugin_20105.dylib (19.5 - 19.5) <5A712396-D270-3A88-8769-4C77EB522FEE> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacFrameworks_Mavericks_Plugin_20105.dylib
0x11e7e7000 - 0x11e7f5ffb +MBS_MacFrameworks_QuickLookUI_Plugin_20105.dylib (19.5 - 19.5) <A8188FF2-43C5-360F-A5F5-CEB1FB11AA95> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacFrameworks_QuickLookUI_Plugin_20105.dylib
0x11e803000 - 0x11e811ff3 +TimeControl.dylib (0) <65C0B1D7-BFE2-3F10-9D51-6451158582C8> /Applications/EverWeb.app/Contents/Frameworks/TimeControl.dylib
0x11e82a000 - 0x11e834ffb +MBS_MacOSX_MacOSX_Plugin_20105.dylib (19.5 - 19.5) <8F440A03-8E94-3E49-8972-45758DABBD85> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacOSX_MacOSX_Plugin_20105.dylib
0x11e842000 - 0x11eaaa31f +MBS_CURL_CURLS_Plugin_20105.dylib (19.5 - 19.5) <73D21679-6581-3AFC-8D54-38956C5B91C6> /Applications/EverWeb.app/Contents/Frameworks/MBS_CURL_CURLS_Plugin_20105.dylib
0x11eb4b000 - 0x11eb55fff +MBS_Picture_Icon_Plugin_20105.dylib (19.5 - 19.5) <DE7CC914-59A9-3FB3-AAF0-2672947474B7> /Applications/EverWeb.app/Contents/Frameworks/MBS_Picture_Icon_Plugin_20105.dylib
0x11eb60000 - 0x11eb6effb +MBS_Picture_PictureCompare_Plugin_20105.dylib (19.5 - 19.5) <C8A93E5E-1F21-3E3F-8954-283DDF905D0F> /Applications/EverWeb.app/Contents/Frameworks/MBS_Picture_PictureCompare_Plugin_20105.dylib
0x11eb78000 - 0x11eb82ffb +MBS_Picture_PictureCopy_Plugin_20105.dylib (19.5 - 19.5) <CEF22482-265A-3E44-9AD1-2BB0ABA679F1> /Applications/EverWeb.app/Contents/Frameworks/MBS_Picture_PictureCopy_Plugin_20105.dylib
0x11eb8c000 - 0x11eb9dffb +MBS_Picture_PictureRotate_Plugin_20105.dylib (19.5 - 19.5) <DAF095B0-C521-3E12-9B68-BFB49ABED649> /Applications/EverWeb.app/Contents/Frameworks/MBS_Picture_PictureRotate_Plugin_20105.dylib
0x11eba7000 - 0x11f01efff +MBS_GraphicsMagick_GraphicsMagick_Plugin_20105.dylib (19.5 - 19.5) <CBEED60B-4883-3390-AFB0-3C5C27251759> /Applications/EverWeb.app/Contents/Frameworks/MBS_GraphicsMagick_GraphicsMagick_Plugin_20105.dylib
0x11f72c000 - 0x11f731ff3 +MBS_MacCloud_WindowLion_Plugin_20105.dylib (19.5 - 19.5) <E115EF5A-0609-3A8B-B191-2552D0ED8557> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCloud_WindowLion_Plugin_20105.dylib
0x11f73a000 - 0x11f751fff +DateControl.dylib (0) <33006C27-A248-3561-839F-CFA4B90B0795> /Applications/EverWeb.app/Contents/Frameworks/DateControl.dylib
0x11f77f000 - 0x11f78eff3 +MBS_MacCF_CF_Plugin_20105.dylib (19.5 - 19.5) <3E312B87-28ED-38D6-AC28-FAC4DB8AE2B9> /Applications/EverWeb.app/Contents/Frameworks/MBS_MacCF_CF_Plugin_20105.dylib
0x11f79f000 - 0x11f7a7ff7 +EHBase64.dylib (0) <D5DB8125-06A8-3498-A8CB-2BB5CF2625E0> /Applications/EverWeb.app/Contents/Frameworks/EHBase64.dylib
0x120a65000 - 0x120b1dffb com.apple.AMDRadeonX3000GLDriver (1.68.25 - 1.6.8) <2D995D36-6E90-3E73-B700-B125BE7C4D0A> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
0x121063000 - 0x121065ff3 com.apple.textencoding.unicode (4.0 - 4.0) <E1631189-72C8-3282-99B1-1A03973401B1> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
0x121a16000 - 0x121a18ff7 com.apple.CloudDocsFileProvider (1.0 - 575.14) <4C4CDC11-D96B-3210-9AB7-1CD2B7207B8F> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
0x121a2c000 - 0x121a2ffff com.apple.FileProviderOverride (125.15 - 125.15) <344F0109-B976-33E9-89E0-BA51D64ADE7D> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
0x122546000 - 0x12254cfff com.apple.FinderSyncCollaborationFileProviderOverride (1.0 - 1054.6.1) <DCFC3A78-0896-3FDF-A76C-B00A08A5676E> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
0x1227b5000 - 0x1227cffff com.apple.security.csparser (3.0 - 58286.70.19) <537A9ACF-C9E0-3931-90E8-389EFE1A8F9B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x122f6f000 - 0x122f90fff +com.adobe.acrobat.pdfviewer (19.021.20058 - 19.021.20058) <AC8B0FA7-4A88-3FD1-A727-8183FAD22B74> /Library/Internet Plug-Ins/AdobePDFViewer.plugin/Contents/MacOS/AdobePDFViewer
0x7fff4d5ac000 - 0x7fff4d8faff7 com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <937CBA8D-60C8-3739-8DFF-1C737D6339EF> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff4d919000 - 0x7fff4db41ff3 ATIRadeonX3000SCLib.dylib (1.68.25) <497DC8AE-0279-37F9-A190-F63DEBCD369D> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
0x7fff511d1000 - 0x7fff513b1ff3 com.apple.avfoundation (2.0 - 1536.36) <AB868021-AB26-3198-897D-087EF3B360EA> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff513b2000 - 0x7fff5146bfff com.apple.audio.AVFAudio (1.0 - ???) <716306C4-A0EA-3D81-8F33-943153538C47> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff51571000 - 0x7fff51571fff com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff51572000 - 0x7fff51589ff7 libCGInterfaces.dylib (417.2) <82F29CAE-C0AC-3E29-8312-09E6FED7E067> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff5158a000 - 0x7fff51cd8ffb com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff51cd9000 - 0x7fff51e79ff3 libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff51e7a000 - 0x7fff51eb4fef libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff51eb5000 - 0x7fff5228eff7 libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff5228f000 - 0x7fff522a5ff7 libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff522a6000 - 0x7fff522abff3 libQuadrature.dylib (3) <E936BDAF-8492-34D9-8C5C-AFBFCDAD8318> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff522ac000 - 0x7fff5232cfff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff5232d000 - 0x7fff5233fff7 libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff52340000 - 0x7fff524b3fe7 libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff524b4000 - 0x7fff5256afef libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff5256b000 - 0x7fff5256bfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff5256c000 - 0x7fff525c6ff7 com.apple.Accounts (113 - 113) <21614F05-91B8-3151-B219-DA8BAC680DA0> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff525c7000 - 0x7fff5285eff7 com.apple.AddressBook.framework (11.0 - 1808.8) <B996F69A-B2F0-38F5-AC95-939F038E1FBB> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff5285f000 - 0x7fff536bdfff com.apple.AppKit (6.9 - 1561.61.100) <4E6EA3FA-8C2C-3B21-BFF9-6F8C458B7BE1> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff5370f000 - 0x7fff5370ffff com.apple.ApplicationServices (48 - 50) <2B5B76E7-0AB2-31F9-BE58-B963BF1EC2E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff53710000 - 0x7fff53776fff com.apple.ApplicationServices.ATS (377 - 445.5) <60176327-F757-308E-B61A-D43394E87CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff5380f000 - 0x7fff53931ff7 libFontParser.dylib (222.1.9) <FFF2AC1A-D4D2-3AD3-BFF2-F3649ECB02AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff53932000 - 0x7fff5397dff7 libFontRegistry.dylib (221.6) <30C6D1DE-C0E3-3447-A0EF-829443D95F0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff53a22000 - 0x7fff53a55ff7 libTrueTypeScaler.dylib (222.1.9) <BF00CE2B-6BC5-3337-8350-A1BAB88A3CE0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff53a56000 - 0x7fff53abefff libType1Scaler.dylib (136.1) <2CB8F24F-6112-3C32-B241-2D62A6BD5676> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff53abf000 - 0x7fff53ac3ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <04764FB2-22D8-36F0-9647-2D21562E28D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff53b63000 - 0x7fff53bb5ffb com.apple.HIServices (1.22 - 625) <3C059A55-1409-373E-BF0B-C3299AFABDCF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff53bb6000 - 0x7fff53bc4fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BB267F4-D5AA-3D35-8269-1A3CEA054ACD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff53bc5000 - 0x7fff53c11fff com.apple.print.framework.PrintCore (13.4 - 503.2) <2EA98448-9D6A-3912-9933-F7703CB01B6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff53c12000 - 0x7fff53c4cfff com.apple.QD (3.12 - 404.2) <525E9518-DFF3-3D8D-BD48-E0D63EEDBD16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff53c4d000 - 0x7fff53c59fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <CD09019C-569B-3A56-B84C-26F2A6223455> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff53c5a000 - 0x7fff53ee8ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <C7BE1645-BE23-3427-8650-1CEFDAF86710> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff53eea000 - 0x7fff53eeafff com.apple.audio.units.AudioUnit (1.14 - 1.14) <294802B9-E24D-34EB-973F-6D2B8E2E86CB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff5420d000 - 0x7fff545aafff com.apple.CFNetwork (902.6 - 902.6) <46168F79-CCFA-349A-8508-B8CBCE27D440> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff545bf000 - 0x7fff545bffff com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff545c0000 - 0x7fff545c3ffb com.apple.CommonPanels (1.2.6 - 98) <075486A5-8E39-3F72-BED7-752517379C55> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff545c4000 - 0x7fff548c9fff com.apple.HIToolbox (2.1.1 - 911.10) <8D2EBE85-9AF0-38BC-ACD3-1ED978643907> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff548ca000 - 0x7fff548cdffb com.apple.help (1.3.8 - 66) <7F210C1C-D7D3-3C97-A2E4-D3CC35F91807> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff548ce000 - 0x7fff548d3fff com.apple.ImageCapture (9.0 - 9.0) <3993E094-AB86-3B22-BC18-4550F23854FF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff548d4000 - 0x7fff54969ffb com.apple.ink.framework (10.9 - 221) <83976BB8-A423-3AA5-8221-6EB04B3DEF0A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff5496a000 - 0x7fff54984ff7 com.apple.openscripting (1.7 - 174) <C282DFBB-4BF2-3222-87E0-0B560D5B4B2F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff549a5000 - 0x7fff549a6fff com.apple.print.framework.Print (12 - 267) <DFC4CE94-F6E6-3DFA-AB88-A13E4C5A7701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff549a7000 - 0x7fff549a9ff7 com.apple.securityhi (9.0 - 55006) <1AB48F32-D1CB-3657-A30C-40A7E718A71D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff549aa000 - 0x7fff549b0fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2A07BB54-438B-34C9-8061-45403E197ACA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff549b1000 - 0x7fff54ad0fff com.apple.cloudkit.CloudKit (736.16 - 736.16) <687B78B6-1615-3ED1-9A67-60EBC81DE230> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff54ad1000 - 0x7fff54ad1fff com.apple.Cocoa (6.11 - 22) <3269BC26-0217-39FE-A600-D702656D838B> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff54adf000 - 0x7fff54b98fff com.apple.ColorSync (4.13.0 - 3325) <EAD2D314-E810-33FB-B105-BD30ABB912AD> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff54d25000 - 0x7fff54db8ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF2B41CC-DD7A-34EB-A842-00DC3B8F2E9F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff54e1f000 - 0x7fff54e48ffb com.apple.CoreBluetooth (1.0 - 1) <ED48840B-A80A-32C1-8E4B-DEB7A7CD3C1A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff54e49000 - 0x7fff551adff3 com.apple.CoreData (120 - 851) <283AF401-07BC-3D50-9B8C-7990E64F66BA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff551ae000 - 0x7fff55291fff com.apple.CoreDisplay (99.14 - 99.14) <9B2B211D-EC0A-3569-BB37-887768CD6105> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff55292000 - 0x7fff5572efff com.apple.CoreFoundation (6.9 - 1455.300) <D9D5D50D-5DA3-34B6-8077-DD24315A4B1E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff55730000 - 0x7fff55d5fff7 com.apple.CoreGraphics (2.0 - 1161.21.5) <C8BAA8C0-3DF0-37C3-8FB4-AB90BA8D4D56> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff55d61000 - 0x7fff56050fff com.apple.CoreImage (13.0.0 - 579.5) <B2B60A80-2E10-3EDF-920C-94288E55AE25> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff56051000 - 0x7fff560bcff7 com.apple.corelocation (2245.0.41) <6BF57F70-732C-3140-B5A3-466ACF262765> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff562df000 - 0x7fff563d5ffb com.apple.CoreMedia (1.0 - 2276.80.4) <67942D16-3658-37FC-B61C-8ED3D4BFBFB9> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff563d6000 - 0x7fff56424fff com.apple.CoreMediaIO (814.0 - 4995) <E685B68D-77E1-311E-B7A3-DDA4C17A8734> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff56425000 - 0x7fff56425fff com.apple.CoreServices (822.37 - 822.37) <CE816EF2-2B89-3F54-A5C6-D3080B1EFB00> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff56426000 - 0x7fff5649affb com.apple.AE (735.2 - 735.2) <0938A72B-6A4A-36F1-95B3-5EF6B915CEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff5649b000 - 0x7fff56772fff com.apple.CoreServices.CarbonCore (1178.4.2 - 1178.4.2) <4692EE3A-11FE-31FD-AF5B-30F892E87A05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff56773000 - 0x7fff567a7fff com.apple.DictionaryServices (1.2 - 284.2) <F1F3EFAE-2562-394D-8FB3-BE22F16CD75A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff567a8000 - 0x7fff567b0ffb com.apple.CoreServices.FSEvents (1239.50.2 - 1239.50.2) <FE465894-4235-3CE2-9A97-32D6C6C7D9AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff567b1000 - 0x7fff5696fff7 com.apple.LaunchServices (822.37 - 822.37) <0DB4679F-AE39-3BF3-B39B-549322E355AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff56970000 - 0x7fff56a20fff com.apple.Metadata (10.7.0 - 1191.8) <F3BD3FD7-208A-31E9-85CD-6E607DDAFEF0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff56a21000 - 0x7fff56a81fff com.apple.CoreServices.OSServices (822.37 - 822.37) <564DDE70-0250-346B-B5CC-4AFAC11A7373> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff56a82000 - 0x7fff56af0fff com.apple.SearchKit (1.4.0 - 1.4.0) <97DD9E7D-3567-382B-ACF7-CE0E4FE78D36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff56af1000 - 0x7fff56b15ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <88991F51-0A75-34FF-8C91-ED0F3C270B7B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff56db6000 - 0x7fff56f06fff com.apple.CoreText (352.0 - 578.23) <10DAF601-85A8-3F9C-8B0B-69DC16B95E47> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff56f07000 - 0x7fff56f41fff com.apple.CoreVideo (1.8 - 0.0) <0DD4FFDF-E1F1-39D1-8246-5D0D9869F1EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff56f42000 - 0x7fff56fcdff3 com.apple.framework.CoreWLAN (13.0 - 1350.2) <EC145FBD-F638-38B8-BE94-F892A2F02550> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff5715b000 - 0x7fff57166ff7 com.apple.DirectoryService.Framework (10.13 - 207.50.1) <6AA0993A-0AF2-3F9A-B288-BF972C0F54EC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff57167000 - 0x7fff57221fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <65019C7F-81C7-37DC-9B27-7EE140C8FD7C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff57248000 - 0x7fff5724dfff com.apple.DiskArbitration (2.7 - 2.7) <51DC4AED-6F0C-321F-93E3-20EA4341B768> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff5740e000 - 0x7fff577d5ffb com.apple.Foundation (6.9 - 1455.300) <0479E072-1DD0-3881-A9A2-EDAD3EE58C23> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff57846000 - 0x7fff57876ff3 com.apple.GSS (4.0 - 2.0) <7E83A21E-4F90-38F3-9FD3-FAC0E0143243> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff57988000 - 0x7fff57a8cffb com.apple.Bluetooth (6.0.7 - 6.0.7f22) <08E33A6B-16A7-3E4E-82C9-E1E5A84300D0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff57aec000 - 0x7fff57b87fff com.apple.framework.IOKit (2.0.2 - 1445.71.6) <4B5C715C-6A49-366B-9080-ABADE6A3B3BD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff57b89000 - 0x7fff57b90fff com.apple.IOSurface (211.15 - 211.15) <08DA3232-805F-304B-80DD-C86B49CC4AAD> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff57b91000 - 0x7fff57be6ff3 com.apple.ImageCaptureCore (7.0 - 7.0) <5B5C36EE-69EE-39E8-8B5B-360EF3F4AC3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff57be7000 - 0x7fff57d65fff com.apple.ImageIO.framework (3.3.0 - 1739.3.8) <B4911BA1-6844-3BD6-BA68-AF4ACEB9D508> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff57d66000 - 0x7fff57d6affb libGIF.dylib (1739.3.8) <003D0895-622E-3312-9DB3-F7B7BFD33AEE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff57d6b000 - 0x7fff57e52ff7 libJP2.dylib (1739.3.8) <9CD47B18-AAD7-379F-B04F-606B97CC62EA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff57e53000 - 0x7fff57e76fff libJPEG.dylib (1739.3.8) <67715B7F-83C3-3A0E-9F1C-8B69041E1E3E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff58167000 - 0x7fff5818dff3 libPng.dylib (1739.3.8) <CBA3121F-CACF-357A-B59D-804B8EFF8AF7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff5818e000 - 0x7fff58190ff3 libRadiance.dylib (1739.3.8) <7F224790-D5FF-3671-BDF0-22D676E6EE6A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff58191000 - 0x7fff581deffb libTIFF.dylib (1739.3.8) <1D450863-14A2-3268-B848-037D7ABAB4B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff5839a000 - 0x7fff59080fff com.apple.java scriptCore (13605 - 13605.3.8) <FCD40D3C-87D5-3738-A19F-F5DB84A643B7> /System/Library/Frameworks/java scriptCore.framework/Versions/A/java scriptCore
0x7fff59098000 - 0x7fff590b1ff7 com.apple.Kerberos (3.0 - 1) <C7CDC1E0-011B-3220-847D-1AC3DA6D5522> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff590b2000 - 0x7fff590e7fff com.apple.LDAPFramework (2.4.28 - 194.5) <7D48401E-2038-3F2C-89F8-77472F01DC93> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff59370000 - 0x7fff59377fff com.apple.MediaAccessibility (1.0 - 114) <00F21329-1163-3283-A882-A5DD7A12D353> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff59378000 - 0x7fff5938cff7 com.apple.MediaLibrary (1.4.0 - 751) <4C990604-25FA-382F-850F-9F48045EC0E4> /System/Library/Frameworks/MediaLibrary.framework/Versions/A/MediaLibrary
0x7fff59427000 - 0x7fff59a91ff7 com.apple.MediaToolbox (1.0 - 2276.80.4) <FA444376-E5AF-36AB-BE1D-76ECE4D72049> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff59a93000 - 0x7fff59b14fff com.apple.Metal (125.30 - 125.30) <67EDA241-80B1-3C67-BB2B-FF83E49FEF8D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff59b31000 - 0x7fff59b4cfff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <8DED0F0C-4A10-36A3-A3E2-7D3CF429ACE1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff59b4d000 - 0x7fff59bbcfef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <48F4A97F-143A-3918-AB92-6733E258E25A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff59bbd000 - 0x7fff59be1fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <CD443ADC-07FE-3603-B0C9-60C2AF3616FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff59be2000 - 0x7fff59cc9ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <40EB0BAE-6DDE-3334-A28C-529AE4C6716A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff59cca000 - 0x7fff59ccaff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <A111E862-43E5-3247-9E98-0A40DC34AD9B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff5acc9000 - 0x7fff5acd5ffb com.apple.NetFS (6.0 - 4.0) <02E09301-324F-3542-875D-B87B144635C8> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff5dabe000 - 0x7fff5dac6fef libcldcpuengine.dylib (2.8.7) <78747075-B07A-39B3-A065-013FB54332F6> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff5dac7000 - 0x7fff5db21ff7 com.apple.opencl (2.8.24 - 2.8.24) <429B5283-276D-372D-BB0E-EEBE1408C393> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff5db22000 - 0x7fff5db3effb com.apple.CFOpenDirectory (10.13 - 207.50.1) <E9AD4934-5DE3-3DD0-9D7B-9D288D829F15> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff5db3f000 - 0x7fff5db4afff com.apple.OpenDirectory (10.13 - 207.50.1) <8B54C486-14C9-3FEF-97B8-F4D6F59F75CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff5ecc9000 - 0x7fff5eccbfff libCVMSPluginSupport.dylib (16.7.4) <3E26CF2B-5074-3321-AD9E-6A667D61AA35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff5eccc000 - 0x7fff5ecd1ffb libCoreFSCache.dylib (162.12) <D12E1D0E-C0E5-329E-99B4-AB152C9ABBE3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff5ecd2000 - 0x7fff5ecd6fff libCoreVMClient.dylib (162.12) <39951906-8566-3F9D-9EA8-EBD6084DCF73> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff5ecd7000 - 0x7fff5ece0ff3 libGFXShared.dylib (16.7.4) <81A7875B-103D-3C
User: wellnl 3 years ago
The only other ways I can find to do this is to use one of EverWeb Gardens (at present free) widgets. There is a Scrollable List widget. Set the Image width and height both to zero and it will then give you just a straightforward scrollable text box!
User: Paul C. 3 years ago
Thanks, wellnl, I will try


Post Reply
You must login or signup to post.