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 server #210

Closed LifeGold closed 8 years ago

LifeGold commented 8 years ago

Steps to reproduce

  1. It happens sometimes the server itself is turned off. http://prnt.sc/bxlzh6

    Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Server configuration

Operating system: Ubuntu 14

WhiteCore version: 0.9.4

greythane commented 8 years ago

Hi LifeGold, The error appears to be related to the ODE physics engine crashing, possibly after an asset is updated or maybe deleted?

Does this only happen when you are shutting down the server? I notice the previous messages appear to be updating some attachment assets... would these be for an avatar and are they animated in some way?

greythane

LifeGold commented 8 years ago

He gives this error on and off. Writes emergency stop of the server.

emperorstarfinder commented 8 years ago

When this happens is the avatar logging on or off? or is the avatar teleporting from one region to another? Because the message before the stack trace is indicating the update of avatar attachments this is likely happening when an avatar is logging on or off or during a teleport.

LifeGold commented 8 years ago

Happens every time in different ways. Happens when just building in the region. In the teleportation case, because of entry and exit also noticed, I can't say

emperorstarfinder commented 8 years ago

Other then the stack trace error, does the console provide any other errors relating to this. (also it might help to do the set log level debug command in the console as this can help provide debugging messages not otherwise shown when the console log level is set to info). Also can you provide a copy of the log so we can see what is happening when the errors occur?

LifeGold commented 8 years ago

Watched. Yes you are right when you log a new user brings down the server. That new those who have already been at least once in the game go normally.

emperorstarfinder commented 8 years ago

When the server crashes what error is it giving?

greythane commented 8 years ago

Closing this as not further details have been received. Also, this behaviour has not been reported elsewhere.