-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
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
[BUG] -stdout .ts crashes ccextractorwinfull.exe 094 #1478
Comments
The first two lines of the log are: |
@drmargarit is this still happening? (with the current binary, not 0.94) |
Where would I find current binaries? 0.94 is the latest I can find. |
You can get the last build from the integration system here: |
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). |
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? |
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?) |
Installed the linked file. No help. Still complains about runtime files being missing. |
@canihavesomecoffee @prateekmedia can you assist with this one? I don't have any Windows system nearby |
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. |
@drmargarit Please download Visual C++ runtime package from here: https://github.com/abbodi1406/vcredist/releases/tag/v0.72.0 Let me know if it works for you |
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 |
CCExtractor version: 094
Necessary information
Additional information
The text was updated successfully, but these errors were encountered: