Import variable 'pbs_trap_hold_critters' is not exported by any script in EcCo 0.9.9 lite.
In combats with many critters / many turns, the debug log shows:
Error during execution: External variable pbs_trap_hold_critters does not exist
Then it starts spamming:
Error during execution: pushShortStack: Stack overflow
This may eventually lead to a crash with a memory read error at address 0x4efb51.
The stack overflow may not be directly caused by the missing external variable pbs_trap_hold_critters, but when recompiling gl_pbs_damage_mod with:
variable pbs_trap_hold_critters := 0;
instead of:
import variable pbs_trap_hold_critters;
neither Error during execution: External variable pbs_trap_hold_critters does not exist nor the stack overflow occur.
Tested on: Fallout ET TU + sfall 4.4.9.1 + EcCo 0.9.9 lite (no other mods).
Even if the stack overflow is not directly related to the missing imported var, I still suggest fixing the import issue :)
Import variable 'pbs_trap_hold_critters' is not exported by any script in EcCo 0.9.9 lite.
In combats with many critters / many turns, the debug log shows:
Error during execution: External variable pbs_trap_hold_critters does not existThen it starts spamming:
Error during execution: pushShortStack: Stack overflowThis may eventually lead to a crash with a memory read error at address 0x4efb51.
The stack overflow may not be directly caused by the missing external variable
pbs_trap_hold_critters, but when recompilinggl_pbs_damage_modwith:variable pbs_trap_hold_critters := 0;instead of:
import variable pbs_trap_hold_critters;neither
Error during execution: External variable pbs_trap_hold_critters does not existnor the stack overflow occur.Tested on: Fallout ET TU + sfall 4.4.9.1 + EcCo 0.9.9 lite (no other mods).
Even if the stack overflow is not directly related to the missing imported var, I still suggest fixing the import issue :)