That tag on top of those pages indicates the *current* revision in svn. If you look at it now it says 9673 already. And if you look here, for example, http://opensimulator.org/svn/opensim/tags/0.6.4.1-release/ you'll see the same tag.
So r9651 is the revision that release 0.6.5 is based on. Brent Seidel wrote: > When I looked at the SVN tags though, 0.6.5-release is listed as r9667. > Is this not the place to look? > > > On 25-May-2009, at 12:38 PM, [email protected] wrote: > >> I think there's some confusion here and on the opensimulator.org web >> site (http://opensimulator.org/wiki/Download) >> >> Release 0.6.5 is meant to be r9561, as Stefan said. >> http://opensimulator.org/svn/opensim/tags/0.6.5-release/ >> And from looking at the code, it looks like it is, indeed, r9561. >> >> >> Brent Seidel wrote: >>> When updating, I use the provided OpenSim.ini.example and copy the >>> appropriate settings from my previous OpenSim.ini file. In this case, >>> SVN r9561. I did try copying the previous OpenSim.ini over and it still >>> caused the error. >>> >>> I'm running on CentOS 5.2 with mono 2.4, if that helps. Other than >>> that, it was check-out from SVN into a new directory, ./runprebuild.sh >>> and nant. >>> >>> thanks, >>> brent >>> >>> On 25-May-2009, at 11:12 AM, [email protected] wrote: >>> >>>> Not sure about this particular error, but as far as I know the tagged >>>> release 0.6.5 does not need the new .ini settings. The tagged >>>> release is >>>> the revision just before those changes started happening. So stay with >>>> your old OpenSim.ini while using the tagged release. >>>> >>>> >>>> Brent Seidel wrote: >>>>> Hello, >>>>> >>>>> I downloaded and built the newly tagged 0.6.5-release. The build was >>>>> successful. After migrating my .ini settings over to the new .ini >>>>> files, I tried running it. Part way through startup, it crashed with >>>>> the following in the log: >>>>> >>>>> <bunch of stuff deleted> >>>>> 2009-05-25 10:45:56,808 INFO - OpenSim.Framework.PluginLoader`1 >>>>> [[OpenSim.IApplicationPlugin, OpenSim, Version=0.0.0.0, Culture=neut >>>>> ral, PublicKeyToken=null]] [PLUGINS]: Plugin Loaded: >>>>> OpenSim.Region.OptionalModules >>>>> 2009-05-25 10:45:56,809 DEBUG - >>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControll >>>>> >>>>> erPlugin [REGIONMODULES]: Fo >>>>> und non-shared region module IRCBridge, class >>>>> OpenSim.Region.OptionalModules.Avatar.Chat.IRCBridgeModule >>>>> 2009-05-25 10:45:56,810 DEBUG - >>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControll >>>>> >>>>> erPlugin [REGIONMODULES]: Fo >>>>> und shared region module Concierge, class >>>>> OpenSim.Region.OptionalModules.Avatar.Concierge.ConciergeModule >>>>> 2009-05-25 10:45:56,811 DEBUG - >>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControll >>>>> >>>>> erPlugin [REGIONMODULES]: Fo >>>>> und shared region module XmlRpcGroups, class >>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsModule >>>>> 2009-05-25 10:45:56,812 DEBUG - >>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControll >>>>> >>>>> erPlugin [REGIONMODULES]: Fo >>>>> und shared region module XmlRpcGroupsMessaging, class >>>>> OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups.XmlRpcGroupsMessaging >>>>> >>>>> 2009-05-25 10:45:56,813 INFO - OpenSim.Framework.PluginLoader`1 >>>>> [[OpenSim.IApplicationPlugin, OpenSim, Version=0.0.0.0, Culture=neut >>>>> ral, PublicKeyToken=null]] [PLUGINS]: Plugin Loaded: >>>>> OpenSim.Region.CoreModules >>>>> 2009-05-25 10:45:56,816 ERROR - OpenSim.Application [APPLICATION]: >>>>> APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs >>>>> >>>>> Exception: System.InvalidOperationException: Type >>>>> 'OpenSim.Region.CoreModules.Agent.Capability.CapabilitiesModule' not >>>>> found in add- >>>>> in 'OpenSim.Region.CoreModules,0.2' >>>>> at Mono.Addins.RuntimeAddin.GetType (System.String typeName, >>>>> Boolean throwIfNotFound) [0x00000] >>>>> at Mono.Addins.TypeExtensionNode.get_Type () [0x00000] >>>>> at >>>>> OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControll >>>>> >>>>> erPlugin.Initialise (OpenSim.OpenSimBase openSim) [0x00 >>>>> 000] >>>>> at OpenSim.ApplicationPluginInitialiser.Initialise (IPlugin >>>>> plugin) [0x00000] >>>>> at OpenSim.Framework.PluginLoader`1 >>>>> [OpenSim.IApplicationPlugin].Load () [0x00000] >>>>> at OpenSim.Framework.PluginLoader`1 >>>>> [OpenSim.IApplicationPlugin].Load (System.String extpoint) [0x00000] >>>>> at OpenSim.OpenSimBase.LoadPlugins () [0x00000] >>>>> at OpenSim.OpenSimBase.StartupSpecific () [0x00000] >>>>> at OpenSim.OpenSim.StartupSpecific () [0x00000] >>>>> at OpenSim.Framework.Servers.BaseOpenSimServer.Startup () [0x00000] >>>>> at OpenSim.Application.Main (System.String[] args) [0x00000] >>>>> >>>>> Application is terminating: True >>>>> >>>>> >>>>> I grepped for "CapabilitiesModule" and it seems to appear in >>>>> the ...CoreModules.dll. I also grepped for "CoreModules,0.2" and the >>>>> only place it showed up is in the log file. >>>>> >>>>> I'm assuming that I missed something somewhere, but can't figure out >>>>> what it was. Any ideas? >>>>> >>>>> thanks, >>>>> brent >>>>> >>>>> _______________________________________________ >>>>> Opensim-users mailing list >>>>> [email protected] >>>>> https://lists.berlios.de/mailman/listinfo/opensim-users >>>>> >>>> _______________________________________________ >>>> Opensim-users mailing list >>>> [email protected] >>>> https://lists.berlios.de/mailman/listinfo/opensim-users >>> >> _______________________________________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/mailman/listinfo/opensim-users > _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
