System.NullReferenceException: Object reference not set to an instance of an object
at Fuse.Resources.HttpImageSourceImpl+BackgroundLoad.UIFailCallback () [0x00000] in <filename unknown>:0
The server doesn’t report this image as a content type image/jpeg as is normal, instead it reported the content type as "application/octet-stream`, which our texture loader didn’t handle. I’ve patched this up now.
The HttpImageSource implementation didn’t report the error correctly, and chose to crash instead of just silently logging the error.
Thanks for reporting, and thanks for your patience. This fix should roll out in about a week from now.