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 |
| 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_ |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction efa00000 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 0006ccfe |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction cccffccc |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 0028ffc1 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 4ff60000 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
Jump to invalid address: 0340fe40 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 7f905ff4 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 009fc305 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 4ff40000 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction eeef66f8 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 00045555 |
| eFootball Chelito 19 |
v1.11.3 |
2025-12-25 |
Branch in RSRTComp delay slot at 08072df0 in block starting at 08070020 |
| Def Jam® Fight For NY™: The Takeover |
v1.18.1 |
2025-12-25 |
sceDmacMemcpy(dest=09acde00, src=08400000, size=72384): overlapping read |
| Cabela's® North American Adventures |
v1.17.1 |
2025-12-25 |
sceDmacMemcpy(dest=04110000, src=09193d80, size=557056): overlapping read |
| EA-Sports FC PC-V |
v1.11.3 |
2025-12-25 |
ReadFromHardware: Invalid address e8b021f9 near PC e8b021f9 LR e8b021f9 |
| EFOOTBALL NEW PATCH SEASON 2025.... |
v1.11.3 |
2025-12-25 |
Unknown GetPointer 00000000 PC 08a1b77c LR 08000030 |
| Grand Theft Auto: Vice City Stories |
v1.18.1-353-gcc9a25cffa |
2025-12-25 |
80630006=sceAtracSetDataAndGetID(09079a00, 00001800): invalid RIFF header |
| WWE SmackDown vs. RAW 2011 |
v1.19.3 |
2025-12-25 |
INVALID_MODE=sceDisplaySetFrameBuf(04044000, 512, 1, 0): must change latched framebuf first |
| WWE SmackDown vs. RAW 2011 |
v1.19.3 |
2025-12-25 |
INVALID_MODE=sceDisplaySetFrameBuf(04000000, 512, 1, 0): must change latched framebuf first |
| eFootball Lop - Play |
v1.11.2 |
2025-12-25 |
Unknown GetPointer 10b61b77 PC 0884d5b0 LR 0884d7d4 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Branch in RSZeroComp delay slot at 08000100 in block starting at 08000034 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Jump to invalid address: 0b776230 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Branch in Jump delay slot at 08000030 in block starting at 0800002c |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Jump to invalid address: 0b776530 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
MIPSCompileOp: Invalid instruction 71f1b1f0 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Branch in Jump delay slot at 08000030 in block starting at 08000020 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Jump to invalid address: 0b776130 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Branch in Jump delay slot at 08000028 in block starting at 08000020 |
| eFootball Libertadores StaR PatcH 2025 By L_S eDits |
v1.17.1 |
2025-12-25 |
Jump to invalid address: 06c75e20 |
| 英雄伝説 空の軌跡FC |
v1.15.4-1188-gca40de852 |
2025-12-25 |
sceDmacMemcpy(dest=0417a800, src=08de7000, size=16384): overlapping read |
| EFOOTBALL NEW PATCH SEASON |
v1.19.3 |
2025-12-25 |
SCE_AVCODEC_ERROR_INVALID_DATA=sceMp3Init(00000000): invalid bitrate v3 l0 rate 000f |
| SBK®09 Superbike World Championship |
v1.14.3 |
2025-12-25 |
Replacement rowPitch=128, but w=3200 (level=0) |
| eFootball PES 2021 By GABRIEL |
v1.14.4 |
2025-12-25 |
Replacement rowPitch=512, but w=6400 (level=0) |
| EA-Sports FC Lop-Play |
v1.10.3 |
2025-12-24 |
Unknown GetPointer 10bef1b7 PC 0884d5b0 LR 0884d7d4 |
| MONSTER HUNTER FREEDOM UNITE™ |
v1.8.0 |
2025-12-24 |
__KernelStopThread: thread 406 does not exist |
| EA-Sports FC Lop-Play |
v1.9.4 |
2025-12-24 |
WriteToHardware: Invalid address 00000004 near PC 08863d74 LR 0884c9fc |
| PES eFOOTBALL 2026 JRplay |
v1.11.3 |
2025-12-24 |
Unknown GetPointer 00000000 PC 08808430 LR 08808448 |
| eFootball RB - V. |
v1.9.4 |
2025-12-24 |
MIPSCompileOp: Invalid instruction 713b5b30 |
| eFootball RB - V. |
v1.9.4 |
2025-12-24 |
Branch in Jump delay slot at 08000024 in block starting at 08000020 |
| Def Jam® Fight For NY™: The Takeover |
v1.16.6 |
2025-12-24 |
UNTESTED sceNetAdhocctlCreateEnterGameMode(4db8d58, 1, 2, 09fbf960, 20000000, 0) at 0897ec84 |
| Pursuit Force |
v1.19.3 |
2025-12-24 |
Failed decrypting the PRX (ret = -1, size = 2527108, psp_size = 2527456)! |
| eFootball PC - V. |
v1.11.3 |
2025-12-24 |
Unknown GetPointer 00000000 PC 08efb6e0 LR 08efb6f0 |
| EA-Sports FC Lop-Play |
v1.7.5 |
2025-12-24 |
ReadFromHardware: Invalid address e8e489c4 near PC e8e489c4 LR 08000018 |
| eFootball Play-C |
v1.9.4 |
2025-12-24 |
ReadFromHardware: Invalid address acf179fb near PC acf179fb LR 08000018 |
| Assassin's Creed: Bloodlines™ |
v1.18.1 |
2025-12-24 |
UNIMPL sceIoDevctl("usbpspcm:", 03415002, 09c07eb4, 4, 00000000, 0) |
| Assassin's Creed: Bloodlines™ |
v1.18.1 |
2025-12-24 |
UNIMPL sceIoDevctl("usbpspcm:", 03415001, 09c07eb4, 4, 00000000, 0) |
| WWE'12 |
v1.17.1-1192-ga9ef8a1f25 |
2025-12-24 |
|