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.16k stars 2.17k forks source link

text is not shown on PPSSPP ios #14193

Open gailboss opened 3 years ago

gailboss commented 3 years ago

I used the latest version of PPSSPP on the 14.4 ios

The application runs pretty fine. But when I was playing the game( yugi gx tag3), the text is not shown up how to solve this pls help.

gailboss commented 3 years ago

3761F56D-A011-4309-ADE7-372D16DC8D01

hrydgard commented 3 years ago

Are you sure you're using the latest build? Can you show a screenshot of PPSSPP's main menu? This looks familiar to #13573 , which is due to a bug in iOS 14, which the latest builds of PPSSPP can work around (mostly).

gailboss commented 3 years ago

Oops. I found I did not use the latest version. Now, I reinstall it, and it now works. Thank alot

Nick78d commented 1 year ago

HI,

Having the same issue with last build (v1.13.2-1976) with ppsspp for iOS installed with altstore. no text is shown on games like metal gear acid 1 and 2, metal gear portable ops, peace walker. iPhone 13 Pro Max Ios 16.1.1

Tried to add the assets file on to the PPSSPP folder on IOS files app but nothing help.

Any idea ?

Thanks Capture d’écran   2022-11-20 à 21 24 42 png Capture d’écran   2022-11-20 à 21 25 10

unknownbrackets commented 1 year ago

Can you try other games such as Crisis Core or Lunar: Silver Star Harmony? The former doesn't use fonts, and the latter does. If both work, but Metal Gear games don't, we'd probably rule out it being anything font related.

Also, does this happen with both "IR Interpreter" and "Interpreter" in the CPU core settings?

-[Unknown]

Nick78d commented 1 year ago

I don't have these one so I tried with gta liberty city stories and this one seems to be ok. I tried to switch to Interpreter on cpu settings but it is not saved everytime I come back to this menu it returns to IR Interpreter.

unknownbrackets commented 1 year ago

16424 should at least fix that.

You can alternatively try going to Settings -> Tools -> Developer tools -> JIT debug tools, and then click Disable all. It will likely be slow, but if this fixes it, it would help to figure out what is the minimum necessary to disable to reproduce the problem.

-[Unknown]

unknownbrackets commented 1 year ago

Does it work now using the Interpreter? And just to confirm, you're using the latest git build (it should show on the main screen what version you're using.) If you're still using v1.13.2, there have already been many IR fixes since then.

-[Unknown]

Nick78d commented 1 year ago

It works now with VFPU_XFER deactived. I'm using the very last build thanks

ghost commented 1 year ago

This should be move to future-prio milestone?