If you are recieving the following message when trying to "load" (o.load / o.reload AutoDoors) in the console, after noticing it isn't functioning on your server any longer.Β
Error while compiling AutoDoors: The type 'System.Text.StringBuilder' cannot be used as type parameter 'T' in the generic type or method 'Pool.Free<T>(ref T)'. There is no implicit reference conversion from 'System.Text.StringBuilder' to 'Facepunch.Pool.IPooled'.
HotFix until the Developer updates this part of the code:
Locate the .cs file under oxide\plugins\AutoDoors.cs
Change line (433) "Pool.Free(ref stringBuilder);" to "Pool.FreeUnmanaged(ref stringBuilder);"
Notes:
Look into the patch notes for the September 5th 2024 Rust Update. A new Developer in the performance division has stated that a new code process is being installed and a few things will no longer work when it comes to "Pool.Free". This pertains to many mods / plugins including this one...
Hope this Helps!
