Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

Unhandled exception in SaveWorld handler #51

Closed Vednix closed 7 years ago

Vednix commented 7 years ago

2017-01-29 18:41:51 - Utils: INFO: Servidor executed: /save. 2017-01-29 18:41:52 - PluginTrace: ERROR: [Protector] Unhandled exception in SaveWorld handler: System.ArrayTypeMismatchException: Tentativa de acesso a um elemento como um tipo incompatível com a matriz. em Terraria.Plugins.CoderCow.Protector.WorldMetadata.Write(String filePath) em Terraria.Plugins.Common.MetadataHandlerBase.WriteMetadata() em Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.World_SaveWorld(WorldSaveEventArgs e)

Protector.dll compiled from source

CoderCow commented 7 years ago

Do you get the same error with the prebuild dll from https://github.com/CoderCow/Protector-Plugin/tree/master/bin/Release ?

CoderCow commented 7 years ago

I guess this has been resolved.