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 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2025-11-28 |
sceDmacMemcpy(dest=49d27500, src=49d20a40, size=640): overlapping read |
| eFootball Lop - Play |
v1.12.3 |
2025-11-25 |
__KernelStopThread: thread 338 does not exist |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-25 |
Jump to invalid address: 073a7e00 |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-25 |
Jump to invalid address: 07395fc0 |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-25 |
Jump to invalid address: 07362ac0 |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-25 |
Jump to invalid address: 07362400 |
| EA SPORTS FC26 BY GERTISGAMING |
v1.12.3 |
2025-11-24 |
Unknown GetPointer 5820df58 PC 08de17e8 LR 08de1800 |
| EA SPORTS FC26 BY GERTISGAMING |
v1.12.3 |
2025-11-24 |
Unknown GetPointer 58209f58 PC 08de17e8 LR 08de1800 |
| METAL SLUG Anthology |
v1.12.3 |
2025-11-23 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(TRI2398, 1, 2, 09ffe9d0, 20000000, 0) at 088e4450 |
| METAL SLUG Anthology |
v1.12.3 |
2025-11-23 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(TRI52ef, 5c:fb:c9:cc:52:ef, 20000000, 0) at 088e45b8 |
| FIFA 14 |
v1.12.3 |
2025-11-22 |
Unknown GetPointer 00000100 PC 08b599e4 LR 08b599ec |
| eFootball 2025 By Komo Valeri |
v1.9.4 |
2025-11-28 |
Savedata version requested on save: 3 |
| eFootball 2025 By Komo Valeri |
v1.9.4 |
2025-11-29 |
Savedata version requested: 3 |
| eFootball Lop - Play |
v1.12.3 |
2025-11-24 |
sceDmacMemcpy(dest=040cc000, src=0927e200, size=557056): overlapping read |
| Tomb Raider: Anniversary |
v1.12.3 |
2025-11-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
| eFootball Lop - Play |
v1.8.0 |
2025-11-29 |
MIPSCompileOp: Invalid instruction 46800499 |
| MLB 11 The Show™ |
v1.12.3 |
2025-11-18 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (d753fe88), bad data |
| eFootball Lop - Play |
v1.12.3 |
2025-11-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2025-11-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08857c2c, pos=0, access=1, data=1, text=1 |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2025-11-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=0892b680, pos=0, access=1, data=2, text=2 |
| Midnight Club 3: DUB Edition |
v1.12.3 |
2025-11-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769264 |
| Need for Speed™ Shift |
v1.12.3 |
2025-11-18 |
GetFramebufferCandidates(COLOR): Multiple (2) candidate framebuffers. texaddr: 0417b000 offset: 0 (256x16 stride 256, CLUT16) |
| Need for Speed™ Shift |
v1.12.3 |
2025-11-18 |
80000107=sceDisplaySetFrameBuf(00000000, 512, 1, 0): must change latched framebuf first |
| Need for Speed™ Shift |
v1.12.3 |
2025-11-18 |
sceMpegRingbufferPut(): invalid mpeg data |
| TEST DRIVE UNLIMITED |
v1.12.3 |
2025-11-18 |
sceMpegRingbufferPut(): invalid mpeg data |
| SBK-07 |
v1.12.3 |
2025-11-17 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 09119ef0): duplicate handler |
| MLB 11 The Show™ |
v1.12.3 |
2025-11-17 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (4caed9d1), bad data |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-20 |
Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8 |
| eFootball Lop - Play |
v1.12.3 |
2025-11-16 |
Error in shader program link: info: L0001 Invalid shader type loaded
fs: 00004000:00200000 Fog Flat
#version 320 es
#extension GL_ARM_shader_framebuffer_fetch : require
// Mali-T820 - GLSL 320
#define DISCARD discard
precision lowp float;
precision highp int;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
flat in lowp vec4 v_color0;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
out vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 40000000:00000124 HWX Fog Flat Cull
#version 320 es
// Mali-T820 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec3 position;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
flat out lowp vec4 v_color0;
out mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
v_color0 = u_matambientalpha;
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
}
|
| Tomb Raider: Anniversary™ |
v1.12.3 |
2025-11-15 |
sceDmacMemcpy(dest=041c8400, src=09378d30, size=5120): overlapping read |
| eFootball PES 2023 "SNE" |
v1.12.3 |
2025-11-15 |
Unknown GetPointer 95f5f573 PC 0884d5a0 LR 0884d7c4 |
| NBA2K13 |
v1.12.3 |
2025-11-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -559038737 |
| NBA2K13 |
v1.12.3 |
2025-11-15 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 102464 |
| NBA2K13 |
v1.12.3 |
2025-11-15 |
sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid) |
| NBA2K13 |
v1.12.3 |
2025-11-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145477076 |
| NBA2K13 |
v1.12.3 |
2025-11-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148424880 |
| FIFA Soccer |
v1.12.3 |
2025-11-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1049939842 |
| NARUTO: Ultimate Ninja Heroes 2 |
v1.12.3 |
2025-11-15 |
FBO using existing buffer as depthbuffer, 04040000/04000000 and 04000000/00000000 |
| MLB 11 The Show™ |
v1.12.3 |
2025-11-14 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (4072b780), bad data |
| eFootball Lop - Play |
v1.17.1 |
2025-11-22 |
Video out requested, not supported: mode=0 size=0,0 |
| eFootball Lop - Play |
v1.12.3 |
2025-11-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
| eFootball Lop - Play |
v1.12.3 |
2025-11-14 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
| MLB 11 The Show™ |
v1.12.3 |
2025-11-14 |
scePsmfPlayerSetPsmf*: incorrect PSMF magic (00001e00), bad data |
| TEKKEN DARK RESURRECTION |
v1.12.3 |
2025-11-14 |
sceDmacMemcpy(dest=49d2f500, src=49d08a40, size=640): overlapping read |
| Tomb Raider: Anniversary™ |
v1.12.3 |
2025-11-13 |
sceDmacMemcpy(dest=041bf800, src=0915d430, size=17408): overlapping read |
| EA SPORTS FC26 BY Charly |
v1.19.3 |
2025-11-25 |
Branch in Jump delay slot at 08b0a984 in block starting at 08b0a970 |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-12 |
Jump to invalid address: 0746c180 |
| EA SPORTS FC26 BY Charly |
v1.19.3 |
2025-11-25 |
Branch in Jump delay slot at 08b0a980 in block starting at 08b0a970 |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-12 |
Jump to invalid address: 0746bac0 |
| EA SPORTS FC26 BY Charly |
v1.16.6 |
2025-11-24 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-23 |
Unknown GetPointer 00000000 PC 08816148 LR 0881615c |
| EA SPORTS FC26 BY Charly |
v1.12.3 |
2025-11-28 |
Savedata version requested on save: 3 |
| EA SPORTS FC26 BY Charly |
v1.19.3-1113-gc1581e6c38 |
2025-11-29 |
Savedata version requested: 3 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.12.3 |
2025-11-10 |
__KernelStopThread: thread 2790 does not exist |
| SBK-07 |
v1.12.3 |
2025-11-10 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 09299c50): duplicate handler |
| SBK-07 |
v1.12.3 |
2025-11-19 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 08ea3bb0): duplicate handler |
| eFootball RB - V. |
v1.9.4 |
2025-11-28 |
sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read |
| "eFootball Mod Full Asia Musim 2024 by TRMD" |
v1.12.3 |
2025-11-09 |
ReadFromHardware: Invalid address 055427d6 near PC 0881da48 LR 0881d9ec |
| EAFC 26 By Komo Valeri |
v1.9.4 |
2025-11-28 |
Savedata version requested: 3 |
| Grand Theft Auto: Liberty City Stories |
v1.12.3 |
2025-11-08 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349168 |
| eFootball RB - V. |
v1.9.4 |
2025-11-29 |
Unknown GetPointer 00000000 PC 088287f0 LR 08828800 |
| eFootball RB - V. |
v1.9.4 |
2025-11-29 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
| eFootball RB - V. |
v1.9.4 |
2025-11-29 |
Savedata version requested: 3 |
| eFootball RB - V. |
v1.9.4 |
2025-11-29 |
Savedata version requested on save: 3 |
| SBK-07 |
v1.12.3 |
2025-11-07 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 094bca70): duplicate handler |
| SBK-07 |
v1.12.3 |
2025-11-07 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 0911b450): duplicate handler |
| EA FC 2024 BY SPARTAN JR 11 |
v1.18.1 |
2025-11-29 |
Unknown GetPointer 00000000 PC 0881c2e0 LR 0881c2e8 |
| SBK-07 |
v1.12.3 |
2025-11-06 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 09065440): duplicate handler |
| SBK-07 |
v1.12.3 |
2025-11-06 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 0906c4d0): duplicate handler |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148355080 |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147002140 |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146993220 |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 166232480 |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 158723776 |
| EA-Sports FC Lop-Play |
v1.12.3 |
2025-11-05 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=2, text=2 |
| 討鬼伝 |
v1.12.3 |
2025-11-05 |
sceDmacMemcpy(dest=08d64520, src=09b9f580, size=21504): overlapping read |
| FAT PRINCESS: FISTFUL OF CAKE |
v1.12.3 |
2025-11-03 |
GetFramebufferCandidates(DEPTH): Multiple (5) candidate framebuffers. texaddr: 04710000 offset: 0 (512x512 stride 512, CLUT16) |
| "eFootball Mod Full Asia Musim 2024 by TRMD" |
v1.12.3 |
2025-11-02 |
ReadFromHardware: Invalid address 054927c8 near PC 0881da48 LR 0881d9ec |
| NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.12.3 |
2025-11-01 |
sceDmacMemcpy(dest=04172fc0, src=092001e0, size=128): overlapping read |
| SBK-07 |
v1.12.3 |
2025-11-01 |
sceKernelRegisterSubIntrHandler(30, 0, 08a24354, 0909cd70): duplicate handler |
| eFootball Patch VanDeYann v2 |
v1.12.3 |
2025-11-01 |
Savedata version requested on save: 3 |
| NEXTGEN FOOTBALL XPS ONE GAME |
v1.12.3 |
2025-11-19 |
Unknown GetPointer 00000000 PC 08816130 LR 08816144 |
| Crash® of the Titans |
v1.12.3 |
2025-10-30 |
__KernelStopThread: thread 341 does not exist |
| EA-Sports FC PC-V |
v1.12.3 |
2025-10-30 |
__KernelStopThread: thread 308 does not exist |
| EA-Sports FC PC-V |
v1.12.3 |
2025-10-30 |
__KernelStopThread: thread 318 does not exist |
| MYFP26 ENGLISH |
v1.19.3 |
2025-11-16 |
sceMp3Init: invalid data: not layer 3 |
| Rocky Balboa |
v1.12.3 |
2025-10-28 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
| EA FC 2026 |
v1.9.4 |
2025-11-28 |
Savedata version requested on save: 3 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Branch in Jump delay slot at 09ca7b14 in block starting at 09ca7af8 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Branch in JumpReg delay slot at 09ca7b10 in block starting at 09ca7af8 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Jump to invalid address: 067f7700 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Branch in Jump delay slot at 09ca7b0c in block starting at 09ca7af8 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Jump to invalid address: 067f6b30 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Branch in Jump delay slot at 09ca7b08 in block starting at 09ca7af8 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Jump to invalid address: 072a0440 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Branch in Jump delay slot at 09ca7b04 in block starting at 09ca7af8 |
| eFootball RB - V. |
v1.12.3 |
2025-10-28 |
Jump to invalid address: 072a0380 |
| 源狼 GENROH |
v1.12.3 |
2025-10-28 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 00000000 |
| 源狼 GENROH |
v1.12.3 |
2025-10-28 |
WriteToHardware: Invalid address 00000000 near PC 08907f18 LR 08907f10 |