Issue Details
I have the LabVIEW FPGA Module with Xilinx Compilation Tools ISE 10.1 local compile worker installed. When I try to compile locally, the compile worker starts the job, runs for some amount of time, then terminates with this error:
The compile worker terminated this compilation unexpectedly, and there were no other compile workers available to restart this compilation.
When accessing the Worker Log via:
<C:\Program Files\National Instruments\FPGA\CompileWorker\workerLog.txt>
I see an error similar to the following:
CompileWorker.exe Error: 0 : Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at NationalInstruments.NIFarm.NIFarmClient.NativeMethods.NIFarm_DownloadFile(String sessionId, String jobId, String fileName) at NationalInstruments.NIFarm.NIFarmClient.DownloadFile(String jobId, String fileName) at NI.LV.FPGA.CompileWorkerUI.CompileWorkerThread.ThreadMain()
How do I fix this error?