• Try to use only something made from flat string for E.getAddressOf. it can crash because of bad address (=stale pointer corrupting different data) or maybe it can be unaligned address, flat strings are aligned to 32 bits, other data may not be.

  • Good news, I got it working by forcing to Flat string!!! You solved it! Initial post updated with fixed code.

About

Avatar for d3nd3-o0 @d3nd3-o0 started