Page 1 of 1

What do I have to do to fix these errors?

Posted: Fri Feb 24, 2017 11:12 pm
by cjn12121
Hello,
I am having a crash in my map so I have been checking the error log(Bfront2.log). Most of the errors are simple easy fixes, however some have been giving me some issues. Here they are:

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

Message Severity: 3
C:\Battlefront2\main\Battlefront2\Source\HUDManager.cpp(619)
HUD unable to find HUD element type 0x16ce484a

Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\VOHelper.cpp(183)
VOSound (cis1_inf_pc_com_hostile_inVehicle): unknown modifier "InVehicle"

Re: What do I have to do to fix these errors?

Posted: Sat Feb 25, 2017 1:12 am
by ARCTroopaNate
The hud and invehicle errors don't mean anything, to fix the first one you need to up the memorypool for whatever parameter it's asking for in your lua. Find the setmemorypool lines and copy one of them, change the parameter to List and the number to like 100 and you should be good to go.

EDIT: Welcome to Gametoast!!