0x192 / universal-android-debloater

Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
15.36k stars 816 forks source link

Weird artifacts on the non-opengl version on windows #760

Open sharunkumar opened 1 year ago

sharunkumar commented 1 year ago

Describe the bug

image

UAD log (got it during cargo run)

WARN  [C:\Users\Sharun\.cargo\registry\src\github.com-1ecc6299db9ec823\wgpu-hal-0.14.1\src\vulkan\instance.rs:553] Unable to find layer: VK_LAYER_KHRONOS_validation
AnonymousWP commented 1 year ago

Try the OpenGL-version. That should fix it.

sharunkumar commented 1 year ago

Try the OpenGL-version. That should fix it.

Hey yeah I'm aware that the open gl version doesn't have this bug. I just wanted to report that this is an issue on the non-opengl binary. Maybe it's an upstream bug? Idk

But would this be a case in point to make opengl implementation for the default Windows release? Just a thought