Aleph One 1.3a1: testers wanted

Have a question, suggestion, or comment about Aleph One's features and functionality (Lua, MML, the engine itself, etc)? Post such topics here.
User avatar
Hopper
Mjolnir Mark IV
Posts: 585
Joined: May 10th '09, 17:02
Contact:

Who wants to be a guinea pig? Try the alpha, tell me what's broken.

Is my computer gonna explode?

There's always that chance. If all goes well, you shouldn't notice much difference from 1.2.1, but here's what to specifically look for:
  • MML and preferences bugs - all XML parsing was completely replaced. The new code is much easier to read and debug, but I did have to write new code for every single MML setting and preference. Aleph One has a lot of those.
  • Brightness setting in Shader - when using the Shader renderer, the original method of adjusting the screen brightness (which never worked well in windowed mode, is deprecated by every modern OS, and flat-out crashes on newer Macs) is replaced with a new approach. This will eventually be used for all OpenGL drawing, including Classic. If you use OpenGL (Classic), please try Shader in this alpha.
Is there anything new?

This is an experiment in crowd-sourced testing. Only download the alpha if you can provide feedback and help find problems. If you're looking for new features, sit tight and wait for the final release this winter.

C'mon, there has to be something good in here.

Okay, there are a few things:
  • Some minor bugs were fixed, including the music-order bug in Phoenix and Eternal, and one of the errors Crater Creator triggered in software mode.
  • Infinity includes Goran's most recent Lava plugin.
  • Marathon includes a higher-res starscape.
  • The "Brightness" setting is restored for OS X users, if you use Shader.
  • Aleph One tries harder to recover when the main window fails to start properly.
  • Aleph One's home page and update-check URLs were changed to no longer point to SourceForge.
So I broke it, what now?

Report bugs in this thread. If it's graphics related, include your OS version number, and your video card or Mac model. Also check the standard advice on reporting bugs.

Note to Mac users: 10.7 or later is required. If you're on an older Mac, stick with 1.2.1.
User avatar
herecomethej2000
Mjolnir Mark IV
Posts: 633
Joined: Jan 22nd '06, 17:26
Contact:

Thanks Hopper! So far it seems to work as advertised. I'm on OSX 10.10. I'll let you know if anything breaks
User avatar
Pfhorrest
Vidmaster
Posts: 1847
Joined: Oct 12th '07, 22:08
Location: California
Contact:

I will run through Eternal with this and see if fixed things are fixed and if I find anything else broken anew. Thanks!
User avatar
Pfhorrest
Vidmaster
Posts: 1847
Joined: Oct 12th '07, 22:08
Location: California
Contact:

Notes thus far:

Can confirm that the music bug is fixed.

Noticed an odd graphical glitch on levels that begin with nothing but landscape in view (e.g. Deja Vu All Over Again, Sakhmet Rising, S'pht'ia) but not in all landscape initially in view so long as it's accompanied by some geometry (e.g. To Sleep Perchance To Dream, The Tangent Universe). It looks like what I would guess is drawing the contents of some kind of buffer, as it's variable graphical nonsense that on at least one occasion appeared to be made of distorted pieces of other textures. (It changes even retrying it on the same level). It appears for varying amounts of time, sometimes only a brief flash but once for nearly a second.

This is on a Early 2011 13" MBP with Intel HD Graphics 3000 384 MB running on 10.7.5 in Shader mode.

