Skip to content

v1.1.11

Choose a tag to compare

@louanfontenele louanfontenele released this 27 Feb 18:13

πŸ› οΈ Terraria Patcher v1.1.11 β€” CoreCLR Double Init Fix

Fixes the edge_coreclr assertion crash on Windows by preventing double CoreCLR initialization in packaged builds.

✨ Highlights

  • πŸ”§ Removed the EDGE_NATIVE environment variable pre-setting before loading edge.js, which could cause the native .node module to be loaded under two different cache keys, triggering a double coreclr::bind() assertion crash.
  • 🧭 Edge.js now handles all native module resolution on its own β€” it already has built-in platform-aware logic that correctly finds the right binary for each platform.
  • 🐧 Linux AppImage patching remains unaffected (edge.js finds build/Release/ on its own).

Full Changelog: v1.1.10...v1.1.11