Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*relative* paths to VIs inside of PPLs does not work (on Linux at least) #155

Open
jimkring opened this issue Aug 22, 2023 · 1 comment
Open

Comments

@jimkring
Copy link
Contributor

Using a relative path to a VI inside of a PPL doesn't work...

does not work:

$ g-cli --lv-ver 2020 --x64 test.lvlibp/test.vi
Error: Failed to launch the process.

Caused by:
   0: Failed to Launch LabVIEW
   1: VI to launch does not exist: "test.lvlibp/test.vi"

Location:
    src/main.rs:154:14

works:
$ g-cli --lv-ver 2020 --x64 ~/sandbox/test.lvlibp/test.vi

works:
$ g-cli --lv-ver 2020 --x64 /home/jim/sandbox/test.lvlibp/test.vi

@JamesMc86
Copy link
Owner

Ah you may have tracked down the root cause of this. I've been having weird issues with PPLs on Windows too. Will see if this fixes them.

We should be able to expand the ppl paths inside the G CLI tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants