uDG 2011 Entry: Asteroid Defender
Justin "LordFire" Baldock
Git-r-done! I can't wait to play this one.
I started again. I've made sure the art is mine and paid an artist on 99designs. I've pretty much redone everything. I've now actually got collisions working. Asteroid spawning smaller asteroids when destroyed. Player to asteroid collision is working. I should be able to add the planets and large scrolling environment back again in the next few days.
http://www.baldock.net.au/styled/styled-3/index.html
http://www.baldock.net.au/styled/styled-3/index.html
Justin "LordFire" Baldock
New build 0.2 is out. Menus and some UI happening now. Hoping to get that larger environment working again as well as starting on sound. I've also been working on a design doc which I will include soon as well.
http://www.baldock.net.au/styled/styled-3/index.html
http://www.baldock.net.au/styled/styled-3/index.html
Justin "LordFire" Baldock
mmm.. I thought I had 32/64 bit. I'll redo when I get home. I also need to look at some sort of scaling as I've developed on a 27" iMac and do some testing on a 22" iMac. Now sure how the game looks on a 13"
Justin "LordFire" Baldock
So I played the first version at the top:
1) You might want to smooth out the controls. As it is, how fast I turn is based on key-repeat rate.
2) you should set cocos2d's autoresizing to autoresize
in your app delegate.
Then I played .2
1) You might want to smooth out the controls. As it is, how fast I turn is based on key-repeat rate.
2) you should set cocos2d's autoresizing to autoresize
Code:
[director setResizeMode:kCCDirectorResize_AutoScale];Then I played .2
Code:
Process: asteroidDefender [13230]
Path: /Users/USER/Downloads/asteroidDefender 0.2.app/Contents/MacOS/asteroidDefender
Identifier: au.net.baldock.asteroidDefender
Version: 1.0 (0.1)
Code Type: X86-64 (Native)
Parent Process: launchd [245]
Date/Time: 2011-08-21 22:12:14.948 -0700
OS Version: Mac OS X 10.7 (11A511)
Report Version: 9
Interval Since Last Report: 1346170 sec
Crashes Since Last Report: 4
Per-App Interval Since Last Report: 16 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: E1B5C4A8-7A81-4179-8E56-2B2FBBB36B56
Crashed Thread: 7 CVDisplayLink
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
VM Regions Near 0:
-->
__TEXT 0000000100000000-00000001000d8000 [ 864K] r-x/rwx SM=COW /Users/USER/Downloads/asteroidDefender 0.2.app/Contents/MacOS/asteroidDefender
Application Specific Information:
objc_msgSend() selector name: stringByAppendingPathComponent:
objc[13230]: garbage collection is OFF
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff896b467a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff896b3d71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8da1d29c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8da25a04 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8da25216 CFRunLoopRunSpecific + 230
5 com.apple.HIToolbox 0x00007fff851de4ff RunCurrentEventLoopInMode + 277
6 com.apple.HIToolbox 0x00007fff851e5c21 ReceiveNextEventCommon + 355
7 com.apple.HIToolbox 0x00007fff851e5aae BlockUntilNextEventMatchingListInMode + 62
8 com.apple.AppKit 0x00007fff8c65f191 _DPSNextEvent + 659
9 com.apple.AppKit 0x00007fff8c65ea95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10 com.apple.AppKit 0x00007fff8c65b3d6 -[NSApplication run] + 463
11 com.apple.AppKit 0x00007fff8c8d952a NSApplicationMain + 867
12 au.net.baldock.asteroidDefender 0x0000000100098540 main + 64
13 au.net.baldock.asteroidDefender 0x0000000100001794 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff896b67e6 kevent + 10
1 libdispatch.dylib 0x00007fff82f3860e _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff82f3719e _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff896b6192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8bef5594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8bef6b85 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff896b6192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8bef5594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8bef6b85 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff896b467a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff896b3d71 mach_msg + 73
2 com.apple.opengl 0x00007fff84b0217a glcDebugListener + 500
3 libsystem_c.dylib 0x00007fff8bef38bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff8bef6b75 thread_start + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff896b6192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8bef5594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8bef6b85 start_wqthread + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff896b6192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8bef5594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8bef6b85 start_wqthread + 13
Thread 7 Crashed:: CVDisplayLink
0 libobjc.A.dylib 0x00007fff82ddde90 objc_msgSend + 16
1 au.net.baldock.asteroidDefender 0x000000010009a3f1 -[GameObject loadPlistForAnimationWithName:andClassName:] + 289
2 au.net.baldock.asteroidDefender 0x000000010009bd64 -[Asteroid initAnimations] + 244
3 au.net.baldock.asteroidDefender 0x000000010009ad9b -[Asteroid init] + 139
4 au.net.baldock.asteroidDefender 0x000000010005e36d -[CCSprite initWithTexture:rect:] + 205
5 au.net.baldock.asteroidDefender 0x000000010005ea32 -[CCSprite initWithSpriteFrame:] + 290
6 au.net.baldock.asteroidDefender 0x000000010005eb4c -[CCSprite initWithSpriteFrameName:] + 236
7 au.net.baldock.asteroidDefender 0x0000000100099892 -[GameplayLayer createObjectOfType:withHealth:atLocation:withZValue:] + 226
8 au.net.baldock.asteroidDefender 0x0000000100098d8a -[GameplayLayer init] + 1002
9 au.net.baldock.asteroidDefender 0x000000010003bad4 +[CCNode node] + 68
10 au.net.baldock.asteroidDefender 0x000000010009a121 -[GameScene init] + 193
11 au.net.baldock.asteroidDefender 0x000000010003bad4 +[CCNode node] + 68
12 au.net.baldock.asteroidDefender 0x00000001000a0015 -[GameManager runSceneWithID:] + 165
13 au.net.baldock.asteroidDefender 0x00000001000a04e3 -[MainMenuLayer playGame] + 83
14 com.apple.CoreFoundation 0x00007fff8da8290c __invoking___ + 140
15 com.apple.CoreFoundation 0x00007fff8da827a4 -[NSInvocation invoke] + 132
16 au.net.baldock.asteroidDefender 0x00000001000369c4 -[CCMenuItem activate] + 68
17 au.net.baldock.asteroidDefender 0x0000000100033798 -[CCMenu ccMouseUp:] + 168
18 com.apple.CoreFoundation 0x00007fff8da8011d -[NSObject performSelector:withObject:] + 61
19 au.net.baldock.asteroidDefender 0x0000000100086298 -[CCEventDispatcher mouseUp:] + 184
20 com.apple.CoreFoundation 0x00007fff8da8011d -[NSObject performSelector:withObject:] + 61
21 au.net.baldock.asteroidDefender 0x00000001000873bf -[CCEventDispatcher dispatchQueuedEvents] + 127
22 au.net.baldock.asteroidDefender 0x00000001000844ff -[CCDirectorDisplayLink getFrameForTime:] + 255
23 au.net.baldock.asteroidDefender 0x00000001000846d7 MyDisplayLinkCallback + 55
24 com.apple.CoreVideo 0x00007fff869fd80d CVDisplayLink::performIO(CVTimeStamp*) + 259
25 com.apple.CoreVideo 0x00007fff869fcb0a CVDisplayLink::runIOThread() + 662
26 com.apple.CoreVideo 0x00007fff869fc85b _ZL13startIOThreadPv + 148
27 libsystem_c.dylib 0x00007fff8bef38bf _pthread_start + 335
28 libsystem_c.dylib 0x00007fff8bef6b75 thread_start + 13
Thread 7 crashed with X86 Thread State (64-bit):
rax: 0x000000010241aea0 rbx: 0x0000000104a371f0 rcx: 0x00007fff84d99072 rdx: 0x000000010241b090
rdi: 0x00007fff84d99072 rsi: 0x00007fff8cf21d68 rbp: 0x000000010a90a330 rsp: 0x000000010a90a0f0
r8: 0x0000000000000000 r9: 0x0000000000000001 r10: 0x0000000000000430 r11: 0x48ee49ea070d8b48
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000104a39b90 r15: 0x0000000000000076
rip: 0x00007fff82ddde90 rfl: 0x0000000000010246 cr2: 0x00000001007f4000
Logical CPU: 7
Binary Images:
0x100000000 - 0x1000d7ff7 +au.net.baldock.asteroidDefender (1.0 - 0.1) <4FE308C7-6D87-3A4F-ABD3-589BAD003B9C> /Users/USER/Downloads/asteroidDefender 0.2.app/Contents/MacOS/asteroidDefender
0x100197000 - 0x1001c2fff com.apple.audio.OpenAL (1.5 - 1.5) <CC1E3462-AE6E-3A97-BCC6-7F6096DA7A95> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x103f89000 - 0x103fb7ff7 GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x106b65000 - 0x106cfdff7 GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10747b000 - 0x107574fff libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x200000000 - 0x20075ffff com.apple.GeForceGLDriver (7.2.9 - 7.0.2) <5DB4B25D-E5DA-3EEB-A979-13FCBFA7958B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff6881c000 - 0x7fff68850ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
0x7fff82d9d000 - 0x7fff82da2fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff82da3000 - 0x7fff82db5ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff82dc2000 - 0x7fff82dc8fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff82dd4000 - 0x7fff82eb8def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
0x7fff82f0c000 - 0x7fff82f1afff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff82f29000 - 0x7fff82f2cfff libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff82f35000 - 0x7fff82f43fff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
0x7fff82f48000 - 0x7fff82f4cfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff82f4d000 - 0x7fff82f4efff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff82f4f000 - 0x7fff82f5aff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8317c000 - 0x7fff83291fff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff83296000 - 0x7fff83435fff com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8347b000 - 0x7fff834b5fef com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8359e000 - 0x7fff835a3fff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
0x7fff83b48000 - 0x7fff83b9bfff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff83b9c000 - 0x7fff83ba2fff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff83ba3000 - 0x7fff83ca5ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
0x7fff83ca6000 - 0x7fff83d0dff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff83d20000 - 0x7fff83dc2ff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff84afe000 - 0x7fff84b0dfff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff84b16000 - 0x7fff84b16fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff84d94000 - 0x7fff850a6fff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff850a7000 - 0x7fff850a7fff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff850a8000 - 0x7fff850a8fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff850a9000 - 0x7fff850b7ff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff850b8000 - 0x7fff851c5fff libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff851c6000 - 0x7fff851dbfff 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
0x7fff851dc000 - 0x7fff854fffff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff85500000 - 0x7fff85552ff7 libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff85553000 - 0x7fff8555afff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff8590d000 - 0x7fff85982ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
0x7fff85983000 - 0x7fff85984fff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8599d000 - 0x7fff85a41fef com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff85a42000 - 0x7fff85a75fff com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff85a76000 - 0x7fff85ea3fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8626b000 - 0x7fff86271ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff862a2000 - 0x7fff862a3fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff86647000 - 0x7fff86686ff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff86687000 - 0x7fff866b0fff com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff866b1000 - 0x7fff866bbff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff866bc000 - 0x7fff866d3fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff866db000 - 0x7fff869f4fff com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff869f5000 - 0x7fff869fafff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff869fb000 - 0x7fff86a23ff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff86b90000 - 0x7fff86bfafff com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff86f50000 - 0x7fff86f9bfff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff86f9c000 - 0x7fff86fa2fff libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff86fa3000 - 0x7fff86fbfff7 com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff86fc0000 - 0x7fff87044ff7 com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff870b6000 - 0x7fff874d1ff7 com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff874e3000 - 0x7fff876e5fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
0x7fff876e6000 - 0x7fff876faff7 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
0x7fff876fb000 - 0x7fff87728fe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
0x7fff8786e000 - 0x7fff87870fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
0x7fff87881000 - 0x7fff8789eff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
0x7fff87a77000 - 0x7fff87ad7fff libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff87cf4000 - 0x7fff88342ff7 libclh.dylib (4.0.3 - 4.0.3) <C325AA07-5B58-399B-956A-898290177162> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff88343000 - 0x7fff88382ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
0x7fff88396000 - 0x7fff884f9fff com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff884fa000 - 0x7fff88527ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff88528000 - 0x7fff88661fef com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff887d6000 - 0x7fff88aadfff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff88afa000 - 0x7fff88afffff com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff88b00000 - 0x7fff88b00fff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff88b01000 - 0x7fff88b9bff7 com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff88b9c000 - 0x7fff88bb2fff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff88bb3000 - 0x7fff88cb6fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
0x7fff88cb7000 - 0x7fff88d39fff com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff89092000 - 0x7fff8909ffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff895ff000 - 0x7fff8969efff com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8969f000 - 0x7fff896bffff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff896c0000 - 0x7fff896fcfff libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
0x7fff896fd000 - 0x7fff89856ff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff89857000 - 0x7fff8991eff7 com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff89ac8000 - 0x7fff89ac9fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff89b1b000 - 0x7fff89b1ffff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
0x7fff89b20000 - 0x7fff89b20fff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff89b21000 - 0x7fff89b64ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff89b65000 - 0x7fff89ba4fff com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff89ba5000 - 0x7fff8a04cff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8a04d000 - 0x7fff8a04dfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a04e000 - 0x7fff8a04fff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff8a114000 - 0x7fff8a199ff7 com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8a19a000 - 0x7fff8a8689df com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8a869000 - 0x7fff8a91bfff com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8a91c000 - 0x7fff8a96aff7 libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
0x7fff8a96b000 - 0x7fff8a96efff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8aa65000 - 0x7fff8aa70fff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8aa71000 - 0x7fff8aa97ff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8aaec000 - 0x7fff8ab43fff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8ab44000 - 0x7fff8ac49ff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8b383000 - 0x7fff8b38eff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8b38f000 - 0x7fff8b973faf libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8b97c000 - 0x7fff8bbedfff com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8bc0c000 - 0x7fff8bc7ffff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff8bc80000 - 0x7fff8bc86fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
0x7fff8bcca000 - 0x7fff8bcccfff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8bd2f000 - 0x7fff8be0dff7 com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8be0e000 - 0x7fff8bea4ff7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8bea5000 - 0x7fff8bf82fef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
0x7fff8bf92000 - 0x7fff8bfa4ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8bfa5000 - 0x7fff8c0b1fef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8c106000 - 0x7fff8c135fff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8c5c1000 - 0x7fff8c5c2ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
0x7fff8c656000 - 0x7fff8d24efff com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8d9d1000 - 0x7fff8d9d9fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8d9ed000 - 0x7fff8dbc0ff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8dbc1000 - 0x7fff8dbe0fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
0x7fff8dc29000 - 0x7fff8dd1efff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff8dd1f000 - 0x7fff8dd48fff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8dd4b000 - 0x7fff8dd52fff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8dd53000 - 0x7fff8dd95ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
0x7fff8de01000 - 0x7fff8de24ff7 com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8dfd6000 - 0x7fff8dffaff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8e056000 - 0x7fff8e0c4fff com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8e0d1000 - 0x7fff8e133ff7 com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8e8f3000 - 0x7fff8e96eff7 com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8e9be000 - 0x7fff8e9c7fff libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
0x7fff8eac0000 - 0x7fff8eba0fff com.apple.CoreServices.OSServices (478.25 - 478.25) <CA11FC11-2F93-3C8A-8077-A67F381A3EBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8eba1000 - 0x7fff8ebe2fff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8ebe3000 - 0x7fff8ebe4fff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
0x7fff8ece8000 - 0x7fff8ed4ffff com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8ed50000 - 0x7fff8edaafff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8ef22000 - 0x7fff8ef26fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff8ef27000 - 0x7fff8ef2cff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
0x7fff8ef36000 - 0x7fff8ef4dfff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8effd000 - 0x7fff8f01afff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8f03b000 - 0x7fff8f03dfff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8f040000 - 0x7fff8f0b0fff com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8f0f8000 - 0x7fff8f11ffff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8f120000 - 0x7fff8f120fff com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8f121000 - 0x7fff8f2e2fe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8f2e3000 - 0x7fff8f2eaff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8f345000 - 0x7fff8f370ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff8f371000 - 0x7fff8f384ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff8f3e2000 - 0x7fff8f3e7fff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8f42c000 - 0x7fff8f480ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 3
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: 41486
thread_create: 0
thread_set_state: 66398
VM Region Summary:
ReadOnly portion of Libraries: Total=159.2M resident=66.0M(41%) swapped_out_or_unallocated=93.2M(59%)
Writable regions: Total=205.7M written=45.2M(22%) resident=99.8M(49%) swapped_out=372K(0%) unallocated=105.9M(51%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 1252K
CG image 104K
CG raster data 64K
CG shared images 3504K
CoreGraphics 16K
CoreServices 6972K
IOKit 52.8M
MALLOC 122.5M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
STACK GUARD 56.0M
Stack 11.6M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 18.6M
__IMAGE 1256K
__LINKEDIT 48.3M
__TEXT 110.9M
__UNICODE 544K
mapped file 31.4M
shared memory 1668K
=========== =======
TOTAL 483.4M
Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 6 GB, SMC 1.25f4
Graphics: NVIDIA GeForce GTX 285, NVIDIA GeForce GTX 285, PCIe, 1024 MB
Memory Module: DIMM Riser B/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
Memory Module: DIMM Riser A/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
Memory Module: DIMM Riser B/DIMM 3, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x802C, 0x3138484631323837324A4438304544364434
Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x802C, 0x3138484631323837324A4438304544364434
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.11)
Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
Network Service: Ethernet 2, Ethernet, en1
Network Service: AirPort, AirPort, en2
PCI Card: NVIDIA GeForce GTX 285, sppci_displaycontroller, Slot-1
Serial ATA Device: ST3320820AS_P, 320.07 GB
Serial ATA Device: OCZ-VERTEX3, 120.03 GB
Serial ATA Device: WDC WD20EARS-00MVWB0, 2 TB
Serial ATA Device: WDC WD10EARS-00Y5B1, 1 TB
Parallel ATA Device: OPTIARC DVD RW AD-7170A
USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc525, 0x1d100000 / 2
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 3
USB Device: Logitech USB Headset, 0x046d (Logitech Inc.), 0x0a0c, 0x5d100000 / 2
USB Device: Das Keyboard, 0x046a (CHERRY GmbH), 0x0048, 0x3d200000 / 2
FireWire Device: built-in_hub, 800mbit_speed
Yep 0.2 now only procees turns every frame and checks to see if turn left/right has been flagged with a keypress so that should work better.
I'm guessing your flew the ship into the middle of the screen were the asteroids spawn? If so that crashs and I've yet to figure out why. Stepping though it and setting break points isn't helping nut that one out.
On a related note, is there any tutorials out there on how to read the apple crash reporter output? I can see that is died at 'Thread 7 Crashed:: CVDisplayLink' but I'm afraid I don't know to make that useful to me.
I'm guessing your flew the ship into the middle of the screen were the asteroids spawn? If so that crashs and I've yet to figure out why. Stepping though it and setting break points isn't helping nut that one out.
On a related note, is there any tutorials out there on how to read the apple crash reporter output? I can see that is died at 'Thread 7 Crashed:: CVDisplayLink' but I'm afraid I don't know to make that useful to me.
Justin "LordFire" Baldock
Ok now that I'm home I see I've uploaded a buggy build. I've now got to figure out what the hell I did last night at 1am. Let this be a warning to coding on caffeine and uploading.
Ok, found the problem. Another tip, when using version control do regular commits
Ok, found the problem. Another tip, when using version control do regular commits
Justin "LordFire" Baldock
Cool, another cocos2D developer. 
Just checked it out and first impressions are that the ship breaks space-physics, the asteroids spawn point is buggy and the gun shoots really fast.
It's not bad.. but I'd say you've got your work cut out for you.

Just checked it out and first impressions are that the ship breaks space-physics, the asteroids spawn point is buggy and the gun shoots really fast.
It's not bad.. but I'd say you've got your work cut out for you.
ah yes, well some of those settings are set for me. the number of bullets and the rate I cranked up so I could get the asteroids quickly. The current spawn point is really just for testing as well. Next release should see a large scrollable world and the asteroids will spawn off screen and fly towards centre. But you are right, lots of work left to do in the next 5 weeks and I've got a business trip for most of next week.
Justin "LordFire" Baldock
Yup, I frequent the cocos2d forums.
Are the physics, namely intertia, going to be changed?
Are the physics, namely intertia, going to be changed?
Not likely at this stage. I'm working on expanding the game space and adding orbiting planets in again. As well as trying to work on the UI a bit more.
I had planned for more space physics and I had wanted to include gravity of all objects but I don't think I'll get that done.
I had planned for more space physics and I had wanted to include gravity of all objects but I don't think I'll get that done.
Justin "LordFire" Baldock
Well, under the pump now. After my trip I got a dose of the flu and then got a serious chest infection which pretty much wrecked me for almost 3 weeks. I'm still on antibiotics and running at 75% normal.
Now just in clean up mode. Clean up the code and comment it. Hide any option which was never actually coded, ie sound/music. Put a screen letting people know controls. Try and make it more gamey, having a score etc. Reduce ammo count back to a normal level.
Now just in clean up mode. Clean up the code and comment it. Hide any option which was never actually coded, ie sound/music. Put a screen letting people know controls. Try and make it more gamey, having a score etc. Reduce ammo count back to a normal level.
Justin "LordFire" Baldock
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Kung Fu Killforce [uDG 2011] | JustinFic | 34 | 27,898 |
Jan 14, 2012 12:49 PM Last Post: skyhawk |
|
| Your Story [uDG 2011] | maximile | 64 | 39,536 |
Oct 25, 2011 07:13 AM Last Post: Skorche |
|
| Flying Sweden [uDG 2011] | WillMiller | 59 | 38,800 |
Oct 19, 2011 08:05 AM Last Post: ThemsAllTook |
|
| uDevGames 2011 - Updates | SethWillits | 47 | 22,068 |
Oct 19, 2011 05:09 AM Last Post: Carlos Camacho |
|
| Same/Sane [uDG 2011] | revelation | 17 | 13,825 |
Oct 18, 2011 12:03 PM Last Post: SethWillits |
|

