Recent logs - v1.9.4

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
EA-Sports FC PC-V v1.9.4 2024-04-26 Savedata version requested: 3
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:17: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000002 THR Flat #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; in float h_depth; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:20: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000012 THR Tex Flat #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:70: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 01770000:00000b34 HWX T N Fog Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; 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; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in float h_depth; 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); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); 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; v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:40: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000934 HWX T Fog Tex Flat Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in float h_depth; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:41: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000093c HWX C T Fog Tex Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in float h_depth; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:17: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000000a THR C #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in float h_depth; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:19: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000012 THR Tex Flat #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:69: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 01770000:00000b34 HWX T N Fog Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; 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; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in vec3 h_normal; 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); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); 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; 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = worldnormal*0.5+0.5; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:39: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000934 HWX T Fog Tex Flat Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:40: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000093c HWX C T Fog Tex Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:16: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000000a THR C #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:17: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000002 THR Flat #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:20: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000001a THR C Tex #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:20: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000012 THR Tex Flat #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:67: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 01770000:00000b30 HWX T N Tex Light: 0: c:0 t:0 1: c:0 t:0 2: c:0 t:0 MatUp:7 Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in mediump vec3 normal; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform vec3 u_lightpos0; uniform lowp vec3 u_lightambient0; uniform lowp vec3 u_lightdiffuse0; uniform vec3 u_lightpos1; uniform lowp vec3 u_lightambient1; uniform lowp vec3 u_lightdiffuse1; uniform vec3 u_lightpos2; uniform lowp vec3 u_lightambient2; uniform lowp vec3 u_lightdiffuse2; 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 vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; 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); vec3 toLight; lowp vec3 diffuse; mediump float ldot; toLight = u_lightpos0; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient0 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos1; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient1 * u_matambientalpha.rgb + diffuse); toLight = u_lightpos2; ldot = dot(toLight, worldnormal); diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0); lightSum0.rgb += (u_lightambient2 * u_matambientalpha.rgb + diffuse); v_color0 = clamp(lightSum0, 0.0, 1.0); v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = worldnormal*0.5+0.5; }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:34: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000128 HWX C Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:37: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 40000000:00000930 HWX T Tex Flat Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:38: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000938 HWX C T Tex Cull #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_color0.rgb = vec3(0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball PC - V. v1.11.2-917-g89e70c319 2024-04-11 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:17: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000000a THR C #version 300 es // Adreno (TM) 308 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); v_color0.rgb = vec3(0.0); gl_Position = outPos; h_normal = vec3(-1.0); }
EAFC24 BY RAFZZ v1.9.4 2024-04-26 Savedata version requested: 3
EA SPORTS FC 24 PPSSPP BY MP v1.9.4 2024-04-26 Unknown GetPointer 00000000 PC 08816130 LR 08816144
eFootball 24 Mazdy Projects v1.9.4 2024-04-24 Savedata version requested: 3
eFootball 24 Mazdy Projects v1.9.4 2024-04-22 Unknown GetPointer 00000000 PC 08816130 LR 08816144
eFootball 24 Mazdy Projects v1.9.4 2024-04-22 Savedata version requested on save: 3
Pirates of the Caribbean: Dead Man's Chest v1.11.2-917-g89e70c319 2024-04-07 sceKernelCreateThread(name=PGE Support): unsupported attributes 00001006
EA SPORTS FC 24 PPSSPP BY MP v1.9.4 2024-04-26 Savedata version requested on save: 3
EA SPORTS FC 24 PPSSPP BY MP v1.9.4 2024-04-26 Savedata version requested: 3
eFootball PC - V. v1.9.4 2024-04-26 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball PC - V. v1.9.4 2024-04-26 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball PC - V. v1.9.4 2024-04-26 Savedata version requested on save: 3
eFootball PC - V. v1.9.4 2024-04-26 Savedata version requested: 3
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:39: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00010130 HWX Tex TexProjPos UVMtx Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform mediump mat4 u_texmtx; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); float rotAngle = 0.004549; viewPos.yz = vec2(viewPos.y*cos(rotAngle)+viewPos.z*sin(rotAngle), viewPos.z*cos(rotAngle)-viewPos.y*sin(rotAngle)); viewPos.xy *= 0.569949; vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = mul(vec4(position, 1.0), u_texmtx).xyz * vec3(u_uvscaleoffset.xy, 1.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:39: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000930 HWX T Tex Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); float rotAngle = 0.004549; viewPos.yz = vec2(viewPos.y*cos(rotAngle)+viewPos.z*sin(rotAngle), viewPos.z*cos(rotAngle)-viewPos.y*sin(rotAngle)); viewPos.xy *= 0.569949; vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:40: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000938 HWX C T Tex Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); float rotAngle = 0.004549; viewPos.yz = vec2(viewPos.y*cos(rotAngle)+viewPos.z*sin(rotAngle), viewPos.z*cos(rotAngle)-viewPos.y*sin(rotAngle)); viewPos.xy *= 0.569949; vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:33: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000920 HWX T Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); viewPos.xy *= 0.995111; vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:19: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000001a THR C Tex #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_normal = vec3(-1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:37: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00010130 HWX Tex TexProjPos UVMtx Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform mediump mat4 u_texmtx; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); viewPos.xy *= 0.995111; vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = mul(vec4(position, 1.0), u_texmtx).xyz * vec3(u_uvscaleoffset.xy, 1.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:19: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000012 THR Tex #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_normal = vec3(-1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:37: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000930 HWX T Tex Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); viewPos.xy *= 0.995111; vec4 outPos = mul(u_proj, viewPos); v_color0 = u_matambientalpha; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:38: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000938 HWX C T Tex Cull #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec3 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec4 u_cullRangeMin; uniform highp vec4 u_cullRangeMax; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in vec3 h_normal; 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 = vec3(0.0, 0.0, 1.0); vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0); viewPos.xy *= 0.995111; vec4 outPos = mul(u_proj, viewPos); v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); 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.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_normal = vec3(-1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-02-17 Error in shader compilation: info: ERROR: 0:16: 'assign' : l-value required "h_normal" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000000a THR C #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_normal = vec3(-1.0); }
EFOOTBALL PSP OFFICIAL GAMEPLAY PATCH 2024 NEW SEASON v1.11.2-917-g89e70c319 2024-04-19 Unknown GetPointer 00000000 PC 08824cf4 LR 088113dc
EAFC24 BY PEBRI PROJECT v1.11.2-917-g89e70c319 2024-02-13 Unknown GetPointer 00000000 PC 08824cf4 LR 088113dc
EAFC24 BY PEBRI PROJECT v1.11.3 2024-04-09 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
NARUTO SHIPPUDEN: Ultimate Ninja Impact v1.11.2-917-g89e70c319 2024-02-08 Jump to invalid address: 073e6780
NARUTO SHIPPUDEN: Ultimate Ninja Impact v1.11.2-917-g89e70c319 2024-02-08 Jump to invalid address: 0717c8e0
NARUTO SHIPPUDEN: Ultimate Ninja Impact v1.11.2-917-g89e70c319 2024-02-08 Jump to invalid address: 07191d80
EAFC24 BY PEBRI PROJECT v1.13.2 2024-04-21 Savedata version requested on save: 3
UFC® Undisputed™ 2010 v1.11.2-917-g89e70c319 2024-02-07 __KernelStopThread: thread 558 does not exist
EAFC24 BY PEBRI PROJECT v1.11.3 2024-04-21 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
EAFC24 BY PEBRI PROJECT v1.9.4 2024-04-24 Savedata version requested: 3
EFOOTBALL NEW PATCH SEASON 2024 v1.17.1 2024-03-17 ReadFromHardware: Invalid address 00000000 near PC 08a06380 LR 08a3fbb0
eFootball MP New Season Patch 2024 v1.9.4 2024-04-26 Unknown GetPointer 00000000 PC 08816130 LR 08816144
EA SPORTS FC 24 BY BENDEZU (DEJEN DE ROBAR MIS MODS) v1.9.4 2024-04-26 Savedata version requested: 3
eFootball AFC by Mazdy v1.11.3 2024-03-13 Savedata version requested: 3
eFootball AFC by Mazdy v1.12.3 2024-03-13 Savedata version requested on save: 3
EFOOTBALL NEW PATCH SEASON 2024 v1.9.4 2024-04-12 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-21 Branch in Jump delay slot at 09db3a4c in block starting at 09dae044
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-21 Jump to invalid address: 076ced80
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-21 Jump to invalid address: 07623100
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2024-01-20 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 096b17f0): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2024-01-20 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 096ca2f0): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2024-01-20 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0923b660): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2024-01-20 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09690e40): duplicate handler
EFOOTBALL NEW PATCH SEASON 2024 v1.9.4 2024-04-24 Savedata version requested on save: 3
EFOOTBALL NEW PATCH SEASON 2024 v1.9.4 2024-04-07 Unknown GetPointer 00000000 PC 08816130 LR 08816144
EFOOTBALL NEW PATCH SEASON 2024 v1.9.4 2024-04-26 Savedata version requested: 3
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da7250 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Jump to invalid address: 076a4c80
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da7214 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da7210 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da71d4 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da71d0 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Jump to invalid address: 0769c600
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da7190 in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Jump to invalid address: 0769c680
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Branch in Jump delay slot at 09da718c in block starting at 09da0000
Dragon Ball Z: Tenkaichi Tag Team v1.11.2-917-g89e70c319 2024-01-15 Jump to invalid address: 075f0e00
Dragon Ball Z: Tenkaichi Tag Team v1.11.3-1276-g192a43c1c 2024-02-17 Error in shader compilation: info: ERROR: 0:19: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000001a THR C Tex #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
Dragon Ball Z: Tenkaichi Tag Team v1.11.3-1276-g192a43c1c 2024-02-17 Error in shader compilation: info: ERROR: 0:19: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:00000012 THR Tex #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out mediump vec3 v_texcoord; in float h_depth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
Dragon Ball Z: Tenkaichi Tag Team v1.11.3-1276-g192a43c1c 2024-02-17 Error in shader compilation: info: ERROR: 0:16: 'assign' : l-value required "h_depth" (can't modify an attribute) ERROR: 1 compilation errors. No code generated. 00000000:0000000a THR C #version 320 es // Adreno (TM) 610 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in float h_depth; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_depth = outPos.z/outPos.w; }
Dragon Ball Z Shin Budokai v1.11.2-917-g89e70c319 2024-01-07 WriteToHardware: Invalid address 321ff470 near PC 08815e08 LR 08815ec4
Dragon Ball Z Shin Budokai v1.11.2-917-g89e70c319 2024-01-03 WriteToHardware: Invalid address bfffd470 near PC 08815e08 LR 08815ec4
Dragon Ball Z Shin Budokai v1.11.2-917-g89e70c319 2024-01-03 WriteToHardware: Invalid address bedff470 near PC 08815e08 LR 08815ec4
eFootball PES 2023 By ESTEEM GAMING v1.11.2-917-g89e70c319 2023-12-31 ReadFromHardware: Invalid address 0a000000 near PC 00000000 LR 00000000
eFootball Play-C v1.9.4 2024-04-26 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
eFOOTBALL By YUNIER YUNIER & EDITOR ECUADOR PSP v1.9.4 2024-04-25 Savedata version requested on save: 3
eFOOTBALL By YUNIER YUNIER & EDITOR ECUADOR PSP v1.9.4 2024-04-26 Savedata version requested: 3
eFOOTBALL By YUNIER YUNIER & EDITOR ECUADOR PSP v1.9.4 2024-04-26 UNIMPL sceUtilityLoadUsbModule(1)
PES FL 2022 v1.9.4 2024-04-26 Savedata version requested on save: 3
PES FL 2022 v1.9.4 2024-04-26 Savedata version requested: 3
eFootball 2024 By RH12 Official v1.9.4 2024-04-26 Savedata version requested: 3
eFOOTBALL PSP GAME BY NEXTGEN v1.17.1 2024-04-11 Savedata version requested: 3
eFOOTBALL PSP GAME BY NEXTGEN v1.17.1 2024-04-11 MIPSCompileOp: Invalid instruction 46c00460
SBK®09 Superbike World Championship v1.17.1 2024-04-01 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0905ab20): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2023-11-30 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0943a900): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2023-11-30 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 090e73e0): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2023-11-29 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 0907be30): duplicate handler
SBK®09 Superbike World Championship v1.11.2-917-g89e70c319 2023-11-29 sceKernelRegisterSubIntrHandler(30, 0, 08a22378, 09294e90): duplicate handler