ETA: I also had an unexplained crash to desktop a few seconds into "Roots and Radicals", but there was nothing in the Aleph One log, and I forgot to click for the OSX crash report, and then I couldn't reproduce it. Could've just been a fluke. (ETA: Or might it possibly be related to the changed terminal behavior I just started a new thread about? The crash wasn't when loading the terminal, but maybe the existence of a terminal with no #UNFINISHED section causes some kind of sporadic problem? Seems a stretch…)
User avatar
Hopper
Mjolnir Mark IV
Posts: 585
Joined: May 10th '09, 17:02
Contact:

Yeah, graphical glitches tend to happen when the player's head is outside the level. In Deja Vu, for instance, the player's feet start 2.7 WU above the ceiling, which means you get a view full of void for the first 3.3 WU of your fall. The engine does not adjust the player to a valid position inside the polygon, even though it arguably should.

It's more noticeable in the alpha because Shader smears the void like the software renderer, instead of starting from black every frame. (The behavior of the void is not guaranteed, and map makers are still advised to avoid it.)
User avatar
Hopper
Mjolnir Mark IV
Posts: 585
Joined: May 10th '09, 17:02
Contact:

Pfhorrest wrote:I forgot to click for the OSX crash report
I've done the same thing. On my machine at least, even if I don't click through, recent reports are still listed in Console under "User Diagnostic Reports".
User avatar
Pfhorrest
Vidmaster
Posts: 1847
Joined: Oct 12th '07, 22:08
Location: California
Contact:

Ah, good to know! Here is the crash report, spoilered:
Spoiler:
Process: Aleph One [1643]
Path: /Volumes/VOLUME/Aleph One.app/Contents/MacOS/Aleph One
Identifier: org.bungie.source.AlephOne
Version: 1.3a1 (20150907)
Code Type: X86-64 (Native)
Parent Process: launchd [131]

Date/Time: 2015-09-09 22:32:53.064 -0700
OS Version: Mac OS X 10.7.5 (11G63)
Report Version: 9

Crashed Thread: 1 Dispatch queue: com.apple.libdispatch-manager

Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[1643]: garbage collection is OFF

Thread 0:: Dispatch queue: com.apple.main-thread
0 org.bungie.source.AlephOne 0x0000000105e7439f RenderRasterize_Shader::clip_to_window(clipping_window_data*) + 157
1 org.bungie.source.AlephOne 0x0000000105e7528b RenderRasterize_Shader::render_node_floor_or_ceiling(clipping_window_data*, polygon_data*, horizontal_surface_data*, bool, bool, RenderStep) + 465
2 org.bungie.source.AlephOne 0x0000000105cd2548 RenderRasterizerClass::render_node(sorted_node_data*, bool, RenderStep) + 598
3 org.bungie.source.AlephOne 0x0000000105e742ed RenderRasterize_Shader::render_node(sorted_node_data*, bool, RenderStep) + 25
4 org.bungie.source.AlephOne 0x0000000105cd227a RenderRasterizerClass::render_tree(RenderStep) + 142
5 org.bungie.source.AlephOne 0x0000000105e74253 RenderRasterize_Shader::render_tree() + 797
6 org.bungie.source.AlephOne 0x0000000105cce752 render_view(view_data*, bitmap_definition*) + 401
7 org.bungie.source.AlephOne 0x0000000105e25faa render_screen(short) + 1871
8 org.bungie.source.AlephOne 0x0000000105bdaa1f idle_game_state(unsigned int) + 654
9 org.bungie.source.AlephOne 0x0000000105c2b9f2 SDL_main + 5714
10 org.bungie.source.AlephOne 0x0000000105bd7205 -[SDLMain applicationDidFinishLaunching:] + 72
11 com.apple.Foundation 0x00007fff8a2cfd0e __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
12 com.apple.CoreFoundation 0x00007fff93c377ba _CFXNotificationPost + 2634
13 com.apple.Foundation 0x00007fff8a2bbfc3 -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
14 com.apple.AppKit 0x00007fff8b5d2e2b -[NSApplication _postDidFinishNotification] + 212
15 com.apple.AppKit 0x00007fff8b5d2b91 -[NSApplication _sendFinishLaunchingNotification] + 78
16 com.apple.AppKit 0x00007fff8b5d1858 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
17 com.apple.AppKit 0x00007fff8b5d15b9 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
18 com.apple.CoreFoundation 0x00007fff93c81541 -[NSObject performSelector:withObject:withObject:] + 65
19 com.apple.Foundation 0x00007fff8a2f27c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
20 com.apple.Foundation 0x00007fff8a2f174e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
21 com.apple.Foundation 0x00007fff8a2f15dc _NSAppleEventManagerGenericHandler + 105
22 com.apple.AE 0x00007fff919c4c25 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
23 com.apple.AE 0x00007fff919c4b03 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
24 com.apple.AE 0x00007fff919c49f7 aeProcessAppleEvent + 250
25 com.apple.HIToolbox 0x00007fff95febb69 AEProcessAppleEvent + 102
26 com.apple.AppKit 0x00007fff8b5ce9c5 _DPSNextEvent + 1247
27 com.apple.AppKit 0x00007fff8b5ce07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
28 com.apple.AppKit 0x00007fff8b5ca9b9 -[NSApplication run] + 470
29 org.bungie.source.AlephOne 0x0000000105bd7834 main + 1223
30 org.bungie.source.AlephOne 0x0000000105bd6d74 start + 52

Thread 1 Crashed:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff92b1e7e6 kevent + 10
1 libdispatch.dylib 0x00007fff8d10d786 _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff8d10c316 _dispatch_mgr_thread + 54

Thread 2:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff92b1ddf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff93c6cc8b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff91f618bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff91f64b75 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff92b1de42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff91f17dea nanosleep + 164
2 SDL 0x0000000106365896 SDL_Delay + 102
3 org.bungie.source.AlephOne 0x0000000105dac5e2 StatsManager::Run(void*) + 958
4 SDL 0x0000000106356df7 SDL_GetThreadID + 247
5 SDL 0x0000000106365779 SDL_ThreadID + 329
6 libsystem_c.dylib 0x00007fff91f618bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff91f64b75 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff92b1e192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff91f63594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff91f64b85 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff92b1e192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff91f63594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff91f64b85 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff92b1e192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff91f63594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff91f64b85 start_wqthread + 13

Thread 1 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000004 rbx: 0x00007fff7a05f1a0 rcx: 0x0000000106de7528 rdx: 0x0000000000000000
rdi: 0x0000000000000003 rsi: 0x0000000000000000 rbp: 0x0000000106de76a0 rsp: 0x0000000106de7528
r8: 0x0000000000000001 r9: 0x0000000106de7668 r10: 0x0000000106de7538 r11: 0xffffff80002dad60
r12: 0x00007fff7a05e540 r13: 0x0000000000000000 r14: 0x00007fff7a05f230 r15: 0x0000000106de7668
rip: 0x00007fff92b1e7e6 rfl: 0x0000000000000247 cr2: 0x00000001063f3000
Logical CPU: 0

Binary Images:
0x105bd5000 - 0x105f91fff +org.bungie.source.AlephOne (1.3a1 - 20150907) <044A9A33-D75B-3F0A-BB1F-1B83D5D0C635> /Volumes/VOLUME/Aleph One.app/Contents/MacOS/Aleph One
0x106328000 - 0x10639cfe7 +SDL (1.2.14 - 1.2.14) <BABB287F-46B0-17B1-9FFC-00D2E03D7766> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x1063b3000 - 0x1063b4ff7 +SDL_net (1.2.5 - 1.2.8) <69D023EB-9817-AA8B-B3E5-A01B039E052C> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/SDL_net.framework/Versions/A/SDL_net
0x1063ba000 - 0x1063bffff +SDL_image (1.2.10 - 1.2.10) <76AA39CA-7A75-DD33-0413-99F8194297F0> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/SDL_image.framework/Versions/A/SDL_image
0x1063c9000 - 0x1063e9fef +org.bungie.source.speex (1.2rc1 - 1.2rc1) <07F870E4-F8EE-2164-09DA-863E51D50253> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/speex.framework/Versions/A/speex
0x1063f6000 - 0x1063f9ff7 +SDL_ttf (2.0.6 - 2.0.10) <D41D323C-B531-F7B6-CB36-64B8549D8E2F> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/SDL_ttf.framework/Versions/A/SDL_ttf
0x106403000 - 0x106406ff7 +org.bungie.source.boost_system (1.53.0 - 1.53.0) <03D6EDEC-5B70-BB6C-0D74-2589D3964F27> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
0x10640e000 - 0x10643cff7 +org.bungie.source.expat (2.1.0 - 2.1.0) <E0A4139C-7764-F26F-0686-B3041135A9B5> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/expat.framework/Versions/A/expat
0x106449000 - 0x10644efff +org.bungie.source.zziplib (0.13.59 - 0.13.59) <A2D2BA6A-B940-C688-26AB-E327DDC65AC4> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/zziplib.framework/Versions/A/zziplib
0x106456000 - 0x1064a3fe7 +org.bungie.source.jpeg (9 - 9) <4EA8589B-A0AB-8B68-D366-1370C46B0628> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/jpeg.framework/Versions/A/jpeg
0x1064b2000 - 0x1064eeff7 +org.bungie.source.png (1.6.1 - 1.6.1) <26B4B605-8310-4957-1BF8-B6A6C4787484> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/png.framework/Versions/A/png
0x1064fd000 - 0x1065adff7 +org.bungie.source.freetype (2.5.0.1 - 2.5.0.1) <58F091FB-8045-23F5-5357-B26F15E5FF13> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/freetype.framework/Versions/A/freetype
0x1065cb000 - 0x106a63fa7 +org.bungie.source.avcodec (1.2.7 - 1.2.7) <572522E4-9F0A-993F-04A3-8FD0CDA62E41> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/avcodec.framework/Versions/A/avcodec
0x106bdc000 - 0x106bf3fff +org.bungie.source.speexdsp (1.2rc1 - 1.2rc1) <00E9D4F6-0661-FE50-F430-027C7B938AC7> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/speexdsp.framework/Versions/A/speexdsp
0x106bfc000 - 0x106c0dff7 +org.bungie.source.boost_filesystem (1.53.0 - 1.53.0) <D963BB91-2807-35EA-C78E-43C737FAE5B3> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
0x106c1a000 - 0x106c56fe7 +org.bungie.source.avformat (1.2.7 - 1.2.7) <C6F0B400-1D1D-F3C5-0285-63C0156D9D5C> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/avformat.framework/Versions/A/avformat
0x106c6a000 - 0x106c8efef +org.bungie.source.avutil (1.2.7 - 1.2.7) <7093D7A7-2CAA-F37F-2E66-2E069DB33C37> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/avutil.framework/Versions/A/avutil
0x106ca4000 - 0x106cf9fef +org.bungie.source.swscale (1.2.7 - 1.2.7) <03FA3099-D25A-4406-07D5-A869654E4F42> /Volumes/VOLUME/Aleph One.app/Contents/Frameworks/swscale.framework/Versions/A/swscale
0x109894000 - 0x109897ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x10b58c000 - 0x10b596fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x10b5c2000 - 0x10b5c2ff1 +cl_kernels (??? - ???) <BFD25249-5DE7-4CC6-AF61-F0ABDCE555DD> cl_kernels
0x10b5c4000 - 0x10b663ff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x10b686000 - 0x10b687ff2 +cl_kernels (??? - ???) <D89758FB-A06A-42FA-9FF8-B9FEDF53A4B0> cl_kernels
0x10b970000 - 0x10b971ff3 +cl_kernels (??? - ???) <78546F3C-7593-4244-8579-6B3E89F1BBE5> cl_kernels
0x10bc92000 - 0x10bc92ff3 +cl_kernels (??? - ???) <FF121807-D346-4281-B0FA-E8281847BD32> cl_kernels
0x10bd2f000 - 0x10bdcdff7 unorm8_argb.dylib (2.0.19 - compatibility 1.0.0) <936B4155-1C6B-3928-9FFA-F72E7163872E> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb.dylib
0x10be29000 - 0x10be2aff3 +cl_kernels (??? - ???) <C51F0893-388B-40D5-9707-5DD29BA4DC93> cl_kernels
0x10c9e3000 - 0x10c9e7fff com.apple.audio.AudioIPCPlugIn (1.2.3 - 1.2.3) <F94D690D-3196-3B01-B798-09708367D28D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x10c9ec000 - 0x10c9f1fff com.apple.audio.AppleHDAHALPlugIn (2.2.5 - 2.2.5a5) <4EC4981B-68AE-357E-960F-3D4603A61E9F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x10ca79000 - 0x10ca87fff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
0x10cabd000 - 0x10cc08ff7 com.apple.audio.units.Components (1.7.3 - 1.7.3) <CAC75CC0-DAD7-3DD3-91CF-DDE8B19DEBDD> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x10ccff000 - 0x10ceb7fff GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10ceee000 - 0x10d048fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x10d07a000 - 0x10d461fe7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <5C9C9474-BA99-33A6-BAD8-628224491FED> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
0x10d587000 - 0x10d5b5ff7 GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff657d5000 - 0x7fff65809baf dyld (195.6 - ???) <C58DAD8A-4B00-3676-8637-93D6FDE73147> /usr/lib/dyld
0x7fff89ad5000 - 0x7fff89bcafff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff89bcb000 - 0x7fff89bf2fff com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff89bf3000 - 0x7fff89bf4fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff89bf5000 - 0x7fff8a013ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8a014000 - 0x7fff8a014fff libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8a02a000 - 0x7fff8a254fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8a255000 - 0x7fff8a260fff com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8a261000 - 0x7fff8a2b8fff com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff8a2b9000 - 0x7fff8a5d2fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8a5d3000 - 0x7fff8a669ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8a66a000 - 0x7fff8ac4efff libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8ad17000 - 0x7fff8ad6bff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8ad6c000 - 0x7fff8ad7eff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8adba000 - 0x7fff8ae35ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8ae36000 - 0x7fff8aeacfff com.apple.ISSupport (1.9.8 - 56) <2CEE7E6B-D841-36D8-BC9F-081B33F6E501> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff8aeb2000 - 0x7fff8aec1ff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
0x7fff8aed1000 - 0x7fff8b149fff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8b14a000 - 0x7fff8b14ffff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
0x7fff8b197000 - 0x7fff8b19dff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8b19e000 - 0x7fff8b4f1fff com.apple.FinderKit (1.0.5 - 1.0.5) <8451D914-7F00-3839-AD72-C9B565B51F87> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff8b4f2000 - 0x7fff8b536ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <416FB9E6-76F2-3CB8-8CCB-C12ACECFD611> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8b537000 - 0x7fff8b571fe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8b5c6000 - 0x7fff8c1ccfff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8c1cd000 - 0x7fff8cb6b747 com.apple.CoreGraphics (1.600.0 - ???) <CB70AC19-9532-38CA-8509-6043AD9B4095> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8cb6c000 - 0x7fff8cc79fff libJP2.dylib (??? - ???) <1CF69239-3D3D-30CE-AC7B-C7E8C9166BC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8cc7a000 - 0x7fff8cc7ffff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff8ccc3000 - 0x7fff8ce20fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8ce21000 - 0x7fff8ce23fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8ce24000 - 0x7fff8d026fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
0x7fff8d027000 - 0x7fff8d02dfff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8d074000 - 0x7fff8d0c2fff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
0x7fff8d0c3000 - 0x7fff8d109fff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <066449E4-406B-3ABC-9DB8-E62777498154> /usr/lib/libcurl.4.dylib
0x7fff8d10a000 - 0x7fff8d118fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
0x7fff8d119000 - 0x7fff8d40eff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8d40f000 - 0x7fff8d414fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff8d41a000 - 0x7fff8d42ffff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8d430000 - 0x7fff8d436ff7 com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff8d437000 - 0x7fff8d48fff7 libTIFF.dylib (??? - ???) <CF2005B6-5C29-3DCF-BDC2-7DB114ECD7A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8d4cd000 - 0x7fff8d594ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8d5af000 - 0x7fff8d5b9ff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
0x7fff8d5ba000 - 0x7fff8da81fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8da92000 - 0x7fff8dabbff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8dabc000 - 0x7fff8dbbefff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
0x7fff8dbbf000 - 0x7fff8dbc1ff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8dbc2000 - 0x7fff8dbd0ff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
0x7fff8e909000 - 0x7fff8e92dfff com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8e92e000 - 0x7fff8ea2bff7 com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8ea2c000 - 0x7fff8f1d4fff com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8f271000 - 0x7fff8f372fff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8f37f000 - 0x7fff8f432ff7 com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8f472000 - 0x7fff8f49bfff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8f49c000 - 0x7fff8f4b0ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8f4b1000 - 0x7fff8f4b5ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8f4b6000 - 0x7fff8f595fff com.apple.ImageIO.framework (3.1.2 - 588) <37F047A9-48E3-3AF7-8931-462D63BE6121> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8f596000 - 0x7fff8f59afff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B423C449-761C-3EE1-AFAC-26B3558FF216> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8f5c3000 - 0x7fff8f5c7fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff8f5c8000 - 0x7fff8f63eff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
0x7fff8f729000 - 0x7fff8fad3fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8faf0000 - 0x7fff8faf0fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8faf1000 - 0x7fff8fda9fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8fdaa000 - 0x7fff8fdd3fff libJPEG.dylib (??? - ???) <DFD81B8F-F4CB-347B-92B8-1AFFDA924A9B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff900d7000 - 0x7fff90504fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff90505000 - 0x7fff905aafff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff905ab000 - 0x7fff905acfff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
0x7fff905e6000 - 0x7fff90687ff7 com.apple.LaunchServices (480.42 - 480.42) <A69F9426-05CE-3312-89FD-BC063DA66DBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff90688000 - 0x7fff90722ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff90723000 - 0x7fff90740fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff912f5000 - 0x7fff913e1ff7 com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff913e4000 - 0x7fff913efff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff913f0000 - 0x7fff913f0fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff913f1000 - 0x7fff91558ff7 com.apple.CFNetwork (520.5.3 - 520.5.3) <1C11C214-1C70-3358-A709-69C84D999DB8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff91559000 - 0x7fff9158cff7 com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9158d000 - 0x7fff915e0fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff91601000 - 0x7fff91685ff7 com.apple.ApplicationServices.ATS (317.13.0 - ???) <A05126F9-7DC9-3EA7-8D94-53C6113730C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff91686000 - 0x7fff916f1ff7 com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff917ce000 - 0x7fff918d3fff libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff918d4000 - 0x7fff918d9fff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff918da000 - 0x7fff91907fff com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff91913000 - 0x7fff9195cff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9195d000 - 0x7fff919b8fff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff919b9000 - 0x7fff919c0fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <D25235EC-4AB0-390A-916C-95A3370FAA73> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff919c1000 - 0x7fff91a00fff com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff91a58000 - 0x7fff91b71fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff91b72000 - 0x7fff91bc6fff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff91bc7000 - 0x7fff91bd6fff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff91bd7000 - 0x7fff91c23ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff91c24000 - 0x7fff91ca9ff7 com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff91caa000 - 0x7fff91d3cff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff91d3d000 - 0x7fff91d45fff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff91d77000 - 0x7fff91dd9ff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff91df6000 - 0x7fff91e08ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
0x7fff91e09000 - 0x7fff91e5bff7 libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff91e5c000 - 0x7fff91e97ff7 libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <B48E57F5-0923-3C47-8BAC-9704F4A28193> /usr/lib/libssl.0.9.8.dylib
0x7fff91ea4000 - 0x7fff91ec0fff com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff91ece000 - 0x7fff91f12ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff91f13000 - 0x7fff91ff0fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff91ff1000 - 0x7fff92004ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff92007000 - 0x7fff92045fff com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff92314000 - 0x7fff9231fff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff92320000 - 0x7fff92344fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff923bc000 - 0x7fff923e2fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff923e3000 - 0x7fff9244bff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff9244e000 - 0x7fff9244ffff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff92450000 - 0x7fff92772fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff92773000 - 0x7fff92790ff7 com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff927a2000 - 0x7fff927b9fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff927ba000 - 0x7fff927bcfff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
0x7fff927bd000 - 0x7fff927e9ff7 com.apple.CoreServicesInternal (113.20 - 113.20) <786118E6-7D7E-3016-9FD5-A7CE411A251F> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff927ea000 - 0x7fff92b06fff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff92b07000 - 0x7fff92b27fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
0x7fff92c69000 - 0x7fff92c69fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff92c6a000 - 0x7fff92cacff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
0x7fff92caf000 - 0x7fff92d8dfff com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff92d8e000 - 0x7fff92debff7 com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff92dec000 - 0x7fff92ea2fff com.apple.PDFKit (2.7.8 - 2.7.8) <13A92FA5-E6E6-3ECF-9A70-D4330D7BE847> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff93334000 - 0x7fff9346afff com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff9346b000 - 0x7fff9350dfff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff9350e000 - 0x7fff93517ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
0x7fff93518000 - 0x7fff93532fff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff93539000 - 0x7fff93539fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff9353a000 - 0x7fff93575fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff937e3000 - 0x7fff93a54fff com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff93a55000 - 0x7fff93a95fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff93a96000 - 0x7fff93a98fff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff93a99000 - 0x7fff93ba3fe7 libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <0E7A4F63-035E-3406-AE8C-8F9E3E47D2EE> /usr/lib/libcrypto.0.9.8.dylib
0x7fff93ba4000 - 0x7fff93bb1ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
0x7fff93bb2000 - 0x7fff93bbefff com.apple.DirectoryService.Framework (10.7 - 146) <38778B01-2CF6-3A33-8A7A-FE016774B24C> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff93beb000 - 0x7fff93dbfff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff93dcb000 - 0x7fff93dcbfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff93dcd000 - 0x7fff940f2ff7 com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff940f3000 - 0x7fff9427eff7 com.apple.QTKit (7.7.1 - 2353) <50F6A57F-70AB-3E5B-BE96-7A58965941F8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff94479000 - 0x7fff9455de5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff9455e000 - 0x7fff945e1fef com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff945fb000 - 0x7fff94602fff libcopyfile.dylib (85.1.70 - compatibility 1.0.0) <E805FDF4-7098-3F9F-BF27-191E3E0A0F10> /usr/lib/system/libcopyfile.dylib
0x7fff94770000 - 0x7fff94773fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff94791000 - 0x7fff947e2ff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff947e3000 - 0x7fff947f5ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff947f6000 - 0x7fff94812ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff94813000 - 0x7fff94819fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9481a000 - 0x7fff948feff7 com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9495a000 - 0x7fff94bcefff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff94bcf000 - 0x7fff94bddff7 com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff94bde000 - 0x7fff94bfffff libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff94c00000 - 0x7fff94c0efff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff94c13000 - 0x7fff94c13fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff94cca000 - 0x7fff94ccdfff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff94cff000 - 0x7fff94cfffff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff95460000 - 0x7fff95463fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff9554f000 - 0x7fff95553fff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
0x7fff9555e000 - 0x7fff95563fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff95564000 - 0x7fff95571fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <39E20909-68D8-3FB7-A089-A1866618E026> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff95572000 - 0x7fff95573ff7 libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
0x7fff95574000 - 0x7fff955e4fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff955e5000 - 0x7fff956ecfe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
0x7fff95723000 - 0x7fff95796fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff95872000 - 0x7fff958e8fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff958e9000 - 0x7fff958f0fff libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff958f1000 - 0x7fff9594dff7 com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9595c000 - 0x7fff9595cfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9595d000 - 0x7fff95960fff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff95961000 - 0x7fff95976fff com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
0x7fff95977000 - 0x7fff959beff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff959bf000 - 0x7fff959c5fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
0x7fff959c6000 - 0x7fff959c7fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff959c8000 - 0x7fff959cffff com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff959d0000 - 0x7fff959e7fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff95d43000 - 0x7fff95d48ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff95d49000 - 0x7fff95d68fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff95d69000 - 0x7fff95dd1ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff95dd2000 - 0x7fff95dddff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff95dde000 - 0x7fff95e0eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff95e0f000 - 0x7fff95f09ff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff95f1f000 - 0x7fff95f54fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff95f67000 - 0x7fff95f92ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
0x7fff95f93000 - 0x7fff95f96ff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff95f97000 - 0x7fff95f98ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff95f99000 - 0x7fff95f99fff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff95f9a000 - 0x7fff95fdaff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
0x7fff95fdb000 - 0x7fff96307fff com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff96308000 - 0x7fff9630ffff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff96310000 - 0x7fff96326ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff96327000 - 0x7fff96327fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff96351000 - 0x7fff96379fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9637a000 - 0x7fff963a5fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff963a6000 - 0x7fff967d9ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff967da000 - 0x7fff96807fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <DA79E5BA-BBA3-3768-AAD8-B34BA877EF03> /usr/lib/libSystem.B.dylib
0x7fff96810000 - 0x7fff96870fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff96871000 - 0x7fff968acfff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff968ad000 - 0x7fff96a4dff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff96a87000 - 0x7fff96ae2ff7 com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff96ae3000 - 0x7fff96ae4ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff96ae5000 - 0x7fff96afbfff libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff96afc000 - 0x7fff96b3dfff com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 18
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: 1771
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=219.4M resident=105.4M(48%) swapped_out_or_unallocated=114.0M(52%)
Writable regions: Total=633.5M written=275.0M(43%) resident=306.6M(48%) swapped_out=0K(0%) unallocated=326.9M(52%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.1M
ATS (font support) (reserved) 8K reserved VM address space (unallocated)
CG backing stores 26.4M
CG image 176K
CG raster data 188K
CG shared images 3480K
CoreGraphics 16K
CoreImage 8K
CoreServices 8824K
MALLOC 543.8M
MALLOC guard page 64K
MALLOC_LARGE (reserved) 192K reserved VM address space (unallocated)
Memory tag=240 4K
Memory tag=242 12K
Memory tag=243 12K
Memory tag=249 156K
Memory tag=251 36K
OpenCL 52K
OpenGL GLSL 1024K
STACK GUARD 56.0M
Stack 10.6M
VM_ALLOCATE 16.7M
__CI_BITMAP 80K
__DATA 20.4M
__IMAGE 528K
__LINKEDIT 54.4M
__TEXT 165.0M
__UNICODE 544K
mapped file 40.4M
shared memory 12.8M
=========== =======
TOTAL 993.7M
TOTAL, minus reserved VM space 993.5M
I also finished playing through Ch1 in its entirety and the last two levels through the endscreen back to the main menu and found no other bugs. Looks solid to me! Thanks again for all your hard work Hopper. :-)
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

Please tell me PowerPC will be supported in the final release! This is one of the only games that runs on our systems!!
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
User avatar
Crater Creator
Vidmaster
Posts: 943
Joined: Feb 29th '08, 03:54
Contact:

Hopper said it requires 10.7, so it sounds doubtful.
User avatar
Wrkncacnter
Vidmaster
Posts: 1953
Joined: Jan 29th '06, 03:51
Contact:

3371-Alpha wrote:Please tell me PowerPC will be supported in the final release! This is one of the only games that runs on our systems!!
Please get a new computer.
User avatar
philtron
Mjolnir Mark IV
Posts: 356
Joined: Apr 20th '12, 05:27
Contact:

Wrkncacnter wrote:
3371-Alpha wrote:Please tell me PowerPC will be supported in the final release! This is one of the only games that runs on our systems!!
Please get a new computer.
I think these "please get a new computer" comments are a little obnoxious. Obviously if someone has the money to get a modern computer they'll get a new computer. Otherwise what's the point of saying that, even as a joke?

@Alpha, on my old Mac I use the Classic emulator to run Forge, and an older version of Aleph One that runs on OS 10.4.1. Is something along those lines an option for you?
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

I'm on Leopard so the classic environment isn't an option for me and SheepShaver (ironically) runs like such shit on PPC machines so I'm not sure where that leaves me. I might be able to compile a new version since I have Xcode and GCC installed but I'm more of an amateur at that. I'm more experience with HTML than anything else.
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

There has to be a way we can back-port this to older platforms. Tobias did it to Safari with Leopard Webkit and ClassicHasClass did it to FireFox with TenFourFox. There must be a way.
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
patrick
Mjolnir Mark IV
Posts: 466
Joined: Sep 22nd '08, 17:10
Location: 末法

my risc style determines my post style wrote:there has to be a way

there must be a way
truth to powerpc.png
tertortron wrote:whats the point of saying that

even as a joke
User avatar
philtron
Mjolnir Mark IV
Posts: 356
Joined: Apr 20th '12, 05:27
Contact:

What the hell is a tertor?

And don't say "just look in the mirror".
User avatar
treellama
Vidmaster
Posts: 6110
Joined: Jun 2nd '06, 02:05
Location: Pittsburgh
Contact:

philtron wrote:What the hell is a tertor?

And don't say "just look in the mirror".
Tertor is the real deal.
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

I smell another Mac vs PC argument rising.
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
User avatar
treellama
Vidmaster
Posts: 6110
Joined: Jun 2nd '06, 02:05
Location: Pittsburgh
Contact:

3371-Alpha wrote:I might be able to compile a new version since I have Xcode and GCC installed but I'm more of an amateur at that.
You won't. The new SDL uses APIs that simply aren't available in ancient versions of OS X. But there is good news: Aleph One 1.2.1 will let you play the original games on your PowerMac as long as the hardware keeps working.
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

What type of APIs? Could they be back ported too (yes I'm nuts)?
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
User avatar
AlumiuN
Born on Board
Posts: 11
Joined: Dec 23rd '15, 00:48
Location: New Zealand

3371-Alpha wrote:What type of APIs? Could they be back ported too (yes I'm nuts)?
Actually, someone on the SDL forums does have a version of SDL2 that'll apparently work on a PowerPC system running OSX.
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

I knew it was possible! Just needs a bit of tinkering & determination.
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

So Hopper, do you think you can find it in your heart to reimplement legacy OS X support by the time of the final release? Like I said before, I'm not that experienced building from source and you could do a far better job than I can.

Oh yes, a special thanks to you AlumiuN for helping to prove my point that back porting is still a possibility.
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
patrick
Mjolnir Mark IV
Posts: 466
Joined: Sep 22nd '08, 17:10
Location: 末法

loke 4:23 wrote:physician, heal thy 's/self/architectural inadquacy/'
User avatar
AlumiuN
Born on Board
Posts: 11
Joined: Dec 23rd '15, 00:48
Location: New Zealand

3371-Alpha wrote:Oh yes, a special thanks to you AlumiuN for helping to prove my point that back porting is still a possibility.
Don't implicate me in this, I merely said that it was possible; I still think that it's not the developer's responsibility to ensure that programs work on antiquated systems. If you want it to run on PowerPC, it should be up to you to build it yourself.
User avatar
3371-Alpha
Cyborg
Posts: 328
Joined: Nov 6th '15, 01:26
Location: Veldin Orbit

No no no, I didn't mean to implicate you, I just wanted to thank you for helping to prove my point. You're the one who helped me find a source to prove to everyone it was still possible. I probably should have posted that in my last post though.
PowerMac G5 Dual 2.0GHz 2003 (Model: 7,2)
Mac OS X 10.5.8 (Leopard)
7GB RAM (OWC PC-3200U-30330 DDR SDRAM 400MHz)
ATi Radeon X800 XT (GPU overclocked to 500MHz, VRAM to 550MHz)
Post Reply