Goldsource Error: no free edicts ;;; [i]or[/i] Last edited 15 years ago2008-06-11 08:13:18 UTC

This article was converted from a previous version of TWHL and may need to be reviewed

  1. The formatting may be incorrect due to differences in the WikiCode processing engine, it needs to be revised and reformatted
  2. Some information may be out of date
  3. After the article is re-formatted and updated, remove this notice and the Review Required category.
  4. Some older articles are no longer useful, or they duplicate information from other pages. In this case, delete the page after merging any relevant information into other pages. Contact an admin to delete a page.
ORIGINAL TITLE: no free edicts ;;; or
;;; NUM_FOR_EDICT: bad pointer

Each entity ingame takes up an edict slot, if the game ever runs out of edict slots you get the crash "no free edicts." Solution is to reduce the number of entitys in the level. Single player mods may have a different number of edicts than multiplayer mods, possible due to the number of player entitys, sprites &
models required. Reported general HL limits are SP=900 to 1024?, MP=1365 to 2048?? your Mod may vary.

However, in a small map with few entities, the error can also be too many of one sort of entity -
some Mods of HL have individual entity limits.

In addition the "bad pointer" may mean the bsp was corrupted, or even that your game engine/dll is corrupted. Test other maps to see if it happens with them, and if not, get a new copy of the .bsp and retry. If it continues only with that map, then it is probably too many entitys.

Comments

You must log in to post a comment. You can login or register a new account.