google / gapid

Graphics API Debugger
https://gapid.dev
Apache License 2.0
2.21k stars 328 forks source link

Getting Black screenshot using 'gapit screenshot' command while Enable Anti-aliasing(msaa) in game "PUBG MOBILE" #3818

Open zhangamy845 opened 4 years ago

zhangamy845 commented 4 years ago

Environment information:

Bug description

Black screen when using ‘gapit screenshot’ after capturing a game frame trace with Enable Anti-aliasing(msaa). The screenshot is fine while Disable Anti-aliasing(msaa) The game API is GLES

Reproduction steps Step 1: When playing game ‘PUBG MOBILE’, in the game settings, graphics enable Anti-Aliasing (Means enable msaa). Step 2: In command line run gapit trace -capture-frames 1 -start-defer -out try01.gfxtrace -api gles -serial "XXXX" -uri "android.intent.action.MAIN:com.tencent.tmgp.pubgmhd/com.epicgames.ue4.SplashActivity" (Note: change serial “XXXX” to be your Android devices) Step 2: Run the following command to get replay screenshot gapit screenshot try01.gfxtrace

Stacktrace Not available.

Screenshots If applicable, add screenshots to help explain your problem. image

Additional debugging information

zhangamy845 commented 4 years ago

@AWoloszyn , could you help to take a look at this issue? Thanks.

pau-baiget commented 4 years ago

Thanks @zhangamy845 for reporting this issue. The GAPID project has been moved to maintenance mode and therefore no active development is done on this repository.

We are focusing our efforts on the Android GPU Inspector: https://github.com/google/agi