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

may18 rc - WACK fails - spectatorview #2163

Closed
david-c-kline opened this issue May 24, 2018 · 5 comments
Closed

may18 rc - WACK fails - spectatorview #2163

david-c-kline opened this issue May 24, 2018 · 5 comments

Comments

@david-c-kline
Copy link

Overview

Compiling a project using the 2017.4.0.0 release candidate fails WACK with errors regarding the pinvokes into the spectatorviewplugin.dll -- the dll is NOT present in the build.

Steps to reproduce

  • Import the 2017.4.0.0 release candidate and examples unitypackages
  • Open your favorite scene
  • Genereate solution
  • Build master config
  • Generate store package
  • Run local WACK
@david-c-kline
Copy link
Author

I am going to investigate adding a #define to opt-in to building the SpectatorView components

@StephenHodgson
Copy link
Contributor

Is this because we're missing a copy of it in both the normal plugins folder and a wsa folder?

@david-c-kline
Copy link
Author

Most likely. I am working on an option to avoid this issue for customers that are not using SpectatorView, yet import the entire unitypackage.

@david-c-kline
Copy link
Author

With all required DLLs present, the API check fails when SpectatorView is enabled.

API gzclose in zlib1.dll is not supported for this application type. opencv_core341.dll calls this API.
API gzeof in zlib1.dll is not supported for this application type. opencv_core341.dll calls this API.
API gzgets in zlib1.dll is not supported for this application type. opencv_core341.dll calls this API.
API gzopen in zlib1.dll is not supported for this application type. opencv_core341.dll calls this API.
API gzputs in zlib1.dll is not supported for this application type. opencv_core341.dll calls this API.
API gzrewind in zlib1.dll is not supported for this application type. opencv_core341.dll calls this API.

@david-c-kline david-c-kline changed the title may18 rc - WACK fails - spectatorviewplugin issues (when dll is not present) may18 rc - WACK fails - spectatorview May 25, 2018
@david-c-kline
Copy link
Author

Removing Bug and adding External tag as this is an issue with OpenCV and not the MRTK code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants