unity 关闭垂直同步scence关闭了怎么着

Pages: 1/3
主题 : Unity3d 做IOS项目时,两个Scene之间切换程序自动退出如何解决?
级别: 骑士
可可豆: 2031 CB
威望: 2031 点
在线时间: 785(时)
发自: Web Page
来源于&&分类
Unity3d 做IOS项目时,两个Scene之间切换程序自动退出如何解决?&&&
Unity3d 做IOS项目时,两个Scene之间切换程序自动退出如何解决?在模拟器,和Unity中测试都没有问题,就真机上出现这个问题,我想可能是内存不足,可要怎样做才能减小内存需求,我的场景中的东西并不多。如果不是,还有可能是什么原因?
级别: 精灵王
可可豆: 8213 CB
威望: 8213 点
在线时间: 876(时)
发自: Web Page
可以尝试下用leaks检测下内存。或者把程序退出的log打印出来看看。
闲着也是闲着,果断来水。
级别: 侠客
可可豆: 1683 CB
威望: 1683 点
在线时间: 357(时)
发自: Web Page
我一般出现这种问题是调用另外一个脚本的方法或者参数的时候没有该脚本对象.脚本在初始化的时候好像有个先后问题,在Start ()方法里面 不一定能将脚本赋值出来,在方法调用前最后加一句判断是否存在这个脚本不存在先获取,然后再调用相关部分
级别: 骑士
可可豆: 2031 CB
威望: 2031 点
在线时间: 785(时)
发自: Web Page
我单独测试这一个场景,依然会自动退出,
级别: 骑士
可可豆: 2031 CB
威望: 2031 点
在线时间: 785(时)
发自: Web Page
runRunning…[Switching to thread 11523][Switching to thread 11523]sharedlibrary apply-load-rules allcontinuewarning: Unable to read symbols for &/Library/MobileSubstrate/MobileSubstrate.dylib& (file not found). 13:52:21.359 WQE[] MS:Notice: Installing: com.midlight.WQE [WQE] (550.32) 13:52:22.039 WQE[] -& registered mono modules-& applicationDidFinishLaunching()Mono path[0] = '/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed'Creating OpenGLES1.x graphics deviceNon platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/UnityEngine.dll (this message is harmless)Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/Assembly-UnityScript.dll (this message is harmless)Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/UnityScript.Lang.dll (this message is harmless)Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/Boo.Lang.dll (this message is harmless)Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/System.dll (this message is harmless)Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/Mono.Security.dll (this message is harmless)Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/System.Core.dll (this message is harmless)[Switching to thread 13315]Program received signal:&&“0”.Data Formatters temporarily unavailable, will re-try after a 'continue'. (Unknown error loading shared library &/Developer/usr/lib/libXcodeDebuggerSupport.dylib&)(gdb) 上面是xcode中Console内容,
级别: 骑士
可可豆: 2031 CB
威望: 2031 点
在线时间: 785(时)
发自: Web Page
Thu Jan 13 16:14:28 iPhone kernel[0] &Debug&: launchd[12024] Builtin profile: container (sandbox)Thu Jan 13 16:14:28 iPhone kernel[0] &Debug&: launchd[12024] Container: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828 [69] (sandbox)Thu Jan 13 16:14:28 iPhone WQE[12024] &Notice&: MS:Notice: Installing: com.midlight.WQE [WQE] (550.32)Thu Jan 13 16:14:29 iPhone WQE[12024] &Warning&: -& registered mono modulesThu Jan 13 16:14:29 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: -& applicationDidFinishLaunching()Thu Jan 13 16:14:29 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Mono path[0] = '/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed'Thu Jan 13 16:14:29 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Creating OpenGLES1.x graphics deviceThu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/UnityEngine.dll (this message is harmless)Thu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/Assembly-UnityScript.dll (this message is harmless)Thu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/UnityScript.Lang.dll (this message is harmless)Thu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/Boo.Lang.dll (this message is harmless)Thu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/System.dll (this message is harmless)Thu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/Mono.Security.dll (this message is harmless)Thu Jan 13 16:14:30 iPhone UIKitApplication:com.midlight.WQE[0x] &Notice&: Non platform assembly: /private/var/mobile/Applications/AC7F403D-FF92-4AED-924D-7F21E7DAD828/WQE.app/Data/Managed/System.Core.dll (this message is harmless)Thu Jan 13 16:14:35 iPhone SpringBoard[28] &Warning&: Received memory warning. Level=1Thu Jan 13 16:14:35 iPhone MobilePhone[12015] &Warning&: Received memory warning. Level=1Thu Jan 13 16:14:38 iPhone configd[25] &Notice&: jetsam: kernel memory event (90), free: 581, active: 3918, inactive: 1850, purgeable: 0, wired: 13610Thu Jan 13 16:14:38 iPhone SpringBoard[28] &Warning&: Received memory warning. Level=2Thu Jan 13 16:14:38 iPhone MobilePhone[12015] &Warning&: Received memory warning. Level=2Thu Jan 13 16:14:39 iPhone configd[25] &Notice&: jetsam: kernel termination snapshot being createdThu Jan 13 16:14:39 iPhone com.apple.launchd[1] (UIKitApplication:com.redlynx.MonsterTN[0xde7f][12017]) &Notice&: (UIKitApplication:com.redlynx.MonsterTN[0xde7f]) Exited: KilledThu Jan 13 16:14:40 iPhone SpringBoard[28] &Warning&: Application 'MonsterTN' exited abnormally with signal 9: KilledThu Jan 13 16:14:41 iPhone ReportCrash[12026] &Error&: Saved crashreport to /Library/Logs/CrashReporter/LowMemory--161441.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0Thu Jan 13 16:14:41 iPhone SpringBoard[28] &Warning&: Received memory warning. Level=1Thu Jan 13 16:14:41 iPhone MobilePhone[12015] &Warning&: Received memory warning. Level=1Thu Jan 13 16:14:41 iPhone configd[25] &Notice&: jetsam: kernel memory event (90), free: 709, active: 2006, inactive: 1479, purgeable: 0, wired: 11824Thu Jan 13 16:14:41 iPhone SpringBoard[28] &Warning&: Received memory warning. Level=2Thu Jan 13 16:14:41 iPhone MobilePhone[12015] &Warning&: Received memory warning. Level=2Thu Jan 13 16:14:45 iPhone com.apple.launchd[1] (UIKitApplication:com.apple.mobilephone[0x4b3][12015]) &Notice&: (UIKitApplication:com.apple.mobilephone[0x4b3]) Exited: KilledThu Jan 13 16:14:45 iPhone com.apple.launchd[1] (UIKitApplication:com.midlight.WQE[0x]) &Notice&: (UIKitApplication:com.midlight.WQE[0x2148]) Exited: KilledThu Jan 13 16:14:45 iPhone configd[25] &Notice&: jetsam: kernel termination snapshot being createdThu Jan 13 16:14:46 iPhone SpringBoard[28] &Warning&: Application '电话' exited abnormally with signal 9: KilledThu Jan 13 16:14:46 iPhone SpringBoard[28] &Warning&: Application 'WQE_iPhone_Project' exited abnormally with signal 9: KilledThu Jan 13 16:14:48 iPhone MobilePhone[12027] &Notice&: MS:Notice: Installing: com.apple.mobilephone [MobilePhone] (550.32)Thu Jan 13 16:14:48 iPhone MobilePhone[12027] &Notice&: MS:Notice: Loading: /Library/MobileSubstrate/DynamicLibraries/KuaiDial.dylibThu Jan 13 16:14:49 iPhone /Applications/MobilePhone.app/MobilePhone[12027] &Error&: fixing permissions on /var/wireless/Library/CallHistory/call_history.dbThu Jan 13 16:14:49 iPhone /Applications/MobilePhone.app/MobilePhone[12027] &Error&: error Operation not permitted setting permissions on /var/wireless/Library/CallHistory/call_history.dbThu Jan 13 16:14:51 iPhone ReportCrash[12029] &Error&: Saved crashreport to /Library/Logs/CrashReporter/LowMemory--161450.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0上面是DEVICES的Console内容;
级别: 骑士
可可豆: 2031 CB
威望: 2031 点
在线时间: 785(时)
发自: Web Page
Incident Identifier: 5E11C1CA-5A5C-49BF-93E0-73FDC083FB39CrashReporter Key:&& c53b7e66e8ee808ccffHardware Model:&&&&&&iPhone2,1Process:&&&&&&&& WQE [9839]Path:&&&&&&&&&&&&/var/mobile/Applications/9E-4BAB-9AC9-0A953BB24E7D/WQE.app/WQEIdentifier:&&&&&&WQEVersion:&&&&&&&& ??? (???)Code Type:&&&&&& ARM (Native)Parent Process:&&launchd [1]Date/Time:&&&&&&
14:15:26.693 +0800OS Version:&&&&&&iPhone OS 4.0.1 (8A306)Report Version:&&104Exception Type:&&Exception Codes: 0x8badf00dHighlighted Thread:&&0Application Specific Information:<.midlight.WQE failed to resume in time elapsed total CPU time (seconds): 1.530 (user 0.860, system 0.670), 15% CPU elapsed application CPU time (seconds): 0.020, 0% CPUThread 0:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x mach_msg_trap + 201&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x mach_msg + 442&& MediaToolbox&&&&&&&&&&&&&&&&&&&&&&0x FigPlayerRemoteClient_KillAndForceCrashReport + 1123&& MediaToolbox&&&&&&&&&&&&&&&&&&&&&&0x FigServer_KillAndForceCrashReport + 64&& AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x000e601a _ReportRPCTimeout(char const*, int) + 1985&& AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x000c3192 AURemoteIO::Stop() + 2226&& AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x000cbf74 AUGenericOutput::Cleanup() + 87&& AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x000be76c AURemoteIO::Cleanup() + 48&& AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x AUBase::DoCleanup() + 109&& AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x000eaa3c AUMethodUninitialize(void*) + 6010&&AudioToolbox&&&&&&&&&&&&&&&&&&&&&&0x AudioUnitUninitialize + 1811&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00aff61c 0x1000 + 12&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00affc1c 0x1000 + 13&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00afd664 0x1000 + 14&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00b0 + 15&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00b10b14 0x1000 + 16&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a5fca0 0x1000 + 17&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a0 + 18&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a0 + 19&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x009f6a00 0x1000 + 20&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a0 + 21&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0xx1000 + 6451622&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x0005ddb6 -[UIApplication _setActivated:] + 7423&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00152be0 -[UIApplication _handleApplicationResumeEvent:] + 102424&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x0005da80 -[UIApplication handleEvent:withNewEvent:] + 377225&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x0005ca56 -[UIApplication sendEvent:] + 3826&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x _UIApplicationHandleEvent + 501627&&GraphicsServices&&&&&&&&&&&&&&&&&&0x PurpleEventCallback + 66028&&GraphicsServices&&&&&&&&&&&&&&&&&&0x000041ca PurpleEventSignalCallback + 1029&&CoreFoundation&&&&&&&&&&&&&&&&&&&&0x00071a86 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 630&&CoreFoundation&&&&&&&&&&&&&&&&&&&&0x __CFRunLoopDoSources0 + 37631&&CoreFoundation&&&&&&&&&&&&&&&&&&&&0x __CFRunLoopRun + 22432&&CoreFoundation&&&&&&&&&&&&&&&&&&&&0x CFRunLoopRunSpecific + 22433&&CoreFoundation&&&&&&&&&&&&&&&&&&&&0x0001d7ec CFRunLoopRunInMode + 5234&&GraphicsServices&&&&&&&&&&&&&&&&&&0x GSEventRunModal + 10835&&GraphicsServices&&&&&&&&&&&&&&&&&&0x GSEventRun + 5636&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x -[UIApplication _run] + 39637&&UIKit&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00004e10 UIApplicationMain + 66438&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0xx1000 + 6744839&&WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x 0x1000 + 63444Thread 1:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x0002dc4c kevent + 241&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000d6e44 _dispatch_mgr_invoke + 882&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000d6894 _dispatch_queue_invoke + 963&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000d6a34 _dispatch_worker_thread2 + 1204&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x0007ad82 _pthread_wqthread + 2585&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x00073fcc start_wqthread + 0Thread 2:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x mach_msg_trap + 201&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x mach_msg + 442&& CoreFoundation&&&&&&&&&&&&&&&&&&&&0x __CFRunLoopServiceMachPort + 883&& CoreFoundation&&&&&&&&&&&&&&&&&&&&0x __CFRunLoopRun + 3504&& CoreFoundation&&&&&&&&&&&&&&&&&&&&0x CFRunLoopRunSpecific + 2245&& CoreFoundation&&&&&&&&&&&&&&&&&&&&0x0001d7ec CFRunLoopRunInMode + 526&& WebCore&&&&&&&&&&&&&&&&&&&&&&&&&& 0x RunWebThread(void*) + 3627&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 2428&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Thread 3:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x semaphore_wait_trap + 81&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x0002ed9e semaphore_wait + 22&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00d52f94 0x1000 + 3&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00cb71fc 0x1000 + 4&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00d2fd6c 0x1000 + 5&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00d4b3d0 0x1000 + 6&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00d670d4 0x1000 + 7&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 2428&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Thread 4:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000798dc __semwait_signal + 241&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x nanosleep + 1182&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a5c8b0 0x1000 + 3&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a761b4 0x1000 + 4&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a761e4 0x1000 + 5&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0x00a5ca1c 0x1000 + 6&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 2427&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Thread 5:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000798dc __semwait_signal + 241&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x0002ea46 _pthread_cond_wait + 7422&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x pthread_cond_wait + 263&& Foundation&&&&&&&&&&&&&&&&&&&&&&&&0x000413cc -[NSCondition wait] + 1644&& Foundation&&&&&&&&&&&&&&&&&&&&&&&&0x -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 7665&& Foundation&&&&&&&&&&&&&&&&&&&&&&&&0x -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 946&& WQE&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& 0xx1000 + 640767&& Foundation&&&&&&&&&&&&&&&&&&&&&&&&0x0000bc96 -[NSThread main] + 388&& Foundation&&&&&&&&&&&&&&&&&&&&&&&&0x000909da __NSThread__main__ + 9669&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 24210&&libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Thread 6:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000798dc __semwait_signal + 241&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x0002ea46 _pthread_cond_wait + 7422&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x pthread_cond_wait + 263&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x00002f14 WaitOnCondition + 44&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x00002e5a FigSemaphoreWaitRelative + 665&& MediaToolbox&&&&&&&&&&&&&&&&&&&&&&0x00003e44 fpa_AsyncMovieControlThread + 486&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x0001e4bc figThreadMain + 1327&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 2428&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Thread 7:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x000798dc __semwait_signal + 241&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x0002ea46 _pthread_cond_wait + 7422&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x pthread_cond_wait + 263&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x00002f14 WaitOnCondition + 44&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x00002e5a FigSemaphoreWaitRelative + 665&& MediaToolbox&&&&&&&&&&&&&&&&&&&&&&0x00003e44 fpa_AsyncMovieControlThread + 486&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x0001e4bc figThreadMain + 1327&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 2428&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Thread 8:0&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x mach_msg_trap + 201&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x mach_msg + 442&& MediaToolbox&&&&&&&&&&&&&&&&&&&&&&0x00008b04 FigExpressNotificationThread + 363&& CoreMedia&&&&&&&&&&&&&&&&&&&&&&&& 0x0001e4bc figThreadMain + 1324&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x _pthread_start + 2425&& libSystem.B.dylib&&&&&&&&&&&&&&&& 0x thread_start + 0Unknown thread crashed with unknown flavor: 5, state_count: 1Binary Images:&&&&0x1000 -&& 0xe9ffff +WQE armv6&&&8e23eec5d5a799e12e5bb& /var/mobile/Applications/9E-4BAB-9AC9-0A953BB24E7D/WQE.app/WQE&&0xf6f000 -&& 0xf70fff +MobileSubstrate.dylib armv6&&/Library/MobileSubstrate/MobileSubstrate.dylib&&0xfa1000 -&& 0xfa2fff&&dns.so armv7&&&240b8d3f07b4fcb234de598f8e67de1a& /usr/lib/info/dns.so0x2fe00000 - 0x2fe26fff&&dyld armv7&&&697aef0b6c439b21ba62b110& /usr/lib/dyld0x - 0x30174fff&&H264H2.videodecoder armv7&&&96d372a90e5fe6b2e8311e& /System/Library/VideoDecoders/H264H2.videodecoder0x301fc000 - 0x30320fff&&AudioToolbox armv7&&&802e4d5c449b69d0baa84& /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox0x - 0x3038bfff&&MP4VH2.videodecoder armv7&&&468c474fde9a8379dac4ca86367c3eae& /System/Library/VideoDecoders/MP4VH2.videodecoder0x - 0x3042efff&&libobjc.A.dylib armv7&&&78fd178ac0ea2081ae40& /usr/lib/libobjc.A.dylib0x304c9000 - 0x304f7fff&&AppSupport armv7&&&2ab2180d0dfd3141027ee& /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport0x305a1000 - 0x305a4fff&&libGFXShared.dylib armv7&&&12f82e44ff36b29f8d554& /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib0x305e1000 - 0x305eefff&&OpenGLES armv7&&&e397de408a0a789f816bc1803ae58faf& /System/Library/Frameworks/OpenGLES.framework/OpenGLES0x305ef000 - 0x30697fff&&QuartzCore armv7&&&109b4f6a3d2ee5aa1bbbc& /System/Library/Frameworks/QuartzCore.framework/QuartzCore0x - 0x306d5fff&&CoreMedia armv7&&&6dfacd2b036ad674a29d75c1& /System/Library/Frameworks/CoreMedia.framework/CoreMedia0x - 0x3076cfff&&Slim.videodecoder armv7&&&4b7bdccc38a53bd743716a& /System/Library/VideoDecoders/Slim.videodecoder0x - 0x3088ffff&&MediaToolbox armv7&&&dea2c74c8cedbe2b6eeb2& /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox0x308af000 - 0x30946fff&&MediaPlayer armv7&&&2c4b66a2f70c71d8844455& /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer0x - 0x30947fff&&vecLib armv7&&&85f8c1b243c26f& /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib0x - 0x30969fff&&MobileWiFi armv7&&&6d417a70ec3abd8258ed0fbab0994518& /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi0x - 0x30973fff&&ITSync armv7&&&e00a78c04f8ae7515da25fdc09281f4f& /System/Library/PrivateFrameworks/ITSync.framework/ITSync0x - 0x3097ffff&&GraphicsServices armv7&&&ae0fd9d9c600ccf456a08& /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices0x309b0000 - 0x309eefff&&libvDSP.dylib armv7&&&cc8d6be7aebd05e9579852& /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib0x309ef000 - 0x30a1efff&&CoreText armv7&&&76eb1b63d684c3d21dba9ef& /System/Library/Frameworks/CoreText.framework/CoreText0x30ae4000 - 0x30ae4fff&&Accelerate armv7&&&f4c04cdfdb64dcdd5b60bf9& /System/Library/Frameworks/Accelerate.framework/Accelerate0x30b8c000 - 0x30c2afff&&Celestial armv7&&&7a01b8d8cdd987bda6c52d9c& /System/Library/PrivateFrameworks/Celestial.framework/Celestial0x30dbb000 - 0x30dbdfff&&IOMobileFramebuffer armv7&&&1fdf3901526caf39240a& /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer0x30dd1000 - 0x30e00fff&&VideoToolbox armv7&&&4c4faee61a6e7d80d6d3a& /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox0x30e72000 - 0x30e78fff&&liblockdown.dylib armv7&&&df3c6cea5ee033e1d883320& /usr/lib/liblockdown.dylib0x30f93000 - 0x30fdbfff&&libBLAS.dylib armv7&&&3b4aa178a3c2d9f6af523& /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib0x30ffd000 - 0x3103dfff&&ManagedConfiguration armv7&&&94f3fb3fe4b6& /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration0x - 0x312d8fff&&libLAPACK.dylib armv7&&&fbc3f7adbe5c& /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib0x - 0x3139dfff&&ApplePushService armv7&&&cbbae80879a99& /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService0x - 0x313adfff&&AppleVXD375Framework armv7&&&aab19e897b1dfaac2d5358& /System/Library/PrivateFrameworks/AppleVXD375Framework.framework/AppleVXD375Framework0x313b0000 - 0x313b8fff&&libgcc_s.1.dylib armv7&&&b8fc40d9ac& /usr/lib/libgcc_s.1.dylib0x - 0x3145bfff&&EAP8021X armv7&&&e2a4a23c79fac68de5c2e& /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X0x - 0x31465fff&&CoreVideo armv7&&&ec56cd8bca00221dea2bc32& /System/Library/Frameworks/CoreVideo.framework/CoreVideo0x - 0x31a80fff&&WebCore armv7&&&859bddfb4da07d12b41543f& /System/Library/PrivateFrameworks/WebCore.framework/WebCore0x31a81000 - 0x31a9dfff&&GLRendererFloat armv7&&&8d762eeb9a8e184f5813e0& /System/Library/Frameworks/OpenGLES.framework/GLRendererFloat.bundle/GLRendererFloat0x31aa0000 - 0x31aacfff&&SpringBoardServices armv7&&&edf43edb86ba0256& /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices0x31abe000 - 0x31ad4fff&&VCH263.videodecoder armv7&&&bfcfecd2069f2& /System/Library/VideoDecoders/VCH263.videodecoder0x31aed000 - 0x31b27fff&&IOKit armv7&&&5efd25a2ddac1f3e19d06& /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit0x31cda000 - 0x31d23fff&&GMM armv7&&&9c4efdff49ea9e6a17b5d44bcd98b6c1& /System/Library/PrivateFrameworks/GMM.framework/GMM0x31efb000 - 0x31f0ffff&&OpenAL armv7&&&c0ab4261d0cccbe72e537bfaa1524408& /System/Library/Frameworks/OpenAL.framework/OpenAL0x31f12000 - 0x31f14fff&&CrashReporterSupport armv7&&&c668de69901cceb4ce7f& /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport0x31f15000 - 0x31fb4fff&&JavaScriptCore armv7&&&894df23ebbc4df713ddd19& /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore0x31fce000 - 0x32007fff&&MobileCoreServices armv7&&&d38c937ae3d& /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices0x - 0x3215dfff&&AudioCodecs armv7&&&9b771f5c285c81f0cb4f3e0a& /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs0x321bb000 - 0x33365fff&&UIKit armv7&&&6ce6ac7b7f64& /System/Library/Frameworks/UIKit.framework/UIKit0x - 0x333a9fff&&Bom armv7&&&c73b68b11b2801cefbfbdb6328a7fcfb& /System/Library/PrivateFrameworks/Bom.framework/Bom0x333aa000 - 0x333ecfff&&CoreTelephony armv7&&&bcfeac948a694& /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony0x333f5000 - 0x333f6fff&&DataMigration armv7&&&2a90bcfdd519f8d7d43ed& /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration0x333f7000 - 0x33510fff&&libicucore.A.dylib armv7&&&c4f4fd74dfa672fb4dbbada5& /usr/lib/libicucore.A.dylib0x - 0x33519fff&&libkxld.dylib armv7&&&4ec35c4d1e1e73416aea& /usr/lib/system/libkxld.dylib0x - 0x33559fff&&libGLImage.dylib armv7&&&b96f5e231a3e1d61d2f11& /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib0x - 0x335c8fff&&SystemConfiguration armv7&&&2b44ac2fc47fc45c8dbb& /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration0x - 0x33a5afff&&Foundation armv7&&&c985ad1bdc8fe010f4e43b& /System/Library/Frameworks/Foundation.framework/Foundation0x33a8e000 - 0x33a99fff&&libz.1.dylib armv7&&&19abedc2936& /usr/lib/libz.1.dylib0x33aa0000 - 0x33aa3fff&&libMobileGestalt.dylib armv7&&&85f01f53a7455a34fbdedc76bd692d74& /usr/lib/libMobileGestalt.dylib0x33b27000 - 0x33b38fff&&PersistentConnection armv7&&&5e827d18f317b5ce7c61c91656ebc88e& /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection0x33b39000 - 0x33c21fff&&GLEngine armv7&&&fd95194f3edd6f& /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine0x33c22000 - 0x33c24fff&&JPEGH1.videodecoder armv7&&&e17afbcba516ffe165fefc63385dbee2& /System/Library/VideoDecoders/JPEGH1.videodecoder0x33c25000 - 0x33d12fff&&libiconv.2.dylib armv7&&&100577cdead15d323b986b6& /usr/lib/libiconv.2.dylib0x33e2f000 - 0x33e3cfff&&libbsm.0.dylib armv7&&&27ad6b3a74ce1068586eabd6a553183f& /usr/lib/libbsm.0.dylib0x - 0x34014fff&&libbz2.1.0.dylib armv7&&&5dabccbd4c4e0& /usr/lib/libbz2.1.0.dylib0x - 0x3404afff&&CoreLocation armv7&&&722cddd1b& /System/Library/Frameworks/CoreLocation.framework/CoreLocation0x - 0x34158fff&&libSystem.B.dylib armv7&&&acac51d858& /usr/lib/libSystem.B.dylib0x - 0x34162fff&&AccountSettings armv7&&&cd694944eca& /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings0x - 0x3424bfff&&libGLProgrammability.dylib armv7&&&9bcf5fe3e7abcff2896579& /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib0x - 0x3424efff&&libAccessibility.dylib armv7&&&06ddfeb094d63eeb2002d6d& /usr/lib/libAccessibility.dylib0x - 0x342f2fff&&IMGSGX535GLDriver armv7&&&b11326fd2& /System/Library/Extensions/IMGSGX535GLDriver.bundle/IMGSGX535GLDriver0x - 0x34327fff&&MobileKeyBag armv7&&&dfcffd1ebd3& /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag0x - 0x343fcfff&&ImageIO armv7&&&abf07fc0430aaf2a61aac& /System/Library/Frameworks/ImageIO.framework/ImageIO0x343fd000 - 0x34405fff&&MobileBluetooth armv7&&&0bd0c65ff81449fae029a04& /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth0x - 0x344ccfff&&CFNetwork armv7&&&9fdd6d65dabaf& /System/Library/Frameworks/CFNetwork.framework/CFNetwork0x344cd000 - 0x34503fff&&Security armv7&&&7ceab8d6c5ffae4dae0d22& /System/Library/Frameworks/Security.framework/Security0x - 0x3464bfff&&MusicLibrary armv7&&&c88efab70c7f0& /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary0x - 0x346f7fff&&libxml2.2.dylib armv7&&&1d74fa3a5ceccb2df667& /usr/lib/libxml2.2.dylib0x - 0x3471cfff&&IOSurface armv7&&&69e41f7996daba75c65b85a& /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface0x - 0x3495bfff&&ProtocolBuffer armv7&&&83f1b1cf6cfc& /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer0x34a5a000 - 0x34b78fff&&CoreGraphics armv7&&&4022bbf12f11dd1f6bf7c& /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics0x34b79000 - 0x34b8cfff&&libmis.dylib armv7&&&9fbfda9863eacdff8b121a2& /usr/lib/libmis.dylib0x34b8d000 - 0x34b91fff&&AssetsLibraryServices armv7&&&942a91ea1cf75f0750b2f& /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices0x34b92000 - 0x34b95fff&&ArtworkCache armv7&&&8ff796d092ff1a6bbe44& /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache0x34b96000 - 0x34c3cfff&&WebKit armv7&&&a1d8f60f2d& /System/Library/PrivateFrameworks/WebKit.framework/WebKit0x34d45000 - 0x34db3fff&&ProofReader armv7&&&479bd40ac65cb7e6c571f& /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader0x34dcf000 - 0x34e19fff&&libstdc++.6.dylib armv7&&&baab09769f92decea718& /usr/lib/libstdc++.6.dylib0x34e1b000 - 0x34e5ffff&&libsqlite3.dylib armv7&&&36b9bc7d02e29c8d321dd0d7bf7e115e& /usr/lib/libsqlite3.dylib0x34e60000 - 0x34e92fff&&AddressBook armv7&&&3dde743216bbff821dda6e3& /System/Library/Frameworks/AddressBook.framework/AddressBook0x - 0x35014fff&&IAP armv7&&&42a87fc47e059f5a73dcffbe& /System/Library/PrivateFrameworks/IAP.framework/IAP0x - 0x3501ffff&&CoreSurface armv7&&&dc0eed99a5c683f3ed66f& /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface0x350a1000 - 0x35173fff&&CoreFoundation armv7&&&17c9c36aed9d& /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x351c4000 - 0x35204fff&&CoreAudio armv7&&&b73efbeca75b33d75f335a& /System/Library/Frameworks/CoreAudio.framework/CoreAudio0x - 0x3534dfff&&libresolv.9.dylib armv7&&&1ed920d5a995cd94e71ce& /usr/lib/libresolv.9.dylib0x - 0x35350fff&&MobileInstallation armv7&&&74e2bd725dafa41d8cd89c& /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation上面是Device LOG
级别: 侠客
可可豆: 1683 CB
威望: 1683 点
在线时间: 357(时)
发自: Web Page
xcode里面显示signal “0”一般是内存不足的征兆,还有你device里面的:Thu Jan 13 16:14:51 iPhone ReportCrash[12029] &Error&: Saved crashreport to /Library/Logs/CrashReporter/LowMemory--161450.plist using uid: 0 gid: 0, synthetic_euid: 0 egid: 0----LowMemory----也显示了是内存的原因
级别: 天使
发帖: 152468
可可豆: 2255468 CB
威望: 2255468 点
在线时间: 1744(时)
发自: Web Page
好长..好长...可作如下尝试建立一个空的场景.叫&C&你要从A跳转到B那就 A~~C~~~B..~~你懂的..
我的博客:QQ:3122828,微博:@unity3
级别: 新手上路
可可豆: 206 CB
威望: 206 点
在线时间: 48(时)
发自: Web Page
我也遇到过相同的问题。。。开发的是一个跨平台的ios 游戏,scene切换时&&&&在真机的确会出现&&&&&&跳出的现象&& 也是无解中,很是郁闷&&我用的是ipod 伪3
Pages: 1/3
关注本帖(如果有新回复会站内信通知您)
发帖、回帖都会得到可观的积分奖励。
按"Ctrl+Enter"直接提交
关注CocoaChina
关注微信 每日推荐
扫一扫 关注CVP公众号
扫一扫 浏览移动版

我要回帖

更多关于 unity 关闭组件 的文章

 

随机推荐