Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. 22:39:02.8626 [FATAL] Initializer: System.TypeLoadException: Could not load type 'ProtoBuf.ProtoContractAttribute' from assembly 'VRage.Library, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
  2. at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
  3. at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
  4. at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
  5. at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
  6. at System.Reflection.CustomAttribute.IsCustomAttributeDefined(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Int32 attributeCtorToken, Boolean mustBeInheritable)
  7. at System.Reflection.CustomAttribute.IsDefined(RuntimeType type, RuntimeType caType, Boolean inherit)
  8. at Torch.Utils.ReflectedManager.Process(Assembly asm) in C:\jenkins\workspace\Torch_Torch_master\Torch\Utils\Reflected\ReflectedManager.cs:line 81
  9. at Torch.TorchBase.RegisterAuxAssembly(Assembly asm) in C:\jenkins\workspace\Torch_Torch_master\Torch\TorchBase.cs:line 491
  10. at Torch.Managers.PluginManager.RegisterAllAssemblies(IReadOnlyCollection`1 assemblies) in C:\jenkins\workspace\Torch_Torch_master\Torch\Plugins\PluginManager.cs:line 436
  11. at Torch.Managers.PluginManager.LoadPlugin(PluginItem item) in C:\jenkins\workspace\Torch_Torch_master\Torch\Plugins\PluginManager.cs:line 410
  12. at Torch.Managers.PluginManager.LoadPlugins() in C:\jenkins\workspace\Torch_Torch_master\Torch\Plugins\PluginManager.cs:line 196
  13. at Torch.TorchBase.Init() in C:\jenkins\workspace\Torch_Torch_master\Torch\TorchBase.cs:line 338
  14. at Torch.Server.TorchServer.Init() in C:\jenkins\workspace\Torch_Torch_master\Torch.Server\TorchServer.cs:line 110
  15. at Torch.Server.Initializer.<Run>b__16_0() in C:\jenkins\workspace\Torch_Torch_master\Torch.Server\Initializer.cs:line 148
  16. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  18. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  19. at System.Threading.ThreadHelper.ThreadStart()
  20. System.TypeLoadException: Could not load type 'ProtoBuf.ProtoContractAttribute' from assembly 'VRage.Library, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
  21. at System.ModuleHandle.ResolveType(RuntimeModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)
  22. at System.ModuleHandle.ResolveTypeHandleInternal(RuntimeModule module, Int32 typeToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
  23. at System.Reflection.RuntimeModule.ResolveType(Int32 metadataToken, Type[] genericTypeArguments, Type[] genericMethodArguments)
  24. at System.Reflection.CustomAttribute.FilterCustomAttributeRecord(CustomAttributeRecord caRecord, MetadataImport scope, Assembly& lastAptcaOkAssembly, RuntimeModule decoratedModule, MetadataToken decoratedToken, RuntimeType attributeFilterType, Boolean mustBeInheritable, Object[] attributes, IList derivedAttributes, RuntimeType& attributeType, IRuntimeMethodInfo& ctor, Boolean& ctorHasParameters, Boolean& isVarArg)
  25. at System.Reflection.CustomAttribute.IsCustomAttributeDefined(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, RuntimeType attributeFilterType, Int32 attributeCtorToken, Boolean mustBeInheritable)
  26. at System.Reflection.CustomAttribute.IsDefined(RuntimeType type, RuntimeType caType, Boolean inherit)
  27. at Torch.Utils.ReflectedManager.Process(Assembly asm) in C:\jenkins\workspace\Torch_Torch_master\Torch\Utils\Reflected\ReflectedManager.cs:line 81
  28. at Torch.TorchBase.RegisterAuxAssembly(Assembly asm) in C:\jenkins\workspace\Torch_Torch_master\Torch\TorchBase.cs:line 491
  29. at Torch.Managers.PluginManager.RegisterAllAssemblies(IReadOnlyCollection`1 assemblies) in C:\jenkins\workspace\Torch_Torch_master\Torch\Plugins\PluginManager.cs:line 436
  30. at Torch.Managers.PluginManager.LoadPlugin(PluginItem item) in C:\jenkins\workspace\Torch_Torch_master\Torch\Plugins\PluginManager.cs:line 410
  31. at Torch.Managers.PluginManager.LoadPlugins() in C:\jenkins\workspace\Torch_Torch_master\Torch\Plugins\PluginManager.cs:line 196
  32. at Torch.TorchBase.Init() in C:\jenkins\workspace\Torch_Torch_master\Torch\TorchBase.cs:line 338
  33. at Torch.Server.TorchServer.Init() in C:\jenkins\workspace\Torch_Torch_master\Torch.Server\TorchServer.cs:line 110
  34. at Torch.Server.Initializer.<Run>b__16_0() in C:\jenkins\workspace\Torch_Torch_master\Torch.Server\Initializer.cs:line 148
  35. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  36. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  37. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  38. at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement