MemoryModule
MemoryModule copied to clipboard
TLS not set correctly
This loader does not support __declspec(thread) variables at all. Any attempt to access those variables will lead to a crash or memory corruption. The reason is, that the loader does NOT initialize the implicit tls index (not to be confused with the conventional manual one) at all. Please read http://www.nynaeve.net/?p=185 for a background on this. Thanks for your attention.
@apollo0510 facing same issue here, any idea how to solve it? x64 dll is crashing when compiled with implicit tls callbacks
This seems to be a duplication of Issue #31.