-
Creator 版本: 2.4.3
-
目标平台:雷电模拟器3.x版本
-
重现方式:打包armeabi-v7a, 启动崩溃,
-
首个报错: D/cocos2d-x( 9245): find in flash memory dirPath(/data/data/org.cocos2d.examplecases/files/temp)
V/libnb ( 9245): enter native_bridge2_getTrampoline Java_org_cocos2dx_lib_Cocos2dxRenderer_nativeOnSurfaceChanged, trampoline_addr 0xb346ae3c
V/libnb ( 9245): enter native_bridge2_getTrampoline Java_org_cocos2dx_lib_Cocos2dxRenderer_nativeRender, trampoline_addr 0xb346ae04
V/libnb ( 9245): enter native_bridge2_getTrampoline Java_org_cocos2dx_lib_Cocos2dxRenderer_nativeOnResume, trampoline_addr 0xb346adcc
D/renderer( 9245): (616): Device caps: maxVextexTextures: 16, maxFragUniforms: 16, maxTextureUints: 16, maxVertexAttributes: 16, maxDrawBuffers: 1, maxColorAttatchments: 1
D/houdini ( 9245): [9270] Warning error (ID:0x014000e7).
D/houdini ( 9245): [9266] Unsupported feature (ID:0x20e000af).
F/libc ( 9245): Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdead0000 in tid 9266 (GLThread 308)
I/DEBUG ( 1339): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1339): Build fingerprint: ‘asus/android_x86/x86:5.1.1/LMY47I/8.3.19:user/release-keys’
I/DEBUG ( 1339): Revision: ‘0’
I/DEBUG ( 1339): ABI: ‘x86’
I/DEBUG ( 1339): pid: 9245, tid: 9266, name: GLThread 308 >>> org.cocos2d.examplecases <<<
I/DEBUG ( 1339): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xdead0000
I/DEBUG ( 1339): eax 00000000 ebx b38cbff4 ecx b7ff55a0 edx b7ff55a0
I/DEBUG ( 1339): esi 00000008 edi 00000001
I/DEBUG ( 1339): xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
I/DEBUG ( 1339): eip b37370ee ebp 000000af esp a509d8e4 flags 00210282
I/DEBUG ( 1339):
I/DEBUG ( 1339): backtrace:
I/DEBUG ( 1339): #00 pc 001950ee /system/lib/libhoudini.so
I/DEBUG ( 1339):
I/DEBUG ( 1339): Tombstone written to: /data/tombstones/tombstone_04
I/BootReceiver( 1516): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
W/ActivityManager( 1516): Force finishing activity 1 org.cocos2d.examplecases/org.cocos2dx.javascript.AppActivity -
之前哪个版本是正常的:
-
手机型号:
-
手机浏览器:
-
编辑器操作系统:
-
重现概率: 100%
过滤一下abi试试
模拟器运行应该要打包x86的cpu类型进去吧
没x86的模拟器现在也支持的。cocos2dx 打的armeabi-v7a 就能正常运行。creator 不行。