Skip to content

v1.1.12

Choose a tag to compare

@louanfontenele louanfontenele released this 01 Mar 04:29

🛠️ 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.node left by NSIS updates from previous versions, preventing edge.js from loading an incompatible old binary.
  • 🔧 Removed the EDGE_NATIVE environment 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