KPT
KPT copied to clipboard
System.Exception
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
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.