Alex
Alex
Crash occurs as soon as `MSAA_4X` is used. **Should we disable/prevent it on GPUs that are causing problems?** I can recall even more issue reports that are at least a...
### Vulkan Validation Layers Tested with `4.5` and `master` branch, each on a Chromebook (Mali GPU) and Samsung Tab S7 (Adreno GPU), for comparison. My Samsung Tab S7 is also...
A few days ago, I was able to test on Firebase Test Lab on an Android 13 Mali-G52 device without any crashes. It's possible this driver bug only exists up...
@shahriarlabib000 https://github.com/Alex2782/godot/releases/tag/android_editor.v4.6-dev6-2025-12-10 Please test the `android_editor-android-debug.apk` from there. Start a project; from the output window, we need the `deviceID` and `driverVersion` (see screenshot). ----------------------- > What's the driver version reported...
`Android - Vulkan (Mobile) - integrated PowerVR Rogue GE8320` You could switch to "OpenGL" (Compatibility), does it work better? **Vulkan + 'PowerVR Rogue'** GPUs are not yet fully supported by...
maybe usefull for you GdScript - System-Info ```gdscript func _ready(): # Labels $video_adapter_api_version.text = RenderingServer.get_video_adapter_api_version() $video_adapter_info.text = RenderingServer.get_video_adapter_vendor() + ", " + RenderingServer.get_video_adapter_name() $os_info.text = OS.get_name() + ", " +...
https://github.com/shahriarlabib000/godot_robot_crash_project On Firebase Redmi 6A, `PowerVR Rogue GE8320` v4.3.rc1.official [e343dbbcc] It looks as if the animations are not played cleanly. (CPU usage only up to 25%) activated for autoplay and...
- Xiaomi Redmi Note 11 Pro 5G, Snapdragon 695, `Adreno 619` I tested yesterday on Samsung Tab S7, also `Adreno 6xx`. (unable to reproduce) But without C# (Godotversion), I replaced...