KPT icon indicating copy to clipboard operation
KPT copied to clipboard

System.Exception

Open ANG249 opened this issue 3 years ago • 1 comments

Kokoro Connect Random Predictions 2.0 English Patch;log.txt

Exception hit: System.Exception at KPT.EasyPatch.<PatchGame>d__6.MoveNext() in D:\a\KPT\KPT\KPT\EasyPatch.cs:line 256

ANG249 avatar Oct 27 '21 04:10 ANG249

I have to check but that issue is generally caused by not having all the dependencies required. Please ensure you have all the .Net versions mentioned in the ReadMe installed. To be exact: It's a failure on UMDReplaceK for file replacement which typically happens because of dependency failure. Alternatively, it could be an improper argument being passed in to the patcher.

Improper arguments could mean:

  • No such file found
  • File path exceeds system-defined length
  • File path is invalid
  • user lacks permissions for file
  • File is in unrecognizable format
  • File specified has a read/write lock on it currently

And that could be for either the iso being patched or one of the new files it is replacing.

SpudManTwo avatar Nov 10 '21 15:11 SpudManTwo