NullReferenceException at EntityDataNo Thanks

When I try to copy a base about the size of a Collosus I get this in console:

Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object.)
  at Oxide.Plugins.CopyPaste.EntityData (BaseEntity entity, UnityEngine.Vector3 entPos, UnityEngine.Vector3 entRot, Oxide.Plugins.CopyPaste+CopyData copyData) [0x002da] in <c249aceb7b4c4072b34b12958117494c>:0 
  at Oxide.Plugins.CopyPaste.CopyLoop (Oxide.Plugins.CopyPaste+CopyData copyData) [0x0018e] in <c249aceb7b4c4072b34b12958117494c>:0 
  at Oxide.Plugins.CopyPaste+<Copy>c__AnonStorey1.<>m__0 () [0x00000] in <c249aceb7b4c4072b34b12958117494c>:0 
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <ac41dd3599754d448b8c218b34645820>:0 

It seems to work ok with smaller structures. Any workaround?

I get this on larger structures:

Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object.)
  at Oxide.Plugins.CopyPaste.EntityData (BaseEntity entity, UnityEngine.Vector3 entPos, UnityEngine.Vector3 entRot, Oxide.Plugins.CopyPaste+CopyData copyData) [0x002da] in <e6948c968ba44862aaeccaea65d821f5>:0 
  at Oxide.Plugins.CopyPaste.CopyLoop (Oxide.Plugins.CopyPaste+CopyData copyData) [0x0018e] in <e6948c968ba44862aaeccaea65d821f5>:0 
  at Oxide.Plugins.CopyPaste+<CopyLoop>c__AnonStorey2.<>m__0 () [0x00000] in <e6948c968ba44862aaeccaea65d821f5>:0 
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <ac41dd3599754d448b8c218b34645820>:0 ​
[Error] Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object.)
  at Oxide.Plugins.CopyPaste.EntityData (BaseEntity entity, UnityEngine.Vector3 entPos, UnityEngine.Vector3 entRot, Oxide.Plugins.CopyPaste+CopyData copyData) [0x002e3] in <c203b50d646c48c1838f366343b344a3>:0 
  at Oxide.Plugins.CopyPaste.CopyLoop (Oxide.Plugins.CopyPaste+CopyData copyData) [0x0018e] in <c203b50d646c48c1838f366343b344a3>:0 
  at Oxide.Plugins.CopyPaste+<CopyLoop>c__AnonStorey2.<>m__0 () [0x00000] in <c203b50d646c48c1838f366343b344a3>:0 
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <1fe782f4b27a43ae85d29ebb2d56c007>:0 

I've tried deleting the config, data, and plugin then updating and I am still getting this error.

That's a known issue, thank you for letting me know tho. Can you clarify, do you have any special parts of buildings that may cause it? Something other buildings that work don't have.
My bad, I tried looking for it in here before posting. Maybe the spiral staircase? That's really the only thing kind of unique that it has.
Locked automatically