You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: android.runtime.JavaProxyThrowable: [System.NullReferenceException]: Object reference not set to an instance of an object
at FFImageLoading.Maui.CachedImage.SetupOnBeforeImageLoading()
at FFImageLoading.Maui.Platform.CachedImageHandler.UpdateBitmap()
at FFImageLoading.Maui.Platform.CachedImageHandler.ConnectHandler()
at Microsoft.Maui.Handlers.ViewHandler`2[[FFImageLoading.Maui.CachedImage, FFImageLoading.Compat.Maui, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null],[FFImageLoading.Maui.Platform.CachedImageView, FFImageLoading.Compat.Maui, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]].OnConnectHandler()
at Microsoft.Maui.Handlers.ViewHandler.OnConnectHandler()
at Microsoft.Maui.Handlers.ElementHandler.ConnectHandler()
at Microsoft.Maui.Handlers.ElementHandler.SetVirtualView()
Steps to Reproduce
Loading of the image on limited network.
Expected Behavior
Either image should load / not. But app should not get crash
Actual Behavior
Basic Information
Version with issue:
Last known good version:
Platform:
Screenshots
Reproduction Link / Code
The text was updated successfully, but these errors were encountered:
I tested the sample project with air-plane mode. The CacheImage controls just could not load the web images and could not reproduce your crash issue. Can you update the FFImageLoading.Maui lib to the latest version to verify it or upload a litte demo project for me to reproduce this issue?
@sunilsolanki-alight I think you can try to migrate FFImageLoadingCompat.Svg.Maui to FFImageLoading.Maui. The reason I created FFImageLoading.Maui is that FFImageLoadingCompat.Svg.Maui had not been update for a long time and it had some CRITICAL crash/memory related bugs. I have fixed a lot of those bugs.
Description
Fatal Exception: android.runtime.JavaProxyThrowable: [System.NullReferenceException]: Object reference not set to an instance of an object
at FFImageLoading.Maui.CachedImage.SetupOnBeforeImageLoading()
at FFImageLoading.Maui.Platform.CachedImageHandler.UpdateBitmap()
at FFImageLoading.Maui.Platform.CachedImageHandler.ConnectHandler()
at Microsoft.Maui.Handlers.ViewHandler`2[[FFImageLoading.Maui.CachedImage, FFImageLoading.Compat.Maui, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null],[FFImageLoading.Maui.Platform.CachedImageView, FFImageLoading.Compat.Maui, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null]].OnConnectHandler()
at Microsoft.Maui.Handlers.ViewHandler.OnConnectHandler()
at Microsoft.Maui.Handlers.ElementHandler.ConnectHandler()
at Microsoft.Maui.Handlers.ElementHandler.SetVirtualView()
Steps to Reproduce
Loading of the image on limited network.
Expected Behavior
Either image should load / not. But app should not get crash
Actual Behavior
Basic Information
Screenshots
Reproduction Link / Code
The text was updated successfully, but these errors were encountered: