Jump to content

Startup Trouble.


Decolico

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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