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
Game Sepak Bola PPSSPP v1.20.4-476-g56c694d88b 2026-07-07 sceDisplayWaitVblankCB: could not find waiting thread info.
Pro Evolution Soccer 2012 v1.20.4-476-g56c694d88b 2026-07-07 Error in shader program link: info: L0001 The fragment matrix variable WorldViewProj does not match the vertex variable WorldViewProj. The matrix stride does not match. fs: thin3d #version 320 es // Driver: Mali-G52 MC2 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform mat4 WorldViewProj; uniform vec2 TintSaturation; in lowp vec4 oColor0; // COLOR0 in highp vec2 oTexCoord0; // TEXCOORD0 out vec4 fragColor0; void main() { vec4 col = texture(tex, oTexCoord0) * oColor0; col.rgb *= oColor0.a; fragColor0 = col; } vs: thin3d #version 320 es // Driver: Mali-G52 MC2 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) vec3 rgb2hsv(vec3 c) { vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0); vec4 p = mix(vec4(c.bg, K.wz), vec4(c.gb, K.xy), step(c.b, c.g)); vec4 q = mix(vec4(p.xyw, c.r), vec4(c.r, p.yzx), step(p.x, c.r)); float d = q.x - min(q.w, q.y); float e = 1.0e-10; return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), d / (q.x + e), q.x); } vec3 hsv2rgb(vec3 c) { vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0); vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www); return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y); } uniform mat4 WorldViewProj; uniform vec2 TintSaturation; in vec3 Position; in vec4 Color0; in vec2 TexCoord0; out lowp vec4 oColor0; // COLOR0 (0) out highp vec2 oTexCoord0; // TEXCOORD0 (1) void main() { gl_Position = mul(WorldViewProj, vec4(Position, 1.0)); vec3 hsv = rgb2hsv(Color0.xyz); hsv.x += TintSaturation.x; hsv.y *= TintSaturation.y; oColor0 = vec4(hsv2rgb(hsv), Color0.w); oTexCoord0 = TexCoord0; }
Pro Evolution Soccer 2012 v1.20.4-476-g56c694d88b 2026-07-07 Error in shader program link: info: L0001 The fragment matrix variable WorldViewProj does not match the vertex variable WorldViewProj. The matrix stride does not match. fs: thin3d #version 320 es // Driver: Mali-G52 MC2 - GLSL 320 #define DISCARD discard precision lowp float; precision highp int; #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) uniform sampler2D tex; uniform mat4 WorldViewProj; uniform vec2 TintSaturation; in lowp vec4 oColor0; // COLOR0 in highp vec2 oTexCoord0; // TEXCOORD0 out vec4 fragColor0; void main() { vec4 col = texture(tex, oTexCoord0).zyxw * oColor0; col.rgb *= oColor0.a; fragColor0 = col; } vs: thin3d #version 320 es // Driver: Mali-G52 MC2 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) vec3 rgb2hsv(vec3 c) { vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0); vec4 p = mix(vec4(c.bg, K.wz), vec4(c.gb, K.xy), step(c.b, c.g)); vec4 q = mix(vec4(p.xyw, c.r), vec4(c.r, p.yzx), step(p.x, c.r)); float d = q.x - min(q.w, q.y); float e = 1.0e-10; return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), d / (q.x + e), q.x); } vec3 hsv2rgb(vec3 c) { vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0); vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www); return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y); } uniform mat4 WorldViewProj; uniform vec2 TintSaturation; in vec3 Position; in vec4 Color0; in vec2 TexCoord0; out lowp vec4 oColor0; // COLOR0 (0) out highp vec2 oTexCoord0; // TEXCOORD0 (1) void main() { gl_Position = mul(WorldViewProj, vec4(Position, 1.0)); vec3 hsv = rgb2hsv(Color0.xyz); hsv.x += TintSaturation.x; hsv.y *= TintSaturation.y; oColor0 = vec4(hsv2rgb(hsv), Color0.w); oTexCoord0 = TexCoord0; }
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-07 Error in shader compilation: info: 0:23: P0004: High precision not supported, instead compiling high precision as medium precision 0:24: L0002: Undeclared variable 'gl_FragDepth' 50180000:00000002 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:00000002 Tex LM TFuncMod FragDepthClamp uniform sampler2D tex; uniform vec2 u_texNoAlphaMul; varying lowp vec4 v_color0; varying lowp vec3 v_color1; 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 *= u_texNoAlphaMul.y; gl_FragColor = v; highp float projZ = v_zw.x / v_zw.y; gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0; }
Pro Evolution Soccer 2014 v1.20.4-476-g56c694d88b 2026-07-05 sceDisplayWaitVblankCB: could not find waiting thread info.
Grand Theft Auto: Vice City Stories v1.20.4-476-g56c694d88b 2026-07-07 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-07 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-07 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-07 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-07 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-07 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-07 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.
Game Sepak Bola PPSSPP v1.9.4 2026-07-26 Savedata version requested: 3
EA-Sports FC Lop-Play v1.9.4 2026-07-26 Savedata version requested: 3
eFootball 2025 v1.9.4 2026-07-26 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
eFootball PC - V. v1.9.4 2026-07-26 Savedata version requested: 3
God of War®: Ghost of Sparta v1.20.4-98-gb8a71e8712 2026-07-26 Rendering to framebuffer offset at 04162000 +256x0 (stride 512)
Dragon Ball Z: Tenkaichi Tag Team v1.20.4-476-g56c694d88b 2026-07-26 sceNetAdhocMatchingInit(32768) at 08812da4
Heracles Chariot Racing v1.20.4-476-g56c694d88b 2026-07-07 Failed to read valid video stream data from header
Grand Theft Auto V YUNIER PB v1.9.4 2026-07-25 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc68c0, pos=0, access=1, data=2, text=2
Grand Theft Auto V YUNIER PB v1.9.4 2026-07-25 sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2
Pro Evolution Soccer 2014 v1.9.4 2026-07-26 Savedata version requested: 3
Heracles Chariot Racing v1.9.4 2026-07-07 Could not setup streams, unexpected stream count: 65535
Heracles Chariot Racing v1.9.4 2026-07-07 Unexpected mpeg first timestamp: fffffffffff / 17592186044415
WWE SmackDown vs. RAW 2007 v1.9.4 2026-07-24 sceGeBreak(mode=0, unknown=08b9cc8c): unknown ptr (valid)
Grand Theft Auto: Vice City Stories v1.9.4 2026-07-26 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-26 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2
Heracles Chariot Racing v1.9.4 2026-07-07 UNIMPL sceVaudioSetAlcMode(0)