Hi,
We developed a complex huge PubNub, Box2D enabled game in the summer. Our subscription ended and now its time to publish our game.
Because we don’t have any daily builds. We downloaded most stable version of Corona. When we tested it it crashes randomly at game screen(not at other scenes). Game works well on Corona and Xcode simulator but on device it crashes.
Now here is the question. How can we debug our app? Here is the crash log:
[text]
Incident Identifier: DEFF337C-6E23-4EEF-ACFF-900FBD440B85
CrashReporter Key: ae3052e8b1bd7a3ecdc75c77394dc3466ae9ee16
Hardware Model: iPhone4,1
Process: PFO [3685]
Path: /var/mobile/Applications/EE1EAA5C-2E0A-4CE1-B622-FBEEA4AA3D12/PFO.app/PFO
Identifier: PFO
Version: ??? (???)
Code Type: ARM (Native)
Parent Process: launchd [1]
Date/Time: 2012-11-05 16:55:59.574 +0200
OS Version: iOS 6.0 (10A403)
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000010
Crashed Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 PFO 0x0005fa08 0x2000 + 383496
1 PFO 0x00056d92 0x2000 + 347538
2 PFO 0x00052818 0x2000 + 329752
3 PFO 0x00060bf8 0x2000 + 388088
4 PFO 0x00056fbe 0x2000 + 348094
5 PFO 0x000527f0 0x2000 + 329712
6 PFO 0x0007039e 0x2000 + 451486
7 PFO 0x0006aad0 0x2000 + 428752
8 PFO 0x00083916 0x2000 + 530710
9 PFO 0x000062a8 0x2000 + 17064
10 QuartzCore 0x33e8406c CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long) + 156
11 QuartzCore 0x33e83fc4 CA::Display::IOMFBDisplayLink::callback(__IOMobileFramebuffer*, unsigned long long, unsigned long long, unsigned long long, void*) + 60
12 IOMobileFramebuffer 0x3363efd4 IOMobileFramebufferVsyncNotifyFunc + 152
13 IOKit 0x39b29446 IODispatchCalloutFromCFMessage + 190
14 CoreFoundation 0x361db5d8 __CFMachPortPerform + 116
15 CoreFoundation 0x361e6170 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
16 CoreFoundation 0x361e6112 __CFRunLoopDoSource1 + 134
17 CoreFoundation 0x361e4f94 __CFRunLoopRun + 1380
18 CoreFoundation 0x36157eb8 CFRunLoopRunSpecific + 352
19 CoreFoundation 0x36157d44 CFRunLoopRunInMode + 100
20 GraphicsServices 0x366942e6 GSEventRunModal + 70
21 UIKit 0x375362fc UIApplicationMain + 1116
22 PFO 0x000041ea 0x2000 + 8682
23 PFO 0x000041a4 0x2000 + 8612
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x31e05648 kevent64 + 24
1 libdispatch.dylib 0x34f08974 _dispatch_mgr_invoke + 792
2 libdispatch.dylib 0x34f08654 _dispatch_mgr_thread$VARIANT$mp + 32
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x31e04eb4 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x31e05048 mach_msg + 36
2 CoreFoundation 0x361e6040 __CFRunLoopServiceMachPort + 124
3 CoreFoundation 0x361e4d9e __CFRunLoopRun + 878
4 CoreFoundation 0x36157eb8 CFRunLoopRunSpecific + 352
5 CoreFoundation 0x36157d44 CFRunLoopRunInMode + 100
6 WebCore 0x356fba70 _ZL12RunWebThreadPv + 440
7 libsystem_c.dylib 0x39fa430e _pthread_start + 306
8 libsystem_c.dylib 0x39fa41d4 thread_start + 4
Thread 3 name: com.apple.NSURLConnectionLoader
Thread 3:
0 libsystem_kernel.dylib 0x31e04eb4 mach_msg_trap + 20
1 libsystem_kernel.dylib 0x31e05048 mach_msg + 36
2 CoreFoundation 0x361e6040 __CFRunLoopServiceMachPort + 124
3 CoreFoundation 0x361e4d9e __CFRunLoopRun + 878
4 CoreFoundation 0x36157eb8 CFRunLoopRunSpecific + 352
5 CoreFoundation 0x36157d44 CFRunLoopRunInMode + 100
6 Foundation 0x33c50bc8 +[NSURLConnection(Loader) _resourceLoadLoop:] + 304
7 Foundation 0x33cd4678 __NSThread__main__ + 968
8 libsystem_c.dylib 0x39fa430e _pthread_start + 306
9 libsystem_c.dylib 0x39fa41d4 thread_start + 4
Thread 4 name: com.apple.CFSocket.private
Thread 4:
0 libsystem_kernel.dylib 0x31e15594 __select + 20
1 CoreFoundation 0x361ea1f2 __CFSocketManager + 674
2 libsystem_c.dylib 0x39fa430e _pthread_start + 306
3 libsystem_c.dylib 0x39fa41d4 thread_start + 4
Thread 5:
0 libsystem_kernel.dylib 0x31e15d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x39f99cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x39f99a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x39f998a0 start_wqthread + 4
Thread 6:
0 libsystem_kernel.dylib 0x31e15d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x39f99cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x39f99a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x39f998a0 start_wqthread + 4
Thread 7 name: Dispatch queue: URLConnection
Thread 7:
0 libsystem_c.dylib 0x39f97852 szone_free_definite_size + 578
1 libsystem_c.dylib 0x39f972dc free + 168
2 libsystem_blocks.dylib 0x356a8ab0 _Block_release + 220
3 libsystem_blocks.dylib 0x356a8ab0 _Block_release + 220
4 libdispatch.dylib 0x34f05eca _dispatch_queue_drain$VARIANT$mp + 138
5 libdispatch.dylib 0x34f05dbc _dispatch_queue_invoke$VARIANT$mp + 36
6 libdispatch.dylib 0x34f0691a _dispatch_root_queue_drain + 182
7 libdispatch.dylib 0x34f06abc _dispatch_worker_thread2 + 80
8 libsystem_c.dylib 0x39f99a0e _pthread_wqthread + 358
9 libsystem_c.dylib 0x39f998a0 start_wqthread + 4
Thread 8:
0 libsystem_kernel.dylib 0x31e15d98 __workq_kernreturn + 8
1 libsystem_c.dylib 0x39f99cf6 _pthread_workq_return + 14
2 libsystem_c.dylib 0x39f99a12 _pthread_wqthread + 362
3 libsystem_c.dylib 0x39f998a0 start_wqthread + 4
Thread 0 crashed with ARM Thread State (32-bit):
r0: 0x1c943714 r1: 0x00000000 r2: 0x1c5e2d90 r3: 0x1c943750
r4: 0x1d096980 r5: 0x00000002 r6: 0x0080815c r7: 0x2fdfdc3c
r8: 0x1c943720 r9: 0x00295cb0 r10: 0x00000005 r11: 0x1c943714
ip: 0x00000000 sp: 0x2fdfdbb0 lr: 0x00060943 pc: 0x0005fa08
cpsr: 0x00000030
Binary Images:
0x2000 - 0x294fff +PFO armv7 <0b38c39207263d69b83a2aad6ef1e40e> /var/mobile/Applications/EE1EAA5C-2E0A-4CE1-B622-FBEEA4AA3D12/PFO.app/PFO
0x2fee0000 - 0x2ff00fff dyld armv7 <75594988728831d98e1f7c4c7b7ca29d> /usr/lib/dyld
0x31d3d000 - 0x31df0fff EventKit armv7 <8dbff0bfcf833661827a76b9adb64d70> /System/Library/Frameworks/EventKit.framework/EventKit
0x31dfb000 - 0x31e03fff MobileBluetooth armv7 <0160339b186e3016881e66b39fd773f5> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x31e04000 - 0x31e1afff libsystem_kernel.dylib armv7 /usr/lib/system/libsystem_kernel.dylib
0x31e21000 - 0x31e5dfff DataAccess armv7 /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x31eba000 - 0x31ecffff libresolv.9.dylib armv7 /usr/lib/libresolv.9.dylib
0x31ed0000 - 0x32081fff libmecabra.dylib armv7 /usr/lib/libmecabra.dylib
0x32082000 - 0x32147fff CFNetwork armv7 <3e973794a4d13428bb974edcb2027139> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x32171000 - 0x3218bfff ICE armv7 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ICE.framework/ICE
0x3218c000 - 0x322d5fff libicucore.A.dylib armv7 <0253932c1b9038a0849ef73c38e076ca> /usr/lib/libicucore.A.dylib
0x322d6000 - 0x322d7fff CoreSurface armv7 /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x32577000 - 0x3259cfff OpenCL armv7 /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
0x32609000 - 0x3260cfff MobileInstallation armv7 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x3260d000 - 0x326f3fff AVFoundation armv7 <23a8a62a06b03cbcbe7659918951c9f3> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x326f4000 - 0x326fefff IAP armv7 <6703a23c7d263f33992f15c7f407b50a> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x32738000 - 0x327acfff ProofReader armv7 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x327c2000 - 0x327cffff TelephonyUtilities armv7 <0e07c7484ca63c189fd19790eb48bb28> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x327d0000 - 0x327d3fff ActorKit armv7 <64235ea1a8b73d23a4a9836410424b6b> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x327d4000 - 0x328bbfff VideoProcessing armv7 <4f1aa4c2596b3c19bafbdda0be31bfec> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x328c1000 - 0x32976fff CoreImage armv7 /System/Library/Frameworks/CoreImage.framework/CoreImage
0x329d5000 - 0x329d7fff libCoreFSCache.dylib armv7 <7122f7d4bbfe3a098a4dc90f03642839> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x329eb000 - 0x329fafff MobileDeviceLink armv7 <5c91ef875c5931a1a26e227ddfd7262d> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x32a52000 - 0x32a54fff OAuth armv7 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x32a5b000 - 0x32aa7fff IMFoundation armv7 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x32aab000 - 0x32b87fff WebKit armv7 <73fa195f63bc32c29060ac0fecabdca6> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x32dc9000 - 0x32dcafff libdnsinfo.dylib armv7 <6c912cedc1e938ad914dfce91a529b68> /usr/lib/system/libdnsinfo.dylib
0x32dcb000 - 0x32dd1fff BluetoothManager armv7 <95c0b5c3cd8c307ca12f3b21314fbf44> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x32dd6000 - 0x32ddafff libGFXShared.dylib armv7 <6a8f59f89218372d9f24c4193a179008> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x32ddb000 - 0x32df4fff Notes armv7 /System/Library/PrivateFrameworks/Notes.framework/Notes
0x3326c000 - 0x33278fff libbsm.0.dylib armv7 /usr/lib/libbsm.0.dylib
0x33293000 - 0x33293fff Accelerate armv7 <22bee3e96cbc3538bfc50ca5be618cc0> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x332f5000 - 0x332f5fff vecLib armv7 <66204595f7653ef29e5e26cb8629177a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x332fa000 - 0x33300fff libcommonCrypto.dylib armv7 <690aaa493b5c3f9582499f174adf4964> /usr/lib/system/libcommonCrypto.dylib
0x33301000 - 0x3334cfff libstdc++.6.dylib armv7 <55a7612b28c43cfcad7089b688591b80> /usr/lib/libstdc++.6.dylib
0x3336a000 - 0x3337dfff libc++abi.dylib armv7 /usr/lib/libc++abi.dylib
0x3349a000 - 0x3355bfff GLEngine armv7 /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x33567000 - 0x335c9fff CoreText armv7 <4a0bece315e9316fa1aa1b5923740f55> /System/Library/Frameworks/CoreText.framework/CoreText
0x335d7000 - 0x335d7fff liblangid.dylib armv7 /usr/lib/liblangid.dylib
0x335f0000 - 0x335f2fff TCC armv7 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x335f3000 - 0x335f9fff MobileKeyBag armv7 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x335fa000 - 0x335fafff libCVMSPluginSupport.dylib armv7 <1fd63e8305ab3ca190b1ef6ab2555f9d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x335fb000 - 0x335fdfff libcompiler_rt.dylib armv7 <7add7c91a2673641b0c5f0433a203da6> /usr/lib/system/libcompiler_rt.dylib
0x3363a000 - 0x3363ffff IOMobileFramebuffer armv7 <3a351ca1d4ae3146a787f3e13564294b> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x33712000 - 0x33714fff libCoreVMClient.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x3371a000 - 0x33723fff MediaRemote armv7 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x3386e000 - 0x3386efff libkeymgr.dylib armv7 <8a2e3a8fdf9335e2867a33e2d1a9baf8> /usr/lib/system/libkeymgr.dylib
0x338c4000 - 0x338fffff iCalendar armv7 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x33901000 - 0x33912fff SpringBoardServices armv7 <22255260ec6436d19176696422441c40> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x33915000 - 0x3393bfff libtidy.A.dylib armv7 <134c41c587fb33dca014bd525f68a0c7> /usr/lib/libtidy.A.dylib
0x3393c000 - 0x33954fff EAP8021X armv7 <034c653573c233f08edf67e516d66097> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x33958000 - 0x339bcfff AddressBook armv7 <3c0d5a3207cf3771b0beb0cd8e8a6e12> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x339bd000 - 0x339c0fff libcache.dylib armv7 /usr/lib/system/libcache.dylib
0x339c1000 - 0x339c8fff liblockdown.dylib armv7 <257ecb171a363e4298a63f72d7fffea2> /usr/lib/liblockdown.dylib
0x339c9000 - 0x33a76fff libxml2.2.dylib armv7 /usr/lib/libxml2.2.dylib
0x33ae7000 - 0x33bd5fff GeoServices armv7 <6af26ce81030330b97122ba8c1deaaa2> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x33c23000 - 0x33de6fff Foundation armv7 <2e1ac190c4f837e2a1059043dd7b1c63> /System/Library/Frameworks/Foundation.framework/Foundation
0x33def000 - 0x33e48fff libvDSP.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x33e49000 - 0x33f5efff QuartzCore armv7 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x340c5000 - 0x340d1fff GenerationalStorage armv7 <74d50f4c8d243a35ad3ae89d85f2793a> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x3412c000 - 0x341e5fff Message armv7 /System/Library/PrivateFrameworks/Message.framework/Message
0x3421d000 - 0x34258fff AppSupport armv7 <74ed50d2f7d23ce696b029dd817749c0> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x34259000 - 0x342e0fff CoreMotion armv7 <537e5776244f3ef5a355f8fd14a72a22> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x342e1000 - 0x34455fff VectorKit armv7 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x34484000 - 0x344a2fff WebBookmarks armv7 <012ed1a1f54a3d6d836e2836781d4f73> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x344a3000 - 0x344d3fff ContentIndex armv7 <25cc27c7fdac34e6ae5e057c048a3e21> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x344d4000 - 0x3450efff iTunesStore armv7 <4ff9158eb0583316b34506904b21a4f3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x3450f000 - 0x34510fff snatmap armv7 <81ee5dc0342739dc9841107d838e7512> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/snatmap.framework/snatmap
0x34519000 - 0x34617fff libobjc.A.dylib armv7 <5224e803eca737a4b2c6451d136b3d28> /usr/lib/libobjc.A.dylib
0x34780000 - 0x34a91fff Altitude armv7 <14fefc76fbe130ed95cdbb75fed2f91a> /System/Library/PrivateFrameworks/Altitude.framework/Altitude
0x34a92000 - 0x34b4cfff AddressBookUI armv7 <5c030d99a0113ceda2ae375d348e4cdb> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x34d9a000 - 0x34dbdfff MobileSync armv7 <986186369add34f1be231f5a47d2fd2c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x34dd5000 - 0x34ec4fff AVConference armv7 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/AVConference.framework/AVConference
0x34eca000 - 0x34efffff libcorecrypto.dylib armv7 /usr/lib/system/libcorecrypto.dylib
0x34f00000 - 0x34f1dfff libdispatch.dylib armv7 <4abccf75caf33fa5a0c6037b2e1c5f41> /usr/lib/system/libdispatch.dylib
0x35063000 - 0x35087fff Bom armv7 /System/Library/PrivateFrameworks/Bom.framework/Bom
0x352d4000 - 0x352d9fff liblaunch.dylib armv7 <021ff140d6003f3281dfa29b79fa9e6e> /usr/lib/system/liblaunch.dylib
0x352f1000 - 0x35346fff CoreTelephony armv7 <54708e241c5c3e2297c2fca0d685497d> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x356a8000 - 0x356a8fff libsystem_blocks.dylib armv7 <993c9bfe8bf031548b9ddba63cc17015> /usr/lib/system/libsystem_blocks.dylib
0x356eb000 - 0x356f0fff Marco armv7 <755b00548c863f939bf1409f03f2b3ad> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x356f1000 - 0x36020fff WebCore armv7 /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x36021000 - 0x3605ffff VideoToolbox armv7 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x36081000 - 0x360a1fff libxslt.1.dylib armv7 <7f6f63b31f333c41952f685fdd54a6cb> /usr/lib/libxslt.1.dylib
0x3614f000 - 0x36281fff CoreFoundation armv7 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x362d4000 - 0x36307fff AppleAccount armv7 <2af09d814a5a382192613b68b9327d49> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x36335000 - 0x36348fff AirTraffic armv7 /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x3635b000 - 0x36448fff libiconv.2.dylib armv7 /usr/lib/libiconv.2.dylib
0x3644e000 - 0x36489fff libCGFreetype.A.dylib armv7 <7a68e65e523030faa9d91478e939bc00> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x36529000 - 0x36535fff libMobileGestalt.dylib armv7 <0338ce49444332ec88cfc45c624bb39b> /usr/lib/libMobileGestalt.dylib
0x36546000 - 0x36553fff ApplePushService armv7 <60dbc7ab243435e099e19bdd3fa83dbb> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x3656e000 - 0x3657bfff ViceroyTrace armv7 <6a0dedf8c9333a5fbe2e91044d72d4b1> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x3657c000 - 0x3658bfff StoreKit armv7 <906d82194db23f03b584859ca0a1ed93> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x365fe000 - 0x36605fff SimpleKeyExchange armv7 <673421ab2d4a38e995685d1a5dcbd1d0> /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x3668f000 - 0x3669afff GraphicsServices armv7 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x3669b000 - 0x36711fff MapKit armv7 <09d648c3423438a8b4da8337de59d522> /System/Library/Frameworks/MapKit.framework/MapKit
0x36759000 - 0x36931fff ImageIO armv7 /System/Library/Frameworks/ImageIO.framework/ImageIO
0x36949000 - 0x3699ffff CoreAudio armv7 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x36a7b000 - 0x36a87fff libz.1.dylib armv7 /usr/lib/libz.1.dylib
0x36ae5000 - 0x36b02fff PersistentConnection armv7 <8e4d21f987d4334e927222c28ff1130b> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x36b03000 - 0x36b42fff SystemConfiguration armv7 <44d84d23d10f344c90b4d9e9611ec976> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x36b83000 - 0x36b98fff liblzma.5.dylib armv7 <2bfdc69b7f403270b2366e5e2448d520> /usr/lib/liblzma.5.dylib
0x36b99000 - 0x36b9cfff AggregateDictionary armv7 <20bde7d58a573f2fbd5d6458d4e50ef8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x36be6000 - 0x36bfbfff libmis.dylib armv7 <3afeeea531013420af75315d8d6dd332> /usr/lib/libmis.dylib
0x36bfe000 - 0x36bfffff DataMigration armv7 <25f8874067393208acc083124bc3eb86> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x36c00000 - 0x36c85fff MessageUI armv7 /System/Library/Frameworks/MessageUI.framework/MessageUI
0x36ca7000 - 0x36cb1fff MailServices armv7 /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x36cbb000 - 0x36cc3fff ProtocolBuffer armv7 <359ccc7700c93d58adbbd74ecfda80d9> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x36cc4000 - 0x36cdcfff libsystem_info.dylib armv7 /usr/lib/system/libsystem_info.dylib
0x36cde000 - 0x36cdefff libSystem.B.dylib armv7 /usr/lib/libSystem.B.dylib
0x36d52000 - 0x36dcafff IMCore armv7 <552805a4634630bbaad2bc9d862d7196> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x36dcb000 - 0x36dcdfff MessageSupport armv7 <44d449b4959a33b99d4ab4a9cd161ee6> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x36e54000 - 0x36eadfff MobileCoreServices armv7 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x36f8f000 - 0x3702ffff UIFoundation armv7 <795a2f216cc3379c95eb645c633cc527> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x37030000 - 0x3703cfff AccountSettings armv7 <0b7524e9a8ef36bf9e9f6a5c445478af> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x37092000 - 0x370a8fff libCRFSuite.dylib armv7 <9b3fd56781103f209be2c43e48c1efc9> /usr/lib/libCRFSuite.dylib
0x370a9000 - 0x370adfff CertUI armv7 <7e4aee03dc3735559f1270e504d94f02> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x370ae000 - 0x37122fff GameKitServices armv7 <17b7ab02630a34b180384efc56ab9463> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x37123000 - 0x37160fff libGLImage.dylib armv7 <7db25f3d55b93f31868e37326fba1e57> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x37161000 - 0x3722bfff Celestial armv7 <1a048f93218d3551984b2d07e884694c> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x372a4000 - 0x372a8fff IOSurface armv7 <1f598a3806073bdaa906c51dccc9429e> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x372c2000 - 0x372c8fff libAccessibility.dylib armv7 <9e8bfe02e370375ea8439ab895528982> /usr/lib/libAccessibility.dylib
0x372c9000 - 0x372dbfff DataAccessExpress armv7 <131d8cf4df333df3b8487ef93438e27c> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x372dc000 - 0x372dffff MobileSystemServices armv7 <6edd9c74c5a73c33809152446abe1538> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x374df000 - 0x37a32fff UIKit armv7 <98789fe7c21b3fe0bf5c0bb36648147f> /System/Library/Frameworks/UIKit.framework/UIKit
0x37a9d000 - 0x37a9efff libremovefile.dylib armv7 <6a0dd04f0710329b9c1722db2235f5c3> /usr/lib/system/libremovefile.dylib
0x37a9f000 - 0x37aaefff CoreVideo armv7 <092f3aa965803a1aaea69af2ac5143f5> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x37ace000 - 0x37afcfff Security armv7 /System/Library/Frameworks/Security.framework/Security
0x37afd000 - 0x37b01fff FTClientServices armv7 <13aa63aa5e2e348ea289e0fd16585890> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x37b02000 - 0x37cb7fff CoreData armv7 /System/Library/Frameworks/CoreData.framework/CoreData
0x37cc0000 - 0x37cc7fff MobileIcons armv7 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x37cc8000 - 0x37da0fff StoreServices armv7 <9da3466c9cf13402a9f0412065f0ada7> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x37da1000 - 0x37df9fff ManagedConfiguration armv7 <9d006173bfcc3001b45c44b8e78833ed> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x37e24000 - 0x37e2dfff libbz2.1.0.dylib armv7 <5258dce78afc3fd7934a5674b92ad785> /usr/lib/libbz2.1.0.dylib
0x37e2e000 - 0x37e78fff libc++.1.dylib armv7 /usr/lib/libc++.1.dylib
0x37e79000 - 0x37e80fff libsystem_notify.dylib armv7 <6e39f8511ecc3c3489829714eb6fde12> /usr/lib/system/libsystem_notify.dylib
0x37e8a000 - 0x37e91fff CaptiveNetwork armv7 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x37f68000 - 0x37f6efff libsystem_dnssd.dylib armv7 <6c1c1aaf9a3537d7ada4b519d14da7ab> /usr/lib/system/libsystem_dnssd.dylib
0x37fa0000 - 0x38226fff AudioToolbox armv7 <6a4804d0e35e362dbad6f047c25227ca> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x38227000 - 0x38227fff libunwind.dylib armv7 <85e7546accc23ae1a973da4758512b7f> /usr/lib/system/libunwind.dylib
0x38229000 - 0x38377fff MusicLibrary armv7 <262f509dae9f3c128f25163a7029685b> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x38383000 - 0x38384fff libsystem_sandbox.dylib armv7 <46cd200d99323aebbf6d81e5fb16424f> /usr/lib/system/libsystem_sandbox.dylib
0x383a2000 - 0x383d8fff MIME armv7 <32427c81a9933c4796d1a37a88a3ac44> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x383f3000 - 0x383f3fff LegacyHandle armv7 /System/Library/PrivateFrameworks/GameKitServices.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x383f6000 - 0x38407fff libvMisc.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x38497000 - 0x38498fff IOAccelerator armv7 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x38499000 - 0x385d7fff vImage armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x385d9000 - 0x38684fff MediaControlSender armv7 /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x38685000 - 0x38aa2fff TextInput armv7 /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x38ab5000 - 0x38ae2fff MobileAsset armv7 <23e6b8ea85dd3dea84d8c295b4777753> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x38b21000 - 0x38b28fff OpenGLES armv7 /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x390ca000 - 0x390cffff CrashReporterSupport armv7 <7bde3532f2953f3894eb725379575926> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x3915e000 - 0x39165fff XPCObjects armv7 <5bc4f7282e9d3945a6c1885217670667> /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
0x39187000 - 0x3931ffff MediaPlayer armv7 <45ee55956c693d8cb16dc4c4e85075e4> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x39391000 - 0x393a8fff BackBoardServices armv7 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x3954b000 - 0x39566fff libRIP.A.dylib armv7 <6e5f3b4c18e137e0a464fe13095b7dab> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x3957e000 - 0x3958ffff Accounts armv7 <07b95faa96e73ffeb52694cbad7f3528> /System/Library/Frameworks/Accounts.framework/Accounts
0x39590000 - 0x395a9fff DictionaryServices armv7 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x395aa000 - 0x395b3fff MobileWiFi armv7 <43de6d03af0838f2a1eeec10d4149e9d> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x395b4000 - 0x395b9fff CommonUtilities armv7 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x39631000 - 0x39a44fff FaceCoreLight armv7 <0cb7a12beb3d32c1abd1834be8328b7c> /System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
0x39a45000 - 0x39acafff libsqlite3.dylib armv7 <759ca29f533a33e88a81fddc3364bf19> /usr/lib/libsqlite3.dylib
0x39b26000 - 0x39b6ffff IOKit armv7 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x39b84000 - 0x39e09fff MediaToolbox armv7 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x39e37000 - 0x39f5cfff libGLProgrammability.dylib armv7 <9415f64ffb583dec8105bc072d2887dc> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x39f7c000 - 0x39f7cfff libgcc_s.1.dylib armv7 /usr/lib/libgcc_s.1.dylib
0x39f7d000 - 0x39f92fff libxpc.dylib armv7 <9fbb123276823c2383fc34b7a55404d7> /usr/lib/system/libxpc.dylib
0x39f93000 - 0x3a019fff libsystem_c.dylib armv7 /usr/lib/system/libsystem_c.dylib
0x3a05d000 - 0x3a079fff libsystem_m.dylib armv7 <7b2a25c750063de480f6a691f716b9d7> /usr/lib/system/libsystem_m.dylib
0x3a07c000 - 0x3a185fff IMGSGX543GLDriver armv7 /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver
0x3a1dc000 - 0x3a349fff GameKit armv7 /System/Library/Frameworks/GameKit.framework/GameKit
0x3a34a000 - 0x3a34ffff libcopyfile.dylib armv7 <15aa2c3c8d523273913d4fc6717d3b7c> /usr/lib/system/libcopyfile.dylib
0x3a350000 - 0x3a488fff CoreGraphics armv7 <903960bfcfe93adb943752851f88491e> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x3a4f0000 - 0x3a52dfff FTServices armv7 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x3a582000 - 0x3a5a4fff OpenAL armv7 /System/Library/Frameworks/OpenAL.framework/OpenAL
0x3a5c5000 - 0x3a76bfff JavaScriptCore armv7 <6b14c224c0e0306aa9084679ec6a99d2> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x3a772000 - 0x3a7cafff CoreLocation armv7 <3235bde1608331bebc291891405896c6> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3a88b000 - 0x3ab40fff libLAPACK.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x3abee000 - 0x3abf7fff AssetsLibraryServices armv7 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x3abf8000 - 0x3ac20fff PrintKit armv7 /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x3ac41000 - 0x3ac42fff libdyld.dylib armv7 <3a149b4730663b1ea84e4a0a68ccc689> /usr/lib/system/libdyld.dylib
0x3aca4000 - 0x3aca9fff libGPUSupportMercury.dylib armv7 /System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
0x3acc1000 - 0x3accffff libsystem_network.dylib armv7 /usr/lib/system/libsystem_network.dylib
0x3acd0000 - 0x3acd3fff libmacho.dylib armv7 <2a9fe0b48f473d0f8fe2bf076cd12753> /usr/lib/system/libmacho.dylib
0x3acf4000 - 0x3ad40fff QuickLook armv7 /System/Library/Frameworks/QuickLook.framework/QuickLook
0x3ad65000 - 0x3ade2fff HomeSharing armv7 <9126a007a413357b8c0275cc505cb197> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x3aed0000 - 0x3afb3fff libBLAS.dylib armv7 <56d8e00447133cd89457deec007327cb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x3afb4000 - 0x3b019fff CoreMedia armv7 /System/Library/Frameworks/CoreMedia.framework/CoreMedia
[/text]
I wish Corona could send its console messages to also Organizer. How can we solve this? Should we build the game from scratch again? Does Corona have any tools for these situations?
If there is nothing to do I will end using Corona and will start to learn cocos2D which is all native.
Cheers!
Yagiz
[import]uid: 5629 topic_id: 32677 reply_id: 332677[/import]