Skip to content

Fix crash during OpenCVLensDistortion plugin startup #198

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

Merged
merged 1 commit into from
Sep 8, 2021

Conversation

slonopotamus
Copy link
Collaborator

opencv_world331.dll depends on avifil32.dll/msacm32.dll that are missing in ue4-docker images.
This causes OpenCVLensDistortion fail to load and crash, leading to DDC build failure on UE-4.27 unless ue4-docker build is invoked with --exclude ddc.

resolves #196


Not tested yet.

`opencv_world331.dll` depends on `avifil32.dll`/`msacm32.dll` that are missing in ue4-docker images.
This causes OpenCVLensDistortion fail to load and crash, leading to DDC build failure on UE-4.27 unless ue4-docker build is invoked with `--exclude ddc`.

resolves adamrehn#196
@slonopotamus
Copy link
Collaborator Author

Successfully tested on ltsc2019 using ue4-docker build 4.27.0 --no-engine --exclude debug.

@slonopotamus slonopotamus merged commit 603a8c4 into adamrehn:master Sep 8, 2021
@slonopotamus slonopotamus deleted the opencv-missing-libs branch September 8, 2021 21:17
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

Successfully merging this pull request may close these issues.

DDC generation fails for 4.27.0 on Windows due to opencv_world311.dll missing dependencies
1 participant