KeyNotFoundException at PasteLoopFixed
Calling 'CmdChatPasteBack'on'CopyPaste v4.1.28' took 189ms Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0 at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00ddc] in <accfadcc47b2443597bcba7adf373620>:0 at Oxide.Plugins.CopyPaste+<PasteLoop>c__AnonStorey4.<>m__0 () [0x00000] in <accfadcc47b2443597bcba7adf373620>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <9882f28dc2204b4dba514a9ad18f5042>:0

When pasting a building I get this and only a 1/4 of the building pastes and undo does not work

Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0 at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00ddc] in :0 at Oxide.Plugins.CopyPaste+c__AnonStorey4.<>m__0 () [0x00000] in :0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <9882f28dc2204b4dba514a9ad18f5042>:0

uk0STJHPjc7ggyL.jpg TwoShoes

When pasting a building I get this and only a 1/4 of the building pastes and undo does not work

Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0 at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00ddc] in :0 at Oxide.Plugins.CopyPaste+c__AnonStorey4.<>m__0 () [0x00000] in :0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <9882f28dc2204b4dba514a9ad18f5042>:0

Same here, the raidable bases spawn fine but anything I manually paste in using /paste only 1/4 loads and I can't remove using /undo so I had to ent kill my servers town.

yeah same here...

same for me, too

I believe this is what is happening to my server as well.

Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0 at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00ddc] in <1b349e79ecdf48d3b95f29a07df1f549>:0 at Oxide.Plugins.CopyPaste+c__AnonStorey4.<>m__0 () [0x00000] in <1b349e79ecdf48d3b95f29a07df1f549>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <9882f28dc2204b4dba514a9ad18f5042>:0

should be fixed

I've just gotten this error again, and half pasted bases all around the map. Any idea what causes it?
"Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0 at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x001fc] in :0 at Oxide.Plugins.CopyPaste+c__AnonStorey4.<>m__0 () [0x00000] in :0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <9882f28dc2204b4dba514a9ad18f5042>:0"

please misticos#2334

(08:19:48) | Exception while calling NextTick callback (DllNotFoundException: libgdiplus.so.0)

at (wrapper managed-to-native) System.Drawing.GDIPlus.GdiplusStartup(ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)

at System.Drawing.GDIPlus..cctor () [0x000b0] in <04abc238e1e64b378e01047493bf1e72>:0

 

only like 1/10 of a base is pasted. can't undo.

apt install libgdiplus

NOT FIXED

just now: 

(01:36:47) | Exception while calling NextTick callback (InvalidCastException: Specified cast is not valid.)

at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00e4d] in <7fcaddd7f2054842b600cac574c189b9>:0

at Oxide.Plugins.CopyPaste+<Paste>c__AnonStorey3.<>m__0 () [0x00000] in <7fcaddd7f2054842b600cac574c189b9>:0

at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <9882f28dc2204b4dba514a9ad18f5042>:0



Merged post

Was supposed to have my server Grand Opening today which is now impossible due to Copy/Paste being broken.  Raidable Bases will not work correctly without CopyPaste.  I cannot paste in my Town and other saved buildings for my server with this plugin broken.     Is anybody out there to read these posts?  Why is this not being fixed in a timely manner?

see if you have the deluxe christmas lights on your building.  i had to tweak our version of copypaste to ignore them because the current version doesn't like them.  (I tried to get it to copy and paste them, but got lost in the rotation math)

In fact, I do have Deluxe Christmas Lights on the building.   How did you fix it?

i modified the plugin to ignore them... it was a pain (but I was trying to make it support them).
there's another thread that had a short snippet of code that apparently works around it..haven't tried that.. will paste in a moment once i find it

Merged post

this thread (opens in new window, i think)

if (data.ContainsKey("animationStyle")) { try { lights.animationStyle = (AdvancedChristmasLights.AnimationType)data["animationStyle"]; } catch { } }​

i'm not sure where that goes though.. most likely most of it exists, so i'd try searching for the first part (or search for advancedchristmaslights, there weren't too many references to that iirc)
Locked automatically