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.18.1 |
2025-06-27 |
WriteToHardware: Invalid address 00000d40 near PC 08981bbc LR 08981b0c |
Spider-Man 3 |
v1.18.1 |
2025-06-13 |
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 r10p0-00dev0 [Revision 96995].
03730110:41c00b29 HWX C T N LM Bones:8 Light: 0: c:0 t:0 1: c:1 t:0 2: c:1 t:0 MatUp:3 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))
// 03730110:41c00b29 HWX C T N LM Bones:8 Light: 0: c:0 t:0 1: c:1 t:0 2: c:1 t:0 MatUp:3 WScale 1 Cull
attribute mediump vec4 w1, w2;
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
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 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 vec3 u_lightspecular2;
uniform lowp vec4 u_ambient;
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 = color0;
vec3 diffuseColor = color0.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);
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);
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_lightspecular2 * specularColor * ldot ;
}
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(te |
Spider-Man 3 |
v1.18.1 |
2025-06-11 |
MIPSCompileOp: Invalid instruction 45afb972 |
Spider-Man 3 |
v1.18.1 |
2025-06-11 |
MIPSCompileOp: Invalid instruction 45afc30c |
Spider-Man 3 |
v1.18.1 |
2025-06-11 |
MIPSCompileOp: Invalid instruction 45afbe3f |
Spider-Man 3 |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 47882112 |
Spider-Man 3 |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction b2001868 |
Spider-Man 3 |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 02fffc0e |
Spider-Man 3 |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 0000047c |
Spider-Man 3 |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction b0000012 |
Spider-Man 3 |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 0564a800 |
Spider-Man 3 |
v1.18.1 |
2025-05-28 |
WriteToHardware: Invalid address 00000d40 near PC 08ad3834 LR 08ad37cc |
Spider-Man 3 |
v1.18 |
2025-05-25 |
Unknown GetPointer 00000004 PC 08aa8600 LR 08a15d58 |
Spider-Man 3 |
v1.18 |
2025-05-25 |
Unknown GetPointerWrite 00000000 PC 08aa8600 LR 08a15d58 |
Spider-Man 3 |
v1.18.1 |
2025-05-21 |
ReadFromHardware: Invalid address deadbeef near PC deadbeef LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-05-20 |
WriteToHardware: Invalid address 00000d40 near PC 0884e1a8 LR 0884e0f0 |
Spider-Man 3 |
v1.18.1 |
2025-05-13 |
MIPSCompileOp: Invalid instruction 020f6801 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in RSZeroComp delay slot at 040f5138 in block starting at 040f5138 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df7a8 in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df79c in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 063b99f0 PC 095df6b0 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577df50 PC 095df7b0 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577dfb0 PC 095df7ac LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0372b7d0 PC 095df6c0 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df6bc in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 034aa280 PC 095df7bc LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577e010 PC 095df79c LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577e0d0 PC 095df7a4 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577def0 PC 095df798 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577ddf0 PC 095df750 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 05776ab0 PC 095df758 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577dad0 PC 095df6cc LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 034aa280 PC 095df7ec LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577e070 PC 095df7a8 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 034aa280 PC 095df7d4 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df7a0 in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 034aa140 PC 095df77c LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df7a4 in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577e130 PC 095df7a0 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 063b9930 PC 095df7c8 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577d9b0 PC 095df6bc LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 034c2420 PC 095df6d4 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df798 in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df7ac in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 063b9ab0 PC 095df7e0 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577de60 PC 095df78c LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Branch in Jump delay slot at 095df78c in block starting at 095df6a4 |
Spider-Man 3 |
v1.18.1 |
2025-05-12 |
Jump to invalid address: 0577dc04 PC 095df790 LR 08a13ce4 |
Spider-Man 3 |
v1.18.1 |
2025-05-01 |
Branch in Jump delay slot at 0946a74c in block starting at 0946a724 |
Spider-Man 3 |
v1.18.1 |
2025-04-30 |
Branch in RSZeroComp delay slot at 040f293c in block starting at 040f293c |
Spider-Man 3 |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 45ae56b5 |
Spider-Man 3 |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 45ae946e |
Spider-Man 3 |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 45ae993a |
Spider-Man 3 |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 4534df22 |
Spider-Man 3 |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 45ae9e07 |
Spider-Man 3 |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 4534eabe |
Spider-Man 3 |
v1.18.1 |
2025-04-27 |
Branch in RSZeroComp delay slot at 042cc000 in block starting at 042c2428 |
Spider-Man 3 |
v1.18.1 |
2025-04-23 |
Jump to invalid address: 034afe60 |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b003dc |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b0170f |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 4539c597 |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 4539f564 |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b01bdc |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b020a9 |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 4539b58b |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b0205a |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 4539e558 |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b0085a |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b01b8d |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
MIPSCompileOp: Invalid instruction 45b02527 |
Spider-Man 3 |
v1.18.1 |
2025-04-15 |
Branch in RSZeroComp delay slot at 040fdbc4 in block starting at 040fdbc4 |
Spider-Man 3 |
v1.18.1 |
2025-04-11 |
ReadFromHardware: Invalid address 00770022 near PC 00770022 LR 08a007b8 |
Spider-Man 3 |
v1.17.1 |
2025-04-07 |
WriteToHardware: Invalid address 00000d40 near PC 08933cb0 LR 08933cb0 |
Spider-Man 3 |
v1.18.1 |
2025-03-29 |
Unknown GetPointer 00000000 PC 089a5070 LR 089a5094 |
Spider-Man 3 |
v1.17.1 |
2025-03-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=2, text=2 |
Spider-Man 3 |
v1.17.1 |
2025-03-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=1, text=1 |
Spider-Man 3 |
v1.18.1 |
2025-03-24 |
ReadFromHardware: Invalid address 101502fd near PC 08a13d60 LR 08a13d60 |
Spider-Man 3 |
v1.18.1 |
2025-03-24 |
WriteToHardware: Invalid address 101502fd near PC 08a13d60 LR 08a13d60 |
Spider-Man 3 |
v1.18.1 |
2025-03-22 |
WriteToHardware: Invalid address 00000d40 near PC 08a2a88c LR 08a2a108 |
Spider-Man 3 |
v1.18.1 |
2025-03-15 |
ReadFromHardware: Invalid address 06400001 near PC 088eb47c LR 088eb4e8 |
Spider-Man 3 |
v1.18.1 |
2025-03-09 |
Jump to invalid address: 05e50000 |
Spider-Man 3 |
v1.18.1 |
2025-03-09 |
Jump to invalid address: 07860000 |
Spider-Man 3 |
v1.9.4 |
2025-03-08 |
ReadFromHardware: Invalid address 42da1eba near PC 42da1eba LR 08a0db18 |
Spider-Man 3 |
v1.18.1 |
2025-03-06 |
WriteToHardware: Invalid address 00000d40 near PC 08a2b4a4 LR 08a2b724 |
Spider-Man 3 |
v1.18.1 |
2025-02-27 |
Branch in RSZeroComp delay slot at 040f1814 in block starting at 040f1814 |
Spider-Man 3 |
v1.18.1 |
2025-02-20 |
Unknown GetPointerWrite 00000000 PC 08a80004 LR 08a8000c |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Branch in Jump delay slot at 083ffeec in block starting at 083f0020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Branch in Jump delay slot at 083ffef0 in block starting at 083f0020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 00ffc000 PC 083fffc8 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 02767060 PC 083ffed8 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Branch in Jump delay slot at 083fdf68 in block starting at 083f0020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 02013af0 PC 083fdf64 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 06769a00 PC 083ffed4 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 03582d40 PC 08400000 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Branch in Jump delay slot at 083ffed0 in block starting at 083f0020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Branch in Jump delay slot at 083ffec4 in block starting at 083f0020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 036af5c0 PC 083fdf84 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 02010000 PC 083fdf80 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 02767080 PC 083ffed0 LR 08000020 |
Spider-Man 3 |
v1.18.1 |
2025-02-18 |
Jump to invalid address: 00ff8000 PC 083fefc8 LR 08000020 |