[Opensim-users] error starting svn vesion at IUserData

Ryan McDougall sempuki1 at gmail.com
Tue Aug 5 05:02:41 UTC 2008


On Sun, 2008-08-03 at 14:24 +0200, Jürgen Hamel wrote:
> Hi, I update my SVN-version of Opensimulator  and became this error:
> 
> ------------------------------------------------------------------------------------------------
> 14:17:27 - [MODULES]: Loading Region's modules
> 
> ** (OpenSim.exe:30095): WARNING **: The class
> OpenSim.Framework.IUserData could not be loaded, used in
> OpenSim.Framework, Version=1.0.0.0, Culture=neutral [APPLICATION]:
> APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
> 
> Exception: System.TypeLoadException: Could not load type
> 'OpenSim.Framework.IUserData' from assembly 'OpenSim.Framework,
> Version=1.0.0.0, Culture=neutral'. at (wrapper managed-to-native)
> System.Reflection.Assembly:GetTypes (bool) at
> System.Reflection.Assembly.GetTypes () [0x00000] at
> OpenSim.Region.Environment.ModuleLoader.LoadModules (System.String
> dllName) [0x00000] 
> -------------------------------------------------------------------------------------------------------
> 
> I try some versions from 5740 up to newest, all the same. Can
> someone help me. 
> 
> Thanks
> Jürgen

That is because your region module is trying to load an interface that
doesn't exist any more. This was changed to
OpenSim.Framework.IUserDataPlugin as part of the plugin refactoring. The
change was announced on the list, but perhaps not public enough, so
perhaps that is my fault.

What proprietary plugins are you using?

Cheers,




More information about the Opensim-users mailing list