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.11.3 |
2026-07-13 |
80420014=__sceSasCoreWithMix(08b65a00, 2ee7a580, 4096, 4096): invalid address |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-13 |
WriteToHardware: Invalid address 2ee7a580 near PC 0883ad10 LR 0883ad10 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.3 |
2026-07-13 |
MIPSCompileOp: Invalid instruction 41175e80 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.3 |
2026-07-13 |
MIPSCompileOp: Invalid instruction 4515e048 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.3 |
2026-07-13 |
Jump to invalid address: 03975ea0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.3 |
2026-07-13 |
MIPSCompileOp: Invalid instruction 7106917c |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.3 |
2026-07-13 |
00000000=sceAtracLowLevelDecode(0, 09fce250, 09fce4b0[00000130], 130271e0, 09fce4b4[00001000]): invalid pointers |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.3 |
2026-07-13 |
WriteToHardware: Invalid address 130271e0 near PC 0883ad10 LR 0883ad10 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-12 |
Jump to invalid address: 074c9280 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-12 |
MIPSCompileOp: Invalid instruction 7a064c60 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-12 |
MIPSCompileOp: Invalid instruction 61b73b80 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-12 |
MIPSCompileOp: Invalid instruction ef44cbe0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-12 |
MIPSCompileOp: Invalid instruction 7344cae0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-12 |
MIPSCompileOp: Invalid instruction d04fd3e0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.3 |
2026-07-11 |
Branch in Jump delay slot at 08e2209c in block starting at 08e21f28 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4-479-gd82b795f6a |
2026-07-11 |
Error in shader compilation: info: 0:21: P0004: High precision not supported, instead compiling high precision as medium precision
0:22: L0002: Undeclared variable 'gl_FragDepth'
40180000:00000002 Tex TFuncMod FragDepthClamp
#version 100
// Driver: Mali-450 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40180000:00000002 Tex TFuncMod FragDepthClamp
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
varying vec2 v_zw;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb *= u_texNoAlphaMul.y;
gl_FragColor = v;
highp float projZ = v_zw.x / v_zw.y;
gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0;
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4-479-gd82b795f6a |
2026-07-11 |
Error in shader compilation: info: 0:23: P0004: High precision not supported, instead compiling high precision as medium precision
0:24: L0002: Undeclared variable 'gl_FragDepth'
40182982:00000002 Tex ReplaceBlend_2A:6_B:10_Eq:0 TFuncMod FragDepthClamp
#version 100
// Driver: Mali-450 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40182982:00000002 Tex ReplaceBlend_2A:6_B:10_Eq:0 TFuncMod FragDepthClamp
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform vec3 u_blendFixB;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
varying vec2 v_zw;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0);
v.rgb = v.rgb * splat3(v.a * 2.0);
gl_FragColor = v;
highp float projZ = v_zw.x / v_zw.y;
gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0;
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4-479-gd82b795f6a |
2026-07-11 |
Error in shader compilation: info: 0:26: P0004: High precision not supported, instead compiling high precision as medium precision
0:27: L0002: Undeclared variable 'gl_FragDepth'
40181d83:0000d002 Tex ReplaceBlend_3A:6_B:7_Eq:0 TFuncMod AlphaTest > FragDepthClamp
#version 100
// Driver: Mali-450 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40181d83:0000d002 Tex ReplaceBlend_3A:6_B:7_Eq:0 TFuncMod AlphaTest > FragDepthClamp
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
uniform sampler2D testtex;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
varying vec2 v_zw;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0);
float aResult = texture2D(testtex, vec2(v.a * 0.996094 + 0.001953, 0)).a;
if (aResult < 0.5) DISCARD;
v.rgb = v.rgb * splat3(v.a * 2.0);
v.a *= 2.0;
gl_FragColor = v;
highp float projZ = v_zw.x / v_zw.y;
gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0;
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4-479-gd82b795f6a |
2026-07-11 |
Error in shader compilation: info: 0:23: P0004: High precision not supported, instead compiling high precision as medium precision
0:24: L0002: Undeclared variable 'gl_FragDepth'
40181d83:00000002 Tex ReplaceBlend_3A:6_B:7_Eq:0 TFuncMod FragDepthClamp
#version 100
// Driver: Mali-450 MP - GLSL 100
#define DISCARD discard
precision lowp float;
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 40181d83:00000002 Tex ReplaceBlend_3A:6_B:7_Eq:0 TFuncMod FragDepthClamp
uniform sampler2D tex;
uniform vec2 u_texNoAlphaMul;
varying lowp vec4 v_color0;
varying mediump float v_fogdepth;
varying mediump vec3 v_texcoord;
varying vec2 v_zw;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
t.a = max(t.a, u_texNoAlphaMul.x);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texNoAlphaMul.y, 0.0, 1.0);
v.rgb = v.rgb * splat3(v.a * 2.0);
v.a *= 2.0;
gl_FragColor = v;
highp float projZ = v_zw.x / v_zw.y;
gl_FragDepth = clamp(projZ, 0.0, 65535.0) / 65535.0;
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 7c322a50 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-08 |
Branch in Jump delay slot at 4978349c in block starting at 49783400 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.8.0 |
2026-07-08 |
WriteToHardware: Invalid address 5d4ef6a4 near PC 0880dcc8 LR 0880dcc8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fcf0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021103f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110570 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110bf0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110970 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 7a9cf0b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021105f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fdf0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021100f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110370 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 000036b8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fb70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fd70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110170 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110a70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021101f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021102f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction cd45b630 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021104f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110cf0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110270 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110b70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110770 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f770 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021106f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021109f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction cd45b6b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021107f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021108f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02110af0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f5f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fa70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210faf0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02104f60 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fef0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210ff70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fbf0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210fe70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02103e20 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f9f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f3f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f8f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f670 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f970 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f6f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f7f0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0210f570 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021035b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Branch in Jump delay slot at 08a68f54 in block starting at 08a68e38 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02103920 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 021033c0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02103c90 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 6e20656c |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02104110 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 74636576 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 74736f68 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 020f9280 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02101ea0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 020fc350 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 020f9160 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 020f8a70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 020f8fa0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 9fe9cdb0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction eced20b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 7b3d7290 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 01938ac0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 720f5670 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 422e5010 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0fdfa940 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
MIPSCompileOp: Invalid instruction 727b6e70 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02368270 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0234ba50 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0236c810 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02368a60 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02353f30 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02368250 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 0236fa00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.9.4 |
2026-07-08 |
Jump to invalid address: 02389120 |