ArgumentOutOfRangeException: Value must be positive and below the buffer height. Parameter name: topSolved
send message  show Exception

use linuxgsm
ArgumentOutOfRangeException: Value must be positive and below the buffer height.​
use linuxgsm

./rustserver mi 

show Exception

ArgumentOutOfRangeException: Value must be positive and below the buffer height. Parameter name: top​
this message i see in my Rcon when i will chat :
ArgumentOutOfRangeException: Value must be positive and below the buffer height. Parameter name: top

Wich Mod can it be or is that an Oxide issue ?
In response to pravum ():
this message i see in my Rcon when i will chat :
ArgumentOutOfRangeException: Value must be pos...
me too .
In response to pravum ():
this message i see in my Rcon when i will chat :
ArgumentOutOfRangeException: Value must be pos...
InfoPanel?

Merged post

I don't have any problems with ingame chat
In response to Turner ():
InfoPanel?

Merged post

I don't have any problems with ingame chat
wich parameter can it be ? can i change it ?

Merged post

also does not work without InfoPanel

Merged post

After Rustupdate and Oxideupdate still there :

ArgumentOutOfRangeException: Value must be positive and below the buffer height. Parameter name: top

if i want chat
Chat doesn't work on any of my modded servers. Chat works after restarting the server without oxide.

The following error is output to the console whenever a player attempts to chat:

ArgumentOutOfRangeException: Value must be positive and below the buffer width.
Parameter name: left
at System.TermInfoDriver.SetCursorPosition (System.Int32 left, System.Int32 top) [0x00021] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.TermInfoDriver.set_CursorLeft (System.Int32 value) [0x00016] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.ConsoleDriver.set_CursorLeft (System.Int32 value) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at System.Console.set_CursorLeft (System.Int32 value) [0x00000] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Windows.ConsoleInput.ClearLine (System.Int32 numLines) [0x00000] in <e721b21ba1a94453a98204d308d6f6e3>:0
at ServerConsole.PrintColoured (System.Object[] objects) [0x0000e] in <e721b21ba1a94453a98204d308d6f6e3>:0
at ConVar.Chat.say (ConsoleSystem+Arg arg) [0x00194] in <e721b21ba1a94453a98204d308d6f6e3>:0
at ConsoleGen+<>c.<.cctor>b__2_291 (ConsoleSystem+Arg arg) [0x00000] in <e721b21ba1a94453a98204d308d6f6e3>:0
at ConsoleSystem.Internal (ConsoleSystem+Arg arg) [0x0005f] in <4f764dd6b33140a8a3ce058a2475dfa1>:0
UnityEngine.DebugLogHandler:Internal_LogException()
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
ConsoleSystem:Internal(Arg)
ConsoleSystem:Run(Option, String, Object[])
ConsoleNetwork:OnClientCommand(Message)
ServerMgr:OnNetworkMessage(Message)
Facepunch.Network.Raknet.Server:ConnectedPacket(Connection)
Facepunch.Network.Raknet.Server:Cycle()
ServerMgr:Update()​


Similar reports on the r/playrust bug report thread:
https://www.reddit.com/r/playrust/comments/aob3ws/official_bug_report_thread_february_2019_update/eg1745e/
https://www.reddit.com/r/playrust/comments/aob3ws/official_bug_report_thread_february_2019_update/eg1fstt/
https://www.reddit.com/r/playrust/comments/aob3ws/official_bug_report_thread_february_2019_update/eg0f81m/
https://www.reddit.com/r/playrust/comments/aob3ws/official_bug_report_thread_february_2019_update/eg0zw6k/

oxide.version

Protocol: 2150.175.1
Build Date: 02/08/2019 08:25:33
Unity Version: 2018.3.3f1
Changeset: 31941
Branch: release
Oxide.Rust Version: 2.0.4131

oxide.plugins

Listing 1 plugins:
  01 "Gathering Manager" (2.2.61) by Mughisi (0.04s) - GatherManager.cs
Similar issue.

(16:38:04) | ArgumentOutOfRangeException: Value must be positive and below the buffer height.
Parameter name: top​

Although it isn't 100% reproducable. I have been able to send chat once out of 10 attempts.
It's not plugin related. Who here is hosting on Linux?
In response to Death ():
It's not plugin related. Who here is hosting on Linux?
me, i use lgsm
Here's a simple fix until the issue is addressed: (Download URL)

Moderator edit: Simply setting "chat.serverlog 0" or "chat.serverlog false" would fix the issue. Issue is from a native Rust method that tries to send chat to the native Rust server console, which doesn't exist on Linux servers.
In response to Death ():
It's not plugin related. Who here is hosting on Linux?
Mine is on ubuntu with docker running the didstopia/rust-server image. 

I applied your ChatFix.cs (thanks for that!) and chat is working on the server,
but now chat doesn't appear on the rcon web chat page or server logs, FWIW.
In response to Death ():
Here's a simple fix until the issue is addressed: (Download URL)

Moderator edit: Simply s...
wow, it works , thx man
In response to pravum ():
wow, it works , thx man
Updated download link
In response to stuu ():
Mine is on ubuntu with docker running the didstopia/rust-server image. 

I applied your Ch...
The plugin (any chat plugin that does this would work) cancels the default chat from Rust and sends its own, but only via the chat and no other methods.
Locked automatically