We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Still having the same issue:
Have just done: git pull git make all sudo make install
ian@ian-ddd230:/media/ian/NAS/Banana1/Kal$ ld-decode Sample.lds Sample --PAL -s 106 --noEFM -t 8 --new-audio Traceback (most recent call last): File "/usr/local/bin/ld-decode", line 293, in audio_process = subprocess.Popen(cmd, stdin=subprocess.PIPE) File "/usr/lib/python3.8/subprocess.py", line 858, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/lddecode/audio.py' ian@ian-ddd230:/media/ian/NAS/Banana1/Kal$
The text was updated successfully, but these errors were encountered:
fix #650 and (hopefully) #646
6c47c3a
No branches or pull requests
Still having the same issue:
Have just done:
git pull
git make all
sudo make install
ian@ian-ddd230:/media/ian/NAS/Banana1/Kal$ ld-decode Sample.lds Sample --PAL -s 106 --noEFM -t 8 --new-audio
Traceback (most recent call last):
File "/usr/local/bin/ld-decode", line 293, in
audio_process = subprocess.Popen(cmd, stdin=subprocess.PIPE)
File "/usr/lib/python3.8/subprocess.py", line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/bin/lddecode/audio.py'
ian@ian-ddd230:/media/ian/NAS/Banana1/Kal$
The text was updated successfully, but these errors were encountered: