Issue Description
Post processing interrupts without an error message. No log files are created. It looks like it never started.
Scope
NavVis Desktop Processing
Solution
One reason can be that the /tmp/ folder is full. This folder is used, to store temporary data during the processing and is crucial to finish
Open your terminal
go to the /tmp/ folder (cd /tmp/)
Delete everything (rm -rf *)
Check with ls if the folder is emptyY