uDG 2011 Entry: Asteroid Defender
I've uploaded ver 0.3 and the source code to the uDG site as I've got other commitments in the next 36 hours, which would prevent me from taking it right down to the wire. I hope people enjoy it. It is not what I wanted to create but in the time I had available its the best I could do.
Justin "LordFire" Baldock
Worked on my 10.6.8 MacBook. The art looks good, though the playfield feels incredibly cramped due to the big size of your ship. It's also very strange that you seem to have used box collision instead of circle collision for the asteroids and bullets since there's an almost certain chance the player and bullets will seem to collide with blank space next to the asteroid itself.
Yes, poor design on my part. I have a 27" iMac and my son has my old 22" iMac. It wasn't until fairly late that I thought about other resolutions.
Yes again, I started out with box collision. I actually burnt a fair amount of time looking at collision masks etc and didnt even think about circles until I saw a post about circle collisions 2 weeks ago.
It's been a great learning experience and I plan to continue with it. I hoping to release it as a $1 game on the Mac app store. (since I spent a few hundred dollars on art and music and tools)
Yes again, I started out with box collision. I actually burnt a fair amount of time looking at collision masks etc and didnt even think about circles until I saw a post about circle collisions 2 weeks ago.
It's been a great learning experience and I plan to continue with it. I hoping to release it as a $1 game on the Mac app store. (since I spent a few hundred dollars on art and music and tools)
Justin "LordFire" Baldock
Go Justin!
Carlos A. Camacho,
Founder
iDevGames
crashes when I click play
Code:
Process: asteroidDefender [18144]
Path: /Volumes/VOLUME/*/Asteroid Defender.app/Contents/MacOS/asteroidDefender
Identifier: au.net.baldock.asteroidDefender
Version: 0.3 (0.3)
Code Type: X86-64 (Native)
Parent Process: launchd [247]
Date/Time: 2011-10-02 16:42:15.121 -0700
OS Version: Mac OS X 10.7.1 (11B26)
Report Version: 9
Interval Since Last Report: 416466 sec
Crashes Since Last Report: 3
Per-App Interval Since Last Report: 13 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: E1B5C4A8-7A81-4179-8E56-2B2FBBB36B56
Crashed Thread: 5 CVDisplayLink
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
VM Regions Near 0:
-->
__TEXT 0000000100000000-00000001000da000 [ 872K] r-x/rwx SM=COW /Volumes/VOLUME/*/Asteroid Defender.app/Contents/MacOS/asteroidDefender
Application Specific Information:
objc_msgSend() selector name: stringByAppendingPathComponent:
objc[18144]: garbage collection is OFF
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8d68167a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8d680d71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8ef4729c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8ef4fa04 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8ef4f216 CFRunLoopRunSpecific + 230
5 com.apple.HIToolbox 0x00007fff88ab54ff RunCurrentEventLoopInMode + 277
6 com.apple.HIToolbox 0x00007fff88abcc21 ReceiveNextEventCommon + 355
7 com.apple.HIToolbox 0x00007fff88abcaae BlockUntilNextEventMatchingListInMode + 62
8 com.apple.AppKit 0x00007fff89f72191 _DPSNextEvent + 659
9 com.apple.AppKit 0x00007fff89f71a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10 com.apple.AppKit 0x00007fff89f6e3d6 -[NSApplication run] + 463
11 com.apple.AppKit 0x00007fff8a1ec52a NSApplicationMain + 867
12 au.net.baldock.asteroidDefender 0x0000000100098850 main + 64
13 au.net.baldock.asteroidDefender 0x0000000100001aa4 start + 52
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8d6837e6 kevent + 10
1 libdispatch.dylib 0x00007fff8944460e _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff8944319e _dispatch_mgr_thread + 54
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8d683192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8d8af594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8d8b0b85 start_wqthread + 13
Thread 3:
0 libsystem_kernel.dylib 0x00007fff8d683192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8d8af594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8d8b0b85 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff8d68167a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8d680d71 mach_msg + 73
2 com.apple.opengl 0x00007fff8932b17a glcDebugListener + 500
3 libsystem_c.dylib 0x00007fff8d8ad8bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff8d8b0b75 thread_start + 13
Thread 5 Crashed:: CVDisplayLink
0 libobjc.A.dylib 0x00007fff85a2ae90 objc_msgSend + 16
1 au.net.baldock.asteroidDefender 0x000000010009a9c1 -[GameObject loadPlistForAnimationWithName:andClassName:] + 289
2 au.net.baldock.asteroidDefender 0x000000010009c434 -[Asteroid initAnimations] + 244
3 au.net.baldock.asteroidDefender 0x000000010009b36b -[Asteroid init] + 139
4 au.net.baldock.asteroidDefender 0x000000010005e67d -[CCSprite initWithTexture:rect:] + 205
5 au.net.baldock.asteroidDefender 0x000000010005ed42 -[CCSprite initWithSpriteFrame:] + 290
6 au.net.baldock.asteroidDefender 0x000000010005ee5c -[CCSprite initWithSpriteFrameName:] + 236
7 au.net.baldock.asteroidDefender 0x0000000100099d82 -[GameplayLayer createObjectOfType:withHealth:atLocation:withZValue:] + 226
8 au.net.baldock.asteroidDefender 0x00000001000991ce -[GameplayLayer init] + 1086
9 au.net.baldock.asteroidDefender 0x000000010003bde4 +[CCNode node] + 68
10 au.net.baldock.asteroidDefender 0x000000010009a6f4 -[GameScene init] + 116
11 au.net.baldock.asteroidDefender 0x000000010003bde4 +[CCNode node] + 68
12 au.net.baldock.asteroidDefender 0x00000001000a076b -[GameManager runSceneWithID:] + 331
13 au.net.baldock.asteroidDefender 0x00000001000a0e03 -[MainMenuLayer playGame] + 83
14 com.apple.CoreFoundation 0x00007fff8efac90c __invoking___ + 140
15 com.apple.CoreFoundation 0x00007fff8efac7a4 -[NSInvocation invoke] + 132
16 au.net.baldock.asteroidDefender 0x0000000100036cd4 -[CCMenuItem activate] + 68
17 au.net.baldock.asteroidDefender 0x0000000100033aa8 -[CCMenu ccMouseUp:] + 168
18 com.apple.CoreFoundation 0x00007fff8efaa11d -[NSObject performSelector:withObject:] + 61
19 au.net.baldock.asteroidDefender 0x00000001000865a8 -[CCEventDispatcher mouseUp:] + 184
20 com.apple.CoreFoundation 0x00007fff8efaa11d -[NSObject performSelector:withObject:] + 61
21 au.net.baldock.asteroidDefender 0x00000001000876cf -[CCEventDispatcher dispatchQueuedEvents] + 127
22 au.net.baldock.asteroidDefender 0x000000010008480f -[CCDirectorDisplayLink getFrameForTime:] + 255
23 au.net.baldock.asteroidDefender 0x00000001000849e7 MyDisplayLinkCallback + 55
24 com.apple.CoreVideo 0x00007fff8629480d CVDisplayLink::performIO(CVTimeStamp*) + 259
25 com.apple.CoreVideo 0x00007fff86293b0a CVDisplayLink::runIOThread() + 662
26 com.apple.CoreVideo 0x00007fff8629385b _ZL13startIOThreadPv + 148
27 libsystem_c.dylib 0x00007fff8d8ad8bf _pthread_start + 335
28 libsystem_c.dylib 0x00007fff8d8b0b75 thread_start + 13
Thread 5 crashed with X86 Thread State (64-bit):
rax: 0x00000001057ef900 rbx: 0x0000000102926250 rcx: 0x00007fff8d943072 rdx: 0x00000001057f0740
rdi: 0x00007fff8d943072 rsi: 0x00007fff8a834d68 rbp: 0x000000010a4b1320 rsp: 0x000000010a4b10e0
r8: 0x0000000000000000 r9: 0x0000000000000001 r10: 0x0000000000000fb0 r11: 0x48e92c4a070d8b48
r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000102c08920 r15: 0x0000000000000076
rip: 0x00007fff85a2ae90 rfl: 0x0000000000010246 cr2: 0x00000001006a8000
Logical CPU: 6
Binary Images:
0x100000000 - 0x1000d9ff7 +au.net.baldock.asteroidDefender (0.3 - 0.3) <08F32891-9BBA-325F-89FE-AE6791B02005> /Volumes/VOLUME/*/Asteroid Defender.app/Contents/MacOS/asteroidDefender
0x10019b000 - 0x1001c6fff com.apple.audio.OpenAL (1.5 - 1.5) <CC1E3462-AE6E-3A97-BCC6-7F6096DA7A95> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x104789000 - 0x1047b7ff7 GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x105d2d000 - 0x105e26fff libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x107488000 - 0x107620ff7 GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x200000000 - 0x20075ffff com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <3DD8B099-0CDB-39E0-B6EE-78E3A4C8D17F> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fff6db4a000 - 0x7fff6db7eac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
0x7fff858a2000 - 0x7fff85902fff 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
0x7fff85903000 - 0x7fff85907fff 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
0x7fff85908000 - 0x7fff8590ffff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff85910000 - 0x7fff85917fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff85918000 - 0x7fff859f6ff7 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
0x7fff85a21000 - 0x7fff85b05def libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
0x7fff85f39000 - 0x7fff85fa9fff com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff86016000 - 0x7fff86016fff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff86017000 - 0x7fff8601dfff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8628d000 - 0x7fff86291fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff86292000 - 0x7fff862baff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff862c6000 - 0x7fff863d2fef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
0x7fff863d3000 - 0x7fff8646dff7 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
0x7fff8646e000 - 0x7fff864c2ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff864c3000 - 0x7fff864c8fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff864c9000 - 0x7fff868e4ff7 com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8701e000 - 0x7fff8701ffff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff87020000 - 0x7fff876ee9df com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff87702000 - 0x7fff8771eff7 com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff87a8e000 - 0x7fff87ad0ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
0x7fff87ad1000 - 0x7fff87ad4fff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff87ad5000 - 0x7fff87ad7fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
0x7fff87ad8000 - 0x7fff87ad8fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff87ad9000 - 0x7fff87b00fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff87b08000 - 0x7fff87b2bff7 com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff87bd6000 - 0x7fff87bfaff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8858d000 - 0x7fff88592ff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
0x7fff88ab3000 - 0x7fff88dd6fff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff88dd7000 - 0x7fff88dd8fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff88e17000 - 0x7fff88e1bfff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
0x7fff88ea9000 - 0x7fff88ea9fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff88f69000 - 0x7fff88f6aff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
0x7fff88f6b000 - 0x7fff890cefff 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
0x7fff8910a000 - 0x7fff891aefef 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
0x7fff891af000 - 0x7fff891c2ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff89327000 - 0x7fff89336fff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8943a000 - 0x7fff89440ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff89441000 - 0x7fff8944ffff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
0x7fff89450000 - 0x7fff89456fff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff89457000 - 0x7fff89618fe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff89619000 - 0x7fff89642fff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89660000 - 0x7fff897fffff com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff89800000 - 0x7fff89805fff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8988a000 - 0x7fff898a0fff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff898a1000 - 0x7fff898a6fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff898a7000 - 0x7fff898a8ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff89bc3000 - 0x7fff89cb8fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff89cb9000 - 0x7fff89d6bfff com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff89d6c000 - 0x7fff89ec5ff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff89eca000 - 0x7fff89efdfff com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff89efe000 - 0x7fff89f2dfff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff89f2e000 - 0x7fff89f68fef com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff89f69000 - 0x7fff8ab61fff com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8ab62000 - 0x7fff8ab88ff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8ad01000 - 0x7fff8ad40ff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8ad45000 - 0x7fff8ad72ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8ad73000 - 0x7fff8ad87ff7 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
0x7fff8ad88000 - 0x7fff8ad8efff libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8ad8f000 - 0x7fff8ad9cfff 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
0x7fff8adad000 - 0x7fff8addafe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
0x7fff8afa0000 - 0x7fff8afb2ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff8afb3000 - 0x7fff8afd2fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
0x7fff8afd3000 - 0x7fff8b09aff7 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
0x7fff8b09b000 - 0x7fff8b0a6ff7 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
0x7fff8b0a7000 - 0x7fff8b0acfff com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8b10e000 - 0x7fff8b14dff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
0x7fff8b14e000 - 0x7fff8b1bcfff com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8b1bd000 - 0x7fff8b1c3fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
0x7fff8b228000 - 0x7fff8b2beff7 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
0x7fff8b856000 - 0x7fff8b873fff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8b874000 - 0x7fff8b8c2ff7 libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
0x7fff8b8c3000 - 0x7fff8b915ff7 libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8bbdd000 - 0x7fff8beb4fff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8bec7000 - 0x7fff8bf12fff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8bf13000 - 0x7fff8bf28fff 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
0x7fff8bf6c000 - 0x7fff8bf6efff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8bf6f000 - 0x7fff8bf6ffff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8bf83000 - 0x7fff8bfdafff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8c158000 - 0x7fff8c5ffff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8c61e000 - 0x7fff8c627fff libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
0x7fff8c628000 - 0x7fff8c73dfff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8c73e000 - 0x7fff8c74cff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff8c74d000 - 0x7fff8c94ffff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
0x7fff8ccca000 - 0x7fff8ccd1ff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff8ccd2000 - 0x7fff8ccd4fff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8cd15000 - 0x7fff8d2f9faf libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8d2fa000 - 0x7fff8d339fff 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
0x7fff8d370000 - 0x7fff8d3d2ff7 com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8d41c000 - 0x7fff8d426ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff8d604000 - 0x7fff8d66bfff com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8d66c000 - 0x7fff8d68cfff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff8d68d000 - 0x7fff8d708ff7 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
0x7fff8d709000 - 0x7fff8d80bff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
0x7fff8d85f000 - 0x7fff8d93cfef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
0x7fff8d93d000 - 0x7fff8d93dfff 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
0x7fff8d93e000 - 0x7fff8dc50fff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8dd1f000 - 0x7fff8dd92fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff8dd93000 - 0x7fff8dd9bfff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e1bb000 - 0x7fff8e1c6fff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8e1c9000 - 0x7fff8e1e6ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
0x7fff8e1e7000 - 0x7fff8e2c7fff com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <E7FD4DB7-7844-355A-83D0-C1F24BE71019> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8e2c8000 - 0x7fff8e3d5fff libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8e443000 - 0x7fff8e45afff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8e4b0000 - 0x7fff8e4c2ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8e4c3000 - 0x7fff8e562fff 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
0x7fff8e7c9000 - 0x7fff8e7f2fff com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8e7f3000 - 0x7fff8e878ff7 com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8e879000 - 0x7fff8e8bcff7 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
0x7fff8e8bd000 - 0x7fff8e9f6fef 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
0x7fff8e9f7000 - 0x7fff8ea33fff libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
0x7fff8ea34000 - 0x7fff8ea37fff libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8ea38000 - 0x7fff8ea79fff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8eaa6000 - 0x7fff8eabdfff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8eacb000 - 0x7fff8ede4fff 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
0x7fff8ede5000 - 0x7fff8eeeaff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8eeeb000 - 0x7fff8eef6ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8ef17000 - 0x7fff8f0eaff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8f0eb000 - 0x7fff8f160ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
0x7fff8f429000 - 0x7fff8f42afff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
0x7fff8f779000 - 0x7fff8f77afff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8f7f8000 - 0x7fff8f862fff com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8f918000 - 0x7fff8f918fff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8f919000 - 0x7fff8f919fff com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8f91a000 - 0x7fff8f928fff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8f92c000 - 0x7fff8f993ff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8f994000 - 0x7fff8ffe2ff7 libclh.dylib (4.0.3 - 4.0.3) <30301819-4CA0-3D8E-A02C-1EE1981A3CF4> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fff8ffe3000 - 0x7fff900e6fff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
0x7fff90f01000 - 0x7fff90f54fff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff90fc3000 - 0x7fff9101dfff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff9101e000 - 0x7fff910c0ff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff91138000 - 0x7fff91163ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff91164000 - 0x7fff91591fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff915f8000 - 0x7fff9167cff7 com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff91826000 - 0x7fff918a8fff 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
0x7fff918ee000 - 0x7fff918effff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff91c37000 - 0x7fff91c3cfff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
0x7fff91cbf000 - 0x7fff91f30fff 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
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: 73329
thread_create: 1
thread_set_state: 24393
VM Region Summary:
ReadOnly portion of Libraries: Total=159.3M resident=65.4M(41%) swapped_out_or_unallocated=93.9M(59%)
Writable regions: Total=203.4M written=25.4M(12%) resident=83.3M(41%) swapped_out=11.9M(6%) unallocated=120.1M(59%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 3248K
CG image 36K
CG raster data 64K
CG shared images 3440K
CoreGraphics 16K
CoreServices 6972K
IOKit 63.0M
MALLOC 109.2M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
STACK GUARD 56.0M
Stack 10.5M
VM_ALLOCATE 16.3M
__CI_BITMAP 80K
__DATA 19.1M
__IMAGE 1256K
__LINKEDIT 48.4M
__TEXT 110.9M
__UNICODE 544K
mapped file 31.4M
shared memory 1676K
=========== =======
TOTAL 481.7M
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: Das Keyboard, 0x046a (CHERRY GmbH), 0x0048, 0x3d200000 / 2
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
FireWire Device: built-in_hub, 800mbit_speed
Skyhawk you seem to find every problem. I'd not done any testing under 10.7 I'm just upgrading my iMac to 10.7 to play and see if I can fix it.
Justin "LordFire" Baldock
I get the same crash as Skyhawk. I really want to play this game!
I've spent the night changing my mac over to 10.7.1 and installing Xcode 4.1 twice. (doing an Xcode upgrade from 4.0 would crash with a plug-in error, strange) I've found the bug in my game and fixed it. I've updated both game binary and source code d/ls so please have a go.
Justin "LordFire" Baldock
It is fixed now =)
I always feel bad for the one getting the lowest score, but in your case it is easy: It isn't finished. And that's really all there is to it. Re-submit next time?
Regardless of the state of your game, I admire you for staying in the competition. I know that's not always easy - I chose to drop out of uDevGames 2008, and I regret that decision now. Honestly, I'd be very interested to read a postmortem for this project if you wish to share it. The game showed some real promise, and you believed in it enough to hire a paid artist, but it sounds like you just didn't have the time to do what you wanted with it.
(Oct 14, 2011 10:00 AM)ThemsAllTook Wrote: Regardless of the state of your game, I admire you for staying in the competition. I know that's not always easy - I chose to drop out of uDevGames 2008, and I regret that decision now. Honestly, I'd be very interested to read a postmortem for this project if you wish to share it. The game showed some real promise, and you believed in it enough to hire a paid artist, but it sounds like you just didn't have the time to do what you wanted with it.I have been working on a submission too, but I never came close enough to submit. (Work got too heavy last two months.) But I wish I had. It takes some guts to dare entering something unfinished.
I've dropped out before. I am disappointed that work and illness robbed me of more than 3 weeks. I think I will write up something. I very much intend to continue work on this project. The wife is supporting me and has put a request in for my next game effort.
Justin "LordFire" Baldock
Losing three weeks is a lot. The last week (or two) is when you put in all those desperately needed fixes that makes it finished - or almost.
Possibly Related Threads...
Thread: | Author | Replies: | Views: | Last Post | |
Kung Fu Killforce [uDG 2011] | JustinFic | 34 | 54,088 |
Jan 14, 2012 12:49 PM Last Post: skyhawk |
|
Your Story [uDG 2011] | maximile | 64 | 74,750 |
Oct 25, 2011 07:13 AM Last Post: Skorche |
|
Flying Sweden [uDG 2011] | WillMiller | 59 | 84,353 |
Oct 19, 2011 08:05 AM Last Post: ThemsAllTook |
|
uDevGames 2011 - Updates | SethWillits | 47 | 48,984 |
Oct 19, 2011 05:09 AM Last Post: Carlos Camacho |
|
Same/Sane [uDG 2011] | revelation | 17 | 28,302 |
Oct 18, 2011 12:03 PM Last Post: SethWillits |