emanzione / PATCH

The PATCH repository for issues tracking, wiki and shared material.
https://assetstore.unity.com/packages/tools/utilities/p-a-t-c-h-ultimate-patching-system-41417
MIT License
47 stars 7 forks source link

This app can't run on your PC.. #75

Closed thephox1982 closed 1 month ago

thephox1982 commented 1 month ago

So I followed all instructions, uploaded everything, copied the contents of the archive to folder on my desktop, launched that, it goes through it's update and I close the launcher after it says successful updated, I go to the Game folder and I launch the game EXE file and I get this

82db5720b8c5c101d58118fa1f1838d5

This app can't run on your PC To find a version for your PC, check with the software publisher.

I build everything for Windows and am running it on Windows 10, just like I did prior to trying to use PATCH, what am I doing wrong here?

thephox1982 commented 1 month ago

This was due to my custom made http server not handling spaces on incoming path, needed to url_decode the path string, seems I had forgotten to add that!