Problem starting the server (terminate called after throwing an instance of 'std::length_error') -
Knappen - 16.05.2013
Quote:
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_S_create
|
What does this mean? Never encountered this problem before : )
What causes this error?
Re: Problem starting the server (terminate called after throwing an instance of 'std::length_error') -
Kurzalewski - 16.05.2013
This shows up when you've missed to pass any argument to
std:: string, maybe you've mistaken something in your server config file or script (?).
Re: Problem starting the server (terminate called after throwing an instance of 'std::length_error') -
Knappen - 16.05.2013
This is solved. I'm not sure what did it, because I didn't do anything at all! And no, I'm sure it wasn't my server configuration!
Thanks anyways!