To see your stuff show here, enable Compatibility Server Reports in PPSSPP.
Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.
| Game title |
Version |
Latest Report |
Message |
| eFootball Chelito 19 |
v1.9.3 |
2025-04-07 |
Unknown GetPointer 00000000 PC 088287f8 LR 08828800 |
| eFootball Chelito 19 |
v1.9.4 |
2025-10-28 |
sceDmacMemcpy(dest=040cc000, src=095171c0, size=557056): overlapping read |
| eFootball Chelito 19 |
v1.9.3 |
2025-11-01 |
Unknown GetPointer 00000000 PC 08816154 LR 0881615c |
| eFootball Chelito 19 |
v1.9.4 |
2025-11-13 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| eFootball Chelito 19 |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| ナルティメットアクセル3 |
v1.6.2-14-gad1b75292 |
2021-04-12 |
00000000=sceUtilityScreenshotInitStart(09a56118) |
| eFootball PES 2021 DraycEM "C19" |
v1.9.4 |
2025-11-13 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| eFootball PES 2021 DraycEM "C19" |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| Killzone™: Liberation |
v1.6.2-14-gad1b75292 |
2020-04-12 |
sceDmacMemcpy(dest=04115b00, src=094efac0, size=912): overlapping read |
| eFootball PES 2020 "C19" |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| Call of Duty : Roads to Victory™ |
v1.9.4 |
2025-10-26 |
Savedata version requested: 3 |
| Mortal Kombat: Unchained |
v1.8.0 |
2025-01-31 |
Unexpected mpeg first timestamp: 30000010a5 / 206158434469 |
| Def Jam® Fight For NY™: The Takeover |
v1.6.2-14-gad1b75292 |
2019-04-05 |
sceDmacMemcpy(dest=098a4940, src=08400000, size=72384): overlapping read |
| Def Jam® Fight For NY™: The Takeover |
v1.6.2-14-gad1b75292 |
2019-04-03 |
sceDmacMemcpy(dest=09704940, src=08400000, size=72384): overlapping read |
| Def Jam® Fight For NY™: The Takeover |
v1.6.2-14-gad1b75292 |
2019-04-03 |
sceDmacMemcpy(dest=099b2c00, src=08400000, size=72384): overlapping read |
| Def Jam® Fight For NY™: The Takeover |
v1.6.2-14-gad1b75292 |
2019-04-02 |
sceDmacMemcpy(dest=097fc240, src=08400000, size=72384): overlapping read |
| Def Jam® Fight For NY™: The Takeover |
v1.6.2-14-gad1b75292 |
2019-04-01 |
sceDmacMemcpy(dest=09553c00, src=08400000, size=72384): overlapping read |
| Def Jam® Fight For NY™: The Takeover |
v1.6.2-14-gad1b75292 |
2019-03-31 |
sceDmacMemcpy(dest=0958d780, src=08400000, size=203968): overlapping read |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.9.4 |
2021-09-19 |
00000000=sceUtilityScreenshotInitStart(09caae68) |
| NBA STREET Showdown |
v1.6.2-14-gad1b75292 |
2019-03-18 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 2097455 |
| PES 2019 BY CHELITO 19 |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| (homebrew) |
v1.9.4 |
2022-11-25 |
MFIC instruction hit (70020024) at 08968ab4 |
| Mortal Kombat: Unchained |
v1.8.0 |
2025-05-01 |
Unexpected mpeg first timestamp: 200000b0f5 / 137438998773 |
| WWE SmackDown vs. RAW 2011 |
v1.6.2-14-gad1b75292 |
2018-08-04 |
sceDmacMemcpy(dest=0415bbe0, src=09433b20, size=65552): overlapping read |
| (homebrew) |
v1.6.2-14-gad1b75292 |
2018-07-05 |
Error in shader compilation: info: 0:1(10): error: GLSL 4.40 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 4.00, 4.10, 4.20, 4.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
thin3d
#version 440
#if __VERSION__ >= 130
#define attribute in
#define varying out
#endif
attribute vec3 Position;
attribute vec4 Color0;
attribute vec2 TexCoord0;
varying vec4 oColor0;
varying vec2 oTexCoord0;
uniform mat4 WorldViewProj;
void main() {
gl_Position = WorldViewProj * vec4(Position, 1.0);
oColor0 = Color0;
oTexCoord0 = TexCoord0;
}
|
| (homebrew) |
v1.6.2-14-gad1b75292 |
2018-07-05 |
Error in shader compilation: info: 0:1(10): error: GLSL 4.40 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 4.00, 4.10, 4.20, 4.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
thin3d
#version 440
#if __VERSION__ >= 130
#define attribute in
#define varying out
#endif
attribute vec3 Position;
attribute vec4 Color0;
varying vec4 oColor0;
uniform mat4 WorldViewProj;
void main() {
gl_Position = WorldViewProj * vec4(Position, 1.0);
oColor0 = Color0;
} |
| (homebrew) |
v1.6.2-14-gad1b75292 |
2018-07-05 |
Error in shader compilation: info: 0:1(10): error: GLSL 4.40 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 4.00, 4.10, 4.20, 4.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
thin3d
#version 440
#ifdef GL_ES
precision mediump float;
#endif
#ifdef GL_ES
precision lowp float;
#endif
#if __VERSION__ >= 130
#define varying in
#define gl_FragColor fragColor0
out vec4 fragColor0;
#endif
varying vec4 oColor0;
void main() { gl_FragColor = oColor0; }
|
| (homebrew) |
v1.6.2-14-gad1b75292 |
2018-07-05 |
Error in shader compilation: info: 0:1(10): error: GLSL 4.40 is not supported. Supported versions are: 1.10, 1.20, 1.30, 1.40, 1.50, 3.30, 4.00, 4.10, 4.20, 4.30, 1.00 ES, 3.00 ES, 3.10 ES, and 3.20 ES
thin3d
#version 440
#ifdef GL_ES
precision mediump float;
#endif
#ifdef GL_ES
precision lowp float;
#endif
#if __VERSION__ >= 130
#define varying in
#define texture2D texture
#define gl_FragColor fragColor0
out vec4 fragColor0;
#endif
varying vec4 oColor0;
varying vec2 oTexCoord0;
uniform sampler2D Sampler0;
void main() { gl_FragColor = texture2D(Sampler0, oTexCoord0) * oColor0; }
|
| Pro Evolution Soccer 2018 - PES Libertadores v4.0 - DAEMHVJPB |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| Tomb Raider : Legend |
v1.6.3-178-ge03aeba75 |
2018-06-14 |
sceDmacMemcpy(dest=041b7400, src=091d2310, size=5120): overlapping read |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.9.4 |
2025-11-04 |
Savedata version requested: 3 |
| Syphon Filter®: Logan's Shadow |
v1.6.2-14-gad1b75292 |
2018-06-05 |
Unexpected mpeg first timestamp: ce266bc04e4 / 14166525740260 |
| デジモンワールド リ:デジタイズ |
v1.6.2-14-gad1b75292 |
2018-06-05 |
sceDmacMemcpy(dest=090799e8, src=09079880, size=360): overlapping read |
| (homebrew) |
v1.9.4 |
2025-11-12 |
Savedata version requested: 3 |
| TNA iMPACT!: Cross the Line |
v1.9.4 |
2025-11-12 |
80630006=sceAtracSetDataAndGetID(08acd000, 00001020): invalid RIFF header |
| Pro Evolution Soccer 2013 |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| Pro Evolution Soccer 2014 |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| PES 2014 |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| PES 2014 |
v1.9.4 |
2025-11-13 |
Savedata version requested: 3 |
| Assassin's Creed: Bloodlines™ |
v1.9.4 |
2025-11-05 |
An uneaten prefix at end of block: 08928190 |
| The Sims™ 2 |
v1.9.4 |
2025-11-13 |
An uneaten prefix at end of block: 08a0d770 |
| The 3rd Birthday® |
v1.9.4 |
2025-06-21 |
sceDmacMemcpy(dest=09347e00, src=09cf0040, size=1698432): overlapping read |
| デジモンアドベンチャー |
v1.9.4 |
2025-11-11 |
An uneaten prefix at end of block: 0894ec9c |
| デジヴァイス Ver.Portable |
v1.9.4 |
2025-10-25 |
An uneaten prefix at end of block: 088d59a8 |
| (homebrew) |
v1.9.4 |
2022-11-03 |
MFIC instruction hit (70020024) at 089671f8 |
| Call of Duty : Roads to Victory™ |
v1.9.4 |
2025-11-13 |
An uneaten prefix at end of block: 08ac3ba4 |
| ガンダムアサルトサヴァイブ |
v1.9.4 |
2025-11-11 |
An uneaten prefix at end of block: 0881f1b8 |
| Assassin's Creed: Bloodlines™ |
v1.9.4 |
2025-11-13 |
An uneaten prefix at end of block: 08927e70 |
| Pro Evolution Soccer 2013 |
v1.9.4 |
2025-11-11 |
sceDmacMemcpy(dest=040cc000, src=086ce580, size=1251968): overlapping read |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.9.4 |
2025-11-09 |
sceDmacMemcpy(dest=040cc080, src=08db9e90, size=4096): overlapping read |
| BEN 10: Protector of Earth |
v1.9.4 |
2025-11-13 |
sceDmacMemcpy(dest=04000000, src=092875c0, size=557056): overlapping read |
| BEN 10: Protector of Earth |
v1.9.4 |
2025-11-12 |
sceDmacMemcpy(dest=04088000, src=092875c0, size=557056): overlapping read |
| (homebrew) |
v1.9.4 |
2022-11-27 |
MFIC instruction hit (70020024) at 08832bd0 |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.9.4 |
2023-03-25 |
00000000=sceUtilityScreenshotInitStart(09caae28) |
| (homebrew) |
v1.9.4 |
2022-11-24 |
MFIC instruction hit (70020024) at 08a5343c |
| JEANNE D'ARC |
v1.9.4 |
2025-03-02 |
Unknown GetPointer 00000000 PC 0882d17c LR 0882d194 |
| Mortal Kombat: Unchained |
v1.9.4 |
2025-10-20 |
Could not setup streams, unexpected stream count: 59534 |
| 実況パワフルプロ野球2010 |
v1.9.4 |
2025-05-14 |
80020198=sceKernelRegisterThreadEventHandler(Cdvd-OnExit, 0, 00000004, 088a7a08, 00000000): bad thread id |
| 実況パワフルプロ野球2010 |
v1.9.4 |
2025-05-14 |
80020198=sceKernelRegisterThreadEventHandler(PtPModule-OnExit, 0, 00000004, 0882852c, 00000000): bad thread id |
| 実況パワフルプロ野球2010 |
v1.9.4 |
2025-05-14 |
80020198=sceKernelRegisterThreadEventHandler(Vsync-OnExit, 0, 00000004, 0882b640, 00000000): bad thread id |
| 実況パワフルプロ野球2010 |
v1.9.4 |
2025-05-14 |
80020198=sceKernelRegisterThreadEventHandler(PtNSyncThread, 0, 00000004, 088cdb3c, 00000000): bad thread id |
| Mortal Kombat: Unchained |
v1.8.0 |
2024-04-11 |
Unexpected mpeg first timestamp: 530000030b5 / 5703716581557 |
| (homebrew) |
v1.9.3 |
2022-08-26 |
Graphics init error: N/A |
| KINGDOM HEARTS Birth by Sleep FINAL MIX |
v1.9.4 |
2024-01-09 |
Ignoring possible render to texture at 04154000 +64x83 / 256x128 |
| BLEACH ~HEAT・THE・SOUL 7~ |
v1.9.4 |
2025-11-09 |
Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70 |
| BLEACH ~HEAT・THE・SOUL 7~ |
v1.9.4 |
2025-11-09 |
Unknown syscall in known module 'sceNpAuth': 0xcd86a656 |
| BLEACH ~HEAT・THE・SOUL 7~ |
v1.9.4 |
2025-11-09 |
Unknown syscall in known module 'sceNp': 0x4b5c71c8 |
| BLEACH ~HEAT・THE・SOUL 7~ |
v1.9.4 |
2025-11-09 |
Unknown syscall in known module 'sceNpAuth': 0xd99455dd |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpService': 0x4e851b10 |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpService': 0x58251346 |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNp': 0x633b5f71 |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpService': 0x66c64821 |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpService': 0xa01443aa |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpService': 0x506c318d |
| 討鬼伝 極 |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpService': 0xbe22eea3 |
| 真・女神転生 デビルサマナー |
v1.9.4 |
2025-09-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
| BLEACH ~ヒート・ザ・ソウル7~ |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70 |
| BLEACH ~ヒート・ザ・ソウル7~ |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpAuth': 0xcd86a656 |
| BLEACH ~ヒート・ザ・ソウル7~ |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNp': 0x4b5c71c8 |
| BLEACH ~ヒート・ザ・ソウル7~ |
v1.9.4 |
2025-11-12 |
Unknown syscall in known module 'sceNpAuth': 0xd99455dd |
| (homebrew) |
v1.9.4 |
2022-11-28 |
MFIC instruction hit (70020024) at 08933650 |
| (homebrew) |
v1.9.4 |
2022-11-27 |
MFIC instruction hit (70020024) at 08952930 |
| Dungeons & Dragons® Tactics |
v1.9.4 |
2025-09-03 |
Unknown syscall in known module 'sceAudiocodec': 0x3dd7ee1a |
| (homebrew) |
v1.9.4 |
2022-11-01 |
Unknown syscall in known module 'sceCtrl_driver': 0x7ca723dc |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNp': 0x633b5f71 |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpService': 0x1da3e950 |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpAuth': 0xd99455dd |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpAuth': 0x3f1c1f70 |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNp': 0xbb069a87 |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpService': 0x78802d5f |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpService': 0x168b8de5 |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpAuth': 0x72bb0467 |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNp': 0x1d60ae4b |
| Phantasy Star Portable™ 2 |
v1.9.4 |
2025-07-22 |
Unknown syscall in known module 'sceNpAuth': 0xcd86a656 |
| TRON EVOLUTION |
v1.9.4 |
2025-11-10 |
Unknown syscall in known module 'sceNp': 0x7e0864df |
| ファンタシースターポータブル2インフィニティ |
v1.9.4 |
2025-11-05 |
Unknown syscall in known module 'sceNpAuth': 0xd99455dd |
| ファンタシースターポータブル2インフィニティ |
v1.9.4 |
2025-11-05 |
Unknown syscall in known module 'sceNpService': 0x78802d5f |
| ファンタシースターポータブル2インフィニティ |
v1.9.4 |
2025-11-05 |
Unknown syscall in known module 'sceNpAuth': 0x72bb0467 |
| ファンタシースターポータブル2インフィニティ |
v1.9.4 |
2025-11-05 |
Unknown syscall in known module 'sceNpService': 0x1da3e950 |
| ファンタシースターポータブル2インフィニティ |
v1.9.4 |
2025-11-05 |
Unknown syscall in known module 'sceNp': 0xbb069a87 |