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 |
| Syphon Filter®: Logan's Shadow |
v1.19.3 |
2025-11-05 |
Unexpected mpeg first timestamp: 3b366bc21e4 / 4069057634788 |
| Syphon Filter®: Logan's Shadow |
v1.8.0 |
2025-10-26 |
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].
01f04444:00000b1d HWX C T N LM Fog Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1
#version 100
precision highp float;
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 vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
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_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;
void main() {
vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz;
mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
vec4 outPos = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * u_matambientalpha.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = vec3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
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.w = u_cullRangeMax.w;
}
}
gl_Position = outPos;
}
|
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-18 |
Unexpected mpeg first timestamp: 2d4f5baa01e / 3113678970910 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-18 |
80630006=sceAtracSetDataAndGetID(08bfdb80, 00040000): invalid RIFF header |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-10-07 |
Unknown GetPointerWrite 1fba6a48 PC 08c4e218 LR 08c483e0 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
Jump to invalid address: 06500000 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
Jump to invalid address: 07fbf080 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
MIPSCompileOp: Invalid instruction 0000033e |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
Branch in RSZeroComp delay slot at 09bf90f0 in block starting at 09bf90f0 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
MIPSCompileOp: Invalid instruction 4e491e54 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
MIPSCompileOp: Invalid instruction 00445241 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-10-05 |
MIPSCompileOp: Invalid instruction 4f005452 |
| Syphon Filter®: Logan's Shadow |
v1.19.3 |
2025-09-16 |
Unexpected mpeg first timestamp: 854f5ba6023 / 9160992907299 |
| Syphon Filter®: Logan's Shadow |
v1.19.3 |
2025-09-15 |
Unexpected mpeg first timestamp: 905cbc4efa / 620031135482 |
| Syphon Filter®: Logan's Shadow |
v1.11.3 |
2025-08-30 |
Unexpected mpeg first timestamp: 3f969bcecd3 / 4369755729107 |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-30 |
Jump to invalid address: 02bae960 |
| Syphon Filter®: Logan's Shadow |
v1.19.3 |
2025-08-30 |
Unexpected mpeg first timestamp: f6a69bcb6d6 / 16949714925270 |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-10-21 |
Unknown GetPointer 0000ff00 PC 08c6ccac LR 08c6ccac |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-27 |
80420014=__sceSasCore(08e82cc0, 28c85b00): invalid address |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-27 |
Unknown GetPointerWrite 00006040 PC 08c6ce84 LR 08c6ce84 |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-22 |
Jump to invalid address: 05f035f0 |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-22 |
MIPSCompileOp: Invalid instruction 000001f5 |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-22 |
MIPSCompileOp: Invalid instruction 0000007f |
| Syphon Filter®: Logan's Shadow |
v1.17.1-334-g1786a4ddb |
2025-08-22 |
Unknown GetPointer fb000000 PC 08c5ce00 LR 08c5ce00 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-08-18 |
Unexpected mpeg first timestamp: 6ecc3bcc551 / 7613965976913 |
| Syphon Filter®: Logan's Shadow |
v1.17.3 |
2025-07-27 |
Unexpected mpeg first timestamp: 6e3c0bc5053 / 7575260909651 |
| Syphon Filter®: Logan's Shadow |
v1.10.2 |
2025-07-20 |
Unexpected mpeg first timestamp: bfd5fbc2d68 / 13182860799336 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-13 |
Unexpected mpeg first timestamp: cfd5abcd1fa / 14282288583162 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-10 |
Unexpected mpeg first timestamp: 60edfbce13a / 6660953006394 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-08 |
Unexpected mpeg first timestamp: f7b38bc6463 / 17021907264611 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-08 |
Unexpected mpeg first timestamp: dd3f5ba691e / 15204011895070 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-08 |
Unexpected mpeg first timestamp: 2b366bc1de4 / 2969546005988 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-07 |
Unexpected mpeg first timestamp: 57262bc56f2 / 5988840920818 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-07 |
Unexpected mpeg first timestamp: cff54bcda00 / 14290777856512 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-07 |
Unexpected mpeg first timestamp: ee0ff392952 / 16359517399378 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-07-07 |
Unexpected mpeg first timestamp: af763bc0eef / 12057646468847 |
| Syphon Filter®: Logan's Shadow |
v1.17.1 |
2025-06-27 |
ReadFromHardware: Invalid address 00000030 near PC 08b9cae0 LR 08b9ca28 |
| Syphon Filter®: Logan's Shadow |
v1.17.1 |
2025-06-27 |
WriteToHardware: Invalid address 00000140 near PC 08b9f0e4 LR 08b9c7dc |
| Syphon Filter®: Logan's Shadow |
v1.17.1 |
2025-06-27 |
ReadFromHardware: Invalid address 00000000 near PC 08b9d0f8 LR 08b9d0d8 |
| Syphon Filter®: Logan's Shadow |
v1.17.1 |
2025-06-27 |
ReadFromHardware: Invalid address 000000a0 near PC 08b9d264 LR 08b9d0d8 |
| Syphon Filter®: Logan's Shadow |
v1.10.3 |
2025-06-23 |
Unexpected mpeg first timestamp: e7a61bc43f5 / 15918788527093 |
| Syphon Filter®: Logan's Shadow |
v1.10.3 |
2025-06-22 |
Unexpected mpeg first timestamp: b073bc9a40 / 757855984192 |
| Syphon Filter®: Logan's Shadow |
v1.10.3 |
2025-06-21 |
80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small |
| Syphon Filter®: Logan's Shadow |
v1.10.2 |
2025-06-19 |
Unexpected mpeg first timestamp: 5d019bb0c1a / 6391343025178 |
| Syphon Filter®: Logan's Shadow |
v1.10.2 |
2025-06-19 |
Unexpected mpeg first timestamp: db468bc1fa1 / 15068502433697 |
| Syphon Filter®: Logan's Shadow |
v1.19.2 |
2025-06-16 |
Branch in branch delay slot at 09be3390 with different target |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-06-08 |
Unexpected mpeg first timestamp: 2e3e0bcb8c1 / 3177751296193 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-06-08 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08b776e0 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-06-06 |
Unexpected mpeg first timestamp: 7c8de39782b / 8559303161899 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-06-03 |
Unexpected mpeg first timestamp: bd9d4bc4494 / 13030204916884 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-06-01 |
Unexpected mpeg first timestamp: ae77f3ce8fb / 11989388421371 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
MIPSCompileOp: Invalid instruction b5b6b7b8 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
MIPSCompileOp: Invalid instruction b1b2b3b4 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
MIPSCompileOp: Invalid instruction 9d9e9fa0 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
MIPSCompileOp: Invalid instruction cdcecfd0 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
Branch in Jump delay slot at 0911803c in block starting at 0911803c |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
MIPSCompileOp: Invalid instruction d1d2d3d4 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-27 |
MIPSCompileOp: Invalid instruction eeefeff0 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
Unknown GetPointerWrite 000040e8 PC 08c6ce84 LR 08c6ce84 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
sceSasSetVoice: invalid loop mode 1129540727 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
sceSasSetVoice: invalid loop mode 1130994962 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
sceSasSetVoice: invalid loop mode 1131087745 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 4302796f |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43066fed |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43066275 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 003b3b3b |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 42fe15e8 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43070cb4 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 4306c7a6 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 42fe92cc |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 430ac397 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43073acc |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43078cb4 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43071880 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43097b0b |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 007a7a7a |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 430abf85 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 4307c194 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 4304629b |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 00393939 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 430a99eb |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 00333537 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 4302a651 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 4309d1d1 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 43039328 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
ReadFromHardware: Invalid address ffffc480 near PC 08000000 LR 08000000 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 00858585 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-26 |
MIPSCompileOp: Invalid instruction 430707e2 |
| Syphon Filter®: Logan's Shadow |
v1.10.3 |
2025-05-26 |
Unexpected mpeg first timestamp: f31cbd4795 / 1044159219605 |
| Syphon Filter®: Logan's Shadow |
v1.10.3 |
2025-05-25 |
Unexpected mpeg first timestamp: 4fc87bc3571 / 5482655528305 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-25 |
Unknown GetPointerWrite 0b2fbe48 PC 08c4e218 LR 08c483e0 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-21 |
Unexpected mpeg first timestamp: 4fe68bc12da / 5490725360346 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-20 |
Unexpected mpeg first timestamp: b9876b9f655 / 12749454833237 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-20 |
Unexpected mpeg first timestamp: 1ef58bcf603 / 2127497590275 |
| Syphon Filter®: Logan's Shadow |
v1.18 |
2025-05-19 |
Unexpected mpeg first timestamp: 577e2bc4c8f / 6012463238287 |
| Syphon Filter®: Logan's Shadow |
v1.18 |
2025-05-19 |
Unexpected mpeg first timestamp: df13ebce653 / 15329790846547 |
| Syphon Filter®: Logan's Shadow |
v1.18 |
2025-05-17 |
Unexpected mpeg first timestamp: c2876b95057 / 13367930081367 |
| Syphon Filter®: Logan's Shadow |
v1.18 |
2025-05-16 |
Unexpected mpeg first timestamp: 2e366bc20e4 / 3175704436964 |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-13 |
MIPSCompileOp: Invalid instruction b5cfb5ef |
| Syphon Filter®: Logan's Shadow |
v1.18.1 |
2025-05-13 |
MIPSCompileOp: Invalid instruction b1f1b5f1 |