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

Version 606 fails to execute due to missing BIN folder in UTILS #51

Closed
richardbushell opened this issue Dec 16, 2015 · 3 comments
Closed

Comments

@richardbushell
Copy link
Contributor

Hi Gilles
Just downloaded v606 to try from the Bento4 website, but mp4-dash.py execution fails (Windows).
I presume the BIN directory should be in the UTILS folder as in previous builds I have seen, but for some reason this is missing.
Can we just copy these missing exes from the other BIN folder in the root, or are these different in any way?
Maybe need to check the build process to see if something has changed as to why these are missing.
Please advise.

@richardbushell
Copy link
Contributor Author

I have tried copying the binaries into utils/bin/win32 folder, and it's still not finding the exes.
I don't program in Python, but have you changed anything in the mp4-dash.py file that may be causing it to not find the binaries?
I get this error in the log:
executable not found in exec_dir, trying with PATH
COMMAND: ['mp4info', '--fast', '--format', 'json', 'rooms264_f.mp4']

@richardbushell
Copy link
Contributor Author

I note that Line 888 of mp4-dash.py states:
if not path.exists(options.exec_dir):
PrintErrorAndExit('Executable directory does not exist ('+Options.exec_dir+'), use --exec-dir')
BUT should this be:
if not path.exists(Options.exec_dir):
this seems to have changed from a previous version we have archived.
Is this the cause?

@barbibulle
Copy link
Contributor

Sorry for that. This latest release broke the executable search support on the Windows platform. This will be fixed and updated later today or tomorrow.

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