v1.1.6
π Terraria Patcher v1.1.6 β Windows Edge Runtime Hardening
This release focuses on preventing Windows packaged builds from crashing due to electron-edge-js runtime/module mismatches after updates.
β¨ Highlights
- Packaged builds now force-load
electron-edge-jsfromresources/patcher-edge-js. - Added defensive validation to ensure the loaded edge module exports
edge.funcbefore patch initialization. - Removed packaged fallback to bundled
node_modulesedge path to avoid JS/native mismatch crashes. - Improved error clarity when packaged edge resources are missing.
β Why this matters
- Reduces startup/assert crashes like
g_coreclr == nullptron Windows. - Makes patch initialization behavior more deterministic across upgrades.
- Improves reliability for users updating from previous versions.
Full Changelog: v1.1.5...v1.1.6