Sometimes I get this at startup
Object reference not set to an instance of an object.
at ExportSWC.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority prority)
at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)
I get the same exception at startup.
It occurs only if you open a project which has been created before you had installed the ExportSWC plugin and no ExportSWC project file exists.
Actually the sender seems to be null at startup if there is no exportswc project file. Thats why in ProjectMain.cs, line 169 "sender.GetType()" throws an exception. I have created a patch which I would be happy to provide :-)
Hi domgold , please you send me your patch for this bug ....... I have same problem and i don't know how to fixed .. :S