larku
November 12, 2015, 5:35am
1
I’m getting the following error for my native library (libMyLibrary.so) but only on some devices:
DllNotFoundException: Unable to load DLL 'MyLibrary': The specified module could not be found.
The same APK runs perfectly on my OnePlus One but fails with this error on my Galaxy Note 10.1 (GT-N8010, Android 4.1.2).
Mono builds works fine on both devices.
Any ideas on what could cause this?
I see this error (on both devices) prior but I’m thinking that it’s not related, just including here for completeness. There’s no relationship between the Google Play services and my native library:
11-12 16:06:00.710: E/GooglePlayServicesUtil(8814): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
Any ideas?
larku:
I’m getting the following error for my native library (libMyLibrary.so) but only on some devices:
DllNotFoundException: Unable to load DLL 'MyLibrary': The specified module could not be found.
The same APK runs perfectly on my OnePlus One but fails with this error on my Galaxy Note 10.1 (GT-N8010, Android 4.1.2).
Mono builds works fine on both devices.
Any ideas on what could cause this?
I see this error (on both devices) prior but I’m thinking that it’s not related, just including here for completeness. There’s no relationship between the Google Play services and my native library:
11-12 16:06:00.710: E/GooglePlayServicesUtil(8814): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
Any ideas?
@larku
What does the DllImport attribute look like in the C# code? Also, is there a stack trace for the managed exception?
larku
November 13, 2015, 1:46am
3
Hey @JoshPeterson
The DLLImport attribute is like so:
#if UNITY_ANDROID
private const string BINDING_NAME = "MyLibrary";
#elif UNITY_IPHONE
private const string BINDING_NAME = "__Internal";
#else
// not supported
private const string BINDING_NAME = "none";
#endif
[Dllmport (BINDING_NAME)]
There is no exception or stacktrace.
elias_t
November 13, 2015, 4:16am
4
I have the same issue and already submitted 2 bug reports some time ago.
case 736110
1 Like
larku
November 13, 2015, 10:58am
5
Hey @JoshPeterson Could you possibly test @elias_t 's repo project on a Galaxy Note 10.1 (GT-N8010, Android 4.1.2) to see if it is reproducible?
1 Like
@larku @elias_t
Thanks, we will see if this is reproducible and have a look at the bug report.
@elias_t thanks for the bug report, we’ll look into that.
One note: please ALWAYS specify all details about which device you are using - make, model, Android version/build number.
larku
November 13, 2015, 1:26pm
8
@JoshPeterson @Yury-Habets
I’ve just uploaded a new bug report with repo project, native library source, offending apk and details.
Case 744342
2 Likes
larku
November 14, 2015, 6:21am
9
Hey @JoshPeterson @Yury-Habets
I’d like to add that the failed to load DLL error with IL2CPP also occurs on:
Type: Galaxy Tab 2 10.1
Model: GT-P5110
Android: 4.0.3
Kernel: 3.0.8-546364
Build Num: IML74K.P5110XWALE2
larku
November 17, 2015, 2:49am
10
Hey @JoshPeterson @Yury-Habets
I didn’t see case 736110 in the release notes for 5.2.2p4 any idea if this is fixed in p4? If not, any idea of when a fix may be available?
My case was closed as a known duplicate - so I assume that someone is on the case.
@larku the issue has not been fixed yet:
The issue is device/android version specific. The fix is on its way. Stay tuned!
1 Like
larku
November 21, 2015, 10:50am
12
Hey @JoshPeterson @Yury-Habets
Are there any workarounds for this issue that I could apply now?
Any word on when we might see a fix?
Thanks.
@larku : other than using another Android device - I don’t think there’s a workaround Latest Nexuses work fine for me.
I’m working on a fix.
1 Like
larku
November 30, 2015, 12:11am
14
@JoshPeterson is the right person to answer But it seems quite likely the fix will be backported to 5.2.
2 Likes
larku
December 7, 2015, 1:01am
16
Hey @JoshPeterson
Sorry to be inpatient, but do we know if/when this will be fixed in 5.2 given that it’s already fixed in 5.3?
We’ve got some pretty hard deadlines for getting our Android release out and this is our only show stopper right now.
Regards.
larku
December 10, 2015, 3:07pm
17
Hey @JoshPeterson @Yury-Habets ,
I’ve just tested things with 5.2.3p3 and the libraries now load but things are very unstable (but works fine with Mono)
The error below happens on both devices:
Type: Galaxy Note 10.1 tablet
Model: GT-N8010
Android Version: 4.1.2
Kernel version: 3.0.31-805288
Type: OnePlus One
Model: A0001
Android Version: 5.1.1
CyanogenMod Version: 12.1-YOG4PAS3JL
The repro I provided with Case 744342 now fails on both devices with a segfault (shown bellow):
Steps to reproduce:
Open project
Build using IL2CPP target (ARMv7)
Run on device
Wait for repro to load and show text on screen
Touch the screen
Application explodes with:
12-11 01:26:46.093 1837-1837/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-11 01:26:46.093 1837-1837/? I/DEBUG: Build fingerprint: ‘samsung/p4notewifixx/p4notewifiww:4.1.2/JZO54K/N8010XXUCMK2:user/release-keys’
12-11 01:26:46.093 1837-1837/? I/DEBUG: pid: 29252, tid: 29270, name: UnityMain >>> com.repo.proj <<<
12-11 01:26:46.093 1837-1837/? I/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
12-11 01:26:46.098 2150-2410/? I/InputReader: Touch event’s action is 0x1 (deviceType=0) [pCnt=1, s=]
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.263 1837-1837/? I/DEBUG: r0 00000001 r1 00000000 r2 6214de88 r3 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: r4 5e5e09b4 r5 5e5e0940 r6 5eb96d58 r7 61e8e470
12-11 01:26:46.263 1837-1837/? I/DEBUG: r8 000003e8 r9 3b9aca00 sl 3b9aca00 fp 5e5e0548
12-11 01:26:46.263 1837-1837/? I/DEBUG: ip 00000000 sp 5e5e01b0 lr 5f3dfc4c pc 5f3dfcdc cpsr 20000010
12-11 01:26:46.263 1837-1837/? I/DEBUG: d0 44a0000000000000 d1 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d2 443c000000000000 d3 00000000447a0000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d4 0000000043bc0000 d5 443c000044a00000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d6 443bc000449fe000 d7 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d8 0000000000000000 d9 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d10 0000000000000000 d11 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d12 0000000000000000 d13 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d14 0000000000000000 d15 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d16 0000000000000000 d17 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d18 3c84c31b3c69f544 d19 428c0f2d3f7ffffe
12-11 01:26:46.263 1837-1837/? I/DEBUG: d20 3c84c31b3c69f544 d21 428c0f2d3f7ffffe
12-11 01:26:46.263 1837-1837/? I/DEBUG: d22 b380000000000000 d23 3f80000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d24 000000003b23d70b d25 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d26 3b8b703400000000 d27 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d28 0000000000000000 d29 00000000bad1b718
12-11 01:26:46.263 1837-1837/? I/DEBUG: d30 b380000000000000 d31 3f80000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: scr 8000001a
12-11 01:26:46.263 1837-1837/? I/DEBUG: #00 pc 00703cdc /data/data/com.repo.proj/lib/libil2cpp.so (PointerInputModule_GetTouchPointerEventData_m_2100208837_0+392)
12-11 01:26:46.263 1837-1837/? I/DEBUG: #01 pc 00703c48 /data/data/com.repo.proj/lib/libil2cpp.so (PointerInputModule_GetTouchPointerEventData_m_2100208837_0+244)
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0170 6214de88
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0174 5eb96d58
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0178 5e5e0514
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e017c 00010000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0180 5e5e0514
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0184 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0188 5eb96cb0
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e018c 6214de88
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0190 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0194 01800000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0198 5e5e0514
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e019c 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01a0 6214de88
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01a4 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01a8 df0027ad
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01ac 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: #00 5e5e01b0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: … …
12-11 01:26:46.263 1837-1837/? I/DEBUG: #01 5e5e01b0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01b4 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01b8 6049eab0
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01bc 61efcaf8
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01c0 61efcaec
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01c4 5d525b20 /data/data/com.repo.proj/lib/libunity.so
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01c8 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01cc 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01d0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01d4 3f800000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01d8 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01dc 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01e0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01e4 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01e8 5fe76340
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01ec 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de68 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de78 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de88 61f24f38 00000000 5eb96d58 00000000 8O.a…Xm.^…
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de98 00000000 62131f18 00000000 00000000 …b…
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214dea8 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0994 5d56ac80 6128e4d0 00000000 61f1d870 …V]…(a…p…a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09a4 61e8e470 000000ac 5d792214 61f1d870 p…a…"y]p…a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09b4 00000000 c4653600 5d6cb8c4 5e1f4d34 …6e…l]4M.^
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09c4 61e8e470 4124b6ac 5eb96d58 00002772 p…a…$AXm.^r’…
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09d4 00000000 00000101 00000000 61c84130 …0A.a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0920 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0930 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0940 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0950 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0960 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d38 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d48 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d58 61e8da98 00000000 00002772 61f1d870 …a…r’…p…a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d68 5fbc7660 5eb98f80 00000000 00000001 v._...^........ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d78 00000005 00000000 00000000 00000000 ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e450 5f7c1738 61e8e6c0 5f9a2d04 00000000 8.|_...a.-._.... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e460 00000000 0000002a 00000081 0000ffff ....*........... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e470 5f3d43a4 5f65dea0 5f8e0211 61e8da98 .C=_..e_..._...a 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e480 5f7c1738 61e8e6d0 5f9a2d3c 00000000 8.|_...a<-._.... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e490 00000000 0000002b 000001c4 00000010 ....+........... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9e0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9f0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca00 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca10 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca20 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9e0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9f0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca00 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca10 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca20 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0528 5e5e0558 5e5e09b4 5e5e0940 5eb96d58 X.^^..^^@.^^Xm.^ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0538 61e8e470 000003e8 3b9aca00 3b9aca00 p..a.......;...; 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0548 5e5e0740 5f3e839c 5e5e0740 00000000 @.^^..>_@.^^.... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0558 43962800 43bb8600 43962800 43bb8600 .(.C...C.(.C...C 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0568 00000000 00000000 00000000 00000001 ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0190 00000000 01800000 5e5e0514 00000000 ..........^^.... 12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01a0 6214de88 00000000 df0027ad 00000000 ...b.....'...... 12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01b0 00000000 00000000 6049eab0 61efcaf8 ..........I
…a
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01c0 61efcaec 5d525b20 00000000 00000000 …a [R]…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01d0 00000000 3f800000 00000000 00000000 …?..
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcbc e50b0088 ea000003 e3a00001 e50b0084 …
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfccc e51b007c e50b0088 e51b0084 e51b1088 |…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcdc e5c10000 e51b002c e50b00b4 e3a01000 …,…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcec e59d0170 eb030f19 e50b00b8 e51b00b4 p…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcfc e50b0090 e51b00b8 e3500004 1a000003 …P…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc2c e54b009d e54b0035 e51b0034 e50b00a4 …K.5.K.4…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc3c ebe62a95 e51b00a4 e59d1168 ebffecbe .*…h…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc4c e51b0028 e50b00a8 e55b0035 e2000001 (…5.[…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc5c e54b00a9 e51b00a8 e50b0080 e59d0174 …K…t…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc6c e55b10a9 e3110001 e58d0160 0a000003 …[…`…
My actual real project DLL also loads now, but on the GT-N8010 it segfaults at startup while unity spash is still shown.
On the A0001 it starts up fine but crashes like the repro once the screen is touched.
Any chance of a quick fix for this? I’m getting really close to my release deadline
larku:
Hey @JoshPeterson @Yury-Habets ,
I’ve just tested things with 5.2.3p3 and the libraries now load but things are very unstable (but works fine with Mono)
The error below happens on both devices:
Type: Galaxy Note 10.1 tablet
Model: GT-N8010
Android Version: 4.1.2
Kernel version: 3.0.31-805288
Type: OnePlus One
Model: A0001
Android Version: 5.1.1
CyanogenMod Version: 12.1-YOG4PAS3JL
The repro I provided with Case 744342 now fails on both devices with a segfault (shown bellow):
Steps to reproduce:
Open project
Build using IL2CPP target (ARMv7)
Run on device
Wait for repro to load and show text on screen
Touch the screen
Application explodes with:
12-11 01:26:46.093 1837-1837/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-11 01:26:46.093 1837-1837/? I/DEBUG: Build fingerprint: ‘samsung/p4notewifixx/p4notewifiww:4.1.2/JZO54K/N8010XXUCMK2:user/release-keys’
12-11 01:26:46.093 1837-1837/? I/DEBUG: pid: 29252, tid: 29270, name: UnityMain >>> com.repo.proj <<<
12-11 01:26:46.093 1837-1837/? I/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
12-11 01:26:46.098 2150-2410/? I/InputReader: Touch event’s action is 0x1 (deviceType=0) [pCnt=1, s=]
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.098 2150-2409/? I/InputDispatcher: Delivering touch to current input target: action: 0x1
12-11 01:26:46.263 1837-1837/? I/DEBUG: r0 00000001 r1 00000000 r2 6214de88 r3 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: r4 5e5e09b4 r5 5e5e0940 r6 5eb96d58 r7 61e8e470
12-11 01:26:46.263 1837-1837/? I/DEBUG: r8 000003e8 r9 3b9aca00 sl 3b9aca00 fp 5e5e0548
12-11 01:26:46.263 1837-1837/? I/DEBUG: ip 00000000 sp 5e5e01b0 lr 5f3dfc4c pc 5f3dfcdc cpsr 20000010
12-11 01:26:46.263 1837-1837/? I/DEBUG: d0 44a0000000000000 d1 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d2 443c000000000000 d3 00000000447a0000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d4 0000000043bc0000 d5 443c000044a00000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d6 443bc000449fe000 d7 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d8 0000000000000000 d9 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d10 0000000000000000 d11 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d12 0000000000000000 d13 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d14 0000000000000000 d15 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d16 0000000000000000 d17 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d18 3c84c31b3c69f544 d19 428c0f2d3f7ffffe
12-11 01:26:46.263 1837-1837/? I/DEBUG: d20 3c84c31b3c69f544 d21 428c0f2d3f7ffffe
12-11 01:26:46.263 1837-1837/? I/DEBUG: d22 b380000000000000 d23 3f80000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d24 000000003b23d70b d25 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d26 3b8b703400000000 d27 0000000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: d28 0000000000000000 d29 00000000bad1b718
12-11 01:26:46.263 1837-1837/? I/DEBUG: d30 b380000000000000 d31 3f80000000000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: scr 8000001a
12-11 01:26:46.263 1837-1837/? I/DEBUG: #00 pc 00703cdc /data/data/com.repo.proj/lib/libil2cpp.so (PointerInputModule_GetTouchPointerEventData_m_2100208837_0+392)
12-11 01:26:46.263 1837-1837/? I/DEBUG: #01 pc 00703c48 /data/data/com.repo.proj/lib/libil2cpp.so (PointerInputModule_GetTouchPointerEventData_m_2100208837_0+244)
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0170 6214de88
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0174 5eb96d58
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0178 5e5e0514
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e017c 00010000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0180 5e5e0514
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0184 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0188 5eb96cb0
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e018c 6214de88
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0190 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0194 01800000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0198 5e5e0514
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e019c 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01a0 6214de88
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01a4 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01a8 df0027ad
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01ac 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: #00 5e5e01b0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: … …
12-11 01:26:46.263 1837-1837/? I/DEBUG: #01 5e5e01b0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01b4 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01b8 6049eab0
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01bc 61efcaf8
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01c0 61efcaec
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01c4 5d525b20 /data/data/com.repo.proj/lib/libunity.so
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01c8 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01cc 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01d0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01d4 3f800000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01d8 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01dc 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01e0 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01e4 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01e8 5fe76340
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e01ec 00000000
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de68 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de78 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de88 61f24f38 00000000 5eb96d58 00000000 8O.a…Xm.^…
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214de98 00000000 62131f18 00000000 00000000 …b…
12-11 01:26:46.263 1837-1837/? I/DEBUG: 6214dea8 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0994 5d56ac80 6128e4d0 00000000 61f1d870 …V]…(a…p…a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09a4 61e8e470 000000ac 5d792214 61f1d870 p…a…"y]p…a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09b4 00000000 c4653600 5d6cb8c4 5e1f4d34 …6e…l]4M.^
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09c4 61e8e470 4124b6ac 5eb96d58 00002772 p…a…$AXm.^r’…
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e09d4 00000000 00000101 00000000 61c84130 …0A.a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0920 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0930 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0940 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0950 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0960 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d38 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d48 00000000 00000000 00000000 00000000 …
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d58 61e8da98 00000000 00002772 61f1d870 …a…r’…p…a
12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d68 5fbc7660 5eb98f80 00000000 00000001 v._...^........ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5eb96d78 00000005 00000000 00000000 00000000 ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e450 5f7c1738 61e8e6c0 5f9a2d04 00000000 8.|_...a.-._.... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e460 00000000 0000002a 00000081 0000ffff ....*........... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e470 5f3d43a4 5f65dea0 5f8e0211 61e8da98 .C=_..e_..._...a 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e480 5f7c1738 61e8e6d0 5f9a2d3c 00000000 8.|_...a<-._.... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 61e8e490 00000000 0000002b 000001c4 00000010 ....+........... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9e0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9f0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca00 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca10 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca20 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9e0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9ac9f0 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca00 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca10 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 3b9aca20 ffffffff ffffffff ffffffff ffffffff ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0528 5e5e0558 5e5e09b4 5e5e0940 5eb96d58 X.^^..^^@.^^Xm.^ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0538 61e8e470 000003e8 3b9aca00 3b9aca00 p..a.......;...; 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0548 5e5e0740 5f3e839c 5e5e0740 00000000 @.^^..>_@.^^.... 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0558 43962800 43bb8600 43962800 43bb8600 .(.C...C.(.C...C 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0568 00000000 00000000 00000000 00000001 ................ 12-11 01:26:46.263 1837-1837/? I/DEBUG: 5e5e0190 00000000 01800000 5e5e0514 00000000 ..........^^.... 12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01a0 6214de88 00000000 df0027ad 00000000 ...b.....'...... 12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01b0 00000000 00000000 6049eab0 61efcaf8 ..........I
…a
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01c0 61efcaec 5d525b20 00000000 00000000 …a [R]…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5e5e01d0 00000000 3f800000 00000000 00000000 …?..
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcbc e50b0088 ea000003 e3a00001 e50b0084 …
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfccc e51b007c e50b0088 e51b0084 e51b1088 |…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcdc e5c10000 e51b002c e50b00b4 e3a01000 …,…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcec e59d0170 eb030f19 e50b00b8 e51b00b4 p…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfcfc e50b0090 e51b00b8 e3500004 1a000003 …P…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc2c e54b009d e54b0035 e51b0034 e50b00a4 …K.5.K.4…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc3c ebe62a95 e51b00a4 e59d1168 ebffecbe .*…h…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc4c e51b0028 e50b00a8 e55b0035 e2000001 (…5.[…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc5c e54b00a9 e51b00a8 e50b0080 e59d0174 …K…t…
12-11 01:26:46.268 1837-1837/? I/DEBUG: 5f3dfc6c e55b10a9 e3110001 e58d0160 0a000003 …[…`…
My actual real project DLL also loads now, but on the GT-N8010 it segfaults at startup while unity spash is still shown.
On the A0001 it starts up fine but crashes like the repro once the screen is touched.
Any chance of a quick fix for this? I’m getting really close to my release deadline
@larku
We’ll look again at case 744342 to see if we can reproduce this.
elias_t
December 11, 2015, 2:08am
19
I can confirm that the issue is resolved for me with unity5.2.3p3.
However I guess this fix didn’t make it to unity5.3, and there it crashes.
unity5.2 requires ndk 10b and unity5.3 requires ndk 10e.
1 Like
elias_t:
I can confirm that the issue is resolved for me with unity5.2.3p3.
However I guess this fix didn’t make it to unity5.3, and there it crashes.
unity5.2 requires ndk 10b and unity5.3 requires ndk 10e.
@elias_t
You are correct, this fix missed the cut-off for 5.3, unfortunately. It is merged into the branch for 5.3.0p1 though, which should be available next Wednesday.