WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

error in [EVENT MANAGER] grid with MariaDB-10.5 #332

Open johnfelipe opened 3 years ago

johnfelipe commented 3 years ago

I put all like always but today something happend

screen -r Sim

show me this and cumpliment

Estate owner name (RealEstate Owner/User Name) [RealEstate Owner]: felipe urrego
May 29 01:53:24 - [Estate]: The user, felipe urrego, has no estates currently.
Do you want to 'park' the region with the system owner/estate? (yes/no) [yes]:yes

and in log show me this

May 29 03:29:59 - [EVENT MANAGER]: Delegate for StartupComplete failed - continuing.  System.NullReferenceException: Object reference not set to an instance of an object
  at WhiteCore.Modules.Sun.SunModule.EventManager_OnStartupComplete (WhiteCore.Framework.SceneInfo.IScene scene, System.Collections.Generic.List`1[T] data) [0x00028] in <8c62c32ee0d84795994ed4fb6a6074d8>:0
  at WhiteCore.Framework.SceneInfo.EventManager.TriggerStartupComplete (WhiteCore.Framework.SceneInfo.IScene scene, System.Collections.Generic.List`1[T] StartupData) [0x00029] in <848afc55698d4d6393ca13601cae9f80>:0    at WhiteCore.Modules.Sun.SunModule.EventManager_OnStartupComplete (WhiteCore.Framework.SceneInfo.IScene scene, System.Collections.Generic.List`1[T] data) [0x00028] in <8c62c32ee0d84795994ed4fb6a6074d8>:0
  at WhiteCore.Framework.SceneInfo.EventManager.TriggerStartupComplete (WhiteCore.Framework.SceneInfo.IScene scene, System.Collections.Generic.List`1[T] StartupData) [0x00029] in <848afc55698d4d6393ca13601cae9f80>:0
May 29 03:29:59 - [MapTile generator]: Generating Maptile for cartagenavieja, using WarpTileRenderer
May 29 03:29:59 - [SceneManager]: Startup Complete. This took 1m 5.807s
May 29 03:30:01 - [MapTile generator]: Maptile generation for cartagenavieja took 1564 ms

i dont know wich process or steps is going bad, pls tell me solution for this issue Tnks

johnfelipe commented 3 years ago

SNAG-0523 when try to connect show me that error

johnfelipe commented 3 years ago

Same issue with

10.3.28-MariaDB-log - MariaDB Server

i will test with downgrade of mysql 5

johnfelipe commented 3 years ago

Same issue with

5.5.62-log - MySQL Community Server (GPL)

I dont know what i need to do, becuase 10 days ago i do all steps like before and working 20 regions, but now have this issue

greythane commented 3 years ago

My initial thoughts are that the texture for the 'Sun' is missing from the database.
I have tried varuis versions of both MySQL (Oracle) and MariaDb without issue but this is from a while ago.
I will try and setup a brand new test environment using Ubuntu to try and find out what is happening here

johnfelipe commented 3 years ago

Hi dear any progress I need really do showroom and I have 20 oar for restore and o really want to use WC

greythane commented 3 years ago

I have checked the latest development code using MariaDB 10.3.29 on Ubuntu 20.04 without any problems.

CaseyraeStarfinder commented 3 years ago

This is because WhiteCoreSim does not support EEP (Enhanced Experience Protocol). If you are using the latest Firestorm viewer (OpenSim version), you are very much likely to get this problem. EEP replaces the old Windlight feature.

EEP also made other changes to the region's environment such as sun, moon, clouds, water, etc.

OpenSim has implemented its own version of EEP called uglysky (is the branch to look for), It is a very messy and incorrect implementation of Enhanced Experience Protocol but it will give you some ideas relating to implementation. I may take a stab at implementing it when I have some free time.

johnfelipe commented 3 years ago

Gratitude

El vie., 9 de jul. de 2021, 11:29 a. m., CaseyraeStarfinder < @.***> escribió:

This is because WhiteCoreSim does not support EEP (Enhanced Experience Protocol). If you are using the latest Firestorm viewer (OpenSim version), you are very much likely to get this problem. EEP replaces the old Windlight feature.

EEP also made other changes to the region's environment such as sun, moon, clouds, water, etc.

OpenSim has implemented its own version of EEP called uglysky (is the branch to look for), It is a very messy and incorrect implementation of Enhanced Experience Protocol but it will give you some ideas relating to implementation. I may take a stab at implementing it when I have some free time.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/WhiteCoreSim/WhiteCore-Dev/issues/332#issuecomment-877308146, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIWFENAGN7OS65ZCASN73TW4PXRANCNFSM45YTYOPQ .