Hi, I have an issue with server. It only appears on linux. On windows it was fine.
Could not terminate pathfinding thread[3] in 50ms, trying Thread.Abort
SynchronizationLockException: Object synchronization method was called from an unsynchronized block of code.
at (wrapper managed-to-native) System.Threading.Monitor.Exit(object)
at Pathfinding.ThreadControlQueue.Pop () [0x0013c] in <7917705e4e234a22a35698385db01373>:0
at AstarPath.CalculatePathsThreaded (System.Object _threadInfo) [0x00075] in <7917705e4e234a22a35698385db01373>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
AstarPath:CalculatePathsThreaded(Object)
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart(Object)
Unhandled exception during pathfinding. Terminating.
Could not terminate pathfinding thread[7] in 50ms, trying Thread.Abort
SynchronizationLockException: Object synchronization method was called from an unsynchronized block of code.
at (wrapper managed-to-native) System.Threading.Monitor.Exit(object)
at Pathfinding.ThreadControlQueue.Pop () [0x0013c] in <7917705e4e234a22a35698385db01373>:0
at AstarPath.CalculatePathsThreaded (System.Object _threadInfo) [0x00075] in <7917705e4e234a22a35698385db01373>:0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
AstarPath:CalculatePathsThreaded(Object)
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart(Object)
Unhandled exception during pathfinding. Terminating.
Setting up 6 worker threads for Enlighten.
TypeLoadException: Failure has occurred while loading a type.
at Rocket.Core.Plugins.RocketPlugin.UnloadPlugin (Rocket.API.PluginState state) [0x0003b] in <09b6a6e399e5417eb969381ca3201ce1>:0
at Rocket.Core.Plugins.RocketPlugin.OnDisable () [0x00000] in <09b6a6e399e5417eb969381ca3201ce1>:0
FileNotFoundException: Could not load file or assembly 'Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
at Rocket.Core.Plugins.RocketPlugin.UnloadPlugin (Rocket.API.PluginState state) [0x0003b] in <09b6a6e399e5417eb969381ca3201ce1>:0
at Rocket.Core.Plugins.RocketPlugin.OnDisable () [0x00000] in <09b6a6e399e5417eb969381ca3201ce1>:0
TypeLoadException: Failure has occurred while loading a type.
at Rocket.Core.Plugins.RocketPlugin.UnloadPlugin (Rocket.API.PluginState state) [0x0003b] in <09b6a6e399e5417eb969381ca3201ce1>:0
at Rocket.Core.Plugins.RocketPlugin.OnDisable () [0x00000] in <09b6a6e399e5417eb969381ca3201ce1>:0
TypeLoadException: Failure has occurred while loading a type.
at Rocket.Core.Plugins.RocketPlugin.UnloadPlugin (Rocket.API.PluginState state) [0x0003b] in <09b6a6e399e5417eb969381ca3201ce1>:0
at Rocket.Core.Plugins.RocketPlugin.OnDisable () [0x00000] in <09b6a6e399e5417eb969381ca3201ce1>:0
It shows when shutting server down and then it freezes for like a minute and then it shuts down.
Also when starting server up it shows 3 times:
TypeLoadException: Failure has occurred while loading a type.
I would be grateful for any help