Closed Phiber2000 closed 1 year ago
Additional information:
From the log file it seems that writing meta data to chapter 6 hangs, presumably when invoking ATL.
Does it also hang if
The "NonParallel" app setting is really helpful hear to decipher the log file. Please leave it on for these tests.
Strange. I don't see any regularities here yet.
I only see as common factor, that the program freezes in all cases after transcoding the 6th track.
No issues with v1.17.1. I'm checking the versions between...
The issue introduced with v1.18.0. It's reproducible and not related to the input AAX file.
The issue introduced with v1.18.0.
That's helpful. I'll check what changes were made. If it is related to ATL I could revert to an older (or newer) version there. I might build an intermediate version of AaxAudioConverter for you to test. But it will have to wait a few days, this week is going to be rather busy for me.
Here are two test builds to find out whether the issue is likely to be caused by ATL.
AaxAudioConverter_1.18.2.n.zip
Unpack to C:\Program Files\audiamus\AAX Audio Converter
, where all other resources of this app reside.
No changes with both ATL variants. 😢
Can you contact me on Reddit? My user name there is also audiamus.
As discussed on Reddit, here is the next attempt.
AaxAudioConverter_1.18.2.3.zip
In the AaxAudioConverter_1.18.2.3.exe.config
file there is a new setting in the applicationSettings
group, named MaxParallelThreads
. You can play around with that and, for instance, use 4 initially. NonParallel
will override it and it can't be higher than the number of CPU cores. The setting will be shown in the log file.
In fact, still without success. 😢
I tried MaxParallelThreads=4
and MaxParallelThreads=NonParallel
(log attached).
This log file says, NonParallel = True
and MaxParallelThreads = 0
. NonParallel overrides MaxParallelThreads which means all parallel loops run single-threaded. MaxParallelThreads with default 0 means no restriction but does not come into effect here, because of NonParallel.
So, not really anything new here, unfortunately.
Sorry, I misunderstood that! Here you go: AaxAudioConverter_2023-11-14_001.log
Same as before, I'm afraid. But that was to be expected.
What we know so far:
I close this for now. As said before, as I am not able to reproduce this with my books and my environment.
I have the same problem here but it seems to be a different issue than #186.
The conversion stops after some files and then stops responding. Changing the configuration parameters or replacing the
ffmpeg.exe
does not solve the issue.Loglevel 4 logfile: AaxAudioConverter_2023-10-16_001.log