diva / d2

Diva Distro
71 stars 20 forks source link

Exception: MySql.Data.MySqlClient.MySqlException #7

Closed Moto closed 11 years ago

Moto commented 13 years ago

Exception: MySql.Data.MySqlClient.MySqlException: Invalid attempt to access a field before calling Read()

at MySql.Data.MySqlClient.MySqlDataReader.GetFieldValue(Int32 index, Boolean checkNull)

at MySql.Data.MySqlClient.MySqlDataReader.GetValue(Int32 i)

at MySql.Data.MySqlClient.MySqlDataReader.get_Item(Int32 i)

at MySql.Data.MySqlClient.MySqlDataReader.get_Item(String name)

at OpenSim.Data.MySQL.MySQLEstateStore.DoLoad(MySqlCommand cmd, UUID regionID, Boolean create)

at OpenSim.Data.MySQL.MySQLEstateStore.LoadEstateSettings(UUID regionID, Boolean create)

at OpenSim.Region.Framework.Scenes.Scene..ctor(RegionInfo regInfo, AgentCircuitManager authen, SceneCommunicationService sceneGridService, StorageManager storeManager, ModuleLoader moduleLoader, Boolean dumpAssetsToFile, Boolean physicalPrim, Boolean SeeIntoRegionFromNeighbor, IConfigSource config, String simulatorVersion)

at OpenSim.OpenSimBase.CreateScene(RegionInfo regionInfo, StorageManager storageManager, AgentCircuitManager circuitManager)

at OpenSim.OpenSimBase.SetupScene(RegionInfo regionInfo, Int32 proxyOffset, IConfigSource configSource, IClientNetworkServer& clientServer)

at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene)

at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean portadd_flag, 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)

Application is terminating: True

I could not find any info online about this, I have had it running in the past without problems I just got some free time and went to install the latest diva distro/d2. It happens anytime you go to set the first regions estate group.

Windows 7 x64 MySQL 5.5.11

Moto commented 13 years ago

Same error on Opensim install, I know you don't offer support but is this a bug or my setup? Learning a lot about Opensim still have not figured everything out, thank you for your time.