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: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-12 |
MIPSCompileOp: Invalid instruction 446d8000 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-12 |
MIPSCompileOp: Invalid instruction 44688000 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-11 |
ReadFromHardware: Invalid address 00000002 near PC 0896fd4c LR 0896fd4c |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-11 |
ReadFromHardware: Invalid address 00000010 near PC 089b2554 LR 089b2554 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-05-04 |
Truncating vertex count from 25029 to 21845 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-29 |
ReadFromHardware: Invalid address 00000001 near PC 088c9284 LR 088c9334 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-25 |
Branch in Jump delay slot at 09e3eed0 in block starting at 09e3eec0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-25 |
Jump to invalid address: 078fb720 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-25 |
Jump to invalid address: 07900600 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-24 |
WriteToHardware: Invalid address c028f5c3 near PC 089adbb4 LR 089adbb4 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-23 |
80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-23 |
565 depal unsupported: shift=5 mask=ff offset=0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-10 |
ReadFromHardware: Invalid address 00000001 near PC 0889b120 LR 0889b120 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.1 |
2023-05-06 |
ReadFromHardware: Invalid address 2f10d3cc near PC 0885eaf0 LR 089a6f00 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-20 |
ReadFromHardware: Invalid address 00000001 near PC 088acc04 LR 088acc5c |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-20 |
ReadFromHardware: Invalid address 00000002 near PC 0896fd84 LR 0896fd84 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.1 |
2023-05-06 |
ReadFromHardware: Invalid address 00000001 near PC 088ab234 LR 088acc5c |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-19 |
ReadFromHardware: Invalid address 1b17ade4 near PC 0889bbe0 LR 0889bbe0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-18 |
ReadFromHardware: Invalid address 00000040 near PC 0892d7bc LR 0892d7bc |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-18 |
ReadFromHardware: Invalid address 1b699f24 near PC 0889bbe0 LR 0889bbe0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-19 |
ReadFromHardware: Invalid address 00000001 near PC 088c91bc LR 088c9334 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-23 |
WriteToHardware: Invalid address 0000001c near PC 08806b30 LR 08806af0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-23 |
ReadFromHardware: Invalid address 000001c1 near PC 08806b30 LR 08806af0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-18 |
ReadFromHardware: Invalid address 1b17ab24 near PC 0889bbe0 LR 0889bbe0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-18 |
ReadFromHardware: Invalid address 00000002 near PC 0896fe18 LR 0896fe18 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-20 |
ReadFromHardware: Invalid address 00000054 near PC 08902b08 LR 08902b08 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.6.3 |
2023-04-17 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:009fd022 Tex TexAlpha 2x TFuncMod AlphaTest0 > ColorTest0 !=
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
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 = p * t;
if (v.a < 0.002) discard;
if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) discard;
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 mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.6.3 |
2023-04-17 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:0000002e Tex TexAlpha TFuncRepl
#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 v = t;
fragColor0 = v;
}
vs: 00000000:00000012 THR 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 mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.6.3 |
2023-04-17 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:0001d000 AlphaTest0 >
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D testtex;
in vec4 v_color0;
out vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
if (v.a < 0.002) discard;
fragColor0 = v;
}
vs: 00000000:0000000a THR C
#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: Forever Tenkaichi Tag Team |
v1.6.3 |
2023-04-17 |
Error in shader program link: info: Link failed because of missing vertex shader.
fs: 00000000:009e0002 Tex 2x TFuncMod ColorTest0 !=
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform sampler2D testtex;
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(t.rgb * p.rgb, p.a);
if (v.r < 0.002 && v.g < 0.002 && v.b < 0.002) discard;
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 mediump vec3 v_texcoord;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 0386c020 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 02a0f080 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 056ffda0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1af70 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 038695a0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 029c1040 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1af58 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 0270fd70 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 0386c000 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1af48 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1af44 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 0386c120 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1af40 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 0386c100 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 05666360 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1af20 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 03869360 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
MIPSCompileOp: Invalid instruction 00010101 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 02a00c40 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Branch in Jump delay slot at 08e1a5c0 in block starting at 08e1a580 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Jump to invalid address: 029d6b60 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
MIPSCompileOp: Invalid instruction 00000001 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
Video out requested, not supported: mode=0 size=0,0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
sceKernelLoadModule: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=1, text=1 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-13 |
MIPSCompileOp: Invalid instruction 00000101 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-11 |
Unknown GetPointer 00000000 PC 00000000 LR 089e0d58 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-11 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 089e0d58 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-05-11 |
WriteToHardware: Invalid address 0000002c near PC 0880dcc8 LR 0880dcc8 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-04-12 |
Unknown GetPointer 00000000 PC 00000000 LR 08ad4844 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.3 |
2023-05-12 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08ad4844 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-05-11 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.1 |
2023-05-06 |
sceGeListEnqueue: invalid address 40000000 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.8.0 |
2023-06-01 |
0 depal unsupported: shift=5 mask=ff offset=0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
ReadFromHardware: Invalid address deadc2eb near PC 0861c18c LR 08000000 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
MIPSCompileOp: Invalid instruction eee00f13 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
MIPSCompileOp: Invalid instruction d10d2ff1 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
Jump to invalid address: 0b53f0d0 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
MIPSCompileOp: Invalid instruction 04fece32 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
MIPSCompileOp: Invalid instruction eefe140e |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
Jump to invalid address: 0cd00000 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.13.2 |
2023-03-30 |
MIPSCompileOp: Invalid instruction d02f0030 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.9.4 |
2023-05-29 |
Texture with unexpected bufw (full=2048) |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.4 |
2023-05-08 |
Truncating vertex count from 31050 to 21845 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.9.4 |
2023-06-01 |
Render to texture using CLUT with different strides 512 != 64 |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.14.1 |
2023-03-26 |
Attempting to texture from current render target (src=04088000 / target=04088000 / flags=7), making a copy |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.15.4 |
2023-05-31 |
00000400=sceGeEdramSetAddrTranslation(00000800) |