String Pool Is Full?

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
User avatar
DarthXeon
Banned
Posts: 84
Joined: Mon Sep 19, 2011 5:41 pm
Projects :: I move fast... Lightning fast...
Games I'm Playing :: Hmm... I wonder...
Location: In A Nearby Solar System

String Pool Is Full?

Post 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 :?
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: String Pool Is Full?

Post 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?
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: String Pool Is Full?

Post 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.
Post Reply