Openpose: DEMO Execution 0xc000007b error - Windows 7 & 10

Created on 11 Jun 2017  Â·  18Comments  Â·  Source: CMU-Perceptual-Computing-Lab/openpose

Executed command (if any)

.\bin\OpenPoseDemo.exe --video examples\media\video.avi

OpenPose output (if any)

It can not be executed

Type of issue

  • Execution error

Your system configuration

Operating system (lsb_release -a on Ubuntu):WIdnwos10 64bit and Windows 7 64bit
CUDA version (cat /usr/local/cuda/version.txt in most cases):v8.0
cuDNN version:v5.1
GPU model (nvidia-smi):GTX960 and GTX550Ti (different PC, same error)

sorry, I'm Japanese student, so please forgive me my lousy English.

help wantequestion stalold

All 18 comments

Hi,

Have you tried to re-download the demo file? The c000007b stands for bad image format.
Also you can try to run it on win10 and see if it can run correctly.
Good luck.

@gyc990326
I tried to re-download the demo file, but the results were unchanged.
Thank you for your reply.

What do you mean by It can not be executed or 0xc000007b error? Can you send screenshots?

Anyway, try downloading the VS solution, it works most of the cases, the portable demo fails more often.

@gineshidalgo99
This is screenshot of error.
It written in Japanese, "The application failed to start correctly (0xc000007b)"
Thank you for your reply, and I'm sorry for delay.

default

OK. I think it is a portable demo issue.
Please, try compiling OpenPose from the VS solution and let us know if it works that way. Thanks!

@gineshidalgo99
OK, I'll try compiling OpenPose from the VS solution.
Thank you for carefully corresponding.

@gineshidalgo99
I googled for a while and it shows that the win7 cannot execute the program compiled with target platform "8.1", because win 8 added a bunch of new features, we can compile the demo with macro _WIN32_WINNT set to 0x0601.
And I'll try to build one.

Reference:
https://stackoverflow.com/questions/34706246/visual-studio-2015-change-target-platform-to-windows-7

@gyc990326
You have a point, my computer is Windows7 and Windows10.
But some japanese people were able to execute it with Windows 10.

@gyc990326 I did not know that, thank you.

Anyway, we only support Windows 10. For that one, the problem should be solved by using the VS solution (otherwise let me know). We will make the portable demo more compatible in the future, but meanwhile the VS solution would work.

Otherwise, please also check https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/53#issuecomment-306078675

@m1kanch0r @gineshidalgo99
Well I finally got the openpose demo to run on Windows 7.
Adding macro "_WIN32_WINNT=0x0601" will solve the problem.
If you want me to send you the compiled version, please tell me.

@gyc990326
Thank you for the feed-back! I first need to finish a dynamic library version, so we can do a portable demo across computers. The current VS solution would only work in the computer where it has been compiled or computers with very similar HW/SW. I might ask you for the details to make it work on W7 after we have a portable demo! Thanks!

@gyc990326 When you say adding _WIN32_WINNT=0x0601, where and how do you add it? So I incorporate it to OpenPose now that we've just released a non-required-Caffe-installation so so much easier-to-use version? Thanks!

Oh sorry for the late reply
I added it in VS Project Settings of both projects.
It's in fact #define _WIN32_WINNT 0x0601
I don't know the exact name of this option, since we are using different language, but it should be easy to find with the help of Google.;)

Hi,
I have the same problem, too. When I execute the demo, I have an error like below. I've tried to re-download but there's no change. In fact, the file mentioned in the extension below (pose_deploy_linevec.prototxt) is actually there.
exe hata

I've also tried compiling OpenPose from the VS solution for this. I did all the steps for installation but this time I got another error that says "cannot open file OpenPose.lib"
error
For this error, I looked at an earlier comment. (https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/53) I installed Cuda after Visual Studio 2015. But I still have the same error.

Operating system Windows 10 (64bit)
CUDA version v9.0
cuDNN version v7.0.3
Visual Studio 2015

I am experiencing the same problem with the demo as @iremozkal.
I get this error message when trying to run the demo:
image

I've also tried compiling OpenPose from the VS solution. I followed the Windows installation instructions and I get the following errors:
image

I've experienced the exact same problems on two different machines.
I would love to get this working.

Operating system Windows 10.0.15063 Build 15063
Installation mode: Windows
CUDA version 8.1
cuDNN version: 5.1
GPU model: Nvidia Geforce GTX 1060 / Nvidia Geforce GTX 1080
Caffe version: Default from OpenPose
OpenCV version: OpenPose default (only Windows)

@L05 My apologies, should be fixed and working again now.

@gineshidalgo99 Thank you! I am now able to compile it.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings