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 |
| Tom Clancy's Splinter Cell® Essentials |
v1.20.4 |
2026-07-24 |
Branch in Jump delay slot at 09ffe2c4 in block starting at 09ffe2b4 |
| Tom Clancy's Splinter Cell® Essentials |
v1.11.3 |
2026-06-29 |
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 r6p0-01rel0 [Revision 96995].
01f18444:00000b14 HWX T N Fog Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:2 MatUp:1
#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 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 mediump vec3 u_lightdir3;
uniform mediump vec2 u_lightangle_spotCoef3;
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 mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = normalize(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);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
lowp float angle;
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);
angle = length(u_lightdir3) == 0.0 ? 0.0 : dot(normalize(u_lightdir3), toLight);
if (angle >= u_lightangle_spotCoef3.x) {
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef3.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef3.y));
} else {
lightScale = 0.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_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
gl_Position = outPos;
}
|
| Tom Clancy's Splinter Cell® Essentials |
v1.20.3 |
2026-04-18 |
PerformMemorySet with invalid range: 04000000, size -67108865 |
| Tom Clancy's Splinter Cell® Essentials |
v1.10.3 |
2026-02-03 |
MIPSCompileOp: Invalid instruction 0024895f |
| Tom Clancy's Splinter Cell® Essentials |
v1.16.6 |
2026-01-29 |
sceDmacMemcpy(dest=0876ab80, src=08772b80, size=32768): overlapping read |
| Tom Clancy's Splinter Cell® Essentials |
v1.17.1 |
2026-01-26 |
MIPSCompileOp: Invalid instruction 002451d5 |
| Tom Clancy's Splinter Cell® Essentials |
v1.13.2 |
2026-01-23 |
MIPSCompileOp: Invalid instruction 004f727e |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-23 |
sceDmacMemcpy(dest=08769a80, src=08771a80, size=32768): overlapping read |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 0711fca0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 0711dc40 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
MIPSCompileOp: Invalid instruction 00000835 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 0619ed00 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 0711dde0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 033b0a90 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 0711f0e0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-12-22 |
Jump to invalid address: 0711db80 |
| Tom Clancy's Splinter Cell® Essentials |
v1.17.1 |
2025-10-06 |
MIPSCompileOp: Invalid instruction 001d76c5 |
| Tom Clancy's Splinter Cell® Essentials |
v1.17.1 |
2025-10-06 |
MIPSCompileOp: Invalid instruction 000064b9 |
| Tom Clancy's Splinter Cell® Essentials |
v1.19.3 |
2025-09-04 |
Branch in Jump delay slot at 09ffe418 in block starting at 09ffe260 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
Jump to invalid address: 06ac5c80 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
Jump to invalid address: 03d01950 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
Jump to invalid address: 0355aad8 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
MIPSCompileOp: Invalid instruction 00070005 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
Jump to invalid address: 0690c040 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
Jump to invalid address: 05def4f0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
Jump to invalid address: 037c8ae0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.8.0 |
2025-08-23 |
MIPSCompileOp: Invalid instruction 0005e345 |
| Tom Clancy's Splinter Cell® Essentials |
v1.17.1 |
2025-08-03 |
sceDmacMemcpy(dest=08765a20, src=0876da20, size=32768): overlapping read |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-07-13 |
MIPSCompileOp: Invalid instruction 0000057c |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-07-13 |
MIPSCompileOp: Invalid instruction 00009214 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-07-13 |
MIPSCompileOp: Invalid instruction 003118f8 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-07-12 |
MIPSCompileOp: Invalid instruction 00000577 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-06-18 |
Jump to invalid address: 05a6e340 |
| Tom Clancy's Splinter Cell® Essentials |
v1.9.4 |
2025-06-18 |
Branch in RSRTComp delay slot at 0424c524 in block starting at 0424c524 |
| Tom Clancy's Splinter Cell® Essentials |
v1.19.3 |
2025-08-30 |
sceKernelCreateThread(name=SplinterCellEssentials.PPSS): unsupported attributes 00000007, ignoring |
| Tom Clancy's Splinter Cell® Essentials |
v1.11.3 |
2025-06-13 |
MIPSCompileOp: Invalid instruction 000c94ba |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-11 |
sceDmacMemcpy(dest=086fbfa0, src=08703fa0, size=32768): overlapping read |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-10 |
MIPSCompileOp: Invalid instruction 000003d4 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-10 |
MIPSCompileOp: Invalid instruction 00004e94 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
sceDmacMemcpy(dest=0873bd60, src=08743d60, size=32768): overlapping read |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
MIPSCompileOp: Invalid instruction 42434673 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
Jump to invalid address: 068e7250 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
MIPSCompileOp: Invalid instruction 42449e5b |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
Jump to invalid address: 03d39a90 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
Jump to invalid address: 03e8d618 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-09 |
Jump to invalid address: 05d57300 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-08 |
MIPSCompileOp: Invalid instruction 000389bc |
| Tom Clancy's Splinter Cell® Essentials |
v1.17.1 |
2025-06-06 |
MIPSCompileOp: Invalid instruction 00000854 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 060d8850 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 0000c135 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 43b46243 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 43b4442e |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 02476230 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 060e6d70 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 43ccf0dc |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 04c2cdc0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 43cc6ff1 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 000006f7 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 0534cb00 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 0000097f |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction b4dd44a8 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 00340dfd |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 0534c900 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 00080cc5 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
MIPSCompileOp: Invalid instruction 00027d8e |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 035f4e00 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 0632d200 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 438a514e |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-29 |
Jump to invalid address: 06ff4a30 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 061dc880 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-06-01 |
Jump to invalid address: 06325440 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 0000097b |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-29 |
MIPSCompileOp: Invalid instruction 000224f9 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-28 |
MIPSCompileOp: Invalid instruction 001d69c1 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-29 |
Jump to invalid address: 05031f80 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-28 |
MIPSCompileOp: Invalid instruction 0015b83b |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-28 |
MIPSCompileOp: Invalid instruction 00004fb8 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-29 |
Jump to invalid address: 05031d00 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-27 |
MIPSCompileOp: Invalid instruction 006acebb |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 003cefff |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 0006dd7b |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 45d7bbc1 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 428f9e51 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 4290e509 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 0007eec1 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 0005db7b |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
Jump to invalid address: 05555500 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 002d97b7 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 000113a9 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 00015fdf |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 0059feb8 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 0000073d |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-26 |
MIPSCompileOp: Invalid instruction 0000073f |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
Jump to invalid address: 068f1300 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
MIPSCompileOp: Invalid instruction 00002854 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
MIPSCompileOp: Invalid instruction 000983bc |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
Jump to invalid address: 05e2ec40 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
Jump to invalid address: 035a19f0 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
Jump to invalid address: 05c7ce80 |
| Tom Clancy's Splinter Cell® Essentials |
v1.18.1 |
2025-04-25 |
Jump to invalid address: 05ed7dc0 |