1. 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
    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
    
    In oxide log (oxide_02-05-2015.txt) there is nothing about errors or so.
    [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/
     
  2. Wulf

    Wulf Community Admin

    Great, progress! Can any of you confirm that it's working fine with XP and 2003 as well?
     
  3. 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 
    Strange thing is that after reload plugin works fine and without error anymore. But this already another problem. Is this oxide related or plugin one? Like i said before update it was working fine.
     
  4. Wulf

    Wulf Community Admin

    That error isn't related to Wine or the compiler, instead it looks to be an issue with the plugin you are using, perhaps from a hook change in the past. Pretty sure OnEntityAttacked is deprecated too, with OnEntityTakeDamage replacing it.