1. Wulf

    Wulf Community Admin

    We aren't sure either, but still trying to avoid copy/pasting to multiple threads while trying to figure it out. Your issue seems to be very similar.
     
  2. Ok, So once again, after almost a mounth a got this problem again - server crashed, and logs are clean.
    Log.log:

    Code:
    [01/28/2017 17:13:34] [Logger] General Dikar (76561198238975288) used chat command: /home 2
    [01/28/2017 17:13:38] [Logger] JPY (76561198360300543) used chat command: /group
    [01/28/2017 17:13:43] [Logger] General Dikar (76561198238975288) used chat command: /home 3
    [01/28/2017 17:16:49] Command Line: "C:\servers\Rust-Experimental2667\RustDedicated.exe" "-batchmode" "-silent-crashes" "-keeplogs" "+server.hostname" "***" "+server.ip" "** "+server.port" "35920" "+server.identity" "***" "+server.maxplayers" "120" "+rcon.ip" "***" "+rcon.port" "***" "+rcon.password" "******" "+server.seed" "***" "+server.saveinterval" "300" "+server.worldsize" "***" "+server.level" "***" "+server.salt" "***" "+server.radiation" "true" "-no-fake-connections"
    [01/28/2017 17:16:49] server.hostname: "***"
    Log.Warning:

    Code:
    [01/28/2017 17:02:30] KM Wickey[708421/76561198323128216] sent invalid attack: Player stalled (1.035592s)
    [01/28/2017 17:02:30] KM Wickey[708421/76561198323128216] fired invalid projectile: Missing ID (62)
    [01/28/2017 17:16:51] Tickets has replaced the 'ticket' command previously registered by Tickets
    Log.Exeption: empty
    Log.Error: empty
    Log.Eac: nothing at the time of crash.
    Oxide lang file: FILE
     
  3. Wulf

    Wulf Community Admin

    No issues there with the .data file. It'd be most likely be something from the actual oxide/lang files that would be triggering it, but not sure what yet. One user reported the issue with another language too, so may not be isolated to RU.
     
  4. So.... What can I do now? Translate all the lang files in en folder, and remove everything from ru?
    The main problem with this - I'm still unable to reproduce the crash on my own...
     
  5. Wulf

    Wulf Community Admin

    I don't think it is an issue with which folder you use... more likely just something with the actual translations. Not certain yet though.
     
  6. Aaaaand you are wrong!
    Translating lang files in en, and leaving ru empty did the trick. At least with EnhancedBanSystem. Gonna do it with every over plugin - I'll let you know if it works after a while.
     
  7. try change default language to en
     
  8. I did it for now, and translate files in en folder. Gonna see if it'll help
     
  9. just change server "lang en" and leave "lang\your translate folder" and leave default lang\en folder
     
  10. Server still crashes with this setup. I tryied it before
     
  11. Ok, so.... I figure out that for some reason some plugin crashes the server if there is a lang file in ru foloder. If the same file located in the en everything is fine. I have no idea why - I just got 2 examples: N-Teleportaion crashes on /home list and EnhancedbanSystem crashes on /ban

    I bet it has something with the oxide tho...
     
  12. Wulf

    Wulf Community Admin

    It is, because Oxide is handling these translations, but we have to figure out why it is happening which we can't until we can reproduce it.
     
  13. As I said - I can right now. Use one of the commands I've mention above.
    I just have no idea what causing this in code - I see no difference between functions that crash the server and over that don't....
     
  14. Wulf

    Wulf Community Admin

    Yes, but we (the developers) have to actually be able to reproduce it still so we can find a fix.
     
  15. Wulf

    Wulf Community Admin

    Okay, so @sqroot figured out the cause, and we applied a fix that should resolve your issue. Please test build 3000 or above and let us know if it resolves it for you.
     
  16. Awsome! Looks like it's working right now, thanks!