Recent logs - DBS TTT LATINO - LOS IJUE30S

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
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-19 WriteToHardware: Invalid address bb982fe4 near PC 0880dcc8 LR 0880dcc8
DBS TTT LATINO - LOS IJUE30S v1.17.1 2025-03-14 Unknown GetPointer 00000000 PC 08a65800 LR 08a65800
DBS TTT LATINO - LOS IJUE30S v1.17.1 2025-03-14 Drawing region rate add non-zero: 01ec, 04eb of 01df, 010f
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-13 MIPSCompileOp: Invalid instruction 78032768
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-13 WriteToHardware: Invalid address 00006016 near PC 088048c8 LR 0880dee4
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-13 MIPSCompileOp: Invalid instruction eeff2015
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-13 Jump to invalid address: 0003800c
DBS TTT LATINO - LOS IJUE30S v1.17.1 2025-03-12 ReadFromHardware: Invalid address 00000054 near PC 08902b08 LR 08902b08
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-13 sceNetAdhocMatchingInit(32768) at 08812da4
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-12 Jump to invalid address: 05d9c460
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-03-12 Error in shader program link: info: L0001 Invalid shader type loaded fs: 00000000:00800022 Tex TexAlpha 2x TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G52 - 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; in lowp 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 = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); fragColor0 = v; } vs: 00000000:00000012 THR Tex #version 320 es // Mali-G52 - 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; 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; }
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-03-12 Error in shader program link: info: L0001 Invalid shader type loaded fs: 00000000:00800022 Tex TexAlpha 2x TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G52 - 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; in lowp 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 = p * t; v.rgb = clamp(v.rgb * 2.0, 0.0, 1.0); fragColor0 = v; } vs: 00000000:0000001a THR C Tex #version 320 es // Mali-G52 - 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; 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; }
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-03-12 Error in shader program link: info: L0001 Invalid shader type loaded fs: 00000000:00000002 Tex TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G52 - 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; in lowp 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(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0000001a THR C Tex #version 320 es // Mali-G52 - 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; 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; }
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-03-12 Error in shader program link: info: L0001 Invalid shader type loaded fs: 00000000:00000002 Tex TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G52 - 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; in lowp 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(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:00000012 THR Tex #version 320 es // Mali-G52 - 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; 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; }
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-03-12 Error in shader program link: info: L0001 Invalid shader type loaded fs: 00000000:00000022 Tex TexAlpha TFuncMod #version 320 es #extension GL_EXT_shader_framebuffer_fetch : require // Mali-G52 - 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; in lowp 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 = p * t; fragColor0 = v; } vs: 00000000:0000001a THR C Tex #version 320 es // Mali-G52 - 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; 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; }
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-10 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 089e65e0
DBS TTT LATINO - LOS IJUE30S v1.17.1 2025-03-04 Unknown GE command : d152dce1
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 Block transfer invalid: 01000000/0 -> 13173860/1c8, 238x61x4 (507,892)->(0,0)
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 VTYPE with morph used: THRU=1 TC=3 COL=0 POS=1 NRM=3 WT=1 NW=1 IDX=3 MC=2
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 GetIndexBounds: Decoding 32-bit indexes
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 GetIndexBounds: Index outside 16-bit range
DBS TTT LATINO - LOS IJUE30S v1.17.1 2025-02-25 Drawing region rate add non-zero: 0323, 0418 of 02a0, 0350
DBS TTT LATINO - LOS IJUE30S v1.17.1 2025-02-25 Unknown GE command : fd640010
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 Vertices without position found: (04120042) [04120042] P: ? N: s16 T: u16 Morph: 5 (70b)
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 Bad vertex address 0d004f41!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 Bad vertex address 03591561!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 Bad index address 0d1fd211!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 VTYPE with morph used: THRU=0 TC=2 COL=0 POS=0 NRM=2 WT=0 NW=1 IDX=0 MC=5
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 Drawing region rate add non-zero: 0130, 0400 of 03e0, 0297
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-22 Block transfer invalid: 005f0030/0 -> 00000000/0, 517x113x4 (0,0)->(0,0)
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-21 MIPSCompileOp: Invalid instruction 0000087c
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-21 MIPSCompileOp: Invalid instruction 00000068
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-21 MIPSCompileOp: Invalid instruction 4c77cca4
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-21 Jump to invalid address: 038d2a60
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-18 MIPSCompileOp: Invalid instruction 00010001
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-18 BREAK instruction hit
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Bad vertex address 0dff671e!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Bad vertex address 0e5d08b8!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Drawing region rate add non-zero: 0110, 04c0 of 03ff, 03ff
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Bad vertex address 01f7e110!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Bad vertex address 0ffffeff!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 VTYPE with morph used: THRU=0 TC=1 COL=4 POS=1 NRM=2 WT=3 NW=1 IDX=1 MC=2
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Block transfer invalid: 004c0000/0 -> 775b0f70/a0, 580x768x4 (0,0)->(0,0)
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Drawing region rate add non-zero: 0180, 0180 of 0080, 02c0
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Bad bounding box data: 004040
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 VTYPE with morph used: THRU=0 TC=0 COL=0 POS=1 NRM=0 WT=0 NW=1 IDX=0 MC=7
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 Vertices without position found: (04770001) [04770001] P: ? T: u8 Morph: 6 (30b)
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction 423b7a22
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction b70219bd
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction 423b6755
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction b686ffdc
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction b63fffef
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction 423d388b
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction b606ffdc
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction b5bffff8
DBS TTT LATINO - LOS IJUE30S v1.11.3 2025-02-17 MIPSCompileOp: Invalid instruction 42419791
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-17 VTYPE with morph used: THRU=0 TC=1 COL=7 POS=3 NRM=3 WT=0 NW=8 IDX=2 MC=4
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 Drawing region rate add non-zero: 04ff, 04c3 of 01df, 010f
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 Bad vertex address 032f193f!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 Imm vertex used clip value, flags=e32800
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 Vertices without position found: (06f00010) [06f00010] P: ? C: 565 Morph: 5 (through) (30b)
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-28 Block transfer invalid: 00000000/0 -> 00000000/0, 526x953x2 (0,0)->(52,704)
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-12 565 depal unsupported: shift=5 mask=ff offset=0
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-21 MIPSCompileOp: Invalid instruction 00000005
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-21 MIPSCompileOp: Invalid instruction 00000028
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-16 MIPSCompileOp: Invalid instruction 4c77cc8a
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-16 MIPSCompileOp: Invalid instruction 00000038
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-12 Branch in Jump delay slot at 08e21f20 in block starting at 08e215c8
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-16 MIPSCompileOp: Invalid instruction 00001001
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-03-12 Jump to invalid address: 03885360
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-16 Jump to invalid address: 05682460
DBS TTT LATINO - LOS IJUE30S v1.9.4 2025-03-11 Render to texture using CLUT with different strides 512 != 64
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Bad vertex address 0fe31ec4!
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Imm vertex used clip value, flags=c88800
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03889480
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22520 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 038c64a0
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22340 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e221b0 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 0388c1a0
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22110 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e224d0 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e2203c in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03889200
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22390 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03888f80
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e222f0 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03888300
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22200 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22060 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 038880f0
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22250 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03888a80
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e223e0 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03888e40
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e21ff4 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e222a0 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Branch in Jump delay slot at 08e22018 in block starting at 08e21580
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03888d00
DBS TTT LATINO - LOS IJUE30S v1.18.1 2025-02-13 Jump to invalid address: 03888800