Page 1 of 1

std::bad_alloc error

Posted: 05 Jan 2008, 21:28
by Agon
Singleplayer game with RAI.
After ~1 minute.
I was building metal extractors.
http://paste.uni.cc/18029

Re: std::bad_alloc error

Posted: 05 Jan 2008, 21:36
by Tobi
Global ai exception:'std::bad_alloc'
It's an AI bug, it's trying to allocate infinite memory.

(possibly infinite loop that allocates a little bit of memory / fills a std::vector or something, like the bug in Spring a while ago)