You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/locales
Claude d7e2ecd042 fail fast in startup check when ffmpeg executable is missing
On Windows, when the ffmpeg/ffprobe executable does not exist (e.g. a
custom FFmpeg directory pointing to a location without ffmpeg.exe),
cross-spawn (used by execa) falls back to running the command through
cmd.exe, which fails with exit code 1 and a confusing
"'...' is not recognized as an internal or external command" error
instead of ENOENT. This bypassed the "FFmpeg executable not found"
dialog and instead triggered the error report dialog.

Now check that the executables exist as part of the startup check
(which also re-runs whenever the custom FFmpeg directory setting
changes), so a missing executable yields a proper ENOENT. Also mention
the custom FFmpeg directory setting in the error dialog when one is
configured.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PE6aFnysh85Ryndeu6zXYG
2 months ago
..
ar migrate i18next format to v4 11 months ago
cs Translated using Weblate (Czech) 2 months ago
de Translated using Weblate (German) 2 months ago
en fail fast in startup check when ffmpeg executable is missing 2 months ago
eo Translated using Weblate (Esperanto) 8 months ago
es Translated using Weblate (Spanish) 8 months ago
et migrate i18next format to v4 11 months ago
fa migrate i18next format to v4 11 months ago
fi Translated using Weblate (Finnish) 8 months ago
fr Translated using Weblate (French) 8 months ago
he migrate i18next format to v4 11 months ago
hu Translated using Weblate (Hungarian) 2 months ago
id Translated using Weblate (Indonesian) 2 months ago
it Translated using Weblate (Italian) 2 months ago
ja Translated using Weblate (Japanese) 8 months ago
ko Translated using Weblate (Korean) 2 months ago
lt Translated using Weblate (Lithuanian) 8 months ago
nb_NO Translated using Weblate (Norwegian Bokmål) 8 months ago
nl Translated using Weblate (Dutch) 8 months ago
nn Translated using Weblate (Norwegian Nynorsk) 8 months ago
pl Translated using Weblate (Polish) 8 months ago
pt Translated using Weblate (Portuguese) 2 months ago
pt_BR Translated using Weblate (Portuguese (Brazil)) 2 months ago
ro Translated using Weblate (Romanian) 4 months ago
ru Translated using Weblate (Russian) 2 months ago
si migrate i18next format to v4 11 months ago
sk Translated using Weblate (Slovak) 2 months ago
sl Translated using Weblate (Slovenian) 8 months ago
sr migrate i18next format to v4 11 months ago
sv migrate i18next format to v4 11 months ago
ta Translated using Weblate (Tamil) 8 months ago
tr Translated using Weblate (Turkish) 2 months ago
uk Translated using Weblate (Ukrainian) 2 months ago
vi Translated using Weblate (Vietnamese) 2 months ago
zh_Hans Translated using Weblate (Chinese (Simplified Han script)) 2 months ago
zh_Hant Translated using Weblate (Chinese (Traditional Han script)) 8 months ago