v1.1.12
🛠️ Terraria Patcher v1.1.12 — NSIS Update Stale File Fix
Fixes the edge_coreclr assertion crash on Windows after updating via NSIS installer by cleaning up stale native binaries left by previous versions.
✨ Highlights
- 🧹 Added startup cleanup that removes stale
build/Release/edge_coreclr.nodeleft by NSIS updates from previous versions, preventing edge.js from loading an incompatible old binary. - 🔧 Removed the
EDGE_NATIVEenvironment variable pre-setting before loading edge.js to avoid potential double CoreCLR initialization. - 🐧 Linux AppImage patching remains unaffected.
Full Changelog: v1.1.11...v1.1.12