-
Notifications
You must be signed in to change notification settings - Fork 193
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
Compiled openHEVC with win7+visual studio2013 succeed, but got an error when run it on Windows #42
Comments
Hi. The problem here seems to come from x86 SIMD optimizations. ----- Mail original ----- Hi, there, I succeeded to compile openHEVC on win7 with visual studio2013 ultimate + cmake, however I got an unexpected error when running the executable program "hevc_sdl2.exe". Could any of you please take a look? Thanks a lot!
However, when I run the executable program with command line "hevc_sdl2.exe -i SlideShow_1280x72_60fps_1200kbps.265 -o test.yuv", I got an error "Run-Time Check Failure #2 - Stack around the variable 'left_array' was corrupted." hevc_sdl2.exe!intra_pred_8(HEVCContext * s, int x0, int y0, int log2_size, int c_idx) 行 344 C I doubt this issue was caused by these two modification when I tried to fix the compiling issues:
Could any of you please help? Many thanks in advance! — |
Acctually, I got a lot of compiling errors and I fixed them one by one. I agree that the running issues may come from x86 SIMD optimizations. |
Hi, there,
I succeeded to compile openHEVC on win7 with visual studio2013 ultimate + cmake, however I got an unexpected error when running the executable program "hevc_sdl2.exe". Could any of you please take a look? Thanks a lot!
Here is detail:
Compile openHEVC on win7 with visual studio2013 ultimate + cmake:
However, when I run the executable program with command line "hevc_sdl2.exe -i SlideShow_1280x72_60fps_1200kbps.265 -o test.yuv", I got an error "Run-Time Check Failure #2 - Stack around the variable 'left_array' was corrupted."
I debuged it in msvc 2013, and found the call stack below when the issue occurred:
I doubt this issue was caused by these two modification when I tried to fix the compiling issues:
I also pasted the shortcuts as below when error occurred. Please take a look, many thanks in advance!
The text was updated successfully, but these errors were encountered: