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

Colin McRae 2005, Burnout Legends crash with Vulkan (Intel GPU, Linux) #13545

Open poVoq opened 3 years ago

poVoq commented 3 years ago

What happens?

Colin McRae 2005 works mostly fine with OpenGL renderer on Linux PPSSPP version 1.10.x (some graphical glitches though) with a Intel GPU. Switching to Vulkan though results in a white screen and a "core dump" crash after trying to enter a race; menu still works fine. Other PSP games work fine with Vulkan renderer.

What should happen?

Should work like on OpenGL.

hrydgard commented 3 years ago

I have a similar issue in Burnout Legends where the car selection screen crashes on Intel/Linux only. Suspect a driver bug but hard to prove... It passes validation layers.

unknownbrackets commented 3 years ago

Has this gotten any better with updated drivers?

-[Unknown]

poVoq commented 3 years ago

No, still the same with the latest mesa drivers for intel.

hrydgard commented 3 years ago

Yeah, still happening in Burnout as well on mesa drivers. I tried narrowing it down a while ago, it's got something to do with color image copies but I failed to figure out the exact call causing it. Maybe there isn't one and it's just some timing issue in the driver...