Search Issue Tracker
Active
Votes
2
Found in
2022.3.55f1
6000.0.32f1
6000.1.0a9
Issue ID
UUM-91109
Regression
Yes
[Android] [Vulkan] Warning "AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003." spammed every frame when the application is actively running on a device
How to reproduce:
1. Open the “TestingReproProject.zip“
2. Open the “SampleScene“
3. Build and Run for Android
4. In the Editor attach the Console window to the Device (or use logcat)
Expected result: No warning logged
Actual result: The “AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003.“ warning logged every frame
Reproducible with: 2022.2.3f1, 2022.3.55f1, 6000.0.32f1, 6000.1.0a9
Not reproducible with: 2021.3.47f1, 2022.2.2f1
Reproducible environment: macOS 15.1.1 (Intel), Windows 11 (Reporters)
Not reproducible environment: No other environment tested
Reproducible with these devices:
VLNQA00525, Samsung Galaxy S23 Ultra (SM-S918B), Android 13, CPU: Snapdragon 8 Gen 2 (SM8550), GPU: Adreno (TM) 740
Not reproducible with these devices:
VLNQA00511, Samsung Galaxy S8 (SM-G950F), Android 9, CPU: Exynos 9 Octa 8895, GPU: Mali-G71
VLNQA00518, Google Pixel 4 (Pixel 4), Android 13, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00107, Huawei Nexus 6P (Nexus 6P), Android 8.1.0, CPU: Snapdragon 810 MSM8994, GPU: Adreno (TM) 430
VLNQA00335, Samsung Galaxy S20+ 5G (SM-G986B), Android 10, CPU: Exynos 990, GPU: Mali-G77
VLNQA00407, Samsung Galaxy Z Flip3 5G (SM-F711B), Android 12, CPU: Snapdragon 888, GPU: Adreno (TM) 660
VLNQA00509, Oneplus OnePlus 10 Pro 5G (NE2213), Android 12, CPU: Snapdragon 8 Gen 1 (SM8450), GPU: Adreno (TM) 730
Notes:
- Does not reproduce with the OpenGLES3 Graphic API
- Does not reproduce with the Editor and Standalone
- Full warning in the comments
- To use logcat follow these steps in the Terminal/CMD:
1. Type “adb logcat -c”
2. Then “adb logcat > <filename>.txt“ to save logcat to a file
3. Open the APK on the device, wait for a bit
4. Terminate the logcat process with “CMD/Ctrl + c“
5. Open the <filename>.txt and search (“Control/Ctrl + f”) for “VKDBGUTILWARN003“
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Crash on Application::HandleEditorFocusChange when opening a project in specific environments
- [Android] [Vulkan] Warning "AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003." spammed every frame when the application is actively running on a device
- Skinning Editor missing tooltips
- Editor crashes on tlsf_free when generating font atlas with Padding set to “-2.147484e+09%”
- Image becomes glitchy when using ImageConversion.EncodeNativeArrayToJPG with Custom Quality
Add comment