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 |
Spider-Man 3 |
v1.16.6 |
2023-12-02 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r8p0-00dev0 [Revision 96995].
03700011:41c00b21 HWX T N LM Bones:8 Light: 0: c:1 t:0 1: c:1 t:0 2: c:0 t:0 WScale 1 Cull
#version 100
// Driver: Mali-400 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 03700011:41c00b21 HWX T N LM Bones:8 Light: 0: c:1 t:0 1: c:1 t:0 2: c:0 t:0 WScale 1 Cull
attribute mediump vec4 w1, w2;
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mat4 u_bone0;
uniform mat4 u_bone1;
uniform mat4 u_bone2;
uniform mat4 u_bone3;
uniform mat4 u_bone4;
uniform mat4 u_bone5;
uniform mat4 u_bone6;
uniform mat4 u_bone7;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
mat4 skinMatrix = mul(w1.x, u_bone0) + mul(w1.y, u_bone1) + mul(w1.z, u_bone2) + mul(w1.w, u_bone3) + mul(w2.x, u_bone4) + mul(w2.y, u_bone5) + mul(w2.z, u_bone6) + mul(w2.w, u_bone7);
vec3 skinnedpos = mul(vec4(position, 1.0), skinMatrix).xyz * 1.9921875;
vec3 worldpos = mul(vec4(skinnedpos, 1.0), u_world).xyz;
mediump vec3 skinnednormal = mul(vec4(normal, 0.0), skinMatrix).xyz * 1.9921875;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(skinnednormal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = u_matambientalpha;
vec3 diffuseColor = u_matdiffuse.rgb;
vec3 specularColor = u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
mediump float ldot;
toLight = u_lightpos0;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient0 * ambientColor.rgb + diffuse);
toLight = u_lightpos1;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse1 * diffuseColor) * max(ldot, 0.0);
if (ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
ldot = pow(max(ldot, 0.0), u_matspecular.a);
} else {
ldot = 1.0;
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * specularColor * ldot ;
}
lightSum0.rgb += (u_lightambient1 * ambientColor.rgb + diffuse);
toLight = u_lightpos2;
ldot = dot(toLight, worldnormal);
diffuse = (u_lightdiffuse2 * diffuseColor) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * ambientColor.rgb + diffuse);
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = clamp(lightSum1, 0.0, 1.0);
v_texcoord = vec3(tex |
Spider-Man 3 |
v1.15.3 |
2023-11-26 |
MIPSCompileOp: Invalid instruction 4539ec23 |
Spider-Man 3 |
v1.15.3 |
2023-11-26 |
MIPSCompileOp: Invalid instruction 45b01a25 |
Spider-Man 3 |
v1.16.6 |
2023-11-26 |
MIPSCompileOp: Invalid instruction b3aad3c2 |
Spider-Man 3 |
v1.16.6 |
2023-11-26 |
MIPSCompileOp: Invalid instruction 78b2cf37 |
Spider-Man 3 |
v1.16.6 |
2023-11-26 |
MIPSCompileOp: Invalid instruction b1000049 |
Spider-Man 3 |
v1.16.6 |
2023-11-26 |
MIPSCompileOp: Invalid instruction 78c06b34 |
Spider-Man 3 |
v1.16.6 |
2023-11-26 |
MIPSCompileOp: Invalid instruction cf002e52 |
Spider-Man 3 |
v1.16.6 |
2023-11-26 |
MIPSCompileOp: Invalid instruction b3aad343 |
Spider-Man 3 |
v1.16.6 |
2023-11-24 |
MIPSCompileOp: Invalid instruction 45b00f99 |
Spider-Man 3 |
v1.16.6 |
2023-11-24 |
MIPSCompileOp: Invalid instruction 453a419b |
Spider-Man 3 |
v1.16.6 |
2023-11-24 |
MIPSCompileOp: Invalid instruction 45b005ff |
Spider-Man 3 |
v1.16.6 |
2023-11-24 |
Branch in RSZeroComp delay slot at 040f265c in block starting at 040f265c |
Spider-Man 3 |
v1.16.6 |
2023-11-24 |
Branch in RSZeroComp delay slot at 040f2d24 in block starting at 040f2d24 |
Spider-Man 3 |
v1.16.6 |
2023-11-19 |
WriteToHardware: Invalid address 00000d40 near PC 089d5f44 LR 089d6358 |
Spider-Man 3 |
v1.16.6 |
2023-11-11 |
Unknown GetPointerWrite 00000000 PC 08a183dc LR 08a18514 |
Spider-Man 3 |
v1.13.2 |
2023-11-04 |
WriteToHardware: Invalid address 00000d40 near PC 08ae4634 LR 08a22ae4 |
Spider-Man 3 |
v1.16.6 |
2023-10-29 |
WriteToHardware: Invalid address 00000008 near PC 08a2da58 LR 08a2d93c |
Spider-Man 3 |
v1.16.6 |
2023-10-29 |
ReadFromHardware: Invalid address 00000008 near PC 08a2d930 LR 08a2d93c |
Spider-Man 3 |
v1.16.6 |
2023-10-28 |
WriteToHardware: Invalid address 00000d40 near PC 08a13a20 LR 089a2f50 |
Spider-Man 3 |
v1.16.6 |
2023-10-27 |
Unknown GetPointerWrite 00000028 PC 08a19060 LR 08a19078 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743b440 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Branch in Jump delay slot at 09b3aa7c in block starting at 09b3a88c |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743b270 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743b0c0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743b060 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 073e6570 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0749c3e0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0749e080 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0749d1e0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743af90 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743ae60 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 073c5810 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 073baa20 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0743ad90 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0749d300 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cea880 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0772d0e0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 034b66a0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 03700000 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cea930 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 03582720 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cea770 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cebd10 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 03576e60 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cf9f20 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cec000 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 076f80c0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 076e1340 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cf9b00 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cebc50 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06ceb1b0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06ceb150 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cea8a0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cea7f0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cebcb0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06d01fd0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cf9bb0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06886310 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 070572b0 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06cea730 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 0749d350 |
Spider-Man 3 |
v1.12.3-1384-gaa495cab1 |
2023-10-23 |
Jump to invalid address: 06d0c390 |
Spider-Man 3 |
v1.16.6 |
2023-12-03 |
Can't draw: No current render step. Step count: 0 |
Spider-Man 3 |
v1.16.6 |
2023-10-22 |
WriteToHardware: Invalid address 00000d40 near PC 08a99bb0 LR 0889153c |
Spider-Man 3 |
v1.16.5 |
2023-10-14 |
Branch in RSZeroComp delay slot at 040f4ee4 in block starting at 040f4ee4 |
Spider-Man 3 |
v1.11.3 |
2023-10-13 |
Jump to invalid address: 063e2990 |
Spider-Man 3 |
v1.11.3 |
2023-10-13 |
Jump to invalid address: 0c713204 |
Spider-Man 3 |
v1.11.3 |
2023-10-13 |
Jump to invalid address: 034a14a0 |
Spider-Man 3 |
v1.16.5 |
2023-10-04 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
Spider-Man 3 |
v1.16.5 |
2023-10-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a6946c, pos=0, access=1, data=2, text=2 |
Spider-Man 3 |
v1.16.5 |
2023-10-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=08a6946c, pos=0, access=1, data=1, text=1 |
Spider-Man 3 |
v1.16 |
2023-09-29 |
ReadFromHardware: Invalid address 60807aff near PC 60807aff LR 08a19170 |
Spider-Man 3 |
v1.15.3 |
2023-09-28 |
Jump to invalid address: 066a4e80 |
Spider-Man 3 |
v1.15.3 |
2023-09-28 |
Jump to invalid address: 034e2ca0 |
Spider-Man 3 |
v1.15.3 |
2023-08-20 |
WriteToHardware: Invalid address 00000d40 near PC 08a13768 LR 08a1485c |
Spider-Man 3 |
v1.15.4 |
2023-08-18 |
Branch in RSZeroComp delay slot at 040f288c in block starting at 040f288c |
Spider-Man 3 |
v1.10.3 |
2023-08-17 |
WriteToHardware: Invalid address 00000d40 near PC 08a2bec0 LR 08a2aeec |
Spider-Man 3 |
v1.14.4 |
2023-08-15 |
WriteToHardware: Invalid address 00000d40 near PC 08a91f48 LR 08a88b5c |
Spider-Man 3 |
v1.15.4 |
2023-08-14 |
MIPSCompileOp: Invalid instruction cf000846 |
Spider-Man 3 |
v1.15.4 |
2023-08-14 |
Jump to invalid address: 0deb0800 |
Spider-Man 3 |
v1.15.4 |
2023-08-14 |
MIPSCompileOp: Invalid instruction b00000c4 |
Spider-Man 3 |
v1.15.3 |
2023-08-08 |
MIPSCompileOp: Invalid instruction 45397ab5 |
Spider-Man 3 |
v1.15.3 |
2023-08-08 |
MIPSCompileOp: Invalid instruction 45afe06f |
Spider-Man 3 |
v1.15.4 |
2023-07-29 |
sceNetAdhocMatchingInit(13620) at 08a565f8 |
Spider-Man 3 |
v1.15.4 |
2023-07-28 |
MIPSCompileOp: Invalid instruction 40200000 |
Spider-Man 3 |
v1.15.4 |
2023-07-28 |
MIPSCompileOp: Invalid instruction 40666666 |
Spider-Man 3 |
v1.15.4 |
2023-07-21 |
__KernelStopThread: thread 296 does not exist (helper deleted) |
Spider-Man 3 |
v1.15.4 |
2023-07-21 |
__KernelStopThread: thread 297 does not exist (helper deleted) |
Spider-Man 3 |
v1.15.4 |
2023-07-21 |
00000400=sceGeEdramSetAddrTranslation(00000200) |
Spider-Man 3 |
v1.15.4 |
2023-10-29 |
ReadFromHardware: Invalid address 00000000 near PC 0881e6ec LR 0881e634 |
Spider-Man 3 |
v1.15.4 |
2023-10-29 |
WriteToHardware: Invalid address 00000020 near PC 0881e6a0 LR 0881e634 |
Spider-Man 3 |
v1.15.4 |
2023-07-14 |
ReadFromHardware: Invalid address 00020000 near PC 00020000 LR 088402bc |
Spider-Man 3 |
v1.12.3 |
2023-07-11 |
WriteToHardware: Invalid address 00000d40 near PC 089d5708 LR 089e1d00 |
Spider-Man 3 |
v1.12.3 |
2023-07-11 |
WriteToHardware: Invalid address 00000d40 near PC 089ae0a0 LR 089ae010 |
Spider-Man 3 |
v1.14.4 |
2023-07-03 |
Replacement rowPitch=1024, but w=2704 (level=0) |
Spider-Man 3 |
v1.15.4 |
2023-06-26 |
__KernelStopThread: thread 1401 does not exist (helper deleted) |
Spider-Man 3 |
v1.15.4 |
2023-06-25 |
Branch in RSZeroComp delay slot at 040ff1dc in block starting at 040ff1dc |
Spider-Man 3 |
v1.15.4 |
2023-06-25 |
ReadFromHardware: Invalid address 00000010 near PC 08811088 LR 08811070 |
Spider-Man 3 |
v1.15.4 |
2023-06-25 |
Branch in RSZeroComp delay slot at 04102648 in block starting at 04102648 |