hello
our latest game CTF 2000 crashes on the device using the August UDK.
various tests have confirmed something to do with the car causes the crash. they are working fine in May UDK.
the log is always empty and i missed the first few iphone crash reports, strangely 1 of the reports mentioned "SVehicleSimTank", the cars are SVehicle with UDKVehicleWheel and UDKVehicleSimCar.
a car without a skeletal mesh does NOT crash the phone.
the skelital mesh on its own does NOT crash.
a car with a skeletal mesh DOES cause the crash.
nothing in the code or models have been changed and of course i have checked again and again if there's anything wrong with the mesh, even imported again, checked bone names ect...
the crash report from the phone
our latest game CTF 2000 crashes on the device using the August UDK.
various tests have confirmed something to do with the car causes the crash. they are working fine in May UDK.
the log is always empty and i missed the first few iphone crash reports, strangely 1 of the reports mentioned "SVehicleSimTank", the cars are SVehicle with UDKVehicleWheel and UDKVehicleSimCar.
a car without a skeletal mesh does NOT crash the phone.
the skelital mesh on its own does NOT crash.
a car with a skeletal mesh DOES cause the crash.
nothing in the code or models have been changed and of course i have checked again and again if there's anything wrong with the mesh, even imported again, checked bone names ect...
the crash report from the phone
Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>AutoSubmitted</key> <true/> <key>SysInfoCrashReporterKey</key> <string>a13f39d3ff42a821066cedd707d8e1ca2a551e98</string> <key>bug_type</key> <string>109</string> <key>description</key> <string>Incident Identifier: 34518F5C-6746-4650-AD3F-A1A0A8A5E1C5 CrashReporter Key: a13f39d3ff42a821066cedd707d8e1ca2a551e98 Hardware Model: iPhone2,1 Process: iFile5 [4402] Path: //Applications/iFile.app/iFile5 Identifier: iFile5 Version: ??? (???) Code Type: ARM (Native) Parent Process: launchd [1] Date/Time: 2014-09-02 12:26:18.545 +0200 OS Version: iOS 6.1 (10B141) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x2fe00000 Crashed Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_c.dylib 0x3b7ceda0 0x3b7cc000 + 11680 1 UIKit 0x355fde26 0x3553c000 + 794150 2 UIKit 0x355fdd62 0x3553c000 + 793954 3 iFile5 0x00036e02 0x4000 + 208386 4 UIKit 0x3553fd12 0x3553c000 + 15634 5 UIKit 0x3553f6c8 0x3553c000 + 14024 6 UIKit 0x3553f116 0x3553c000 + 12566 7 GraphicsServices 0x371f95a0 0x371f3000 + 26016 8 GraphicsServices 0x371f91ce 0x371f3000 + 25038 9 CoreFoundation 0x3370c170 0x33675000 + 618864 10 CoreFoundation 0x3370c112 0x33675000 + 618770 11 CoreFoundation 0x3370af94 0x33675000 + 614292 12 CoreFoundation 0x3367deb8 0x33675000 + 36536 13 CoreFoundation 0x3367dd44 0x33675000 + 36164 14 GraphicsServices 0x371f82e6 0x371f3000 + 21222 15 UIKit 0x355932fc 0x3553c000 + 357116 16 iFile5 0x000311bc 0x4000 + 184764 17 iFile5 0x0000a604 0x4000 + 26116 Thread 1 name: Dispatch queue: com.apple.libdispatch-manager Thread 1: 0 libsystem_kernel.dylib 0x3b874648 0x3b873000 + 5704 1 libdispatch.dylib 0x3b7ad4ec 0x3b79c000 + 70892 2 libdispatch.dylib 0x3b79fdf4 0x3b79c000 + 15860 Thread 2 name: WebThread Thread 2: 0 libsystem_kernel.dylib 0x3b873eb4 0x3b873000 + 3764 1 libsystem_kernel.dylib 0x3b874048 0x3b873000 + 4168 2 CoreFoundation 0x3370c040 0x33675000 + 618560 3 CoreFoundation 0x3370ad9e 0x33675000 + 613790 4 CoreFoundation 0x3367deb8 0x33675000 + 36536 5 CoreFoundation 0x3367dd44 0x33675000 + 36164 6 WebCore 0x3962d500 0x39623000 + 42240 7 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 8 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 3 name: com.apple.CFSocket.private Thread 3: 0 libsystem_kernel.dylib 0x3b884594 0x3b873000 + 71060 1 CoreFoundation 0x337101f2 0x33675000 + 635378 2 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 3 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 4 name: com.apple.gamekitservices.gcksession.recvproc Thread 4: 0 libsystem_kernel.dylib 0x3b884594 0x3b873000 + 71060 1 GameKitServices 0x37087c72 0x37077000 + 68722 2 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 3 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 5 name: com.apple.gamekitservices.gcksession.sendproc Thread 5: 0 libsystem_kernel.dylib 0x3b884594 0x3b873000 + 71060 1 GameKitServices 0x37087eae 0x37077000 + 69294 2 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 3 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 6 name: com.apple.gamekitservices.eventcallback.eventcbproc Thread 6: 0 libsystem_kernel.dylib 0x3b88408c 0x3b873000 + 69772 1 libsystem_c.dylib 0x3b7d5d2a 0x3b7cc000 + 40234 2 libsystem_c.dylib 0x3b7dff14 0x3b7cc000 + 81684 3 GameKitServices 0x37083b28 0x37077000 + 52008 4 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 5 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 7: 0 libsystem_kernel.dylib 0x3b884594 0x3b873000 + 71060 1 GameKitServices 0x370a5572 0x37077000 + 189810 2 Foundation 0x3404de80 0x33f9d000 + 724608 3 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 4 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 8 name: JavaScriptCore::BlockFree Thread 8: 0 libsystem_kernel.dylib 0x3b88408c 0x3b873000 + 69772 1 libsystem_c.dylib 0x3b7d5d2a 0x3b7cc000 + 40234 2 libsystem_c.dylib 0x3b7d5aa0 0x3b7cc000 + 39584 3 JavaScriptCore 0x375f5c70 0x3759a000 + 375920 4 JavaScriptCore 0x37707552 0x3759a000 + 1496402 5 JavaScriptCore 0x37719fa8 0x3759a000 + 1572776 6 libsystem_c.dylib 0x3b7dd30e 0x3b7cc000 + 70414 7 libsystem_c.dylib 0x3b7dd1d4 0x3b7cc000 + 70100 Thread 9 name: Dispatch queue: com.apple.root.default-priority Thread 9: 0 libsystem_kernel.dylib 0x3b8846a4 0x3b873000 + 71332 1 libsystem_c.dylib 0x3b7e23ce 0x3b7cc000 + 91086 2 libsystem_c.dylib 0x3b842de6 0x3b7cc000 + 486886 3 iFile5 0x00036e98 0x4000 + 208536 4 libdispatch.dylib 0x3b79e11c 0x3b79c000 + 8476 5 libdispatch.dylib 0x3b7ac254 0x3b79c000 + 66132 6 libdispatch.dylib 0x3b7ac3b4 0x3b79c000 + 66484 7 libsystem_c.dylib 0x3b7d2a0e 0x3b7cc000 + 27150 8 libsystem_c.dylib 0x3b7d28a0 0x3b7cc000 + 26784 Thread 10: 0 libsystem_kernel.dylib 0x3b884d98 0x3b873000 + 73112 1 libsystem_c.dylib 0x3b7d2cf6 0x3b7cc000 + 27894 2 libsystem_c.dylib 0x3b7d2a12 0x3b7cc000 + 27154 3 libsystem_c.dylib 0x3b7d28a0 0x3b7cc000 + 26784 Thread 11: 0 libsystem_kernel.dylib 0x3b884d98 0x3b873000 + 73112 1 libsystem_c.dylib 0x3b7d2cf6 0x3b7cc000 + 27894 2 libsystem_c.dylib 0x3b7d2a12 0x3b7cc000 + 27154 3 libsystem_c.dylib 0x3b7d28a0 0x3b7cc000 + 26784 Thread 0 crashed with ARM Thread State (32-bit): r0: 0x07000000 r1: 0x2fdffffc r2: 0x01011bc0 r3: 0x01012e80 r4: 0x2fdfe95c r5: 0x07000000 r6: 0x01013280 r7: 0x2fdfe97c r8: 0x0035cec0 r9: 0x00000000 r10: 0x06220070 r11: 0x3bdd5f10 ip: 0x07001680 sp: 0x2fdfe968 lr: 0x3b7cb8ff pc: 0x3b7ceda0 cpsr: 0x200f0030
Comment