mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-19 04:22:49 +00:00
[BUG] -stdout .ts crashes ccextractorwinfull.exe 094 #739
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drmargarit on GitHub (Feb 12, 2023).
CCExtractor version: 094
Necessary information
Additional information
@drmargarit commented on GitHub (Feb 13, 2023):
The first two lines of the log are:
13:40:50: CCExtractor: E:\OneDrive\Develop\C#_PVRService\PVRService\bin\Debug\CCExtractor\ccextractorwinfull.exe, -s 10 -nots -nofc -trim -stdout "E:\Video\PVR\Movies\Walker Independence\Season__1\WalkerIndependence_S1E4_4281.ts"
13:40:50: Launching process E:\OneDrive\Develop\C#_PVRService\PVRService\bin\Debug\CCExtractor\ccextractorwinfull.exe -s 10 -nots -nofc -trim -stdout "E:\Video\PVR\Movies\Walker Independence\Season__1\WalkerIndependence_S1E4_4281.ts"
The last two lines of the log are:
thread '' panicked at 'index out of bounds: the len is 1 but the index is 1', src\decoder\service_decoder.rs:275:25
13:40:50: note: run with
RUST_BACKTRACE=1environment variable to display a backtrace13:40:52: CCExtractor Process Exited with code -1073740791
@cfsmp3 commented on GitHub (Mar 22, 2023):
@drmargarit is this still happening? (with the current binary, not 0.94)
@drmargarit commented on GitHub (Mar 22, 2023):
Where would I find current binaries? 0.94 is the latest I can find.
@cfsmp3 commented on GitHub (Mar 22, 2023):
You can get the last build from the integration system here:
https://github.com/CCExtractor/ccextractor/suites/11510033399/artifacts/595056084
@cfsmp3 commented on GitHub (Mar 22, 2023):
I tested in linux and it works well, but well, I guess that's doesn't mean it will work in Windows (but I'd be surprised if it didn't).
@drmargarit commented on GitHub (Mar 22, 2023):
Sorry, it complains about vcruntime140_1D.DLL, vcruntime140D.dll and ucrtbased.dll being missing. Is there a link to the complete package including all of the support files?
@cfsmp3 commented on GitHub (Mar 22, 2023):
Probably you're missing some Microsoft libraries. You can download their redistributables here (that's linked from Microsoft website: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 )
https://aka.ms/vs/17/release/vc_redist.x64.exe
@canihavesomecoffee should be update our artifacts so this dependency is included? (I know we used to include some redist, maybe the version has changed?)
@drmargarit commented on GitHub (Mar 23, 2023):
Installed the linked file. No help. Still complains about runtime files being missing.
@cfsmp3 commented on GitHub (Mar 24, 2023):
@canihavesomecoffee @prateekmedia can you assist with this one? I don't have any Windows system nearby
@DhruvGandhi31 commented on GitHub (Apr 3, 2023):
I experienced a similar issue, however, after downloading the most recent redistributable packages, the problem was resolved for me. I suggest attempting to reinstall the software to see if it resolves the issue for you as well.
@prateekmedia commented on GitHub (May 7, 2023):
@drmargarit Please download Visual C++ runtime package from here: https://github.com/abbodi1406/vcredist/releases/tag/v0.72.0
And Universal C Runtime(if needed) here: https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
Let me know if it works for you
@drmargarit commented on GitHub (May 14, 2023):
Installing the runtime package did help. It now runs without complaining about missing files, But the error persists. Here's a simpler method to reproduce it:
The error will appear in the command window. A small snippet of successful closed caption text extraction will appear in c:\users\public\ccStdOut.txt. You may have to change the stdout redirect to a directory with proper permissions.
JLM
@cfsmp3 commented on GitHub (Dec 26, 2025):
I just tested it with our current version and it works correctly: