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

Lots of games crashing on startup #17230

Closed TheRhysWyrill closed 1 year ago

TheRhysWyrill commented 1 year ago

Game or games this happens in

UCUS-98618 - Daxter, ULUS-10566 - Dissadia Duodecim: Final Fantasy, ULUS-10592 - Gungnir, UCUS-98697 - Secret Agent Clank and ULUS-10442 - Kenka Bancho: Badass Rumble.

What area of the game / PPSSPP

All of the games listed above crash when either loading up the game or when starting a new game.

What should happen

For the games to boot as expected.

Logs

No response

Platform

UWP / Xbox

Mobile phone model or graphics card

Series X

PPSSPP version affected

3e587fc

Last working version

1.14.4-106-g765bfac

Graphics backend (3D API)

Direct3D 11

Checklist

anr2me commented 1 year ago

Are you sure the last working version is v1.14.4-106-g765bfac ? because the next commit was only Catalan translation update.

Have you tried v1.14.4-1102-ge4f996c21 ? which is the last version before vfpu update, where a missing table files could cause a crash.

hrydgard commented 1 year ago

This will hopefully be fixed by #17228 , which both makes sure the new tables are included in the UWP builds, and falls back to the old math if they're not.

TheRhysWyrill commented 1 year ago

Apologies for the late response but a little update to this, the last working version is indeed v1.14.4-1102-ge4f996c21, should've checked before making the issue but the version I mentioned was the only version I had on hand, glad to know a potential fix for this is being worked on though!

hrydgard commented 1 year ago

I'm confident enough that #17228 fixes this that I'll just go ahead and close.