Recent logs - v1.5.2

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
Dragon Ball Z: Tenkaichi Tag Team v1.5.2 2024-01-21 WriteToHardware: Invalid address 0396f117 near PC 089b7d20 LR 089b8260
Dragon Ball Z: Tenkaichi Tag Team v1.5.2 2024-01-21 ReadFromHardware: Invalid address 0396f117 near PC 089b7cd4 LR 089b8260
eFootball Chelito 19 v1.5.2 2024-01-13 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2024-01-13 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Dragon Ball Z: Tenkaichi Tag Team v1.5.2 2024-01-22 ReadFromHardware: Invalid address 136c60f1 near PC 0881a994 LR 0881a994
eFootball Chelito 19 v1.5.2 2023-12-18 Error in shader program link: info: L0007 Varying 'v_texcoord' not found in vertex shader / fs: #version 100 precision lowp float; uniform sampler2D tex; varying vec4 v_color0; varying mediump vec3 v_texcoord; void main() { vec4 t = texture2D(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); gl_FragColor = v; } / vs: #version 100 precision highp float; attribute vec4 position; attribute lowp vec4 color0; uniform mat4 u_proj_through; varying lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-18 Error in shader program link: info: L0007 Varying 'v_color1' not found in vertex shader / fs: #version 100 precision lowp float; varying vec4 v_color0; varying vec3 v_color1; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; gl_FragColor = v; } / vs: #version 100 precision highp float; attribute vec4 position; attribute lowp vec4 color0; uniform mat4 u_proj_through; varying lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-14 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-13 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-08 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-08 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-13 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-05 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-05 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-03 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-03 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-03 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-12-03 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Spider-Man(TM): Web of Shadows – Amazing Allies Edition v1.5.2 2023-12-02 Error in shader compilation: info: Compile failed. ERROR: 0:17: 'u_proj' : undeclared identifier ERROR: 1 compilation errors. No code generated. / code: #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; in lowp vec4 color0; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; out lowp vec4 v_color0; out highp float v_fogdepth; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = color0; v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
eFootball Chelito 19 v1.5.2 2023-11-19 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-11-19 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-11-19 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2024-03-06 sceKernelCreateThread(name=AdhocThread): unsupported options parameter 00001000
eFootball Chelito 19 v1.5.2 2024-02-03 sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read
eFootball PES 2021 DraycEM "C19" v1.5.2 2023-10-26 Render to texture with incompatible formats 3 != 1 at 00000000
eFootball Chelito 19 v1.5.2 2024-01-26 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2024-01-26 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
CRISIS CORE -FINAL FANTASY VII- v1.5.2 2023-10-10 sceDmacMemcpy(dest=08400020, src=092c5280, size=157696): overlapping read
CRISIS CORE -FINAL FANTASY VII- v1.5.2 2023-10-10 sceDmacMemcpy(dest=0932a980, src=08400020, size=260096): overlapping read
CRISIS CORE -FINAL FANTASY VII- v1.5.2 2023-10-10 sceDmacMemcpy(dest=0938ad00, src=08400020, size=260096): overlapping read
GTA: Liberty City Stories v1.5.2 2023-10-09 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
GTA: Liberty City Stories v1.5.2 2023-10-09 Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.9.4 2024-03-17 MIPSCompileOp: Invalid instruction 01010101
FIFA 13 v1.5.2 2023-09-17 Error in shader compilation: info: Compile failed. ERROR: 0:17: 'u_proj' : undeclared identifier 1 compilation errors. No code generated. / code: #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; in lowp vec4 color0; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; out lowp vec4 v_color0; out highp float v_fogdepth; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = color0; v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
eFootball Chelito 19 v1.9.4 2024-03-19 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball Chelito 19 v1.9.4 2024-03-19 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball By TM ARTS v1.5.2 2023-08-25 MIPSCompileOp: Invalid instruction 4f7bf750
eFootball By TM ARTS v1.5.2 2023-08-25 MIPSCompileOp: Invalid instruction 4ca64654
eFootball By TM ARTS v1.5.2 2023-08-25 MIPSCompileOp: Invalid instruction 6262171e
eFootball By TM ARTS v1.5.2 2023-08-25 MIPSCompileOp: Invalid instruction d1224853
eFootball By TM ARTS v1.5.2 2023-08-25 Unknown GetPointer 6c1744d0 PC 0888d3e4 LR 0888d3fc
eFootball Chelito 19 v1.5.2 2023-07-25 Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. / fs: #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
FIFA STREET 2 v1.5.2 2023-10-02 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
FIFA STREET 2 v1.5.2 2023-07-19 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
Def Jam® Fight For NY™: The Takeover v1.5.2 2023-12-14 sceKernelRegisterSubIntrHandler(30, 0, 08805a28, 00000682): duplicate handler
eFootball PES 2021 By GABRIEL v1.5.2 2023-07-01 sceKernelCreateThread(name=AdhocThread): unsupported options parameter 00001000
eFootball Chelito 19 v1.5.2 2023-06-25 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-06-25 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-06-24 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-06-23 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-06-25 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
ProCycling Season 2010 v1.5.2 2023-06-20 Wrong magic number 00000000
FIFA 22 By Tutoriales Bendezu v1.5.2 2023-04-19 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
FIFA 22 By Tutoriales Bendezu v1.5.2 2023-04-19 Error in shader program link: info: cannot find a matched output for input v_texcoord / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.2 2023-04-19 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.2 2023-04-19 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2023-04-14 Error in shader program link: info: cannot find a matched output for input v_color1 / fs: #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } / vs: #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.2 2024-02-03 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
遊☆戯☆王 5D's タッグフォース6 v1.5.2 2023-03-23 Error in shader compilation: info: ERROR: 0:14: 'u_proj' : undeclared identifier ERROR: 1 compilation errors. No code generated. / code: #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(-normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; }
Yu-Gi-Oh! GX Tag Force 2 v1.5.2 2023-01-16 Error in shader compilation: info: ERROR: 0:14: 'u_proj' : undeclared identifier ERROR: 1 compilation errors. No code generated. / code: #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(-normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; }
Yu-Gi-Oh! GX Tag Force 3 v1.5.2 2023-01-13 Error in shader compilation: info: ERROR: 0:14: 'u_proj' : undeclared identifier ERROR: 1 compilation errors. No code generated. / code: #version 300 es precision highp float; in vec3 position; in mediump vec3 normal; uniform mat4 u_proj_through; uniform mat4 u_world; uniform mat4 u_view; uniform lowp vec4 u_matambientalpha; out lowp vec4 v_color0; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = normalize((u_world * vec4(normal, 0.0)).xyz); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = u_matambientalpha; }
NEED FOR SPEED™ HEAT v1.9.4 2024-02-11 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142966544
eFootball Chelito 19 v1.5.2 2024-03-17 sceKernelCreateThread(name=AdhocThread): unsupported options parameter 00001000
Army of TWO™: The 40th Day v1.5.2 2022-08-31 sceDmacMemcpy(dest=041dac00, src=08de5070, size=5120): overlapping read
Army of TWO™: The 40th Day v1.5.2 2022-08-31 sceDmacMemcpy(dest=041bc400, src=08cebfc0, size=5120): overlapping read
Army of TWO™: The 40th Day v1.5.2 2022-08-31 sceDmacMemcpy(dest=041bc400, src=08c1aed0, size=5120): overlapping read
eFootball Chelito 19 v1.9.4 2024-03-19 80630006=sceAtracSetDataAndGetID(09a4ec00, 00004000): fmt definition too small (16)
eFootball Chelito 19 v1.9.4 2024-03-19 Game install with no files / data
eFootball Chelito 19 v1.9.4 2024-03-19 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball Chelito 19 v1.9.4 2024-03-19 Unknown GetPointer 00000000 PC 088287f0 LR 08828800
eFootball Chelito 19 v1.9.4 2024-03-19 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
SOCOM: Fireteam Bravo 3 v1.5.2 2022-07-25 sceDmacMemcpy(dest=08e2be00, src=08e39e00, size=9152): overlapping read
Tomb Raider : Legend v1.5.2 2022-07-21 sceDmacMemcpy(dest=041c3800, src=096dd110, size=5120): overlapping read
Tomb Raider : Legend v1.5.2 2022-07-21 sceDmacMemcpy(dest=041c3800, src=091d90a0, size=5120): overlapping read
Tony Hawk's Project 8™ v1.5.2 2022-07-20 sceDmacMemcpy(dest=084a3080, src=09ddbf40, size=139264): overlapping read
RESISTANCE® ~報復の刻~ v1.5.2 2022-07-19 Unknown GE command : 111f4369
eFootball By TM ARTS v1.9.2 2024-03-14 Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c
eFootball By TM ARTS v1.9.4 2024-03-14 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
eFootball By TM ARTS v1.9.4 2024-03-14 Unimplemented HLE function sceKernelFindModuleByUID
eFootball By TM ARTS v1.9.4 2024-03-14 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
eFootball By TM ARTS v1.9.4 2024-03-14 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
eFootball By TM ARTS v1.9.4 2024-03-19 Unimplemented HLE function sceKernelDcacheWritebackAll
eFootball By TM ARTS v1.9.4 2024-03-10 Unknown GetPointer 00000000 PC 088287e0 LR 088287f0
eFootball By TM ARTS v1.9.4 2024-03-19 Unknown GetPointer 00000000 PC 08816130 LR 08816144
Def Jam® Fight For NY™: The Takeover v1.5.2 2022-04-20 sceDmacMemcpy(dest=0981e8c0, src=08400000, size=72384): overlapping read
Def Jam® Fight For NY™: The Takeover v1.5.2 2022-04-20 sceDmacMemcpy(dest=09674f40, src=08400000, size=72384): overlapping read
eFootball Chelito 19 v1.5.2 2024-02-15 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
PES 2021 GABRIELGAMER TM v1.5.2 2022-01-15 sceKernelCreateThread(name=AdhocThread): unsupported options parameter 00001000
eFootball PES 2021 By GABRIEL v1.9.4 2024-03-14 Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a
eFootball PES 2021 By GABRIEL v1.9.4 2024-03-14 Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b
eFootball PES 2021 By GABRIEL v1.9.4 2024-03-14 Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f
eFootball Chelito 19 v1.9.4 2024-03-19 Unknown GetPointer 00000000 PC 088287f0 LR 08828800
eFootball Chelito 19 v1.9.4 2024-03-19 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
(homebrew) v1.5.2 2021-12-07 Wrong magic number 7267625f
(homebrew) v1.5.2 2021-12-05 Wrong magic number 04800024
(homebrew) v1.5.2 2021-12-05 Wrong magic number 00080008
eFootball PES 2021 By FAR Channel Indonesia v1.5.2 2021-11-28 Wrong magic number 00000000
Iron Man™ 2 v1.6.3 2022-05-12 WriteToHardware: Invalid address a6a6aec1 near PC 08000000 LR 08000000
FIFA 21 Beta T. Bendezu & Alexander v1.5.2 2023-06-27 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
PES 2019 BY CHELITO 19 v1.5.2 2021-11-09 sceDmacMemcpy(dest=04154000, src=091f5f30, size=557056): overlapping read