Jump to content

Recommended Posts

Posted (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: e65db65752.png

Edited by Decolico
Posted

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.

Posted

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.

Posted

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.

Guest
This topic is now closed to further replies.
×
×
  • Create New...