Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Startup failures on ubuntu #5

Open
erno opened this issue Sep 3, 2010 · 0 comments
Open

Startup failures on ubuntu #5

erno opened this issue Sep 3, 2010 · 0 comments

Comments

@erno
Copy link
Member

erno commented Sep 3, 2010

On Ubuntu 10.04 Taiga 0.1.3 OpenSim.exe startup crashes with

** (OpenSim.exe:16828): WARNING **: The following assembly referenced from /space/src/taiga-0.1.3/taiga/bin/IronPython.dll could not be loaded:
Assembly: Microsoft.Dynamic (assemblyref_index=1)

and

11:58:56 - [MODULES]: Could not load types for [IronPython.Modules, Version=2.6.10920.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]. Exception System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000]
at OpenSim.Region.Framework.ModuleLoader.LoadModules (System.String dllName) [0x00000]
11:58:56 - [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs

Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.
at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)
at System.Reflection.Assembly.GetTypes () [0x00000]
at OpenSim.Region.Framework.ModuleLoader.LoadModules (System.String dllName) [0x00000]

Application is terminating: True

I worked around by copying IronPython-2.6/*.dll to the bin directory (from IronPython-2.6-Bin.zip).

Then I get this error (TaigaWizard-generated config):

12:40:50 - [GRID SERVICE]: Region "TaigaSim" (b25f33f2-7d10-4c18-bd2f-130ad19440d7) registered successfully at 256000-256000
12:40:50 - [GRID CONNECTOR]: Registration failed: Region overlaps another region
12:40:50 - [STARTUP]: Registration of region with grid failed, aborting startup - at OpenSim.Region.Framework.Scenes.Scene.RegisterRegionWithGrid () [0x00000]
at OpenSim.OpenSimBase.CreateRegion (OpenSim.Framework.RegionInfo regionInfo, Boolean portadd_flag, Boolean do_post_init, IScene& mscene) [0x00000]

I tried changing the region location from 1000,1000 to 4000,4000 in config wizard but same result.

In robust console i get
13:05:48 - [GRID SERVICE]: Region b25f33f2-7d10-4c18-bd2f-130ad19440d7 tried to register in coordinates 256000, 256000 which are already in use in scope 00000000-0000-0000-0000-000000000000.

When I copied the configs from my taiga 0.1.2 setup and it started up. Though naali crashes
on connect, like it did with 0.1.2, but that's another story...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant