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
This disc (disc 1 of https://www.lddb.com/laserdisc/24880/G128F0083/Last-Starfighter-The) fails with "Fatal: SectionTime::SectionTime(): Invalid frame value of -269999" when run against efm-decoder-f2
ld-decode --start 350 --length 1800 --threads 6 --ntsc the_last_starfighter_s1.flac.ldf test/output
cd test
efm-decoder-f2 --debug --show-all-debug output.efm output.f2
Gets as far as "F2 Section Metadata Correction statistics" before crashing:
Info: F2 Section Metadata Correction statistics: Info: F2 Sections: Info: Total: 0 (0 F2) Info: Corrected: 0 Info: Uncorrectable: 0 Info: Pre-Leadin: 4504 Info: Missing: 0 Info: Padding: 0 Info: Out of order: 0 Info: QMode Sections: Info: QMode 1 (CD Data): 0 Info: QMode 2 (Catalogue No.): 0 Info: QMode 3 (ISO 3901 ISRC): 0 Info: QMode 4 (LD Data): 0 Info: Absolute Time: Info: Start time: 59:59:74 Info: End time: 00:00:00 Fatal: SectionTime::SectionTime(): Invalid frame value of -269999
No output is written to output.f2
output.f2
efm-decoder-f2 Branch: main / Commit: 5d339d9d
The text was updated successfully, but these errors were encountered:
output.efm.gz
debug.log
Sorry, something went wrong.
Neglected to mention the actual crash error: Abort trap: 6
Abort trap: 6
Different disc, same issue.
test2_debug.log test2.efm.gz
simoninns
No branches or pull requests
Description
This disc (disc 1 of https://www.lddb.com/laserdisc/24880/G128F0083/Last-Starfighter-The) fails with "Fatal: SectionTime::SectionTime(): Invalid frame value of -269999" when run against efm-decoder-f2
Steps to Reproduce
ld-decode --start 350 --length 1800 --threads 6 --ntsc the_last_starfighter_s1.flac.ldf test/output
cd test
efm-decoder-f2 --debug --show-all-debug output.efm output.f2
Actual Behaviour
Gets as far as "F2 Section Metadata Correction statistics" before crashing:
No output is written to
output.f2
Environment
efm-decoder-f2 Branch: main / Commit: 5d339d9d
The text was updated successfully, but these errors were encountered: