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 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-28 |
Unexpected mpeg first timestamp: bf9ce090000 / 13167531458560 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-26 |
Unexpected mpeg first timestamp: 42e0a090000 / 4595783368704 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-26 |
Unexpected mpeg first timestamp: ac510090000 / 11841493860352 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-26 |
Unknown GetPointerWrite 2777ad98 PC 08b52814 LR 08cd6754 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-26 |
Could not setup streams, unexpected stream count: 80 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-26 |
Unexpected mpeg first timestamp: 64e09090000 / 6932228800512 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-25 |
Unexpected mpeg first timestamp: 2f54cbe0000 / 3252577763328 |
Resistance: Retribution™ |
v1.7.4 |
2023-01-23 |
Unknown GE command : 52545f4c |
Resistance: Retribution™ |
v1.14.4 |
2023-01-21 |
Unknown GE command : 293197cb |
Resistance: Retribution™ |
v1.12.3 |
2023-01-21 |
Unexpected mpeg first timestamp: fff7f3f0000 / 17590025912320 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-19 |
Unknown GE command : 11102e50 |
Resistance: Retribution™ |
v1.13.2 |
2023-01-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
Resistance: Retribution™ |
v1.13.2 |
2023-01-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
Resistance: Retribution™ |
v1.11.3 |
2023-01-17 |
Unexpected mpeg first timestamp: 10000054af / 68719498415 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-17 |
Drawing region rate add non-zero: 0101, 02cc of 01df, 010f |
Resistance: Retribution™ |
v1.14.4 |
2023-01-13 |
Unknown GE command : 5222200a |
Resistance: Retribution™ |
v1.9.4 |
2023-01-09 |
Unknown GE command : 032103a9 |
Resistance: Retribution™ |
v1.9.4 |
2023-01-09 |
Bad vertex address 03da6120! |
Resistance: Retribution™ |
v1.9.4 |
2023-01-09 |
Bad vertex address 0a0102cd! |
Resistance: Retribution™ |
v1.9.4 |
2023-01-09 |
Unknown GE command : 39d00000 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-07 |
Unknown GetPointerWrite 191fbb78 PC 08cd674c LR 08cd6754 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-07 |
Unexpected mpeg first timestamp: c5c1a090000 / 13589713321984 |
Resistance: Retribution™ |
v1.13.2 |
2023-01-04 |
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].
01f15555:00000b35 HWX T N LM Fog Tex Light: 0: c:1 t:1 1: c:1 t:1 2: c:1 t:1 3: c:1 t:1 MatUp:1 Cull
#version 100
// Mali-400 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
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 lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec3 u_lightspecular3;
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() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
lowp vec4 lightSum0 = u_ambient * u_matambientalpha + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(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);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular0 * u_matspecular.rgb * ldot * lightScale;
}
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);
if (ldot >= 0.0) {
ldot = dot(normalize(toLight + vec3(0.0, 0.0, 1.0)), worldnormal);
if (u_matspecular.a <= 0.0) {
ldot = 1.0;
} else {
ldot = pow(max(ldot, 0.0), u_matspecular.a);
}
if (ldot > 0.0)
lightSum1 += u_lightspecular1 * u_matspecular.rgb * ldot * lightScale;
}
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);
if (ldot >= 0.0) {
ldot = dot(normalize(to |
Resistance: Retribution™ |
v1.14 |
2022-12-31 |
Unknown GetPointerWrite 26403d78 PC 08be51dc LR 08cd6754 |
Resistance: Retribution™ |
v1.14.4 |
2023-01-06 |
Unknown GetPointerWrite 0d1d05e8 PC 08c926e0 LR 08cd6754 |
Resistance: Retribution™ |
v1.4.2 |
2022-12-27 |
Unknown GE command : 4fd0001d |
Resistance: Retribution™ |
v1.14.1 |
2022-12-27 |
Unknown GE command : 52304151 |
Resistance: Retribution™ |
v1.13.2 |
2022-12-26 |
Unknown GE command : 0301336b |
Resistance: Retribution™ |
v1.14.1 |
2022-12-26 |
__KernelStopThread: thread 421 does not exist (ApctlThread deleted) |
Resistance: Retribution™ |
v1.14.1 |
2022-12-29 |
WriteToHardware: Invalid address 1fffa938 near PC 08be51dc LR 08cd6754 |
Resistance: Retribution™ |
v1.14.1 |
2022-12-29 |
ReadFromHardware: Invalid address 1fffa938 near PC 08be51dc LR 08ca1a84 |
Resistance: Retribution™ |
v1.14.1 |
2022-12-29 |
WriteToHardware: Invalid address 022b6546 near PC 08be51dc LR 08ca2aac |
Resistance: Retribution™ |
v1.10.3 |
2022-12-23 |
Unknown GE command : 52333333 |
Resistance: Retribution™ |
v1.9.4 |
2022-12-23 |
Unknown GE command : 114d92fd |
Resistance: Retribution™ |
v1.13.2 |
2022-12-22 |
Branch in RSRTComp delay slot at 046e6010 in block starting at 046e6004 |
Resistance: Retribution™ |
v1.13.2 |
2022-12-21 |
Unexpected mpeg first timestamp: d1ed0090000 / 14425990430720 |
Resistance: Retribution™ |
v1.13.2 |
2022-12-21 |
Could not setup streams, unexpected stream count: 43529 |
Resistance: Retribution™ |
v1.13.2 |
2022-12-21 |
Unexpected mpeg first timestamp: 100000e454 / 68719535188 |
Resistance: Retribution™ |
v1.13.2 |
2022-12-21 |
Unexpected mpeg first timestamp: d2d8090000 / 905567600640 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 43323335 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 4266446b |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 42223244 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 776789aa |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 42665357 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 78baa897 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 678a75ba |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 43333334 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cffdddee |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction eeded222 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction ccdccdef |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction ecdde377 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cefdeeee |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 42323277 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cdbddeff |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction ccdde365 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 422222a6 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction ccdcdbfc |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cccadeec |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 630244a8 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
An uneaten prefix at end of block: 0451b778 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 799a8988 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 757978ab |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 798bb888 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 7569a9b9 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 75564235 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 787aca87 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 76679bab |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 74322223 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 63432234 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 74562344 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 63353346 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction ccccdcbc |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 443444a7 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cdcdecbb |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cdeddcbc |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cddeeccb |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cdfddccb |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 45655478 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cccddcbb |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction cccbddca |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
ReadFromHardware: Invalid address 000023b4 near PC 0450eb68 LR 08b48ba8 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
WriteToHardware: Invalid address ffff9b8a near PC 0450eb48 LR 08b48ba8 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 7549b4ba |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction b52203e7 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction b7865e66 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 76679bc7 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 6e479ac6 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 63566664 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Invalid VFPU swizzle: 000000d2: 2 / 1 at PC = 044fde20 (vcrs ERROR) |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Invalid VFPU swizzle: 000000c9: 1 / 1 at PC = 044fde20 (vcrs ERROR) |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Invalid VFPU swizzle: 000000d2: 2 / 1 at PC = 044fde0c (vcrs ERROR) |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Invalid VFPU swizzle: 000000c9: 1 / 1 at PC = 044fde0c (vcrs ERROR) |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Invalid VFPU swizzle: 000000d2: 2 / 1 at PC = 044fdde0 (vcrs ERROR) |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Invalid VFPU swizzle: 000000c9: 1 / 1 at PC = 044fdde0 (vcrs ERROR) |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
Branch in RSRTComp delay slot at 044fde48 in block starting at 044fddb0 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 47834666 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 63463444 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 466466a8 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 67a65966 |
Resistance: Retribution™ |
v1.12.3 |
2022-12-19 |
MIPSCompileOp: Invalid instruction 63555431 |