SA-MP Forums Archive
Problem starting the server (terminate called after throwing an instance of 'std::length_error') - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Problem starting the server (terminate called after throwing an instance of 'std::length_error') (/showthread.php?tid=437594)



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!