Hello,
I cannot reproduce this error.
If when you get again this error, if you can run this code (in dev... tools) to find what unit cause this error:
Logging.WriteDebug("================================================");
foreach (var o in ObjectManager.GetObjectWoWUnit())
{
var r = Reaction.Unknown;
try
{
r = o.Reaction;
}
catch{}
Logging.WriteDebug(o + " > " + r);
}
Logging.WriteDebug("================================================");
Hello, try this: https://support.microsoft.com/en-us/help/2971005/error-message-when-you-compile-applications-to-target-the-.net-framework-4.5.2 tell me if your problem is resolved or not (I'll refund or add days at your subscription)
Where do you get this problem? If you can tell me what profile do you use? Try to close all wrobot and remove folder 'WRobot\data\meshes'. if you can share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).