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
10.77k stars 2.12k forks source link

App crash when starting any game when using "JIT Using IR" #19292

Closed zeraxx1 closed 6 days ago

zeraxx1 commented 1 week ago

Game or games this happens in

All games

What area of the game / PPSSPP

When starting any game with "JIT using IR" the app crash after like 1 second

What should happen

The app doesn't crash and the game starts normally

Logs

No response

Platform

Android

Mobile device model or graphics card (GPU)

Realme 3 (Mali-G72 MP3)

PPSSPP version affected

All version after v1.17.1-730

Last working version

v1.17.1-730

Graphics backend (3D API)

Vulkan

Checklist

hrydgard commented 1 week ago

Yeah, this is not good. However it doesn't affect all games, which confused me at first. One example affected game is Lumines (and there are indeed a lot more). Will fix shortly.

hrydgard commented 6 days ago

Bisected to find the culprit, it's d1a00f61de2b3d8ab62eddadf8d75cba07a9bd13 . Fix coming up.