Recent logs - v1.20.4-476-g56c694d88b

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
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:29: P0004: High precision not supported, instead compiling high precision as medium precision 0:30: L0002: Undeclared variable 'gl_FragDepth' 50180000:0020f002 Tex LM TFuncMod AlphaTest >= FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 50180000:0020f002 Tex LM TFuncMod AlphaTest >= FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform sampler2D testtex; varying lowp vec4 v_color0; varying lowp vec3 v_color1; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) DISCARD; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:27: P0004: High precision not supported, instead compiling high precision as medium precision 0:28: L0002: Undeclared variable 'gl_FragDepth' 40180000:0020d002 Tex TFuncMod AlphaTest > FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 40180000:0020d002 Tex TFuncMod AlphaTest > FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform sampler2D testtex; varying lowp vec4 v_color0; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) DISCARD; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:29: P0004: High precision not supported, instead compiling high precision as medium precision 0:30: L0002: Undeclared variable 'gl_FragDepth' 50190000:00209002 Tex LM TFuncMod AlphaTest < TestDiscardToZero FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 50190000:00209002 Tex LM TFuncMod AlphaTest < TestDiscardToZero FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform sampler2D testtex; varying lowp vec4 v_color0; varying lowp vec3 v_color1; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) v.a = 0.0; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:29: P0004: High precision not supported, instead compiling high precision as medium precision 0:30: L0002: Undeclared variable 'gl_FragDepth' 50180000:0020d002 Tex LM TFuncMod AlphaTest > FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 50180000:0020d002 Tex LM TFuncMod AlphaTest > FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform sampler2D testtex; varying lowp vec4 v_color0; varying lowp vec3 v_color1; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) DISCARD; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:24: P0004: High precision not supported, instead compiling high precision as medium precision 0:25: L0002: Undeclared variable 'gl_FragDepth' 40180000:0000d002 Tex TFuncMod AlphaTest > FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 40180000:0000d002 Tex TFuncMod AlphaTest > FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform sampler2D testtex; varying lowp vec4 v_color0; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb *= u_texNoAlphaMul.y; float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) DISCARD; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:27: P0004: High precision not supported, instead compiling high precision as medium precision 0:28: L0002: Undeclared variable 'gl_FragDepth' 40190000:0020d002 Tex TFuncMod AlphaTest > TestDiscardToZero FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 40190000:0020d002 Tex TFuncMod AlphaTest > TestDiscardToZero FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; uniform sampler2D testtex; varying lowp vec4 v_color0; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a; if (aResult < 0.5) v.a = 0.0; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-05 Error in shader compilation: info: 0:26: P0004: High precision not supported, instead compiling high precision as medium precision 0:27: L0002: Undeclared variable 'gl_FragDepth' 50180000:00200002 Tex LM TFuncMod FragDepthClamp #version 100 // Driver: Mali-450 MP - GLSL 100 #define DISCARD discard precision lowp float; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 50180000:00200002 Tex LM TFuncMod FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; varying lowp vec4 v_color0; varying lowp vec3 v_color1; uniform vec3 u_fogcolor; varying mediump float v_fogdepth; varying mediump vec3 v_texcoord; varying vec2 v_zw; void main() { vec4 s = vec4(v_color1, 0.0); vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; t.a = max(t.a, u_texNoAlphaMul.x); vec4 v = p * t + s; v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0); float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
EA-Sports FC Lop-Play v1.20.4-476-g56c694d88b 2026-07-05 sceDisplayWaitVblankCB: could not find waiting thread info.
TEKKEN 6 v1.20.4-476-g56c694d88b 2026-07-05 sceDisplayWaitVblankCB: could not find waiting thread info.
EA-Sports FC Lop-Play v1.9.4 2026-07-05 Savedata version requested: 3
TEKKEN 6 v1.20.4-476-g56c694d88b 2026-07-03 Branch in Jump delay slot at 0906c95c in block starting at 0906c950
TEKKEN 6 v1.20.4-476-g56c694d88b 2026-07-03 Branch in Jump delay slot at 0906c950 in block starting at 0906c950
Dragon Ball Z: Tenkaichi Tag Team v1.20.4-476-g56c694d88b 2026-07-05 sceNetAdhocMatchingInit(32768) at 08812da4
Grand Theft Auto: Vice City Stories v1.9.4 2026-07-05 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
Grand Theft Auto: Vice City Stories v1.9.4 2026-07-05 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2