ppsspp icon indicating copy to clipboard operation
ppsspp copied to clipboard

Shrek smash and crash racing freezes, can be unfrozen by going into menu

Open oli0371 opened this issue 8 years ago • 10 comments

The game start normally but when i press start to go to game main menu fps drop to 0/0 to pass this i have to go to dev menu freeze image and unfreeze then the menu appear also i have this issue when start race. My phone is galaxy s7 edge exynos, mali gpu opencl 1.2 v1.r12p and also i am using vulkan backend.

oli0371 avatar Nov 15 '17 08:11 oli0371

What PPSSPP version are you using?

Have you tried switching rendering mode?

TehPlayer14 avatar Nov 15 '17 19:11 TehPlayer14

Freeze/Unfreeze, you mean save/load state? That makes it continue? Weird...

hrydgard avatar Nov 15 '17 20:11 hrydgard

No i mean freeze image in devmenu. I use ppsspp 1.4.2 build 799

oli0371 avatar Nov 16 '17 09:11 oli0371

Sounds likely - it's probably doing async buffer streaming in a way we still don't properly support.

-[Unknown]

unknownbrackets avatar May 21 '18 04:05 unknownbrackets

ppsspp-v1.10.3-1330-g73da378ef-windows-amd64 don't freeze,just atrac3+ sound problem :13:861 FMOD Streame D[ME]: hle\sceatrac.cpp:1587 0=sceAtracGetRemainFrame(0, 09fa7990[00000008]) 24:13:861 FMOD Streame D[ME]: hle\sceatrac.cpp:1664 0=sceAtracGetStreamDataInfo(0, 09fa79a0[09b0bf04], 09fa79a4[0000225c], 09fa79a8[00007308]) 24:13:861 FMOD Streame D[ME]: hle\sceatrac.cpp:1138 0=sceAtracAddStreamData(0, 0000225c) 24:13:861 FMOD Streame I[ME]: hw\mediaengine.cpp:87 FF: Invalid number of transmitted units! 24:13:861 FMOD Streame E[ME]: hle\sceatrac.cpp:571 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 24:13:861 FMOD Streame D[ME]: hle\sceatrac.cpp:1318 80630024=sceAtracDecodeData(0, 09b016e8, 09fa79ac[00000000], 09fa79b0[00000001], 09fa7990[0])

full log: https://gist.github.com/sum2012/5a9224cd80ff5c4da5924ac3d42a520c

sum2012 avatar Dec 18 '20 22:12 sum2012

This still get stuck on the latest dev builds when you try to move past the start screen.

ghost avatar Jul 19 '21 05:07 ghost

As we still don't improve Atrac3+ Can we make hack to temp work around it ?

sum2012 avatar Jul 20 '21 11:07 sum2012

This game still unplayable on PPSSPP because it get stuck on the main menu :( Screenshot_2021-09-30-14-18-56-399_org ppsspp ppsspp

Hoping this pr get merge https://github.com/hrydgard/ppsspp/pull/13793 to fix this issue :)

ghost avatar Sep 30 '21 06:09 ghost

In this #13793 test build it reaches in-game: Screenshot (27)

But the music does not work properly.

Panderner avatar Sep 30 '21 06:09 Panderner

This is better hack build https://github.com/hrydgard/ppsspp/files/14279582/PPSSPPWindows64test.zip You need delete atracLoopHack in compat.ini This is the change } else if (bytes_read < 0) { ERROR_LOG_REPORT(ME, "avcodec_decode_audio4: Error decoding audio %d / %08x", bytes_read, bytes_read); //failedDecode_ = true; //return ATDECODE_FAILED; packet_->size = 0; return ATDECODE_BADFRAME; }

sum2012 avatar Feb 14 '24 13:02 sum2012

Screenshot_20240721_223444_org ppsspp ppsspp Crashing with expiremental atrac audio

Unknowncat1991 avatar Jul 21 '24 14:07 Unknowncat1991