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

Joint installation emgu.cv and emgu.tfLite in unity - error Multiple plugins with the same name #78

Open
mmf007 opened this issue Aug 28, 2022 · 2 comments

Comments

@mmf007
Copy link

mmf007 commented Aug 28, 2022

Hi.
Please, help.
Joint installation emgu.cv and emgu.tfLite in unity - error Multiple plugins with the same name
log:
Multiple plugins with the same name 'msvcp140_codecvt_ids' (found at 'Assets/Emgu.CV/Plugins/x86_64/msvcp140_codecvt_ids.dll' and 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_codecvt_ids.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'msvcp140_1' (found at 'Assets/Emgu.CV/Plugins/x86_64/msvcp140_1.dll' and 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_1.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'vcruntime140' (found at 'Assets/Emgu.CV/Plugins/x86_64/vcruntime140.dll' and 'Assets/Emgu.TF.Lite/Plugins/x86_64/vcruntime140.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'msvcp140_2' (found at 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_2.dll' and 'Assets/Emgu.CV/Plugins/x86_64/msvcp140_2.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'msvcp140_atomic_wait' (found at 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_atomic_wait.dll' and 'Assets/Emgu.CV/Plugins/x86_64/msvcp140_atomic_wait.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'concrt140' (found at 'Assets/Emgu.TF.Lite/Plugins/x86_64/concrt140.dll' and 'Assets/Emgu.CV/Plugins/x86_64/concrt140.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'msvcp140' (found at 'Assets/Emgu.CV/Plugins/x86_64/msvcp140.dll' and 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.
Multiple plugins with the same name 'vcruntime140_1' (found at 'Assets/Emgu.CV/Plugins/x86_64/vcruntime140_1.dll' and 'Assets/Emgu.TF.Lite/Plugins/x86_64/vcruntime140_1.dll'). That means one or more plugins are set to be compatible with Editor. Only one plugin at the time can be used by Editor.

@emgucv
Copy link
Owner

emgucv commented Aug 30, 2022

Both Emgu CV and Emgu TF Lite for Windows required the MSVCRT as a dependency and they are bundled in the unity package. If you use both packages in the same unity project, please delete one of those conflicted files from either "Assets/Emgu.CV/Plugins/x86_64" or "Assets/Emgu.TF.Lite/Plugins/x86_64" and it should be fine.

e.g. you can delete "Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_codecvt_ids.dll", 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_1.dll', 'Assets/Emgu.TF.Lite/Plugins/x86_64/vcruntime140.dll', 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_2.dll', 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140_atomic_wait.dll', 'Assets/Emgu.TF.Lite/Plugins/x86_64/concrt140.dll', 'Assets/Emgu.TF.Lite/Plugins/x86_64/msvcp140.dll' & 'Assets/Emgu.TF.Lite/Plugins/x86_64/vcruntime140_1.dll' when you have both Emgu CV and Emgu TF Lite for unity installed.

@mmf007
Copy link
Author

mmf007 commented Sep 2, 2022

Thank you. Everything is working.

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