"String pool is full" - help?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Tohron

"String pool is full" - help?

Post by Tohron »

When I test one of my maps, I get the following message in the error log.

Message Severity: 3
.\Source\StringDB.cpp(54)
String pool is full: 32768 pool is not big enough!

I'm not sure what's causing the message, so I don't know how to fix it. Basically, I'm asking what a string pool is, where it is defined, and how to make it larger. My map has a very large amount of objects - that may have something to do with this.
xwingguy

RE: "String pool is full" - help?

Post by xwingguy »

Large object count is the reason. I don't know how to fix it. I just live with it. It doesn't seem to have any effect on the game.
RC-1290

Post by RC-1290 »

well, I got a memorry size error on soldier animations once and I got rid of the error by putting in
SetMemoryPoolSize("SoldierAnimation", 200)
in the lua. maybe this can be fixed the same way...
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Post by Teancum »

True, but that error does not give the name of the pool. He needs that to fix it.
Tohron

Re: RE: "String pool is full" - help?

Post by Tohron »

xwingguy wrote:Large object count is the reason. I don't know how to fix it. I just live with it. It doesn't seem to have any effect on the game.
Problem is, in this case it's a Severity 3 error, and my map is indeed crashing now.
Post Reply