Usually I use Gordian Knot to create divx. Until yesterday I did the job without any problem, today inexplicably (for me) opening the avs script made by GK with Vdub or a player,I get an error: "decomb.dll is not a valid AVIsynth 2.5 plugin"

The avs script is:

Code:
# PLUGINS 
SetWorkingDir("C:\PROGRA~1\GORDIA~1\") 
LoadPlugin("mpeg2dec3.dll") 
LoadPlugin("decomb.dll")
If I edit and modify last line as follow:

Code:
LoadPlugin("C:\PROGRA~1\GORDIA~1\decomb.dll")
or
Code:
LoadPlugin("C:\Programmi\Gordian Knot\decomb.dll")
all work again correctly. I try to uninstall/reboot/reinstall GK, I try to manually set the path of Avisynth plugin in GK, but the error remain the same. Any ideas?

TIA - Nexus.