AssetBundle.LoadFromFile cause Inflate Error: (file zip crc32 : 00000000) (result: fffffffb)
I have met a crash on android device when using "AssetBundle.LoadFromFile" to load a AssetBundle which is not exist in fact. In Android Studio logcat window, it can be show with this message "E/Unity: Inflate Error: (file zip crc32 : 00000000) (result: fffffffb)".
I all know that it will return null when using AssetBundle.LoadFromFile to load AssetBundle which is not exist in fact. But now it cause a crash on android device. I google about this problem, but can not find some helpful infomation.
Env: Unity 2018.4.28f1
Has Anyone met this problem?
Your answer
Follow this Question
Related Questions
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x50 0 Answers
Random Crashes (SIGSEGV) on Android Huawei devices - (maybe linked to AssetBundles and/or Textures) 2 Answers
Why does my Android game crash? 3 Answers
My game randomly crashes on some devices why ? and how do i fix ? 1 Answer
App crashes since AdMob is added 0 Answers