Could anybody please help?
Portal 2 crashing while loading compiled map
Three main reasons the game might be crashing: You're using unfinished/buggy entities. If there isnkt much documentation about something, or it' sever used in the game Valve probably hasn't done much big testing on it and it may break if used badly. Another potential crash (less common) is entering wierd settings into entities. VBSP will crash for example if you use the wrong order of : an ; in instance input/outputs. The third is running out of memory due to excessive entity spawning. Check any cubedroppers or similar things to make sure they won't keep endlessly spawning cubes. (Doesn't really apply to other people's instances since they're probably bugtested enough to catch this sort of issue, but make sure it doesn't happen if you make your own.)