hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.41k stars 2.19k forks source link

Vulkan , TakeGameScreenshot is not working #19585

Closed android-1995 closed 2 weeks ago

android-1995 commented 2 weeks ago

Game or games this happens in

None

What area of the game / PPSSPP

None

What should happen

When I set the Graphics backend to Vulkan, the screenshot failed. I also tried using Graphics backend with OpenGL, and it worked fine

Logs

Screenshot_2024-11-05-15-08-45-804_org ppsspp pps

Platform

Android

Mobile device model or graphics card (GPU)

redmi k40

PPSSPP version affected

1.18.1

Last working version

No response

Graphics backend (3D API)

Vulkan

Checklist

hrydgard commented 2 weeks ago

Strange, I just tested it on an Android device and it worked fine (although it displayed the path in an unreadable format, will fix that). And probably we should store the image into the phone's media library instead of PSP/SCREENSHOT.

Anyway, I'll look into it at some point.

android-1995 commented 2 weeks ago

For me, when ScreenshotType==SCREENSHOT_DISPLAY, it runs normally. But when ScreenshotType==SCREENSHOT_OUTPUT, there is an error running

Bonkistein commented 2 weeks ago

I'm having the same problem as well.

hrydgard commented 2 weeks ago

That should take care of it.