I have two systems I work with. A release build and one for head. I haven't messed with the experimental one in a while so I figured I'd give it a try. Pulled SVN 9698 (i.e. that's the latest checkin). Modified the ini files and pointed to a MySQL database. This is running standalone. Most of the ini file settings are default (with the exception of the connect string and database providers being set for MySQL). I get an exception late in the startup phase shown below...
The MapTile settings in the ini file are commented off as they are in the default example... Any suggestions are appreciated. I'm going to keep digging and see if I can figure out what's up but the ini file is pretty different and I figured it might be simply something dumb I did that others have seen. Thanks! Mike 10:59:09 - [WORLD MAP]: JPEG Map location: http://127.0.0.1:9000/index.php?method=regionImage98744ff873ee4b6f9562d4c37eda4123 10:59:09 - [XEngine]: Initializing scripts in region MookWorld 10:59:09 - [ScriptEngine.DotNetEngine]: ScriptEngine initializing 10:59:09 - [Compiler]: Allowed languages: lsl, cs 10:59:09 - [ScriptEngine.DotNetEngine]: Reading configuration from config section "ScriptEngine.DotNetEngine" 10:59:09 - [XEngine]: Hooking up to server events 10:59:09 - [Compiler]: Allowed languages: lsl, cs 10:59:09 - [ScriptEngine.DotNetEngine]: Hooking up to server events 10:59:09 - [MAPTILE]: Generating Maptile Step 1: Terrain 10:59:09 - [MAPTILE]: Generating Maptile Step 1: Done in 20 ms 10:59:09 - [MAPTILE]: REUSING OLD MAPTILE IMAGE ID 10:59:09 - [APPLICATION]: APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs Exception: System.NullReferenceException: Object reference not set to an instance of an object at OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule.LazySaveGeneratedMaptile (System.Byte[] data, Boolean temporary) [0x00000] at OpenSim.Region.Framework.Scenes.Scene.CreateTerrainTexture (Boolean temporary) [0x00000] at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene) [0x00000] at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, IScene& scene) [0x00000] at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise () [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 _______________________________________________ Opensim-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-dev
