Page 1 of 1
Memory pool full
Posted: Thu Mar 09, 2017 4:28 pm
by CdtFox
Hey all,
i just had this error:
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\StringDB.cpp(54)
String pool is full: 32768 pool is not big enough!
I'm pretty sure it's easy to fix but wasn't able to find the right SetMemoryPoolSize () code
Thank you for reading

Re: Memory pool full
Posted: Thu Mar 09, 2017 5:39 pm
by CT108
I *think* that you have this error because there is to many SetMemoryPoolSize () for the game

Re: Memory pool full
Posted: Thu Mar 09, 2017 8:23 pm
by Marth8880
I'm pretty sure this error is unrelated to memory pools, and that it means there's a string variable somewhere that's too large. Are you using any custom scripting in whatever it is you're getting this error for?
Re: Memory pool full
Posted: Fri Mar 10, 2017 11:03 am
by CdtFox
Marth8880 wrote:I'm pretty sure this error is unrelated to memory pools, and that it means there's a string variable somewhere that's too large. Are you using any custom scripting in whatever it is you're getting this error for?
Nope i'm not using any special custom script, i didn't modified the stock one

Re: Memory pool full
Posted: Fri Mar 10, 2017 2:28 pm
by AnthonyBF2
I got an error like this when I tried to load two levels (space tatooine + mos eisley)