fteqw icon indicating copy to clipboard operation
fteqw copied to clipboard

FTEQCC GUI (Windows) gets stuck in an infinite loop and crashes on grep

Open shpuld opened this issue 2 years ago • 0 comments

ver: Jan 15 2023 (from fteqcc.org) platform: Windows 10 64bit

If you press ctrl+g to grep on something, the search results keep flooding until the software dies.

not sure if it's a universal problem or just with my progs structure, so here's how I've organized my progs:

progs.src:

#pragma sourcefile cl_progs.src
#pragma sourcefile sv_progs.src
#pragma sourcefile m_progs.src

cl_progs.src

../csprogs.dat
cl_defs.qc
sh_customdefs.qc
cl_customdefs.qc
sui_sys.qc
cl_menu.qc
cl_effects.qc
cl_player.qc
cl_hud.qc
sh_editor.qc
cl_editor.qc
cl_main.qc

sv_progs.src

../qwprogs.dat
sv_defs.qc
sh_customdefs.qc
sv_customdefs.qc
sv_combat.qc
sv_enemies.qc
sv_triggers.qc
sv_player.qc
sh_editor.qc
sv_editor.qc
sv_main.qc

m_progs.src

../menu.dat
m_defs.qc
sui_sys.qc
m_menu.qc
m_main.qc

shpuld avatar Jan 16 '23 21:01 shpuld