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.39k stars 2.19k forks source link

Ratchet & Clank + more: Crashes in language selection #2404

Closed ghost closed 10 years ago

ghost commented 11 years ago

The bug appears on Ratchet & Clank: Size Matters and Jak and Daxter: The Lost Frontier. If the player choose anything else than English, the games get stuck. For Jak and Daxter, it is possible to make a clean Back to Menu. As both games were made by the same studio, the two problems are possibly similar.

unknownbrackets commented 11 years ago

Does this still happen?

Might be the games checking the interface language, though. Does it happen on a real PSP as well?

-[Unknown]

sum2012 commented 10 years ago

Test on Ratchet & Clank: Size Matters v0.9.5-824-g7c7c4aa black screen <--edit:no probrem log:https://gist.github.com/sum2012/646ee6f864a620bd31c2 v0.9.5-823-g5a8c4eb last work log:https://gist.github.com/sum2012/473fcfdbe81756b6c054

hrydgard commented 10 years ago

That's weird, as that's just https://github.com/hrydgard/ppsspp/commit/7c7c4aaadc7c6a3116259c05c5c93fc3f24d106c

While I did accidentally commit some unfinished savestate screenshot stuff, it should be irrelevant and not crash the game. Same with the shader uniform.

sum2012 commented 10 years ago

Sorry,Maybe I download have some probrem. Re-download have no probrem

hrydgard commented 10 years ago

OK, so can we close this? Maybe it's a random crash?

sum2012 commented 10 years ago

Select non-english still freeze 1 full log: https://gist.github.com/sum2012/dd89937b1e1c9f6b49d4

edit:maybe the probem is Unimplemented HLE function sceKernelGetModuleIdList

sum2012 commented 10 years ago

v0.9.5-824-g7c7c4aa Debug log with select non english not sure useful https://drive.google.com/file/d/0B3OaSdeV0L8kN3NCZkZ1aGZuTG8/edit?usp=sharing

sum2012 commented 10 years ago

JPCSP trace log (sceKernelGetModuleIdList) with select non-english https://gist.github.com/sum2012/ac24e409f49e1736ce0b PPSSPP log with my unmerage commit. https://gist.github.com/sum2012/db9692892b13d3d27cff

ydamigos commented 10 years ago

The game Ratchet & Clank: Size Matters also works selecting Finnish, Norwegian, Danish, Swedish.

sum2012 commented 10 years ago

Can remove "No Feedback" label ?

unknownbrackets commented 10 years ago

I'm a little unclear on the current status of this issue. Does Ratchet & Clank work or not? That's the game this issue is about, right?

-[Unknown]

ydamigos commented 10 years ago

The game is "Ratchet & Clank: Size Matters". It starts fine if you select English, Finnish, Norwegian, Danish, Swedish language but it freezes if you select another.

I just tried it out with v0.9.5-1274-gca0fd61. I selected english and the game starts. I think there is an issue with the graphics in the game, like a fog.

sum2012 commented 10 years ago

try v0.9.6-195 same problem ok debug log (english):https://drive.google.com/file/d/0B3OaSdeV0L8kZThJclVUS2VOSnM/edit?usp=sharing freeze log (Italy):https://drive.google.com/file/d/0B3OaSdeV0L8kS1drVENtdE1XRXc/edit?usp=sharing

unknownbrackets commented 10 years ago

Has this improved at all? I'm wondering if it woulc be due to the pause signal...

-[Unknown]

ydamigos commented 10 years ago

I tried v0.9.7-24-g384af34 and the problem is fixed. I tried all the languages and the game didn't get stuck.

unknownbrackets commented 10 years ago

Huzzah.

-[Unknown]