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

Error Creating Region on Setup #329

Open
KM198912 opened this issue Aug 8, 2020 · 1 comment
Open

Error Creating Region on Setup #329

KM198912 opened this issue Aug 8, 2020 · 1 comment
Labels
Milestone

Comments

@KM198912
Copy link

KM198912 commented Aug 8, 2020

Steps to reproduce

  1. Setup Standalone with Sqlite
    2.Create first region

Expected behaviour

Region should be created and "parked" with the estate default account

Actual behaviour

Mono Throws Error

Server configuration

Operating system: Debian 10 Buster

Web server: None

Database: SQLite

WhiteCore version: Latest Dev

Logs

Aug 08 09:44:10 - [EVENT MANAGER]: Delegate for TriggerIncomingLandDataFromStorage failed - continuing. System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.All[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Func2[T,TResult] predicate) [0x0000d] in :0
at WhiteCore.Modules.Land.ParcelManagementModule.EventManagerOnIncomingLandDataFromStorage (System.Collections.Generic.List1[T] data, OpenMetaverse.Vector2 parcelOffset) [0x00015] in <a5829a3b599b42e5a28b8b2f70295252>:0 at WhiteCore.Framework.SceneInfo.EventManager.TriggerIncomingLandDataFromStorage (System.Collections.Generic.List1[T] landData, OpenMetaverse.Vector2 parcelOffset) [0x00029] in :0 at System.Linq.Enumerable.All[TSource] (System.Collections.Generic.IEnumerable1[T] source, System.Func2[T,TResult] predicate) [0x0000d] in :0
at WhiteCore.Modules.Land.ParcelManagementModule.EventManagerOnIncomingLandDataFromStorage (System.Collections.Generic.List1[T] data, OpenMetaverse.Vector2 parcelOffset) [0x00015] in <a5829a3b599b42e5a28b8b2f70295252>:0 at WhiteCore.Framework.SceneInfo.EventManager.TriggerIncomingLandDataFromStorage (System.Collections.Generic.List1[T] landData, OpenMetaverse.Vector2 parcelOffset) [0x00029] in :0

@fly-man- fly-man- added the bug label Aug 9, 2020
@fly-man- fly-man- added this to the 0.9.5 milestone Aug 9, 2020
@emperorstarfinder
Copy link
Contributor

As I begin testing against Debian 10 (Buster), there are some noticeable changes in the Debian 10 operating system. This to some degree (to what extent I am not sure yet), could affect mono and in turn how virtual world architectures such as WhiteCoreSim works on Debian 10. As far as I am aware, none of the development teams have started testing against Debian 10 (i.e. OpenSim, WhiteCoreSim, ArribaSim, etc.).

I would recommend downgrading Debian back to Debian 9 (Stretch) and see if the issue persists on Debian 9. If the problem goes away at least then we can determine that Debian 10 compatibility will need to be reworked a bit in the architecture. However, this is more likely an issue with how the information is being obtained via storage.

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

No branches or pull requests

3 participants