Page 1 of 1

Strange error message

Posted: Sat Apr 18, 2015 6:46 pm
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.

Re: Strange error message

Posted: Sat Apr 18, 2015 6:52 pm
by Noobasaurus
Is it a memory pool? Did you try increasing it?

Re: Strange error message

Posted: Sat Apr 18, 2015 6:55 pm
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.