Skip to content

v1.1.6

Choose a tag to compare

@louanfontenele louanfontenele released this 27 Feb 13:07

πŸš€ 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-js from resources/patcher-edge-js.
  • Added defensive validation to ensure the loaded edge module exports edge.func before patch initialization.
  • Removed packaged fallback to bundled node_modules edge 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 == nullptr on 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