Inside the nationalinstruments/labview:2025-q3patch1-linux container, executables built in LabVIEW 2020 run just fine:
root@1daae1ef45b1:/app# '/usr/local/jki/vipm/support/VIPM File Handler'
Error opening container cache file '/tmp/natinst/LVContainer.txt': No such file or directory. The file may not exist yet, or you may lack permission to access it. We would try to create the file now.
root@1daae1ef45b1:/app#
However, inside the nationalinstruments/labview:2026-q1-linux container, this same executable does not run, with the error that it cannot open an X display:
root@796a2c3c5e4f:~# '/usr/local/jki/vipm/support/VIPM File Handler'
Unable to open X display.
My guess is that something has changed about how the runtime engine starts X11/xvfb.
Inside the
nationalinstruments/labview:2025-q3patch1-linuxcontainer, executables built in LabVIEW 2020 run just fine:However, inside the
nationalinstruments/labview:2026-q1-linuxcontainer, this same executable does not run, with the error that it cannot open an X display:My guess is that something has changed about how the runtime engine starts X11/xvfb.