StrangeLoopGames / EcoIssues

131 stars 21 forks source link

Eco 7.2.2 Server from Steam (Windows) crashes on startup #5665

Closed D3nnis3n closed 6 years ago

D3nnis3n commented 6 years ago
[01:12] Eco Server 0.7.2.2 beta
[01:12] Server Initialization...
[01:12] Starting ModKitPlugin...
[01:13] Compiling mods... Finished in 818,6ms
[01:13] Mods recompiled with errors.
[01:13] Error in FishingPoleItem at 18: Dem Feld 'Eco.Mods.TechTree.FishingPoleItem.caloriesBurn' wird nie etwas zugewiesen, und es hat immer seinen Standardwert von 'null'. (CS0649)
Error in FishingPoleItem at 19: Das Feld 'Eco.Mods.TechTree.FishingPoleItem.damage' wird nie verwendet. (CS0169)
Error in  at 0: In die Ausgabedatei 'c:\Programme (Server)\Eco\Eco.Mods.dll' konnte nicht geschrieben werden -- 'Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird. ' (CS0016)

Unbehandelte Ausnahme: System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.Exception: Error in FishingPoleItem at 18: Dem Feld 'Eco.Mods.TechTree.FishingPoleItem.caloriesBurn' wird nie etwas zugewiesen, und es hat immer seinen Standardwert von 'null'. (CS0649)
Error in FishingPoleItem at 19: Das Feld 'Eco.Mods.TechTree.FishingPoleItem.damage' wird nie verwendet. (CS0169)
Error in  at 0: In die Ausgabedatei 'c:\Programme (Server)\Eco\Eco.Mods.dll' konnte nicht geschrieben werden -- 'Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird. ' (CS0016)

   bei Eco.ModKit.RuntimeCompiler.HandleCompilerError(CompilerResults results)
   bei Eco.ModKit.RuntimeCompiler.LoadOrCompileMods()
   bei Eco.ModKit.ModKitPlugin..ctor(ManualResetEvent doneEvent)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   bei System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   bei System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
   bei System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
   bei System.Activator.CreateInstance(Type type, Object[] args)
   bei Eco.Server.PluginManager.AddPlugin(Type pluginType, Object[] p)
   bei Eco.Server.PluginManager..ctor()
   bei Eco.Server.Startup.Start(String[] args)
   bei Eco.Server.MainClass.Main(String[] args)
Ekkelus commented 6 years ago

Something wrong with the FishingPoleItem, are you using a mod or have you made any changes to that item?

D3nnis3n commented 6 years ago

No and no.

Am 08.03.2018 12:12 schrieb "Ekkelus" notifications@github.com:

Something wrong with the FishingPoleItem, are you using a mod or have you made any changes to that item?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/StrangeLoopGames/EcoIssues/issues/5665#issuecomment-371457368, or mute the thread https://github.com/notifications/unsubscribe-auth/AYtVcEfofWr-Aap_HVycnV3r-YGjZSj0ks5tcRIXgaJpZM4SiWLz .

D3nnis3n commented 6 years ago

In the .eanwhile i took the files from strangeloop and its running again.

MarjieAVolk commented 6 years ago

Closing as duplicate of https://github.com/StrangeLoopGames/EcoIssues/issues/5505