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
marfarma opened this issue
Mar 25, 2013
· 4 comments
Labels
BugIssues where something has happened which was not expected or intendedTaskItemNon-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.
Just got this exception on running app for the first time. Used it to install one package. Switched panel from installed package listing to available list - boom, crash.
Now Windows 7 SP1 has informed me that it noted that the app was not behaving correctly, and automatically enabled 'Program Combatibility Mode' -- and now it no longer runs. Tells me that it cannot determine that Chocolatey is installed and exits. Off to reverse the setting.
Log Name: Application
Source: .NET Runtime
Date: 3/25/2013 12:53:12 PM
Event ID: 1026
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: SFS-158-101
Description:
Application: ChocolateyGUI.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at Chocolatey.Explorer.Services.PackageVersionXMLParser.parse(System.Xml.XmlDocument)
at Chocolatey.Explorer.Services.PackagesService.ODataAvailablePackagesService.LoadPageAsync(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Event Xml:
1026
2
0
0x80000000000000
5622
Application
SFS-158-101
Application: ChocolateyGUI.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
at Chocolatey.Explorer.Services.PackageVersionXMLParser.parse(System.Xml.XmlDocument)
at Chocolatey.Explorer.Services.PackagesService.ODataAvailablePackagesService.LoadPageAsync(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
The text was updated successfully, but these errors were encountered:
I have the same problem. The root cause appears to be that ODataAvailablePackagesService.LoadFeedDoc can return null - the very first thing its return value is passed to is PackageVersionXMLParser.parse, which is not null-safe.
BugIssues where something has happened which was not expected or intendedTaskItemNon-bug, non-feature related things. Could be refactoring. Sometimes non-code related things.
Just got this exception on running app for the first time. Used it to install one package. Switched panel from installed package listing to available list - boom, crash.
Now Windows 7 SP1 has informed me that it noted that the app was not behaving correctly, and automatically enabled 'Program Combatibility Mode' -- and now it no longer runs. Tells me that it cannot determine that Chocolatey is installed and exits. Off to reverse the setting.
The text was updated successfully, but these errors were encountered: