A broken patch install only produces a handful of symptoms, each with its own cause. Before you start, check whether you have a backup — if not, copy the game folder somewhere safe.
Crashes and no response
| Cause | How to confirm | Fix |
|---|---|---|
| Version mismatch | The version in the readme or launcher title bar differs from the patch page | Change patch version, or roll the game back |
| Wrong folder level | The files you meant to overwrite aren't dated today | Check for an extra same-named folder and copy its contents instead |
| Incomplete file | Data error on extraction, or size differs from the patch page | Download again; verify the hash if one is published |
Antivirus false positives
- 01
Confirm the source
The patch page here, or the author's own release page. Rewriting an executable overlaps with injector malware, so false positives are routine.
- 02
Restore the file
Pull the deleted file back out of your antivirus quarantine.
- 03
Add an exclusion
Exclude the whole game folder. Windows Defender: Settings → Privacy & security → Windows Security → Virus & threat protection → Manage settings → Exclusions → Add a folder.
- 04
Install again
Leave the exclusion in place afterwards — the patched executable will keep tripping the same heuristic. Don't switch protection off wholesale.
Updates and saves
- Updates overwrite patches
- A game update restores the official version of every file the patch overwrote. Three ways forward: wait for the author's build for the new version, roll back through Properties → Betas in Steam, or restore your pre-install backup.
- Prevention
- Set automatic updates to "Only update this game when I launch it", so the update happens in front of you rather than in the background.
- Saves won't load
- After a translation patch rewrites the script files, some engines fail to load saves because the scene indices no longer match. There's no recovery — you start a new game. Back up the save folder before patching.
FAQ
- How do I tell whether the download completed?
- Compare the file size against the patch page — quickest check there is. If an MD5 or SHA is published, 7-Zip's CRC SHA context menu computes it for comparison. A data error or unexpected end of archive on extraction means the download was cut short.
- How do I get back to the unpatched game?
- Restore your backup if you have one. Otherwise Steam titles have Properties → Installed Files → Verify integrity of game files, which pulls every modified file back; anything else needs a reinstall.
- Can I install a translation patch and an uncensor patch together?
- Usually yes — they touch different files. Translations change scripts and fonts, uncensor patches change image resources. The exception is when both repack the same resource archive, in which case whichever goes on second wins.