I had the same problem, if you delete 0130.ini it freezes on startup. I patched this line, put in an ini file that you have. --- ./channelscan.c.orig 2005-01-16 06:04:41.000000000 -0500 +++ ./channelscan.c 2005-03-30 00:39:40.000000000 -0500 @@ -87,7 +87,7 @@ const char *ConfDir = cPlugin::ConfigDirectory(); char cTranspoderDir[255]; strcpy(cTranspoderDir,ConfDir); - strcat(cTranspoderDir,"//transponders//0130.ini"); + strcat(cTranspoderDir,"//transponders//2500.ini"); strcpy(cSelectedFile, cTranspoderDir); iSelectedFile=0; ShowSatData(cSelectedFile);