Open etn406 opened 1 year ago
The error line 1: -e: command not found
is likely due to the script being launched by sh
instead of bash
.
Try to run bash /Applications/OWON\ VDS1022.app/Contents/MacOS/launch
to see if the error is still there.
Could be an issue with the shebang, try with #!/usr/bin/env bash
in the launch file.
Hello, I installed the macOS version on my macbook (M1 Pro, Ventura 13.3.1) but the application is not visible in the application grid, and when I try to start it manually from the command line I get this error:
However I can start it with the
launch
file:And then the window shows up.
If I can run any more test / give you more logs, tell me!