View Single Post
  #11  
Old 21-09-2020, 08:08
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
Ok I did some further looking today,

I still cannot apply a patch, but I have found that the patcher will quit if the directory the patch is being applied to has a space in:

E.g.
Code:
E:\Games\Among Us
causes instant quit.

Using "%cd%" variable, translating to "E:\Games\Among Us" leads to
Code:
Exception: Patch not in BINARY format
Renaming to E:\Games\Among_Us leads to
Code:
EInOutError: The system cannot find the file specified
All using non Xdelta patch method.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
78372 (09-10-2020)