Skip to content

v1.1.10

Choose a tag to compare

@louanfontenele louanfontenele released this 27 Feb 17:37

🛠️ Terraria Patcher v1.1.10 — Prebuilt Edge Native Fix

Fixes the Windows edge_coreclr assertion crash in release/update builds by using the correct prebuilt native module instead of the CI-compiled one.

✨ Highlights

  • 🔧 Windows packaged builds now use the prebuilt edge_coreclr.node from lib/native/ instead of the CI-compiled build/Release/ binary, fixing the g_coreclr == nullptr assertion crash.
  • 🏗️ CI release workflow now removes the CI-compiled edge native on Windows to prevent it from being packaged over the correct prebuilt.
  • 📦 Updated asarUnpack to include both build/Release/ and lib/native/ paths, ensuring Linux (CI-compiled) and Windows (prebuilt) both work.
  • 🧭 Made edge native path resolution platform-aware: Windows/macOS use prebuilt from lib/native/, Linux uses CI-compiled from build/Release/.

Full Changelog: v1.1.9...v1.1.10