Advertisement
AviEzerzer

Untitled

Nov 5th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. There seems to be references to now obsolete methods.
  2.  
  3. Is there any chance for a fix?
  4.  
  5. ***the full error I get regarding the mod.
  6.  
  7. [23:19:01.571] [1] [ Info] [Eco] >>> START EcoServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  8. [23:19:01.597] [1] [ Info] [Eco] [Eco Server 0.9.1.1 beta release-107]
  9.  
  10. [23:19:01.647] [5] [ Info] [Eco] [Starting [PerformancePlugin]]...
  11. [23:19:01.647] [5] [ Info] [Eco] [Server Initialization]...
  12. [23:19:02.148] [5] [ Info] [Eco] Starting LocalizationPlugin...
  13. [23:19:02.198] [5] [ Info] [Eco] Starting DifficultySettings...
  14. [23:19:02.202] [5] [ Info] [Eco] Loading mods...
  15. [23:19:11.628] [1] [ Info] [Eco] Mods recompiled with warnings.
  16.  
  17. [23:19:11.636] [1] [ Info] [Eco] Mods recompiled with errors.
  18.  
  19. [23:19:11.636] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(28,50): error CS0246: The type or namespace name 'IPerformsToolAction' could not be found (are you missing a using directive or an assembly reference?)
  20.  
  21. [23:19:11.636] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(33,46): error CS0246: The type or namespace name 'ToolActionType' could not be found (are you missing a using directive or an assembly reference?)
  22.  
  23. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(76,38): error CS1503: Argument 2: cannot convert from 'Eco.Shared.Math.Vector3i' to 'Eco.Gameplay.GameActions.MultiblockActionContext'
  24.  
  25. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(76,67): error CS1503: Argument 3: cannot convert from 'Eco.Gameplay.Players.Player' to 'Eco.Gameplay.Items.Inventory?'
  26.  
  27. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(76,83): error CS1503: Argument 4: cannot convert from 'bool' to 'Eco.Gameplay.Items.Item?'
  28.  
  29. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(76,90): error CS1503: Argument 5: cannot convert from '<null>' to 'bool'
  30.  
  31. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(76,96): error CS1503: Argument 6: cannot convert from 'Eco.Mods.TechTree.PickaxeItem' to 'bool'
  32.  
  33. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(77,34): error CS1503: Argument 2: cannot convert from 'Eco.Gameplay.Players.Player' to 'Eco.Gameplay.GameActions.MultiblockActionContext'
  34.  
  35. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(77,50): error CS1503: Argument 3: cannot convert from 'Eco.Mods.TechTree.PickaxeItem' to 'float'
  36.  
  37. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(116,34): error CS1503: Argument 2: cannot convert from 'Eco.Gameplay.Players.Player' to 'Eco.Gameplay.GameActions.MultiblockActionContext'
  38.  
  39. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(116,50): error CS1503: Argument 3: cannot convert from 'Eco.Mods.TechTree.PickaxeItem' to 'float'
  40.  
  41. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(126,34): error CS1503: Argument 2: cannot convert from 'Eco.Gameplay.Players.Player' to 'Eco.Gameplay.GameActions.MultiblockActionContext'
  42.  
  43. [23:19:11.653] [1] [ Info] [Eco] C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(126,50): error CS1503: Argument 3: cannot convert from 'Eco.Mods.TechTree.PickaxeItem' to 'float'
  44.  
  45. [23:19:11.653] [5] [ Info] [Eco] Loading mods... Finished in 9,453.1ms
  46.  
  47. [23:19:11.669] [5] [ Info] [Eco] [Server Initialization]... Finished in 10,020.4ms
  48.  
  49. [23:19:11.669] [1] [Error] [Eco] Failed to load server, Exception was Exception: Exception
  50. Message:C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(28,50): error CS0246: The type or namespace name 'IPerformsToolAction' could not be found (are you missing a using directive or an assembly reference?)
  51. Source:Eco.ModKit
  52.  
  53. System.Exception: C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(28,50): error CS0246: The type or namespace name 'IPerformsToolAction' could not be found (are you missing a using directive or an assembly reference?)
  54. at Eco.ModKit.RoslynCompiler.HandleCompilerError(ImmutableArray`1 diagnostics)
  55. at Eco.ModKit.RoslynCompiler.Compile()
  56. at Eco.ModKit.RoslynCompiler..ctor(String modsAssemblyPath)
  57. at Eco.ModKit.ModKitPlugin..ctor(TaskCompletionSource`1 done)
  58.  
  59. [23:19:16.699] [1] [Error] [Eco] Unhandled errorSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
  60. at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
  61. at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  62. at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture)
  63. at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
  64. at System.Activator.CreateInstance(Type type, Object[] args)
  65. at Eco.Server.PluginManager.AddPlugin(Type pluginType, Object[] p)
  66. at Eco.Server.PluginManager.AddPlugin[T](Object[] p)
  67. at Eco.Server.PluginManager.AddPluginsAsync(StartupInfo startupInfo)
  68. at Eco.Server.PluginManager.PostCreateAsync(StartupInfo startupInfo)
  69. at Eco.Server.Startup.StartAsync(StartupInfo startupInfo)
  70. at Eco.Server.ApplicationHostedService.StartAsync(CancellationToken cancellationToken)
  71. at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
  72. at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  73. at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
  74. at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
  75. at Eco.Server.MainClass.Main(String[] args)
  76. System.Exception: C:\Users\***\ECO-SERVER 9.1.1\Mods\Tools\PickaxeItem.cs(28,50): error CS0246: The type or namespace name 'IPerformsToolAction' could not be found (are you missing a using directive or an assembly reference?)
  77. at Eco.ModKit.RoslynCompiler.HandleCompilerError(ImmutableArray`1 diagnostics)
  78. at Eco.ModKit.RoslynCompiler.Compile()
  79. at Eco.ModKit.RoslynCompiler..ctor(String modsAssemblyPath)
  80. at Eco.ModKit.ModKitPlugin..ctor(TaskCompletionSource`1 done)
  81.  
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement