Pryaxis / TSAPI

🛠🌳 The TShock Scaffold API enables developers to build plugins that hook directly into the Terraria game engine.
http://tshock.co/
GNU General Public License v3.0
109 stars 67 forks source link

Test failed plugins for incompatible architectures #228

Closed SignatureBeef closed 1 year ago

SignatureBeef commented 1 year ago

This aims to warn a plugin developer why their plugin has failed to load, as architecture mismatch failures are quite generic a secondary test is used here to identify the plugin arch and the current process arch, and will raise a error message indicating a mismatch if detected.

Trying to load arm64 on AnyCPU(x64 preferred) when launched in a x64 process. Screen Shot 2022-10-12 at 11 24 11 pm

Trying to load x86 on AnyCPU(x64 preferred) when launched in a x64 process. Screen Shot 2022-10-12 at 11 27 51 pm