Skip to content
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

Clicking Reset Cache twice gives error #2545

Closed
Olympic1 opened this issue Oct 22, 2018 · 0 comments
Closed

Clicking Reset Cache twice gives error #2545

Olympic1 opened this issue Oct 22, 2018 · 0 comments
Labels
Bug GUI Issues affecting the interactive GUI Registry Issues affecting the registry

Comments

@Olympic1
Copy link
Member

Background

CKAN Version:
The current development version

KSP Version:
1.5.1

Operating System:
Windows 10

Have you made any manual changes to your GameData folder (i.e., not via CKAN)?
Nope

Problem

What steps did you take in CKAN?

  1. Changed cache path
  2. Clicked Reset
  3. Clicked Reset again

What did you expect to happen?
Nothing

What happened instead?
An error appeared

CKAN error codes (if applicable):

************** Tekst van uitzondering **************
System.ArgumentException: Er bestaat geen waarde met deze naam.
   bij System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
   bij Microsoft.Win32.RegistryKey.DeleteValue(String name)
   bij CKAN.Win32Registry.DeleteRegistryValue(String name)
   bij CKAN.Win32Registry.set_DownloadCacheDir(String value)
   bij CKAN.KSPManager.TrySetupCache(String path, String& failureReason)
   bij CKAN.SettingsDialog.UpdateCacheInfo(String newPath)
   bij CKAN.SettingsDialog.ResetCacheButton_Click(Object sender, EventArgs e)
   bij System.Windows.Forms.Control.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnClick(EventArgs e)
   bij System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   bij System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   bij System.Windows.Forms.Control.WndProc(Message& m)
   bij System.Windows.Forms.ButtonBase.WndProc(Message& m)
   bij System.Windows.Forms.Button.WndProc(Message& m)
   bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
@Olympic1 Olympic1 added Bug GUI Issues affecting the interactive GUI Registry Issues affecting the registry labels Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GUI Issues affecting the interactive GUI Registry Issues affecting the registry
Projects
None yet
Development

No branches or pull requests

1 participant