Skip to content

Instantly share code, notes, and snippets.

@mrward
Forked from mattleibow/gist:43d8621ef7a5db24b5cb
Last active August 29, 2015 14:13
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 mrward/95fd3cb2f2533b199e3d to your computer and use it in GitHub Desktop.
Save mrward/95fd3cb2f2533b199e3d to your computer and use it in GitHub Desktop.
INFO [2015-01-15 10:41:43Z]: PackagesViewModel error
System.AggregateException: One or more errors occurred ---> System.NullReferenceException: Object reference not set to an instance of an object
at System.IO.Packaging.Package.LoadRelationships () [0x001e9] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/WindowsBase/System.IO.Packaging/Package.cs:338
at System.IO.Packaging.Package.get_Relationships () [0x0000b] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/WindowsBase/System.IO.Packaging/Package.cs:86
at System.IO.Packaging.Package.GetRelationshipsByType (string) [0x00006] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/WindowsBase/System.IO.Packaging/Package.cs:293
at NuGet.OptimizedZipPackage.EnsureManifest () <IL 0x00021, 0x00057>
at NuGet.OptimizedZipPackage..ctor (NuGet.IFileSystem,string) <IL 0x00057, 0x000cf>
at NuGet.LocalPackageRepository.OpenPackage (string) <IL 0x00039, 0x000bb>
at NuGet.LocalPackageRepository.GetPackage (System.Func`2<string, NuGet.IPackage>,string) <IL 0x00043, 0x0011f>
at NuGet.LocalPackageRepository/<>c__DisplayClass1d.<GetPackages>b__1c (string) <IL 0x0000d, 0x00023>
at System.Linq.Enumerable/<CreateSelectIterator>c__Iterator10`2<string, NuGet.IPackage>.MoveNext () <0x00119>
at System.Linq.Enumerable/<CreateWhereIterator>c__Iterator1E`1<NuGet.IPackage>.MoveNext () <0x00190>
at System.Linq.Enumerable/<CreateWhereIterator>c__Iterator1E`1<NuGet.IPackage>.MoveNext () <0x00190>
at System.Linq.Enumerable.ToArray<NuGet.IPackage> (System.Collections.Generic.IEnumerable`1<NuGet.IPackage>) <0x00203>
at System.Linq.QuickSort`1<NuGet.IPackage>..ctor (System.Collections.Generic.IEnumerable`1<NuGet.IPackage>,System.Linq.SortContext`1<NuGet.IPackage>) <0x00027>
at System.Linq.QuickSort`1/<Sort>c__Iterator0<NuGet.IPackage>.MoveNext () <0x0007b>
at System.Linq.Enumerable.Count<NuGet.IPackage> (System.Collections.Generic.IEnumerable`1<NuGet.IPackage>) <0x000a8>
at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure) <IL 0x0005b, 0x00117>
at System.Linq.QueryableEnumerable`1<NuGet.IPackage>.Execute<int> (System.Linq.Expressions.Expression) [0x00012] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/System.Core/System.Linq/QueryableEnumerable.cs:114
at System.Linq.Queryable.Execute<int, NuGet.IPackage> (System.Linq.IQueryable`1<NuGet.IPackage>,System.Reflection.MethodBase) [0x00000] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/System.Core/System.Linq/Queryable.cs:55
at System.Linq.Queryable.Count<NuGet.IPackage> (System.Linq.IQueryable`1<NuGet.IPackage>) <0x0003a>
at ICSharpCode.PackageManagement.PackagesViewModel.GetFilteredPackagesBeforePagingResults (ICSharpCode.PackageManagement.PackagesForSelectedPageQuery) [0x00014] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:246
at ICSharpCode.PackageManagement.PackagesViewModel.GetPackagesForSelectedPage (ICSharpCode.PackageManagement.PackagesForSelectedPageQuery) [0x00003] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:239
at ICSharpCode.PackageManagement.PackagesViewModel.GetPackagesForSelectedPageResult (ICSharpCode.PackageManagement.PackagesForSelectedPageQuery) [0x00003] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:165
at ICSharpCode.PackageManagement.PackagesViewModel/<CreateReadPackagesTask>c__AnonStorey2.<>m__0 () [0x0000c] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:159
at System.Threading.Tasks.TaskActionInvoker/FuncInvoke`1<ICSharpCode.PackageManagement.PackagesForSelectedPageResult>.Invoke (System.Threading.Tasks.Task,object,System.Threading.Tasks.Task) <0x0003d>
at System.Threading.Tasks.Task.InnerInvoke () [0x00031] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/corlib/System.Threading.Tasks/Task.cs:548
at System.Threading.Tasks.Task.ThreadStart () [0x000d0] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/corlib/System.Threading.Tasks/Task.cs:438
--- End of inner exception stack trace ---
--> (Inner exception 0) System.NullReferenceException: Object reference not set to an instance of an object
at System.IO.Packaging.Package.LoadRelationships () [0x001e9] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/WindowsBase/System.IO.Packaging/Package.cs:338
at System.IO.Packaging.Package.get_Relationships () [0x0000b] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/WindowsBase/System.IO.Packaging/Package.cs:86
at System.IO.Packaging.Package.GetRelationshipsByType (string) [0x00006] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/WindowsBase/System.IO.Packaging/Package.cs:293
at NuGet.OptimizedZipPackage.EnsureManifest () <IL 0x00021, 0x00057>
at NuGet.OptimizedZipPackage..ctor (NuGet.IFileSystem,string) <IL 0x00057, 0x000cf>
at NuGet.LocalPackageRepository.OpenPackage (string) <IL 0x00039, 0x000bb>
at NuGet.LocalPackageRepository.GetPackage (System.Func`2<string, NuGet.IPackage>,string) <IL 0x00043, 0x0011f>
at NuGet.LocalPackageRepository/<>c__DisplayClass1d.<GetPackages>b__1c (string) <IL 0x0000d, 0x00023>
at System.Linq.Enumerable/<CreateSelectIterator>c__Iterator10`2<string, NuGet.IPackage>.MoveNext () <0x00119>
at System.Linq.Enumerable/<CreateWhereIterator>c__Iterator1E`1<NuGet.IPackage>.MoveNext () <0x00190>
at System.Linq.Enumerable/<CreateWhereIterator>c__Iterator1E`1<NuGet.IPackage>.MoveNext () <0x00190>
at System.Linq.Enumerable.ToArray<NuGet.IPackage> (System.Collections.Generic.IEnumerable`1<NuGet.IPackage>) <0x00203>
at System.Linq.QuickSort`1<NuGet.IPackage>..ctor (System.Collections.Generic.IEnumerable`1<NuGet.IPackage>,System.Linq.SortContext`1<NuGet.IPackage>) <0x00027>
at System.Linq.QuickSort`1/<Sort>c__Iterator0<NuGet.IPackage>.MoveNext () <0x0007b>
at System.Linq.Enumerable.Count<NuGet.IPackage> (System.Collections.Generic.IEnumerable`1<NuGet.IPackage>) <0x000a8>
at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure) <IL 0x0005b, 0x00117>
at System.Linq.QueryableEnumerable`1<NuGet.IPackage>.Execute<int> (System.Linq.Expressions.Expression) [0x00012] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/System.Core/System.Linq/QueryableEnumerable.cs:114
at System.Linq.Queryable.Execute<int, NuGet.IPackage> (System.Linq.IQueryable`1<NuGet.IPackage>,System.Reflection.MethodBase) [0x00000] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/System.Core/System.Linq/Queryable.cs:55
at System.Linq.Queryable.Count<NuGet.IPackage> (System.Linq.IQueryable`1<NuGet.IPackage>) <0x0003a>
at ICSharpCode.PackageManagement.PackagesViewModel.GetFilteredPackagesBeforePagingResults (ICSharpCode.PackageManagement.PackagesForSelectedPageQuery) [0x00014] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:246
at ICSharpCode.PackageManagement.PackagesViewModel.GetPackagesForSelectedPage (ICSharpCode.PackageManagement.PackagesForSelectedPageQuery) [0x00003] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:239
at ICSharpCode.PackageManagement.PackagesViewModel.GetPackagesForSelectedPageResult (ICSharpCode.PackageManagement.PackagesForSelectedPageQuery) [0x00003] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:165
at ICSharpCode.PackageManagement.PackagesViewModel/<CreateReadPackagesTask>c__AnonStorey2.<>m__0 () [0x0000c] in /Users/builder/data/lanes/monodevelop-lion-monodevelop-5.7-branch/b70bab61/source/monodevelop/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackagesViewModel.cs:159
at System.Threading.Tasks.TaskActionInvoker/FuncInvoke`1<ICSharpCode.PackageManagement.PackagesForSelectedPageResult>.Invoke (System.Threading.Tasks.Task,object,System.Threading.Tasks.Task) <0x0003d>
at System.Threading.Tasks.Task.InnerInvoke () [0x00031] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/corlib/System.Threading.Tasks/Task.cs:548
at System.Threading.Tasks.Task.ThreadStart () [0x000d0] in /private/tmp/source-mono-mac-3.12.0-branch-32/bockbuild-mono-3.12.0-branch/profiles/mono-mac-xamarin/build-root/mono-3.12.0/mcs/class/corlib/System.Threading.Tasks/Task.cs:438
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment