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

Gundam VS Gundam next plus crash on Direct3D 11 mode on specific level while enabling the texture pack. #19312

Closed Jacky10X closed 1 day ago

Jacky10X commented 2 days ago

Game or games this happens in

NPJH50107

What area of the game / PPSSPP

Enter Arcade mode -> A course B(Beta) route 2 (or 3?), it freezes and crashes when the Backend is set to Direct3D 11. It is no problem when the backend is set to Vulkan.

What should happen

It should not crash.

Logs

ppsspplog.txt

Platform

Windows

Mobile device model or graphics card (GPU)

Geforce RTX 2060 Super

PPSSPP version affected

1.17.1

Last working version

No response

Graphics backend (3D API)

Direct3D 11

Checklist

anr2me commented 2 days ago

Might be better to test it on the latest dev build first in case it's already fixed

hrydgard commented 2 days ago

That, and please provide a link to the texture pack used.

Jacky10X commented 2 days ago

Might be better to test it on the latest dev build first in case it's already fixed

I tested it and it's still crashed on the latest dev build.

That, and please provide a link to the texture pack used.

link: https://drive.google.com/file/d/1o_HHQycu9NMOzDZ9R8kif5EB1izgiNqg/view?usp=sharing

I tested another texture pack and it works even on Direct3D 11 mode. I guess it may be the texture pack issue?

hrydgard commented 2 days ago

Nah, if a texture pack makes it crash it's an emulator issue. Could you also grab a savestate, right where the D3D backend crashes? Use Vulkan to do so so you won't get a crash.

Jacky10X commented 2 days ago

Nah, if a texture pack makes it crash it's an emulator issue. Could you also grab a savestate, right where the D3D backend crashes? Use Vulkan to do so so you won't get a crash.

link: https://drive.google.com/file/d/1CCwh4TSs9XzY-jefsBfLWwOuagbPCSVR/view?usp=sharing

When entering the game stage, It freezes and crashes.

hrydgard commented 1 day ago

Ok, something goes wrong loading a 1x1 mipmap of a texture, will fix!