Posts: 53
Threads: 6
Joined: Dec 2019
I want to reencode a film with 2 pass x265 and I set the Tags and the audio encoding using Vapoursynth, but when I start the cue it stops immediately with this error:
set absolut paths crashed
I crash immediately when it start to reencode the audio, can it be that the source is stored in a directory with space in the name?
TIAPlease, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
Posts: 10.981
Threads: 57
Joined: May 2017
06.05.2020, 20:36
(This post was last modified: 06.05.2020, 20:37 by Selur.)
Whitespaces in the file names or paths should not cause any problems.
"set absolut paths crashed" usually happens if one of the used tools or the configuraiton is missing or broken in some way.
Check the paths under 'Config->Tools'.
Can't really help without a debug output.
Ah, didn't see the debug output->looking at it now
Cu Selur
Posts: 10.981
Threads: 57
Joined: May 2017
Seems to be a bug in the job minimization.
Disabling: "Config->Internals->Handling->Minimize jobs" before creating the job will probably fix the issue.
Also please create a debug output with level 9 of the job creation so I can see where the problem starts to fix it.
Thanks!
Cu Selur
Posts: 53
Threads: 6
Joined: Dec 2019
Disabling minimize jobs solve the problem.
When it finisht to encode I'll add the debug file
Posts: 10.981
Threads: 57
Joined: May 2017
Thanks.
Will look for the debug output tomorrow.
Cu Selur
Posts: 10.981
Threads: 57
Joined: May 2017
Any news about the debug output?
Posts: 53
Threads: 6
Joined: Dec 2019
Here is the Debug output.
Everything worked.
Posts: 10.981
Threads: 57
Joined: May 2017
You disabled "Config->Internals->Handling->Minimize jobs" and so the debug output doesn't use the job optimization thus the debug output doesn't help me since it doesn't create the problem,...
Posts: 53
Threads: 6
Joined: Dec 2019
I recreate my file with "Config->Internals->Handling->Minimize jobs" enabled.
Posts: 10.981
Threads: 57
Joined: May 2017
Thanks!
I see where the problem is, will fix in the next few days.
Cu Selur