The LFS race server is working ok, but I had major problems with my LFSLapper server.
Following part may have relevance to anyone running LFSLapper InSim with their LFS game server if they find they have screen showing '...cannot be found' errors:
The following 4 files all had additional lines of code added in at the very end of the script (seemingly copied and pasted a random section from within the script);
lfslapper.lpr
pitboard.lpr
menu.lpr
racecontrol.lpr
When I run all the corrected code now (downloaded from the server) on my own home network, LFSLapper loads properly (without showing any errors), but the LFSLapper.exe file (in its own little cmd window) shows
'Error: Illegal character. at line #15422'
There is no file with this amount of lines, so I assume 'lapper' adds all the .lpr files together (lfslapper.lpr 5316 + accel.lpr 638 + addonused.lpr 87 +, etc) and all I have to do is hope I add up all the lines of code in the various .lpr files in the correct order and find the correct line 15422!