Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
29
Found in
2018.2.0a1
2018.2.0f2
Issue ID
1062852
Regression
Yes
Android application crashes when native function returns null
Calling Android native function that returns null through AndroidJavaObject.CallStatic<object> method crashes application
Steps to reproduce:
1. Open attached project "RefExp2"
2. Build and run on Android
-Inspect logcat for crash logs (Application screen will also turn black)
Reproduced with: 2018.2.0a1, 2018.2.1f1, 2018.3.0a7
Didn't reproduce with: 2017.3.2f1, 2017.4.9f1, 2018.1.8f1
Regressed in: 2018.2.0a1
Devices under test:
VLNQA00031, Lge Nexus 5 (Nexus 5), 6.0.1, CPU: Snapdragon 800 MSM8974, GPU: Adreno (TM) 330
VLNQA00002, Samsung Galaxy S5 Neo (SM-G903F), 6.0.1, CPU: Exynos 7 Octa 7580, GPU: Mali-T720
VLNQA00025, Xiaomi Mi 5s (MI 5s), 6.0.1, CPU: Snapdragon 820 MSM8996, GPU: Adreno (TM) 530
Google Emulator (Android SDK built for x86), 8.0.0, GPU: Android Emulator OpenGL ES Translator (AMD Radeon (TM) R7 360 Series)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Undoing the branch rotation resets only wireframe and not mesh when undoing the action first time after launching the project
- Asset Bundles retain their previous hash and CRC values when an object within a bundle is changed and rebuilt
- APV Reflection Probe Normalization breaks when SSGI is enabled
- Default Custom Components in project have Library counterparts
- [iOS]"The destination host has an erroneous SSL certificate" error is thrown when using UnityWebRequest to connect to the server with a self-signed certificate
jbrandao_gazeus
Sep 04, 2018 17:18
Hello, is this fixed? Having issues on 2018.2.6f1
sp-ivan-hernandez
Aug 30, 2018 17:07
Still seen in 2018.2.6f1
Evaldas_Unity
Aug 30, 2018 13:55
Hi, @REGISTERVISUALSTUDIO : )
The 2018.2 pr is in queue. It is taking a little bit longer than usual because of the summer vacations and what not. My bet would be on the version that comes out in 2~ weeks.
registervisualstudio
Aug 30, 2018 13:43
Just curious on the timeline of "Fixed in future release". This issue was marked fixed before 2018.2.4f1 was released, and was not included in the release notes for 2018.2.4f1, 2018.2.5f1, or 2018.2.6f1. Does a "future release" mean some time in the 2018.2.* cycle, or does it refer to 2018.3.*?
jschieck
Aug 18, 2018 22:36
Still seen in 2018.2.3f1 with Get<string>
registervisualstudio
Aug 15, 2018 17:24
Please fix soon. Thanks in advance!
dongyiqi
Aug 14, 2018 09:57
mapObj.Call<string>("put", "publicKey", "keyabc"); also crashed
https://forum.unity.com/threads/unity2018-2-3-call-java-method-crash.545029/#post-3596465
unity_ReK9RbvLXAmYMw
Aug 08, 2018 03:56
i understand this has nothing to do with this issue but theirs no other issue about this, i cant find the right mono develop download website so if anyone can post a link to a website for that that would be great. thanks.
aianovskyi
Aug 06, 2018 06:58
Also reproducible in Call<T> and GetField<T>