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 |
| FIFA 14 |
v1.10.3 |
2025-12-27 |
Branch in RSZeroComp delay slot at 09c7ca2c in block starting at 09c7ca24 |
| FIFA 14 |
v1.10.3 |
2025-12-27 |
MIPSCompileOp: Invalid instruction 4d5f3031 |
| FIFA 14 |
v1.10.3 |
2025-12-27 |
MIPSCompileOp: Invalid instruction 6e150100 |
| FIFA 14 |
v1.10.3 |
2025-12-27 |
MIPSCompileOp: Invalid instruction 46474942 |
| PES RZKFOOTBALL 2026 - RIZZKIIK |
v1.10.3 |
2025-12-27 |
Unknown GetPointer 00000000 PC 08816130 LR 08816144 |
| PES eFOOTBALL 2026 JRplay |
v1.12.3 |
2025-12-27 |
Unknown GetPointer 00000000 PC 088287e0 LR 088287f0 |
| eFootball PES 2023 "SNE" |
v1.10.3 |
2025-12-27 |
Unknown GetPointer 95eda073 PC 0884d5a0 LR 0884d7c4 |
| Prince of Persia The Forgotten Sands™ |
v1.10.3 |
2025-12-27 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 094a6fd4, 4, 00000000, 0) |
| Prince of Persia The Forgotten Sands™ |
v1.10.3 |
2025-12-27 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 094a6fd4, 4, 00000000, 0) |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.10.3 |
2025-12-27 |
GL ran out of GPU memory; switching to low memory mode |
| Efootball 2022 Komo Valeri... |
v1.10.3 |
2025-12-26 |
|
| PES RZKFOOTBALL 2026 - RIZZKIIK |
v1.10.3 |
2025-12-27 |
Savedata version requested on save: 3 |
| PES RZKFOOTBALL 2026 - RIZZKIIK |
v1.16.6 |
2025-12-27 |
Savedata version requested: 3 |
| EAFC 26 By Komo Valeri |
v1.10.3 |
2025-12-26 |
WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 0884c9fc |
| EAFC 26 By Komo Valeri |
v1.10.3 |
2025-12-26 |
Unknown GetPointer 00000000 PC 08a02a0c LR 0881615c |
| WWE SmackDown vs. RAW 2007 |
v1.10.3 |
2025-12-26 |
sceDmacMemcpy(dest=0418c030, src=091be830, size=262160): overlapping read |
| eFootball Chelito 19 |
v1.10.3 |
2025-12-25 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142702700 |
| eFootball Chelito 19 |
v1.10.3 |
2025-12-25 |
Module linking debug info:
ThreadManForKernel ver=0000, flags=0001, size=5, numVars=0, numFuncs=4, nidData=08228644, firstSym=082284c0, varData=00000000, extra=00000000
sceIdStorage_driver ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228654, firstSym=082284e0, varData=00000000, extra=00000000
semaphore ver=0000, flags=0001, size=5, numVars=0, numFuncs=1, nidData=08228658, firstSym=082284e8, varData=00000000, extra=00000000
|
| eFootball Chelito 19 |
v1.10.3 |
2025-12-25 |
Crazy varData address 01011006, skipping rest of module |
| Dragon Ball Z Shin Budokai |
v1.10.3 |
2025-12-25 |
D3D error in shader compilation: info: C:\Users\3dvan\Documents\PSP Capit?o capcom\Shader@0x000002B1C4219F50(95,31-45): error X3004: undeclared identifier 'u_spline_counts'
/ code: #pragma warning( disable : 3571 )
float4x4 u_proj : register(c0);
float4 u_matambientalpha : register(c20);
float4x3 u_world : register(c11);
float4x3 u_view : register(c8);
float4 u_uvscaleoffset : register(c17);
float4 u_cullRangeMin : register(c80);
float4 u_cullRangeMax : register(c81);
struct VS_IN {
float2 texcoord : TEXCOORD0;
float4 color0 : COLOR0;
float3 normal : NORMAL;
float3 position : POSITION;
};
struct VS_OUT {
float3 v_texcoord : TEXCOORD0;
float4 v_color0 : COLOR0;
float4 gl_Position : POSITION;
};
float2 tess_sample(in float2 points[16], float4x4 weights) {
float2 pos = float2(0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float3 tess_sample(in float3 points[16], float4x4 weights) {
float3 pos = float3(0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float4 tess_sample(in float4 points[16], float4x4 weights) {
float4 pos = float4(0.0, 0.0, 0.0, 0.0);
pos += weights[0][0] * points[0];
pos += weights[0][1] * points[1];
pos += weights[0][2] * points[2];
pos += weights[0][3] * points[3];
pos += weights[1][0] * points[4];
pos += weights[1][1] * points[5];
pos += weights[1][2] * points[6];
pos += weights[1][3] * points[7];
pos += weights[2][0] * points[8];
pos += weights[2][1] * points[9];
pos += weights[2][2] * points[10];
pos += weights[2][3] * points[11];
pos += weights[3][0] * points[12];
pos += weights[3][1] * points[13];
pos += weights[3][2] * points[14];
pos += weights[3][3] * points[15];
return pos;
}
float4x4 outerProduct(float4 u, float4 v) {
return mul((float4x1)v, (float1x4)u);
}
struct Tess {
float3 pos;
float2 tex;
float4 col;
};
void tessellate(in VS_IN In, out Tess tess) {
int2 point_pos = int2(In.position.z, In.normal.z) * 3;
int2 weight_idx = int2(In.position.xy);
float3 _pos[16];
float2 _tex[16];
float4 _col[16];
int index;
index = (0 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[0] = tess_data[index].pos;
index = (0 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_pos[1] = tess_data[index].pos;
index = (0 + point_pos.y) * u_spline_counts + (2 + point_pos.x);
_pos[2] = tess_data[index].pos;
index = (0 + point_pos.y) * u_spline_counts + (3 + point_pos.x);
_pos[3] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[4] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (1 + point_pos.x);
_pos[5] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (2 + point_pos.x);
_pos[6] = tess_data[index].pos;
index = (1 + point_pos.y) * u_spline_counts + (3 + point_pos.x);
_pos[7] = tess_data[index].pos;
index = (2 + point_pos.y) * u_spline_counts + (0 + point_pos.x);
_pos[8] = tess_ |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-24 |
Unknown GetPointer 10bef1b7 PC 0884d5b0 LR 0884d7d4 |
| PES eFOOTBALL 2026 JRplay |
v1.11.3 |
2025-12-27 |
Unknown GetPointer 00000000 PC 08808430 LR 08808448 |
| EA SPORTS FC26 BY Charly |
v1.10.3 |
2025-12-24 |
sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read |
| eFootball 2026 StaR Patch |
v1.10.3 |
2025-12-24 |
Unknown GetPointer 00000000 PC 0882bbf4 LR 088113dc |
| eFootball 2026 By Komo Valeri |
v1.10.3 |
2025-12-23 |
sceDmacMemcpy(dest=09054040, src=086ce8c0, size=1251136): overlapping read |
| EA |
v1.9.3 |
2025-12-27 |
Unknown GetPointer 00000000 PC 0881c2d8 LR 0881c2e8 |
| eFootball PES 2026 New Season Updated |
v1.11.3 |
2025-12-23 |
Unknown GetPointer 00000000 PC 08808430 LR 08808448 |
| PES eFOOTBALL 2026 JRplay |
v1.9.4 |
2025-12-27 |
Unknown GetPointer 00000000 PC 08816130 LR 08816144 |
| eFootball PES 2026 New Season Updated |
v1.10.3 |
2025-12-22 |
Unknown GetPointer 00000000 PC 088287e0 LR 088287f0 |
| eFootball PES 2026 New Season Updated |
v1.9.4 |
2025-12-24 |
MIPSCompileOp: Invalid instruction 44f2a800 |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-21 |
sceDmacMemcpy(dest=04154000, src=091f61f0, size=557056): overlapping read |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 147280608 |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 149557360 |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 151506040 |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143642516 |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143634596 |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/0c120e1d, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/68d42328, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/9553cc91, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/4e624a34, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/971a3a90, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/a83f7113, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/0ba514e5, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/7491c438, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/eaed89cd, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/bd8ae0d8, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/76d3aeba, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/4bc9bde0, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/1e6d9013, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/28240568, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
Ignoring func export scePsmf/c7db3a5b, already implemented in HLE. |
| FIFA 22 By Tutoriales Bendezu |
v1.10.3 |
2025-12-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
| eFootball RB - V. |
v1.10.3 |
2025-12-21 |
sceDmacMemcpy(dest=040cc000, src=0927e1c0, size=557056): overlapping read |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-21 |
RET: Stack empty! |
| Real Football 24 C19 |
v1.10.3 |
2025-12-21 |
ReadFromHardware: Invalid address 11d0f8a0 near PC 11d0f8a0 LR 11d0f8a0 |
| PES eFOOTBALL 2026 JRplay |
v1.9.4 |
2025-12-27 |
Savedata version requested on save: 3 |
| PES eFOOTBALL 2026 JRplay |
v1.9.4 |
2025-12-27 |
Savedata version requested: 3 |
| WWE'12 |
v1.10.3 |
2025-12-20 |
sceDmacMemcpy(dest=041a2540, src=097b1df0, size=65552): overlapping read |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-20 |
Unknown GetPointer 10b4baf7 PC 0884d7b4 LR 0884d7d4 |
| BRAVE STORY: NEW TRAVELER |
v1.10.3 |
2025-12-20 |
Ignoring possible render to texture at 04132000 +64x163 / 256x272 |
| EAFC 26 By Komo Valeri |
v1.10.3 |
2025-12-21 |
ReadFromHardware: Invalid address 00000008 near PC 0887c84c LR 0887c664 |
| eFooTBall Play Cesar Patch |
v1.10.3 |
2025-12-20 |
ReadFromHardware: Invalid address ee88f733 near PC ee88f733 LR 08000018 |
| eFootball PES 2026 New Season Updated |
v1.10.3 |
2025-12-19 |
sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read |
| TNA iMPACT!: Cross the Line |
v1.10.3 |
2025-12-19 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fbfaa4, pos=0, access=1, data=1, text=1 |
| Dragon Ball Z: Tenkaichi BT4 Latina |
v1.10.3 |
2025-12-19 |
Unknown GetPointer 00000000 PC 08837cf8 LR 08837cf8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.10.3 |
2025-12-18 |
WriteToHardware: Invalid address 0ef0bc78 near PC 0880dcc8 LR 0880dcc8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.10.3 |
2025-12-18 |
MIPSCompileOp: Invalid instruction 6e7d59c8 |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=0880defc, pos=0, access=1, data=2, text=2 |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/0c120e1d, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/68d42328, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/9553cc91, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/5b70fcc1, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/5f457515, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/7c0e7ac3, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/4e624a34, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/971a3a90, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/a83f7113, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/0ba514e5, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/7491c438, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/bd8ae0d8, already implemented in HLE. |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-18 |
Ignoring func export scePsmf/1e6d9013, already implemented in HLE. |
| The Golden Compass |
v1.10.3 |
2025-12-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=0, data=2, text=2 |
| eFootball RB - V. |
v1.10.3 |
2025-12-18 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 149305684 |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-17 |
Unexpected mpeg first timestamp: d59a080000 / 917412249600 |
| eFootball Lop - Play |
v1.10.3 |
2025-12-17 |
Unknown syscall in known module 'ThreadManForKernel': 0x293b45b8 |
| EA |
v1.17.1 |
2025-12-20 |
80630006=sceAtracSetDataAndGetID(09a25200, 00003800): invalid RIFF header |
| eFootball Chelito 19 |
v1.10.3 |
2025-12-16 |
Unknown GetPointer 2c5c4982 PC 0884d5b0 LR 0884d7d4 |
| Real Football 24 C19 |
v1.10.3 |
2025-12-18 |
MIPSCompileOp: Invalid instruction 01010101 |
| eFootball PC - V. |
v1.10.3 |
2025-12-16 |
Unknown GetPointer 10bf2a37 PC 0884d5b0 LR 0884d7d4 |
| eFootball RB - V. |
v1.10.3 |
2025-12-16 |
__KernelStopThread: thread 376 does not exist |
| eFootball Play-C |
v1.10.3 |
2025-12-15 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1 |
| eFootball Lop - Play |
v1.10.3 |
2025-12-22 |
Unknown GetPointer 00000000 PC 08a0ff84 LR 08a0ff84 |
| TEKKEN 8 NEXTGEN S6 V 2.0 EDITION BY YED |
v1.10.3 |
2025-12-15 |
Bad vertex address 00e62ade! |
| TEKKEN 8 NEXTGEN S6 V 2.0 EDITION BY YED |
v1.10.3 |
2025-12-15 |
Bad vertex address 00e62a3e! |
| TEKKEN 8 NEXTGEN S6 V 2.0 EDITION BY YED |
v1.10.3 |
2025-12-15 |
Bad vertex address 00e6299e! |
| TEKKEN 8 NEXTGEN S6 V 2.0 EDITION BY YED |
v1.10.3 |
2025-12-15 |
Bad vertex address 00e62962! |
| TEKKEN 8 NEXTGEN S6 V 2.0 EDITION BY YED |
v1.10.3 |
2025-12-15 |
Bad vertex address 00e62912! |
| TEKKEN 8 NEXTGEN S6 V 2.0 EDITION BY YED |
v1.10.3 |
2025-12-15 |
Bad vertex address 00e628c2! |