Skip to content

Instantly share code, notes, and snippets.

@Abhishekk360
Created May 21, 2015 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abhishekk360/7404c8557306bf818cc1 to your computer and use it in GitHub Desktop.
Save Abhishekk360/7404c8557306bf818cc1 to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at SharpCompress.Common.Zip.Headers.ZipFileEntry.DecodeString (System.Byte[] str) [0x00025] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/SharpCompress/Common/Zip/Headers/ZipFileEntry..cs:28
at SharpCompress.Common.Zip.Headers.DirectoryEntryHeader.Read (System.IO.BinaryReader reader) [0x000b9] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs:32
at SharpCompress.Common.Zip.ZipHeaderFactory.ReadHeader (UInt32 headerBytes, System.IO.BinaryReader reader) [0x00086] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/SharpCompress/Common/Zip/ZipHeaderFactory.cs:51
at SharpCompress.Common.Zip.SeekableZipHeaderFactory+<ReadSeekableHeader>c__Iterator0.MoveNext () [0x00146] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs:52
at SharpCompress.Archive.Zip.ZipArchive+<LoadEntries>c__Iterator0.MoveNext () [0x0013c] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/SharpCompress/Archive/Zip/ZipArchive.cs:203
at SharpCompress.LazyReadOnlyCollection`1+LazyLoader[SharpCompress.Archive.Zip.ZipArchiveEntry].MoveNext () [0x0002d] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/SharpCompress/LazyReadOnlyCollection.cs:63
at System.IO.Compression.ZipArchive.CreateZip (System.IO.Stream stream, ZipArchiveMode mode) [0x000f6] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/ZipArchive.cs:117
at System.IO.Compression.ZipArchive..ctor (System.IO.Stream stream, ZipArchiveMode mode) [0x00025] in //Library/Frameworks/Xamarin.iOS.framework/Versions/8.10.1.59/src/mono/mcs/class/System.IO.Compression/ZipArchive.cs:62
at ZipCrash.iOS.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00027] in /Users/xamarin23/Downloads/ZipCrash/iOS/AppDelegate.cs:28
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Users/builder/data/lanes/1503/13d1cdc2/source/maccore/src/UIKit/UIApplication.cs:63
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/1503/13d1cdc2/source/maccore/src/UIKit/UIApplication.cs:47
at ZipCrash.iOS.Application.Main (System.String[] args) [0x00008] in /Users/xamarin23/Downloads/ZipCrash/iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment