ShiftMediaProject / FFmpeg

Unofficial FFmpeg with added custom native Visual Studio project build tools. FFmpeg: A complete, cross-platform solution to record, convert and stream audio and video.
http://ffmpeg.org
Other
788 stars 298 forks source link

C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vsyasm.exe exited with code -1073741819. #78

Closed durongze closed 4 years ago

durongze commented 4 years ago

version: The latest version env: windows 10 + vs 2015 + yasm 1.3.0

  1. 32bit gmp compile fail. image

  2. but 64bit gmp compile succ. image

durongze commented 4 years ago

To keep up with the latest version, I modified the script and executed it.

image

durongze commented 4 years ago

d:\code\ffmpeg-my\ffmpeg\gmp\SMP>"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\"vsyasm.exe -Xvc -f win32 -o "D:\code\ffmpeg-my\ffmpeg\FFmpeg\SMP\obj\Debug\Win32\libgmp\" -rnasm -pgas mpn\x86\add_n.s

d:\code\ffmpeg-my\ffmpeg\gmp\SMP>echo %ERRORLEVEL% 0

d:\code\ffmpeg-my\ffmpeg\gmp\SMP>"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\"vsyasm.exe -Xvc -f win32 -o "D:\code\ffmpeg-my\ffmpeg\FFmpeg\SMP\obj\Debug\Win32\libgmp\" -rnasm -pgas mpn\x86\add_n.s mpn\x86\bdiv_dbm1.s

d:\code\ffmpeg-my\ffmpeg\gmp\SMP>echo %ERRORLEVEL% -1073741819

d:\code\ffmpeg-my\ffmpeg\gmp\SMP>

Sibras commented 4 years ago

It appears you yasm is not installed correctly.

Make sure you have the latest version of vsyasm from here https://github.com/ShiftMediaProject/VSYASM/releases and have installed it according to the instructions in the readme.

durongze commented 4 years ago

ok, thank you very much. I compiled a vsyasm with the latest code and solved it.