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

Crash in 64 bits version #39

Open
jplu opened this issue Jan 28, 2016 · 7 comments
Open

Crash in 64 bits version #39

jplu opened this issue Jan 28, 2016 · 7 comments

Comments

@jplu
Copy link

jplu commented Jan 28, 2016

Hello,

An issue is coming from a switch from 32 bits to 64 bits.
Here what I did to make you able to reproduce the issue:

  • Compile OpenCV 3.1 in 64 bits
  • Compile FFMPEG in 64 bits
  • Unzip the 64 bits library for pthread from the provided zip
  • Open the Visual Studio solution
  • Switch in the settings to 64 bits compilation
  • Change the dependencie's name to link
  • Compile and then execute

I did these steps with both Visual Studio 2012 and 2015 to get the below error:

The application was unable to start correctly (0x000007b).
Click on OK to close the application.

Regards.

@puku0x
Copy link
Owner

puku0x commented Jan 28, 2016

Thank you very much !
I will prepare for it.

@jplu
Copy link
Author

jplu commented Jan 28, 2016

Yep, I came up to that thread as well, but I checked what they say and all my DLLs for OpenCV, FFMPEG and Pthread are in 64 bits :(

So maybe I missed other DLLs that I don't know.

@JAbdor7
Copy link

JAbdor7 commented Nov 2, 2016

Good day,

I was wondering if you were able to compile the cvdrone library for x64 in visual studio?

@jplu
Copy link
Author

jplu commented Nov 3, 2016

No I gave up :(

@JAbdor7
Copy link

JAbdor7 commented May 1, 2017

I think I found the solution. There seems to be an issue with the Linker Manifest File. After I turn that off I don't get the error. Now since I don't have the drone with me I can't test it, however I do get an error that it can't connect to the drone. I'll post if I am able to get it working in two days once i have access to the drone.

@JAbdor7
Copy link

JAbdor7 commented May 2, 2017

I was able to run cvdrone on x64 and it was tested with the drone.

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

3 participants