Hindori
New Member
- Joined
- Jan 24, 2009
- Messages
- 157
- Reaction score
- 2
I add some new combats to TFS 0.2.10 (8.7) and now i have this error:

AND OTSERV LINE 158 IS:
I'm waiting for help.

AND OTSERV LINE 158 IS:
void badAllocationHandler()
{
// Use functions that only use stack allocation
puts("Allocation failed, server out of memory.\nDecrease the size of your map or compile in 64 bits mode.");
char buf[1024];
assert(fgets(buf, sizeof(buf), stdin) != 0);
exit(-1);
}
I'm waiting for help.
Last edited: