[Opensim-users] (no subject)

Darok Kaminski darokkaminski at hotmail.com
Sat Nov 17 18:39:26 UTC 2007


Hi,
  someone of you already knows that i have a problem runing a grid. Finally i can see that my regions are not being loaded in OpenSim.exe. I was looking on the source to catch the problem and i see that no plugins are being loaded from AddinManager:
in OpenSimMain.cs in Startup method of OpenSimMain class (Line 304 aprox.)
...
            MainLog.Instance.Verbose("Plugins", "Loading OpenSim application plugins");            foreach (TypeExtensionNode node in AddinManager.GetExtensionNodes("/OpenSim/Startup"))            {                IApplicationPlugin plugin = (IApplicationPlugin)node.CreateInstance();                plugin.Initialise(this);                m_plugins.Add(plugin);            }...
Why is it not loading the plugins??
 
Thx for all
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20071117/a853b2c4/attachment.html>


More information about the Opensim-users mailing list