Error while compiling RemoverTool: 'Pool' does not contain a definition for 'FreeUnmanaged' | Line: 1165, Pos: 22
Error while compiling RemoverTool: 'Pool' does not contain a definition for 'FreeUnmanaged' | Line: 1621, Pos: 18
umod is latest version.
Compile error for version 4.3.42
Latest verison is meant for the Rust update that is being released Today. Use the previous version until then
thx, worked after update
HotFix until the Developer updates this part of the code:
Change line "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"
barerustHotFix until the Developer updates this part of the code:
Change line "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"
I just installed ver. 4.3.42 and the plugin file already had the change you stated above. And with that already changed it is still not compiling with the error below:
Error while compiling RemoverTool: ) expected | Line: 737, Pos: 150
Any help or Update would be greatly appreciated! 😉
DoctrosI just installed ver. 4.3.42 and the plugin file already had the change you stated above. And with that already changed it is still not compiling with the error below:
Error while compiling RemoverTool: ) expected | Line: 737, Pos: 150
Any help or Update would be greatly appreciated! 😉
Use Visual Studio Code to goto that line (737, position 150.) , and see what potentially might be causing it.
Thanks for the quick reply. However when looking at that line/position since I don't know what I'm looking for or how to interprate what I am looking at I can't do anything with this info.
Thanks anyways.