Just also updated server & oxide to latest and tested again - there is no .txt logs in server identity folder, but there is compiler log and oxide/logs files.
compiler_log_424.txt
In oxide log (oxide_02-05-2015.txt) there is nothing about errors or so.Code:[SERVER] Started as service [SERVER] Running as service [SERVER] Got Message: Ready [SERVER] Got Message: Ready [SERVER] Error: Unexpected binary element: 0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObject (BinaryElement element, System.IO.BinaryReader reader, System.Int64& objectId, System.Object& value, System.Runtime.Serialization.SerializationInfo& info) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadNextObject (System.IO.BinaryReader reader) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadObjectGraph (BinaryElement elem, System.IO.BinaryReader reader, Boolean readHeaders, System.Object& result, System.Runtime.Remoting.Messaging.Header[]& headers) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.NoCheckDeserialize (System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler) [0x00000] in <filename unknown>:0 at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize (System.IO.Stream serializationStream) [0x00000] in <filename unknown>:0 at ObjectStream.IO.ObjectStreamWrapper`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].ReadObject (Int32 len) [0x00000] in <filename unknown>:0 at ObjectStream.IO.ObjectStreamWrapper`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].ReadObject () [0x00000] in <filename unknown>:0 at ObjectStream.ObjectStreamConnection`2[ObjectStream.Data.CompilerMessage,ObjectStream.Data.CompilerMessage].ReadStream () [0x00000] in <filename unknown>:0 at ObjectStream.Threading.Worker.DoWorkImpl (System.Object oAction) [0x00000] in <filename unknown>:0
[DOUBLEPOST=1430596744][/DOUBLEPOST]There was commint 21 minute before, just updated and it seems working now! Thank you) Now i can update it. But you still have this bug on linux http://oxidemod.org/threads/wine-being-detected-as-64-bit-needs-32-bit-for-lua.7792/
Fixed Unexpected binary element error and shutdown error
Discussion in 'Rust Discussion' started by AlexALX_[rus-ua], May 1, 2015.
-
Wulf Community Admin
Great, progress! Can any of you confirm that it's working fine with XP and 2003 as well?
-
There is some another problem after update, not sure whats wrong but my plugin what uses OnEntityAttacked hook after load created infinity loop errors until i reloaded it with this error:
Code:[5/2/2015 11:12:45 PM] [Oxide] 11:12 PM [Error] Failed to call hook 'OnEntityAttacked' on plugin 'Test' (NullReferenceException: Object reference not set to an instance of an object) [5/2/2015 11:12:45 PM] [Oxide] 11:12 PM [Debug] at Oxide.Plugins.Test.OnEntityAttacked (.BaseCombatEntity entity, .HitInfo hitInfo) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
Wulf Community Admin