Skip to content
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

ffmpeg.exe - Entry Point Not Found on Microsoft® Windows® Web Server 2008 #118

Closed
Selur opened this issue Jul 17, 2015 · 13 comments
Closed

Comments

@Selur
Copy link

Selur commented Jul 17, 2015

A user got an:

ffmpeg.exe - Entry Point Not Found
The procedure entry point GetNumaNodeProcessorMaskEx could not be located in the dynamic link library KERNEL32.dll.

exception trying to use ffmpeg, since GetNumaNodeProcessorMaskEx sounds like x265, is possible to disable libx265 from being build into ffmpeg? (checked the ffmpeg_options.txt, but there was no mentioning of x265)

@wiiaboo
Copy link
Member

wiiaboo commented Jul 17, 2015

The script explicitly adds --enable-libvpx/libx264/libx265 according to whether the respective libs are built or not. I can take that away and just obey ffmpeg_options.txt.

Is that ffmpeg 32-bits that's giving that error? It shouldn't.

@Selur
Copy link
Author

Selur commented Jul 17, 2015

Is that ffmpeg 32-bits that's giving that error? It shouldn't.

I think that it's ffmpeg 32bit, but I'll ask the user to make sure. (he didn't post if it was a 32bit OS)
(will report back once I get feedback from the user)

The script explicitly adds --enable-libvpx/libx264/libx265 according to whether the respective libs are built or not. I can take that away and just obey ffmpeg_options.txt.

sounds good to me

@Selur
Copy link
Author

Selur commented Jul 17, 2015

He's using a 64bit system, so it's a 64bit OS and x265 also doesn't work for him properly. :(

@wiiaboo
Copy link
Member

wiiaboo commented Jul 17, 2015

So it's 64-bit XP.

@Selur
Copy link
Author

Selur commented Jul 17, 2015

iirc Windows® Web Server 2008 is based on Vista, not XP

@wiiaboo
Copy link
Member

wiiaboo commented Jul 17, 2015

Right, Vista/2008 didn't have that function either. Server 2008 R2 has it, since it's based on 7.

@wiiaboo
Copy link
Member

wiiaboo commented Jul 17, 2015

Check a0b509c...531929c.

@Selur
Copy link
Author

Selur commented Jul 17, 2015

Updated an got:

updating msys2 system...

error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to date
msys is up to date
error: database 'mingw32' is not valid (invalid or corrupted database (PGP signature))
error: database 'mingw64' is not valid (invalid or corrupted database (PGP signature))
error: database 'msys' is not valid (invalid or corrupted database (PGP signature))
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: database 'mingw32' is not valid (invalid or corrupted database (PGP signature))
error: database 'mingw64' is not valid (invalid or corrupted database (PGP signature))

error: database 'msys' is not valid (invalid or corrupted database (PGP signature))

updating msys2 done...

will report back once the script ran through,...

@wiiaboo
Copy link
Member

wiiaboo commented Jul 17, 2015

Sourceforge is down, you can't update msys.

On Fri, 17 Jul 2015 18:40 Georg Pelz notifications@github.com wrote:

Updated an got:

updating msys2 system...

error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
:: Synchronizing package databases...
mingw32 is up to date
mingw64 is up to date
msys is up to date
error: database 'mingw32' is not valid (invalid or corrupted database (PGP
signature))
error: database 'mingw64' is not valid (invalid or corrupted database (PGP
signature))
error: database 'msys' is not valid (invalid or corrupted database (PGP
signature))
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: database 'mingw32' is not valid (invalid or corrupted database (PGP
signature))
error: database 'mingw64' is not valid (invalid or corrupted database (PGP
signature))
error: database 'msys' is not valid (invalid or corrupted database (PGP
signature))

updating msys2 done...

will report back once the script ran through,...


Reply to this email directly or view it on GitHub
#118 (comment)
.

@Selur
Copy link
Author

Selur commented Jul 17, 2015

ah okay. (the database being reported as invalid/corrupted sounded serious)

@wiiaboo
Copy link
Member

wiiaboo commented Jul 17, 2015

You can still run the suite, it just won't upgrade msys/mingw. Also, make sure to not delete anything from /mingw32 or /mingw64, or it will prevent you from building.

@Selur
Copy link
Author

Selur commented Jul 17, 2015

Script is running, but since bitbucket is totally slow atm, it's really a pain,.. :)

@Selur
Copy link
Author

Selur commented Jul 17, 2015

stuck at: Cloning into 'libgme-git'...
for quite a bit of time now
-> will test tomorrow and report back

@wiiaboo wiiaboo closed this as completed Jul 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants