Something Not Working?
Try these simple fixes first:
Fix 1: Software Window Won't Open
# Type this and try again:
xhost +local:docker
./run_calibration.sh
What this does: Gives the software permission to show windows on your screen.
Fix 2: "Permission Denied" Error
# Type this to fix Docker permissions:
sudo chmod 666 /var/run/docker.sock
What this does: Fixes a common permission problem with Docker.
Fix 3: License Problems
Check these things:
Is the license file installed? Run:
ls -la /etc/calibration_license.json
Has your license expired? Check the dates in your README.txt file
Are you using the right computer? (only matters for machine-specific licenses)