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

DllNotFoundException in Unity upon play? #1

Closed
lehtiniemi opened this issue Jan 22, 2019 · 5 comments
Closed

DllNotFoundException in Unity upon play? #1

lehtiniemi opened this issue Jan 22, 2019 · 5 comments
Labels
help wanted/question Extra attention is needed installation

Comments

@lehtiniemi
Copy link

lehtiniemi commented Jan 22, 2019

Issue Summary

I downloaded the project, ran GetModels and GetPlugins and downloaded them all. I then opened the proejct in Unity and hit play. I get the following error:

: openpose
OpenPose.OPWrapper.OPRegisterCallbacks () (at Assets/OpenPose/Modules/Scripts/OPWrapper.cs:29)
OpenPose.Example.OpenPoseUserScript.Start () (at Assets/OpenPose/Examples/Scripts/OpenPoseUserScript.cs:69)

Executed Command (if any)

Note: add --logging_level 0 --disable_multi_thread to get higher debug information.
Hit play in Demo project in Unity

OpenPose Output (if any)

Errors (if any)

: openpose
OpenPose.OPWrapper.OPRegisterCallbacks () (at Assets/OpenPose/Modules/Scripts/OPWrapper.cs:29)
OpenPose.Example.OpenPoseUserScript.Start () (at Assets/OpenPose/Examples/Scripts/OpenPoseUserScript.cs:69)

Type of Issue

You might select multiple topics, delete the rest:

  • Execution error

Your System Configuration

  1. Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK
: openpose
OpenPose.OPWrapper.OPRegisterCallbacks () (at Assets/OpenPose/Modules/Scripts/OPWrapper.cs:29)
OpenPose.Example.OpenPoseUserScript.Start () (at Assets/OpenPose/Examples/Scripts/OpenPoseUserScript.cs:69)
  1. OpenPose version: Latest GitHub code? Or specific commit (e.g., d52878f)? Or specific version from Release section (e.g., 1.2.0)?
    OpenPose Unity Plugin v1.0.0alpha-1.5.0

  2. General configuration:

    • Installation mode: CMake, sh script, manual Makefile installation, ... (Ubuntu); CMake, ... (Windows); ...?
    • Operating system (lsb_release -a in Ubuntu):
    • Release or Debug mode? (by default: release):
    • Compiler (gcc --version in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...?
      Downloaded the unity plugin zip, unzipped it, ran get****.bat for both models and plugins and tried to run the Demo-project in Unity. Machine: Windows 10, Unity 2018.2.6f1
  3. Non-default settings:

    • 3-D Reconstruction module added? (by default: no):
    • Any other custom CMake configuration with respect to the default version? (by default: no):
  1. 3rd-party software:
    • Caffe version: Default from OpenPose, custom version, ...?
    • CMake version (cmake --version in Ubuntu):
    • OpenCV version: pre-compiled apt-get install libopencv-dev (only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...?
  1. If GPU mode issue:
    • CUDA version (cat /usr/local/cuda/version.txt in most cases):
    • cuDNN version:
    • GPU model (nvidia-smi in Ubuntu):
  1. If CPU-only mode issue:
    • CPU brand & model:
    • Total RAM memory available:
  1. If Python API:
    • Python version: 2.7, 3.7, ...?
    • Numpy version (python -c "import numpy; print numpy.version.version" in Ubuntu):
  1. If Windows system:

    • Portable demo or compiled library?
      Unity plugin. I tried separately to download the portable demo and it worked.
  2. If speed performance issue:

    • Report OpenPose timing speed based on this link.
@SoCohesive
Copy link

I am experiencing the same issue

@ZiuTinyat
Copy link
Collaborator

Did you install the openpose prerequisites? (e.g. CUDA and CUDNN if you are using Nvidia)

@TheBossBaby
Copy link

I am also facing the same issue.

@ZiuTinyat ZiuTinyat added help wanted/question Extra attention is needed installation labels Feb 10, 2019
@ZiuTinyat
Copy link
Collaborator

ZiuTinyat commented Mar 27, 2019

The issue is in the faq now and it will be closed until further following up.

@Daz0269
Copy link

Daz0269 commented Jan 3, 2022

I've got same issue.
But I while I run the source of openpose which I download from source code and run the 'OpenPoseDemo.exe' can run well, so I release the Unity plugin dll and replace the dll inside Unity project. But still bothering me ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted/question Extra attention is needed installation
Projects
None yet
Development

No branches or pull requests

5 participants