Okay well I've done what you suggested, it runs for the first time setting up the region with name, ip, master avatar, then when you shutdown using "shutdown" then start it back up again its getting past " Generating Maptile" then dies with the following:
22:50:08 - [MAPTILE]: Generating Maptile Step 1: Terrain 22:50:08 - [MAPTILE]: Generating Maptile Step 1: Done in 46 ms 22:50:08 - [MAPTILE]: Generating Maptile Step 2: Object Volume Profile 22:50:08 - [MAPTILE]: Generating Maptile Step 2: Done in 0 ms 22:50:08 - [MAPTILE]: STORING MAPTILE IMAGE OpenSim threw an exception: System.Exception: No IAssetService available. at OpenSim.Region.Framework.Scenes.Scene.get_AssetService() at OpenSim.Region.CoreModules.World.WorldMap.WorldMapModule.LazySaveGenerated Maptile(Byte[] data, Boolean temporary) at OpenSim.Region.Framework.Scenes.Scene.CreateTerrainTexture(Boolean tempora ry) at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean portadd_fl ag, Boolean do_post_init, IScene& mscene) at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean portadd_fl ag, IScene& scene) at OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise() at OpenSim.OpenSimBase.StartupSpecific() at OpenSim.OpenSim.StartupSpecific() at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() at OpenSim.Application.Main(String[] args) at OpenSim._32BitLaunch.Program.Main(String[] args) in C:\OpenSim\trunk6\Open Sim\Tools\OpenSim.32BitLaunch\Program.cs:line 47 Application will now terminate! Kind Regards James -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: 14 April 2010 18:07 To: [email protected] Subject: Re: [Opensim-users] opensim on windows 7 64 bit FYI, I just ran OpenSim on my new 64-bit laptop and I had no problems whatsoever with the 32bit launcher. Just remember to copy OpenSim.ini.example to OpenSim.ini AND config-include/StandaloneCommon.ini.example to config-include/StandaloneCommon.ini Then it runs out of the box. j_jamesk wrote: > Ops I found the answer > http://www.adamfrisby.com/blog/2008/08/running-opensim-under-a-64-bit-enviro > nment/ > > > " SQLite - Whaaa? SQLite is broken on 64-bit environments? Afraid it's true. > Unfortunately on Windows systems the only solution is to recompile the > entire of Mono (including Mono.SQLite.dll) yourself under a 64-bit flag." > > Sorry for the post > > James > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of j_jamesk > Sent: 13 April 2010 19:38 > To: [email protected] > Subject: [Opensim-users] opensim on windows 7 64 bit > > Hello Everyone > > Has anyone tried doing a clean install of opensim onto a windows 7 64 bit, I > downloaded a fresh copy of opensim-0.6.8, did not touch any of the > configuration and launched "opensim.exe" which died/terminated, them tried > running the "OpenSim.32BitLaunch" but died/terminated again. > > Now I don't fully understand all of the error messages but it seems that > opensim is having an issue with SQLite being the datastore, does anyone know > of any issues with SQLite not working on windows 7 or 64 bit pc's? > > Regards > > James > > > 2010-04-13 19:24:51,972 INFO - OpenSim.OpenSim [OPENSIM MAIN]: Running in > sandbox mode > 2010-04-13 19:24:52,003 INFO - OpenSim.Region.Framework.StorageManager > [DATASTORE]: Attempting to load OpenSim.Data.SQLite.dll > 2010-04-13 19:24:52,284 INFO - OpenSim.Data.SQLite.SQLiteEstateStore > [ESTATE DB]: Sqlite - connecting: URI=file:OpenSim.db,version=3 > 2010-04-13 19:24:52,393 ERROR - OpenSim.Application [APPLICATION]: > APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs > > Exception: System.BadImageFormatException: An attempt was made to load a > program with an incorrect format. (Exception from HRESULT: 0x8007000B) > at Mono.Data.SqliteClient.Sqlite.sqlite3_open16(String dbname, IntPtr& > handle) > at Mono.Data.SqliteClient.SqliteConnection.Open() > at OpenSim.Data.SQLite.SQLiteEstateStore.Initialise(String > connectionString) > at OpenSim.Region.Framework.StorageManager..ctor(String dllName, String > connectionstring, String estateconnectionstring) > at OpenSim.OpenSimBase.CreateStorageManager() > at OpenSim.Region.ClientStack.RegionApplicationBase.StartupSpecific() > at OpenSim.OpenSimBase.StartupSpecific() > at OpenSim.OpenSim.StartupSpecific() > at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() > at OpenSim.Application.Main(String[] args) > > Application is terminating: True > > > _______________________________________________ > 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
