Decolico Posted January 31, 2017 Posted January 31, 2017 (edited) Every time i start up PKHex, it gives me an error about not being able to get settings, and to delete corrupt user.config, which actually doesn't exist... so, I'm not sure what to do. Screenshot: Edited January 31, 2017 by Decolico
Kaphotics Posted January 31, 2017 Posted January 31, 2017 Are you still getting this error in the latest commit? It should just be a cosmetic error as it can't load your saved settings (language, etc). I'm not able to figure out the source of the problem, would appreciate if someone could reproduce & give a full stacktrace -> I can try to mitigate the error.
Decolico Posted January 31, 2017 Author Posted January 31, 2017 It is from the latest update. I can re-download and try. Unless i need a base program first, then try the update? If that makes sense.
Kaphotics Posted January 31, 2017 Posted January 31, 2017 Would have to debug in Visual Studio/etc; set a breakpoint on the following line in Main.cs: WinFormsUtil.Error("Failed to access settings:" + Environment.NewLine + e.Message, "Please delete corrupt user.config file."); Would need to know more about "e" exception (ie, exception / stacktrace etc). Not sure if it's failing doing checkConfig or loadConfig.
Decolico Posted January 31, 2017 Author Posted January 31, 2017 Seems to work fine now, after downloading a new application. With the other one i have, i selected that i didn't want backups; this time i said yes. I doubt that would affect it, but it's a possibility.
Recommended Posts