LucasFerraz
Systems Analyst
When this message appears in console the server freeze and down.
It means you tried to create a string bigger than std::string::max_size().
basic_string::max_size (Standard C++ Library)
A exception of type length_error Class is thrown when an operation produces a string with a length greater than the maximum size.
Got this answer here: string - What is the meaning of this C++ Error std::length_error - Stack Overflow
I would guess a player is nucking it =o
It means you tried to create a string bigger than std::string::max_size().
basic_string::max_size (Standard C++ Library)
A exception of type length_error Class is thrown when an operation produces a string with a length greater than the maximum size.
Got this answer here: string - What is the meaning of this C++ Error std::length_error - Stack Overflow
I would guess a player is nucking it =o