Tyrsis / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
23 stars 11 forks source link

New patch (11/12/2014) erros #13

Closed rogeriocamorim closed 9 years ago

rogeriocamorim commented 9 years ago

2014-12-11 14:16:47.682 - Thread: 9 -> Plugin 'Dedicated Server Essentials' initialized. (Version: 1.0.2.576 ID: f767bda5-0a8c-4813-85fd-a5a2341778e8) 2014-12-11 14:16:47.703 - Thread: 8 -> Completed checking logs in 0,0530004s: 0 (0) steamIds 2014-12-11 14:16:47.846 - Thread: 22 -> Handler Problems: 100 - System.MissingMethodException: Método não encontrado: 'Void Sandbox.Common.ObjectBuilders.MyPositionAndOrientation..ctor(VRageMath.Vector3, VRageMath.Vector3, VRageMath.Vector3)'. em EssentialsPlugin.ProcessHandler.ProcessCommunication.AddGlobalRelay() em EssentialsPlugin.ProcessHandler.ProcessCommunication.Handle() em EssentialsPlugin.Essentials.PluginProcessing() 2014-12-11 14:16:58.191 - Thread: 23 -> Starting Voxel Caching .. This might take awhile 2014-12-11 14:16:58.191 - Thread: 23 -> Completed Voxel Caching 2014-12-11 14:17:58.182 - Thread: 24 -> New User: 76561198031555209 2014-12-11 14:17:58.183 - Thread: 24 -> Greeting Added => 76561198031555209 (New user: False) 2014-12-11 14:18:54.900 - Thread: 6 -> Asynchronous Save Setup Started: 168.0096ms 2014-12-11 14:18:57.509 - Thread: 24 -> Asynchronous Save Completed: 2777,1591ms 2014-12-11 14:21:07.866 - Thread: 22 -> Handle(): Error at pos - 6: System.MissingMethodException: Método não encontrado: 'Void Sandbox.Common.ObjectBuilders.MyPositionAndOrientation..ctor(VRageMath.Vector3, VRageMath.Vector3, VRageMath.Vector3)'. em EssentialsPlugin.Utility.Communication.SendClientMessage(UInt64 steamId, String message) em EssentialsPlugin.ProcessHandler.ProcessGreeting.Handle()

Tyrsis commented 9 years ago

Yes essentials need to be updated, as they changed a lot of internal things. There will be an update out soon.

rogeriocamorim commented 9 years ago

Even afther yours patch still getting 2014-12-11 16:34:16.642 - Thread: 21 -> Completed checking logs in 0,0300041s: 0 (0) steamIds 2014-12-11 16:34:16.643 - Thread: 19 -> Plugin 'Dedicated Server Essentials' initialized. (Version: 1.0.2.576 ID: f767bda5-0a8c-4813-85fd-a5a2341778e8) 2014-12-11 16:34:16.779 - Thread: 23 -> Handler Problems: 100 - System.MissingMethodException: Método não encontrado: 'Void Sandbox.Common.ObjectBuilders.MyPositionAndOrientation..ctor(VRageMath.Vector3, VRageMath.Vector3, VRageMath.Vector3)'. em EssentialsPlugin.ProcessHandler.ProcessCommunication.AddGlobalRelay() em EssentialsPlugin.ProcessHandler.ProcessCommunication.Handle() em EssentialsPlugin.Essentials.PluginProcessing() 2014-12-11 16:34:27.160 - Thread: 24 -> Starting Voxel Caching .. This might take awhile 2014-12-11 16:34:27.160 - Thread: 24 -> Completed Voxel Caching

Tyrsis commented 9 years ago

I have not released an update of essentials yet, I only updated extender. Essentials mod must be updated as well.

rogeriocamorim commented 9 years ago

Sorry for place it wrong.

Abraços Rogerio Camorin Em 11/12/2014 17:00, "Tyrsis" notifications@github.com escreveu:

I have not released an update of essentials yet, I only updated extender. Essentials mod must be updated as well.

— Reply to this email directly or view it on GitHub https://github.com/Tyrsis/SE-Community-Mod-API/issues/13#issuecomment-66669358 .

Tyrsis commented 9 years ago

I haven't released an update for essentials yet, this patch has been a mess, but I will be updating it later today!

rogeriocamorim commented 9 years ago

Done.