Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. 2020-01-29 21:13:19,155 [Game.Universe.SolarSystem] : DEBUG - Registered auto-increment callback index count: 0
  2. 2020-01-29 21:13:19,155 [Game.Universe.SolarSystem] : DEBUG - Registered entity spawn callbacks:
  3. 2020-01-29 21:13:21,798 [Game.Universe.ServerSystemManager+SystemLoadThread] : DEBUG - Caching system Sentinel Prime until the invoked callbacks have run
  4. 2020-01-29 21:13:21,799 [Game.Universe.ServerSystemManager+SystemLoadThread] : DEBUG - Retrieving immediate callbacks for system Sentinel Prime
  5. 2020-01-29 21:13:21,799 [Game.Universe.ServerSystemManager+SystemLoadThread] : DEBUG - Executing immediate callbacks for system Sentinel Prime
  6. 2020-01-29 21:13:21,799 [Game.Universe.SystemManager] : INFO - Initializing system Sentinel Prime (Sentinel Prime)
  7. 2020-01-29 21:13:21,811 [Game.Universe.ServerSystemManager+SystemLoadThread] : DEBUG - Retrieving invoked callbacks for system Sentinel Prime
  8. 2020-01-29 21:13:21,812 [Game.Universe.ServerSystemManager+SystemLoadThread] : DEBUG - Executing invoked callbacks for system Sentinel Prime
  9. 2020-01-29 21:13:21,812 [Game.Universe.ServerSystemManager+SystemLoadThread] : DEBUG - Removing system Sentinel Prime from cache
  10. 2020-01-29 21:13:21,827 [Game.Universe.SystemManager] : INFO - Adding loaded system Sentinel Prime (Sentinel Prime) to the system manager
  11. 2020-01-29 21:14:27,080 [Game.Program] : FATAL - Unhandled exception on thread (Id: 12) System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
  12. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
  13. at System.Collections.Generic.Dictionary`2.Enumerator.MoveNext()
  14. at Game.Universe.SolarSystem.i_updateCommandStream()
  15. at Game.Universe.SolarSystem.AdvanceFrame(Single inverseDT)
  16. at Game.Server.UniverseController.i_updateSystem(SolarSystem system)
  17. at Game.Server.UniverseController.i_updateSystemThreadProc(Object data)
  18. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  19. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  20. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  21. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  22. at System.Threading.ThreadHelper.ThreadStart(Object obj)
  23.  
  24. 2020-01-29 21:14:29,848 [Game.Configuration.ServerConfig] : INFO - Loading server config file: server_01.json
  25. 2020-01-29 21:14:31,671 [Game.Program] : INFO - [u]Server started![/u]
  26. Game Version: e0.2.13.30
  27. Arguments: -server -serverAddition 1
  28. Renderer debug flags: RDF_None
  29. Linux: False
  30. OS: Microsoft Windows 10.0.17763 (x64)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement