• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Server crashing! (Help urgently please)

LucasFerraz

Systems Analyst
Joined
Jun 10, 2010
Messages
2,857
Reaction score
96
Location
Brazil
When this message appears in console the server freeze and down.
53609369.jpg
 
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

There isn't players online, only me.
I didn't understand this links you send. Can you tell me how I solve it?
 
Back
Top