SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

Server Hangs #136

Open MichaelGooden opened 9 years ago

MichaelGooden commented 9 years ago

I was deleting floating spacecrap on the fly using the Entity manager in Extender, which seemed to cause the server to hang.

The chat thread was still working, but the server was otherwise stuck.

I did notice a few entries similar to: Failed to get entity method 'xxx': Game entity was null

Log files: https://gist.github.com/MichaelGooden/9211ef9f4cb594ed5f64

chessmaster42 commented 9 years ago

Can you please post the error log as well as the command line that you use to launch SEServerExtender?

There is nothing in the API log you posted that indicates what is wrong. Have you tried removing all plugins first? Chances are this is a problem with a plugin but I can't say for sure as I need more information.

MichaelGooden commented 9 years ago

​So ummm.... I removed the WarpDrivePlugin and the problem went away. I was using the newest version.

chessmaster42 commented 9 years ago
  1. Which version of the WarpDrivePlugin was used?
  2. Please post the error log
  3. Update SEServerExtender to the latest dev build and try again
MichaelGooden commented 9 years ago

​1. ​ ​0.2.2.5

  1. Error log is empty (??)
  2. Currently running 0.2.10.3, will try with .4 tomorrow morning
fvgoulet commented 9 years ago

@MichaelGooden Is this issue still happening?