A licensee recently pointed out that there are now several GoogleVR lib files in 4.16 that are present in the Engine twice due to some of them being copied into a subdirectory. For example, , in 4.16 there is now \Engine\Source\ThirdParty\GoogleVR\lib\android_x86\libgvr.so and \Engine\Source\ThirdParty\GoogleVR\lib\android\x86\libgvr.so
Examination of integration history revealed that we moved these files to fix some kind of problem, but when the googlevr sdk was updated we put its files into the old location.
Therefore the fix is to copy the android_x86 etc files over the existing android/x86, and to delete the android_x86 files.
This worked by luck, but there was an extra copy of an older version of the .so files in perforce. It happens that we were using the new versions at runtime.
Why does the REMOVE method of map container remove elements have memory leaks?
How does TextureRenderTarget2D get TArray<uint8> type data?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
How to delete some elements correctly when deleting an array loop?
UMG RichText not appear image when packaged
How do I set a material as a post-processing material?
How does TArray loop correctly remove elements in blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-45661 in the post.
0 |
Component | UE - Platform - XR |
---|---|
Affects Versions | 4.16, 4.16.1 |
Target Fix | 4.16.2 |
Fix Commit | 3476133 |
---|
Created | Jun 2, 2017 |
---|---|
Resolved | Jun 6, 2017 |
Updated | Sep 16, 2019 |