Opening one of sample systems downloaded from Deepwoods Software crashes the Linux version of FCFMain, why does this happen?
It has to do with End-Of-Line formats. The two sample systems, ChesapeakeSystem.zip and LHandBS.zip were created with MS-Windows users in mind and the -l option was used to convert the LF EOLs to CRLF EOLs. Under Linux they need to be unpacked with the -a option to unzip:
unzip -a ChesapeakeSystem.zip
unzip -a LHandBS.zip
Now they can be opened successfully under Linux with FCFMain.