Strange error message

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
razac920
2nd Lieutenant
2nd Lieutenant
Posts: 365
Joined: Sun Jan 16, 2011 12:42 am
Games I'm Playing :: SWBF2
Location: Princeton, NJ

Strange error message

Post by razac920 »

Message Severity: 2
c:\battlefront2\main\battlefront2\source\ListPool.h(92)
List pool is full; raise count from 60 to at least 61

Any idea what this means? It seems to appear right when a method is called, and the method doesn't give any error messages, but doesn't seem to run correctly, either.
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: Strange error message

Post by Noobasaurus »

Is it a memory pool? Did you try increasing it?
razac920
2nd Lieutenant
2nd Lieutenant
Posts: 365
Joined: Sun Jan 16, 2011 12:42 am
Games I'm Playing :: SWBF2
Location: Princeton, NJ

Re: Strange error message

Post by razac920 »

It doesn't seem be a memory pool, compare to other error messages like:
Message Severity: 2
.\Memory\RedMemoryPool.cpp(170)
Memory pool "ParticleTransformer::SizeTransf" is full; raise count to at least 1066

I did try raising it with
SetMemoryPoolSize("List", 800)

But then got the error message
Message Severity: 2
.\Source\LuaCallbacks_Mission.cpp(1932)
Memory pool "List" not found

So yeah. No idea what it is.

Edit: Well, actually it's not causing my scripting problems. I just forgot to activate a region before using OnEnterRegion, but still, I hadn't seen this error message before and don't know what it can do.
Post Reply