• 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!

Solved Error while starting TFS

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:
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:
Back
Top