Page 1 of 1
String Pool Is Full?
Posted: Mon Mar 19, 2012 6:12 pm
by DarthXeon
Code: Select all
Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\StringDB.cpp(54)
String pool is full: 32768 pool is not big enough!
im completly clueless about this, any help

Re: String Pool Is Full?
Posted: Mon Mar 19, 2012 6:22 pm
by AQT
What were last things you did before getting this in your error log? Anything localization-related? Also, what exactly is the problem here? It would help if you stated what the problem is from now on. Does your map crash, freeze, or something else serious?
Re: String Pool Is Full?
Posted: Mon Mar 19, 2012 8:29 pm
by AceMastermind
String pool is full: 32768 pool is not big enough!
I'm guessing your map is crashing? Work backwards, check for typos in the scripts and remove things from your map until it works again. This is standard troubleshooting procedure that should reveal the source of the error.