-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to read registry snapshot file #487
Comments
Delete the registry snapshot file. Look in |
Duplicate of #257 |
We also added #337 - but that's likely why choco is still running. |
I got this error too and found out that it originates from the following lines in one of my .registry files: |
In 0.9.10, this will be handled to avoid these issues, but when a key has issues, it will tell you which key has the issue. |
- Same some values coming from the registry as CData, in case they have values that are not legal in XML when serialized. - Remove the null terminator in bad registry keys, if found. - Report where failing key is located, when unable to read a snapshot file.
If I run this command:
choco upgrade -y all
, I get this errors:Unable to read registry snapshot file
.Here the full Log:
How can I solve that?
The text was updated successfully, but these errors were encountered: