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 |
| Yu-Gi-Oh! GX Tag Force |
v1.20.4 |
2026-08-28 |
__KernelStopThread: thread 3701 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.20.4 |
2026-08-25 |
Error in shader program link: info: (unknown reason)
fs: (failed)
�o
vs: 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull
#version 320 es
#extension GL_EXT_clip_cull_distance : enable
// Driver: Adreno (TM) 618 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 01000000:80000b29 HWX C T N LM Light: LightUberShader Cull
in vec3 position;
in mediump vec3 normal;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform uint u_lightControl;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform mediump vec3 u_lightdir0;
uniform mediump vec2 u_lightangle_spotCoef0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform lowp vec3 u_lightspecular0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform mediump vec3 u_lightdir1;
uniform mediump vec2 u_lightangle_spotCoef1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform lowp vec3 u_lightspecular1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform mediump vec3 u_lightdir2;
uniform mediump vec2 u_lightangle_spotCoef2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform lowp vec3 u_lightspecular2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform mediump vec3 u_lightdir3;
uniform mediump vec2 u_lightangle_spotCoef3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec3 u_lightspecular3;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
out lowp vec3 v_color1;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
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 = normalizeOr001(mul(vec4(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
vec4 ambientColor = ((u_lightControl & (1u << 0x14u)) != 0x0u) ? color0 : u_matambientalpha;
vec3 diffuseColor = ((u_lightControl & (1u << 0x15u)) != 0x0u) ? color0.rgb : u_matdiffuse;
vec3 specularColor = ((u_lightControl & (1u << 0x16u)) != 0x0u) ? color0.rgb : u_matspecular.rgb;
lowp vec4 lightSum0 = u_ambient * ambientColor + vec4(u_matemissive, 0.0);
lowp vec3 lightSum1 = splat3(0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
float distSq;
float invDist;
lowp float lightScale;
mediump float ldot;
lowp float angle;
uint comp; uint type; float attenuation;
if ((u_lightControl & 0x1u) != 0x0u) {
comp = (u_lightControl >> 0x04u) & 0x3u;
type = (u_lightControl >> 0x06u) & 0x3u;
toLight = u_lightpos0;
if (type != 0x0u) {
toLight -= worldpos;
float distSq = dot(toLight, toLight);
float invDist = inversesqrt(distSq);
distance = distSq * invDist;
toLight *= invDist;
attenuation = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distSq)), 0.0, 1.0);
if (type == 0x01u) {
lightScale = attenuation;
} else {
angle = dot(u_lightdir0, toLight);
if (angle >= u_lightangle_spotCoef0.x) {
lightScale = attenuation * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y));
} else {
lightScale = 0.0;
}
}
} else {
lightScale = 1.0;
}
ldot = dot(toLight, worldnormal);
if (comp == 0x2u) {
ldot = u_matspecular.a > 0.0 ? pow(max(ldot, 0.0), u_matspecular.a) : 1.0;
}
diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0);
if (comp == 0x1u && ldot >= 0.0) {
if (u_matspecular.a > 0.0) {
vec3 |
| Yu-Gi-Oh! GX Tag Force |
v1.20.4 |
2026-08-21 |
__KernelStopThread: thread 2829 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.13.2 |
2026-08-11 |
__KernelStopThread: thread 3126 does not exist |
| Yu-Gi-Oh! GX Tag Force |
v1.20.4 |
2026-06-16 |
__KernelStopThread: thread 3325 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.20.4 |
2026-06-02 |
__KernelStopThread: thread 1887 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.11.3 |
2026-03-27 |
MIPSCompileOp: Invalid instruction 00000068 |
| Yu-Gi-Oh! GX Tag Force |
v1.19.3 |
2026-02-10 |
__KernelStopThread: thread 1419 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.19.3 |
2025-12-15 |
__KernelStopThread: thread 1085 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18 |
2025-09-12 |
__KernelStopThread: thread 1150 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18 |
2025-09-03 |
__KernelStopThread: thread 1129 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.19.3 |
2025-07-22 |
__KernelStopThread: thread 310 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.19.2 |
2025-06-18 |
__KernelStopThread: thread 1223 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.11.3-1679-g195662497 |
2025-06-14 |
__KernelStopThread: thread 986 does not exist |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-06-11 |
Branch in branch delay slot at 09e44b48 with different target |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 62616a69 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 7261706d |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp 69470035 failed |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 74615f74 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 702e6c61 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 762c596a |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 79632f65 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 74634f20 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp 69766f6d failed |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 756f2f65 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp 69627572 failed |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 6e69665f |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 74615f62 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 00020001 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 6e6f665f |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 702e615f |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 75735f62 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 6e6f436d |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 000000ff |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 6b636174 |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-28 |
MIPSCompileOp: Invalid instruction 6e6f6d6d |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-10 |
Unknown GetPointerWrite 00000000 PC 08867f1c LR 08867f1c |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-06 |
__KernelStopThread: thread 339 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-05-12 |
__KernelStopThread: thread 337 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-03-27 |
__KernelStopThread: thread 1614 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-03-22 |
__KernelStopThread: thread 278 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1-38-g2daca0fedf |
2025-03-13 |
__KernelStopThread: thread 3958 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-03-04 |
__KernelStopThread: thread 2064 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-03-03 |
__KernelStopThread: thread 2437 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-02-09 |
__KernelStopThread: thread 674 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2025-01-24 |
__KernelStopThread: thread 334 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1-817-g13506d3d02 |
2024-12-29 |
__KernelStopThread: thread 3922 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2024-12-09 |
Trying to compile instruction 00000032 that can't be interpreted |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2024-12-08 |
Unknown GetPointerWrite fb841cb7 PC 088337b0 LR 0882f994 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-12-07 |
__KernelStopThread: thread 3459 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-12-07 |
__KernelStopThread: thread 2646 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-12-07 |
__KernelStopThread: thread 1083 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2024-12-19 |
__KernelStopThread: thread 1650 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.18.1 |
2024-11-11 |
__KernelStopThread: thread 2918 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.20.4 |
2026-06-01 |
__KernelStopThread: thread 628 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-10-29 |
__KernelStopThread: thread 2993 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-10-27 |
__KernelStopThread: thread 1833 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.16.6 |
2024-10-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffad0, pos=0, access=1, data=2, text=2 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-10-05 |
WriteToHardware: Invalid address 00000000 near PC 08000000 LR 08000000 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-10-04 |
__KernelStopThread: thread 1643 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.16.2 |
2024-09-28 |
__KernelStopThread: thread 1490 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-09-16 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=1, text=1 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-09-13 |
__KernelStopThread: thread 2916 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.16.6 |
2024-08-31 |
Unexpected mpeg first timestamp: fffffffffff / 17592186044415 |
| Yu-Gi-Oh! GX Tag Force |
v1.16.6 |
2024-08-28 |
__KernelStopThread: thread 3677 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-08-22 |
sceKernelCreateThread(name=god_m000_Boot): unsupported attributes 00000006 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-08-22 |
sceKernelCreateThread(name=god_menu): unsupported attributes 00000006 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-08-09 |
__KernelStopThread: thread 1204 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.14.1 |
2024-08-07 |
UI scissor out of bounds in GamePauseScreen: 709,20-300,748 / 681,676 |
| Yu-Gi-Oh! GX Tag Force |
v1.14.1 |
2024-08-07 |
UI scissor out of bounds in GamePauseScreen: 0,20-699,748 / 681,676 |
| Yu-Gi-Oh! GX Tag Force |
v1.14.4 |
2024-07-31 |
__KernelStopThread: thread 937 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-07-20 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fff78f, pos=0, access=1, data=2, text=2 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-07-18 |
__KernelStopThread: thread 2436 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.13.1 |
2024-06-30 |
__KernelStopThread: thread 1016 does not exist |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1-669-gd298c6f6f5 |
2024-06-24 |
Jump to invalid address: 07e00000 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-06-14 |
__KernelStopThread: thread 1688 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-06-12 |
__KernelStopThread: thread 976 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-06-08 |
__KernelStopThread: thread 2517 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2025-02-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-06-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
| Yu-Gi-Oh! GX Tag Force |
v1.13.2 |
2024-06-05 |
sceFontGetCharGlyphImage(0, 50, 9fff468): bad font |
| Yu-Gi-Oh! GX Tag Force |
v1.13.2 |
2024-06-05 |
sceFontGetCharInfo(00000000, 80, 09fff3d4): bad font |
| Yu-Gi-Oh! GX Tag Force |
v1.13.2 |
2024-06-05 |
sceFontGetCharGlyphImage(0, 77, 9fff568): bad font |
| Yu-Gi-Oh! GX Tag Force |
v1.13.2 |
2024-06-05 |
sceFontGetCharInfo(00000000, 119, 09fff4e4): bad font |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-06-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-06-19 |
__KernelStopThread: thread 2681 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-05-18 |
__KernelStopThread: thread 296 does not exist (ApctlThread deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-05-16 |
__KernelStopThread: thread 1173 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-05-01 |
__KernelStopThread: thread 1660 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-05-01 |
__KernelStopThread: thread 3632 does not exist (helper deleted) |
| Yu-Gi-Oh! GX Tag Force |
v1.13 |
2024-04-21 |
__KernelStopThread: thread 916 does not exist |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1-74-g39fdba4f6 |
2024-04-15 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-14 |
Branch in branch delay slot at 09e44b50 with different target |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-14 |
Jump to invalid address: 0ee0584c |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-14 |
Jump to invalid address: 0edc3ee4 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-14 |
Branch in Jump delay slot at 09e44b44 in block starting at 09e40000 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-14 |
Jump to invalid address: 0f5847d4 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-14 |
MIPSCompileOp: Invalid instruction 00000029 |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-11 |
sceGeBreak(mode=0, unknown=08a6ac20): unknown ptr (valid) |
| Yu-Gi-Oh! GX Tag Force |
v1.17.1 |
2024-04-01 |
__KernelStopThread: thread 1160 does not exist (helper deleted) |