Recent logs - DBZ TTT:The Legacy Of Tenkaichi V2

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
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-03-31 Error in shader program link: info: Link Error: Vertex shader is missing. fs: 00000000:00800022 Tex TexAlpha 2x TFuncMod #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 = p * t; v.rgb = v.rgb * 2.0; fragColor0 = v; } vs: 00000000:0000001a THR C Tex #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; out highp vec3 v_texcoord; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3-1276-g192a43c1c 2023-03-31 Error in shader compilation: info: Compile failed. ERROR: 0:19: 'assign' : l-value required (can't modify a vertex in/attribute) 1 compilation errors. No code generated. 00000000:0000001a THR C Tex #version 320 es // PowerVR Rogue GE8322 - 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; }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3-1276-g192a43c1c 2023-03-31 Error in shader compilation: info: Compile failed. ERROR: 0:46: 'assign' : l-value required (can't modify a vertex in/attribute) 1 compilation errors. No code generated. 00000000:00010130 HWX Tex TexProjPos UVMtx Cull #version 320 es // PowerVR Rogue GE8322 - 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_depthRange; 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 rotAngle1 = length(viewPos)*0.000500; viewPos.yz = vec2(viewPos.y*cos(rotAngle1)+viewPos.z*sin(rotAngle1), viewPos.z*cos(rotAngle1)-viewPos.y*sin(rotAngle1)); viewPos.xy *= 0.333333; 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; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3-1276-g192a43c1c 2023-03-31 Error in shader compilation: info: Compile failed. ERROR: 0:19: 'assign' : l-value required (can't modify a vertex in/attribute) 1 compilation errors. No code generated. 00000000:00000012 THR Tex #version 320 es // PowerVR Rogue GE8322 - 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; }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3-1276-g192a43c1c 2023-03-31 Error in shader compilation: info: Compile failed. ERROR: 0:46: 'assign' : l-value required (can't modify a vertex in/attribute) 1 compilation errors. No code generated. 00000000:00000930 HWX T Tex Cull #version 320 es // PowerVR Rogue GE8322 - 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_depthRange; 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 rotAngle1 = length(viewPos)*0.000500; viewPos.yz = vec2(viewPos.y*cos(rotAngle1)+viewPos.z*sin(rotAngle1), viewPos.z*cos(rotAngle1)-viewPos.y*sin(rotAngle1)); viewPos.xy *= 0.333333; 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; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3-1276-g192a43c1c 2023-03-31 Error in shader compilation: info: Compile failed. ERROR: 0:47: 'assign' : l-value required (can't modify a vertex in/attribute) 1 compilation errors. No code generated. 00000000:00000938 HWX C T Tex Cull #version 320 es // PowerVR Rogue GE8322 - 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_depthRange; 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 rotAngle1 = length(viewPos)*0.000500; viewPos.yz = vec2(viewPos.y*cos(rotAngle1)+viewPos.z*sin(rotAngle1), viewPos.z*cos(rotAngle1)-viewPos.y*sin(rotAngle1)); viewPos.xy *= 0.333333; 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; float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w; if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) { if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) { outPos.xyzw = u_cullRangeMax.wwww; } } if (u_cullRangeMin.w <= 0.0) { if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) { outPos.xyzw = u_cullRangeMax.wwww; } } gl_Position = outPos; h_depth = outPos.z/outPos.w; }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3-1276-g192a43c1c 2023-03-31 Error in shader compilation: info: Compile failed. ERROR: 0:16: 'assign' : l-value required (can't modify a vertex in/attribute) 1 compilation errors. No code generated. 00000000:0000000a THR C #version 320 es // PowerVR Rogue GE8322 - 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; }
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-30 MIPSCompileOp: Invalid instruction b7b11190
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3 2023-03-25 Unknown GetPointer 00000000 PC 08804040 LR 08000030
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-24 ReadFromHardware: Invalid address 137216b1 near PC 0881a994 LR 0881a994
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-21 sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-19 00000400=sceGeEdramSetAddrTranslation(00000400)
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-19 Jump to invalid address: 058b9660
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-19 Jump to invalid address: 038d4660
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-19 Jump to invalid address: 05685160
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.1 2023-03-18 UI scissor out of bounds in GameSettingsScreen: 331,0-1457,811 / 1800,810
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.1 2023-03-18 UI scissor out of bounds in GamePauseScreen: 1422,24-360,787 / 1800,810
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.1 2023-03-18 UI scissor out of bounds in GamePauseScreen: 78,24-1331,787 / 1800,810
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-16 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-16 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-16 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-16 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-16 Jump to invalid address: 03d49560
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-15 ReadFromHardware: Invalid address 2f068f4c near PC 0885eaf0 LR 089a6f00
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-15 ReadFromHardware: Invalid address 136d82b1 near PC 0881a994 LR 0881a994
DBZ TTT:The Legacy Of Tenkaichi V2 v1.12.3 2023-03-15 Branch in Jump delay slot at 08e31840 in block starting at 08e21d80
DBZ TTT:The Legacy Of Tenkaichi V2 v1.12.3 2023-03-15 Jump to invalid address: 038c6120
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-18 Savedata version requested: 3
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-13 Jump to invalid address: 0567dc60
DBZ TTT:The Legacy Of Tenkaichi V2 v1.9.4 2023-03-07 Unknown GetPointer 00000000 PC 08000000 LR 08000000
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-07 Jump to invalid address: 0567d660
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-05 Jump to invalid address: 011c3ae4
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-05 Jump to invalid address: 029a0ec0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-05 WriteToHardware: Invalid address 31270000 near PC 089adbb4 LR 089adbb4
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-05 __KernelStopThread: thread 324 does not exist (helper deleted)
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-05 sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e4a00
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e49e0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e49a0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e58f0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e4a20
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e35f0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e34f0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e34d0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 Jump to invalid address: 020e3300
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 WriteToHardware: Invalid address ffff995f near PC 08a61e30 LR 08a61db8
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 MIPSCompileOp: Invalid instruction f3408060
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 MIPSCompileOp: Invalid instruction 70bf7ee0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-02 MIPSCompileOp: Invalid instruction 467d7e60
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-03-01 MIPSCompileOp: Invalid instruction 4c77cc8a
DBZ TTT:The Legacy Of Tenkaichi V2 v1.10.3 2023-02-26 ReadFromHardware: Invalid address 0010e798 near PC 0010e798 LR 08ad4844
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-25 Branch in RSRTComp delay slot at 0883d0d4 in block starting at 0883d0cc
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-25 Jump to invalid address: 0168fe80
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-25 MIPSCompileOp: Invalid instruction 61d00820
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 9f168e2b
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction b783e3d1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 9fbffff8
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 40598766
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 40255eaf
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 4467601d
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 446d8eb6
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 405e82a5
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 446da0f1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 446def96
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 407fd60f
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 407fd60e
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 403df54c
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction b187b7fe
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 403e1dfb
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 44687419
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 44668a07
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 405db353
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 446dc8ea
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction b1bcc930
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 404a6b65
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 403e1e0b
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 402b6cc4
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 403df55d
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 446834eb
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 446d251b
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction b6bffff7
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 404cf918
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction 402b6cd6
DBZ TTT:The Legacy Of Tenkaichi V2 v1.6.3 2023-02-23 MIPSCompileOp: Invalid instruction b6bffff6
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-22 WriteToHardware: Invalid address 00006015 near PC 088048c8 LR 0880dee4
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-22 Jump to invalid address: 0003800c
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-22 Jump to invalid address: 0296f400
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-22 MIPSCompileOp: Invalid instruction 00000014
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-21 sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=2, text=2
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-21 sceKernelLoadModule: unsupported options size=00000014, flags=00000002, pos=0, access=1, data=1, text=1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-21 sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=2, text=2
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-21 sceKernelLoadModule: unsupported options size=00000014, flags=09fff5c8, pos=0, access=1, data=1, text=1
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-21 ReadFromHardware: Invalid address 13768a71 near PC 0881a994 LR 0881a994
DBZ TTT:The Legacy Of Tenkaichi V2 v1.12.3 2023-02-20 Jump to invalid address: 028b67f0
DBZ TTT:The Legacy Of Tenkaichi V2 v1.11.3 2023-02-19 ReadFromHardware: Invalid address 000000ff near PC 000000ff LR 08ad4844
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-19 Jump to invalid address: 0568d060
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-19 Branch in Jump delay slot at 08e21f20 in block starting at 08e21580
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-19 Jump to invalid address: 03885360
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.4 2023-02-19 Branch in Jump delay slot at 08e215c0 in block starting at 08e21580
DBZ TTT:The Legacy Of Tenkaichi V2 v1.14.1 2023-02-16 UI scissor out of bounds in SavedataScreen: 1617,54-0,54 / 1600,668