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.08k stars 2.16k forks source link

Vulkan: GTA:LCS Crash after title logos. [Andriod] #10129

Closed Saramagrean closed 6 years ago

Saramagrean commented 6 years ago

My device: Huawei P9+ Spec: CPU: Kirin955, GPU: Mali-T880, GLES 3.2, Vulkan driver v.1.0.11. PPSSPP settings: default.

On Windows is not found this problem.

videotogif_2017 11 14_17 49 56

Here is ADB logcat. https://gist.github.com/Saramagrean/0c9ed800ace4e7a59c7d9bd8220a694b

hrydgard commented 6 years ago

Is that the entire backtrace at the end? I would have hoped to see a little more...

This game does work with Vulkan on Nexus 5X and Galaxy S8. Maybe it's just a broken driver..

hrydgard commented 6 years ago

Wait, the fault address is 0x2318249700, starts with 0x23 which we use as our fake PSP RAM mapping. So that's an access to address 0x18249700 which is not a legal address in the PSP system. Seems like the actual game crashed, not the graphics code.

Does it work for you with OpenGL? You don't have any cheat codes enabled, right?

Saramagrean commented 6 years ago

Opps!! Sorry, it's my fault. 😂

Thanks for help.

hrydgard commented 6 years ago

How was it your fault? :)

Saramagrean commented 6 years ago

Enable multiple cheat codes, haha. 😝