v1.1.11
π οΈ 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_NATIVEenvironment variable pre-setting before loading edge.js, which could cause the native.nodemodule to be loaded under two different cache keys, triggering a doublecoreclr::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