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 |
VALKYRIE PROFILE -LENNETH- |
v1.17.1-1187-g6b383e40e0 |
2025-06-05 |
Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage.
Error: Linking failed.
fs: postshader
#version 320 es
precision mediump float;
precision highp int;
uniform vec2 u_texelDelta;
uniform vec2 u_pixelDelta;
layout(binding = 0) uniform mediump sampler2D sampler0;
uniform vec4 u_time;
in vec2 v_texcoord0;
out vec4 _RESERVED_IDENTIFIER_FIXUP_gl_FragColor;
in vec4 v_texcoordNC0;
in vec4 v_texcoordNC1;
in vec4 v_texcoordNC2;
in vec4 v_texcoordNC3;
mediump int SEPIA;
mediump int GRAYSCALE;
mediump int NEGATIVE;
mediump int PSPCOLORS;
bvec4 _and_(bvec4 A, bvec4 B)
{
return bvec4(A.x && B.x, A.y && B.y, A.z && B.z, A.w && B.w);
}
vec4 df(vec4 A, vec4 B)
{
return abs(A - B);
}
bvec4 close(vec4 A, vec4 B)
{
vec4 param = A;
vec4 param_1 = B;
return lessThan(df(param, param_1), vec4(15.0));
}
bvec4 _or_(bvec4 A, bvec4 B)
{
return bvec4(A.x || B.x, A.y || B.y, A.z || B.z, A.w || B.w);
}
vec4 weighted_distance(vec4 a, vec4 b, vec4 c, vec4 d, vec4 e, vec4 f, vec4 g, vec4 h)
{
vec4 param = a;
vec4 param_1 = b;
vec4 param_2 = a;
vec4 param_3 = c;
vec4 param_4 = d;
vec4 param_5 = e;
vec4 param_6 = d;
vec4 param_7 = f;
vec4 param_8 = g;
vec4 param_9 = h;
return (((df(param, param_1) + df(param_2, param_3)) + df(param_4, param_5)) + df(param_6, param_7)) + (df(param_8, param_9) * 4.0);
}
vec3 processxBR(vec3 color)
{
vec2 pS = vec2(1.0) / u_texelDelta;
vec2 fp = fract(v_texcoord0 * pS);
vec2 TexCoord_0 = v_texcoord0 - (fp * u_pixelDelta);
vec2 dx = vec2(u_texelDelta.x, 0.0);
vec2 dy = vec2(0.0, u_texelDelta.y);
vec2 y2 = dy + dy;
vec2 x2 = dx + dx;
vec3 A = texture(sampler0, (TexCoord_0 - dx) - dy).xyz;
vec3 B = texture(sampler0, TexCoord_0 - dy).xyz;
vec3 C = texture(sampler0, (TexCoord_0 + dx) - dy).xyz;
vec3 D = texture(sampler0, TexCoord_0 - dx).xyz;
vec3 E = texture(sampler0, TexCoord_0).xyz;
vec3 F = texture(sampler0, TexCoord_0 + dx).xyz;
vec3 G = texture(sampler0, (TexCoord_0 - dx) + dy).xyz;
vec3 H = texture(sampler0, TexCoord_0 + dy).xyz;
vec3 I = texture(sampler0, (TexCoord_0 + dx) + dy).xyz;
vec3 A1 = texture(sampler0, (TexCoord_0 - dx) - y2).xyz;
vec3 C1 = texture(sampler0, (TexCoord_0 + dx) - y2).xyz;
vec3 A0 = texture(sampler0, (TexCoord_0 - x2) - dy).xyz;
vec3 G0 = texture(sampler0, (TexCoord_0 - x2) + dy).xyz;
vec3 C4 = texture(sampler0, (TexCoord_0 + x2) - dy).xyz;
vec3 I4 = texture(sampler0, (TexCoord_0 + x2) + dy).xyz;
vec3 G5 = texture(sampler0, (TexCoord_0 - dx) + y2).xyz;
vec3 I5 = texture(sampler0, (TexCoord_0 + dx) + y2).xyz;
vec3 B1 = texture(sampler0, TexCoord_0 - y2).xyz;
vec3 D0 = texture(sampler0, TexCoord_0 - x2).xyz;
vec3 H5 = texture(sampler0, TexCoord_0 + y2).xyz;
vec3 F4 = texture(sampler0, TexCoord_0 + x2).xyz;
vec4 b = vec4(dot(B, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(D, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(H, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(F, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 c = vec4(dot(C, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(A, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(G, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(I, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 d = vec4(b.y, b.z, b.w, b.x);
vec4 e = vec4(dot(E, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)));
vec4 f = vec4(b.w, b.x, b.y, b.z);
vec4 g = vec4(c.z, c.w, c.x, c.y);
vec4 h = vec4(b.z, b.w, b.x, b.y);
vec4 i = vec4(c.w, c.x, c.y, c.z);
vec4 i4 = vec4(dot(I4, vec3(16.1630001068115234375, 23.3509998321533203125, 8.477199554443359375)), dot(C1, vec3(16.1630001068115234375, 23.3509998321533203125, 8.4771995544 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.17.1-1187-g6b383e40e0 |
2025-02-22 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08b62c68, pos=0, access=1, data=2, text=2 |
LittleBigPlanet™ |
v1.17.1-1187-g6b383e40e0 |
2025-01-31 |
00000400=sceGeEdramSetAddrTranslation(00000000) |
LittleBigPlanet™ |
v1.17.1-1187-g6b383e40e0 |
2025-01-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=fffffffc, pos=0, access=1, data=1, text=1 |
Mega Man Powered Up |
v1.17.1-1187-g6b383e40e0 |
2025-01-31 |
sceKernelLoadModule: unsupported options size=00000014, flags=fffffffc, pos=0, access=1, data=1, text=1 |
WARRIORS OROCHI 2 |
v1.17.1-1187-g6b383e40e0 |
2025-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=2, text=2 |
Street Riders |
v1.17.1-1187-g6b383e40e0 |
2025-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=1, text=1 |
MotorStorm®: Arctic Edge |
v1.17.1-1187-g6b383e40e0 |
2025-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=0882ce3c, pos=0, access=1, data=2, text=2 |
PATCH SPARTAN11 |
v1.9.4 |
2025-06-05 |
Savedata version requested: 3 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.17.1-1187-g6b383e40e0 |
2024-10-13 |
sceDmacMemcpy(dest=0414e000, src=095d37f0, size=239760): overlapping read |
Tenchu: Shadow Assassins |
v1.17.1-1187-g6b383e40e0 |
2024-10-12 |
80630006=sceAtracSetData(0, 09192060, 00001000): multiple fmt definitions |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.18.1 |
2025-04-15 |
Texture cache ran out of GPU memory; switching to low memory mode |
MONSTER HUNTER FREEDOM UNITE™ |
v1.17.1-1187-g6b383e40e0 |
2024-10-08 |
sceDmacMemcpy(dest=0414e000, src=09504810, size=210944): overlapping read |
Skate Park City |
v1.17.1-1187-g6b383e40e0 |
2024-10-13 |
Can't draw: No current render step. Step count: 0 |
LEGO® Indiana Jones™: The Original Adventures |
v1.17.1-334-g1786a4ddb |
2025-05-18 |
Unaligned icache invalidation of 086047b8 (086047b8 + 0) at PC=0896f274 |
LEGO® Batman™: The Videogame |
v1.17.1-1187-g6b383e40e0 |
2024-10-06 |
Unaligned icache invalidation of 0860b7f8 (0860b7f8 + 0) at PC=089741fc |
eFootball 2025 STAR PATCH |
v1.18.1-1309-gecbbadd604 |
2025-05-29 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
DRAGON BALL Z SPARKING STAR |
v1.18.1 |
2025-03-28 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
ナルティメットアクセル3 |
v1.17.1-1187-g6b383e40e0 |
2024-10-05 |
sceKernelLoadModule: unsupported options size=00000ss=0, data=2, text=2 |
Marvel™ Ultimate Alliance |
v1.17.1-1187-g6b383e40e0 |
2024-10-05 |
Rendering to framebuffer offset at 04162000 +256x0 (stride 512) |
eFootball Ardi Css |
v1.18.1 |
2025-05-20 |
Unknown GetPointer 00000000 PC 0881c2c0 LR 0881c2d0 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.17.1-1187-g6b383e40e0 |
2024-10-10 |
sceDmacMemcpy(dest=0414e000, src=095d3860, size=162400): overlapping read |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.17.1-1187-g6b383e40e0 |
2024-10-03 |
Unknown GetPointerWrite b400007e PC 089c42cc LR 08991be0 |
DBZ SB2 AUDIO LATINO KRAVEN |
v1.17.1-1256-g1ba49fe21d |
2024-10-18 |
WriteToHardware: Invalid address 00000000 near PC 089436c8 LR 08943764 |
NARUTO: Ultimate Ninja Heroes 2 |
v1.17.1-1187-g6b383e40e0 |
2024-10-02 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
BOMBERMAN |
v1.17.1-1187-g6b383e40e0 |
2024-10-02 |
UNTESTED sceNetAdhocctlJoinEnterGameMode(4M3353c, 78:80:94:1c:36:2a, 30000000, 0) at 088d02ac |
eFootball Ardi Css |
v1.18.1-483-gbf0f08b331 |
2025-06-06 |
Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144 |
eFootball Ardi Css |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
MONSTER HUNTER FREEDOM UNITE™ |
v1.17.1-1187-g6b383e40e0 |
2024-10-01 |
sceDmacMemcpy(dest=0414e000, src=095da9c0, size=256144): overlapping read |
eFootball 2025 STAR PATCH |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
eFootball PC - V. |
v1.18.1-40-gc9c5435a86 |
2025-06-05 |
Unknown GetPointer 00000140 PC 08824a58 LR 088113dc |
FRONTIER GATE Boost+ |
v1.17.1-1187-g6b383e40e0 |
2024-09-30 |
Branch in Jump delay slot at 096be7e8 in block starting at 096be6f0 |
FRONTIER GATE Boost+ |
v1.17.1-1187-g6b383e40e0 |
2024-09-30 |
Branch in Jump delay slot at 096be708 in block starting at 096be6f0 |
NASCAR® |
v1.17.1-1187-g6b383e40e0 |
2024-09-30 |
sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid) |
METAL GEAR SOLID PEACE WALKER |
v1.18.1 |
2025-01-27 |
__KernelStopThread: thread 1303 does not exist (ApctlThread stopped) |
METAL GEAR SOLID PEACE WALKER |
v1.17.1-1187-g6b383e40e0 |
2024-09-30 |
__KernelStopThread: thread 3156 does not exist (ApctlThread deleted) |
METAL GEAR SOLID PEACE WALKER |
v1.17.1-1187-g6b383e40e0 |
2024-09-30 |
__KernelStopThread: thread 3156 does not exist (ApctlThread stopped) |
MLB 11 The Show™ |
v1.17.1-1187-g6b383e40e0 |
2024-09-29 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000137, pos=0, access=1, data=2, text=2 |
MLB 11 The Show™ |
v1.17.1-1187-g6b383e40e0 |
2024-09-29 |
sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid) |
GTA: Liberty City Stories |
v1.17.1-1187-g6b383e40e0 |
2024-09-29 |
sceGeBreak(mode=0, unknown=08dfeba8): unknown ptr (valid) |
Harry Potter and the Order of the Phoenix™ |
v1.17.1-1187-g6b383e40e0 |
2024-09-29 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.18.1-607-g82fa82be2c |
2025-06-05 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
eFootball PC - V. |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
eFootball Chelito 19 |
v1.9.4 |
2025-06-06 |
Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.18.1-986-ga174fdb19e |
2025-06-06 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball Chelito 19 |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
eFootball By TM ARTS |
v1.9.4 |
2025-06-05 |
Savedata version requested: 3 |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.18.1 |
2025-06-04 |
Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4 |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.18.1 |
2025-06-04 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.9.4 |
2025-06-04 |
Savedata version requested: 3 |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.18.1 |
2025-05-28 |
Texture cache ran out of GPU memory; switching to low memory mode |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.18.1-1392-gbb0123a25e |
2025-06-06 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball 2025 By DILZZ PROJECTS V5 |
v1.7.4 |
2025-06-06 |
Savedata version requested: 3 |
eFootball Libertadores 2022 By T. Bendezu. |
v1.18 |
2024-12-09 |
80630006=sceAtracSetDataAndGetID(09a25200, 00004000): invalid RIFF header |
eFootball |
v1.18.1 |
2025-04-22 |
sceMp3Init: invalid data: not layer 3 |
eFootball 2024 |
v1.9.4 |
2025-05-05 |
80630006=sceAtracSetDataAndGetID(09a4ec00, 00001000): invalid RIFF header |
PES FL 2022 |
v1.9.4 |
2025-06-05 |
Savedata version requested: 3 |
Street Riders |
v1.17.1-1187-g6b383e40e0 |
2025-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=2, text=2 |
POWER STONE COLLECTION |
v1.17.1-1187-g6b383e40e0 |
2025-01-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=1, text=1 |
PES MY 2024 |
v1.9.4 |
2025-06-04 |
Savedata version requested: 3 |
eFootball 2024 |
v1.9.4 |
2025-06-05 |
Game install with no files / data |
eFootball |
v1.9.4 |
2025-05-16 |
sceDmacMemcpy(dest=040cc000, src=086ce940, size=1251008): overlapping read |
DBS TTT LATINO - LOS IJUE30S |
v1.18.1-986-ga174fdb19e |
2025-06-05 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
DBS TTT LATINO - LOS IJUE30S |
v1.18.1-635-g41bd984a7e |
2025-06-05 |
00000400=sceGeEdramSetAddrTranslation(00000800) |
eFootball 2024 |
v1.18.1-908-gd7aa236e13 |
2025-06-06 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball 2024 |
v1.18.1-493-gbff2498a3f |
2025-06-06 |
Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4 |
eFootball 2024 |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
EA FC 2024 BY MR-PATCH |
v1.18.1 |
2025-06-02 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
EA FC 2024 BY MR-PATCH |
v1.9.4 |
2025-06-05 |
Savedata version requested: 3 |
eFootball |
v1.18.1-162-gfe38e8822c |
2025-06-01 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
eFootball Euro y Copa America By T. Bendezu |
v1.18.1 |
2025-03-21 |
Unknown GetPointer 00420000 PC 0884d7b4 LR 0884d7d4 |
eFootball Libertadores 2022 By T. Bendezu. |
v1.18.1 |
2025-03-09 |
Unknown GetPointer 298662a4 PC 0881c428 LR 0881c438 |
eFootball Euro y Copa America By T. Bendezu |
v1.18.1 |
2025-06-05 |
Unknown GetPointer 00000000 PC 0884a918 LR 0884a938 |
eFootball Euro y Copa America By T. Bendezu |
v1.18.1-991-g5fa1212699 |
2025-06-03 |
Unknown GetPointerWrite 00000000 PC 088287f0 LR 08828800 |
eFootball Euro y Copa America By T. Bendezu |
v1.18.1-92-gfe6db07f0d |
2025-06-05 |
Texture cache ran out of GPU memory; switching to low memory mode |
eFootball Euro y Copa America By T. Bendezu |
v1.18.1-945-gb0182ed0e6 |
2025-06-06 |
Unknown GetPointer 00000000 PC 0884d7b4 LR 0884d7d4 |
eFootball Euro y Copa America By T. Bendezu |
v1.18.1-945-gb0182ed0e6 |
2025-06-06 |
Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c |
eFootball Euro y Copa America By T. Bendezu |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.17.1-669-gd298c6f6f5 |
2024-10-03 |
Unknown GetPointerWrite 00000000 PC 089c42cc LR 08991be0 |
EFOOTBALL NEW PATCH SEASON 2025.... |
v1.9.4 |
2025-06-05 |
Game install with no files / data |
eFootball 2024 By Komo Valeri |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
EFOOTBALL NEW PATCH SEASON 2025.... |
v1.18.1-945-gb0182ed0e6 |
2025-06-05 |
Unknown GetPointerWrite 00000000 PC 08816130 LR 08816144 |
EFOOTBALL NEW PATCH SEASON 2025.... |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
はじめの一歩 PORTABLE VICTORIOUS SPIRITS |
v1.18.1 |
2025-04-17 |
sceDmacMemcpy(dest=098f9410, src=098d9410, size=131072): overlapping read |
Dragon Ball Z: Forever Tenkaichi Tag Team |
v1.18.1-783-g81015abef7 |
2025-06-05 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
HEROES' VS |
v1.18.1-670-g63c7c73fa0 |
2025-06-06 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
DBZ TTT BT4 ISO V8 BY IACG MODS |
v1.18.1-783-g81015abef7 |
2025-06-05 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
PES MY 2024 |
v1.18.1 |
2024-12-25 |
80630006=sceAtracSetDataAndGetID(09a25200, 00004000): unsupported sample rate: 48000 |
PES FL 2022 |
v1.7.5 |
2025-06-06 |
Savedata version requested: 3 |
ドラゴンボール タッグバーサス |
v1.18.1-986-ga174fdb19e |
2025-06-05 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1-993-ge80941403a |
2025-06-06 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
HUNTER×HUNTER ワンダーアドベンチャー |
v1.18.1-945-gb0182ed0e6 |
2025-06-05 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
Dragon Ball Super: Multiverse Break |
v1.18.1-908-gd7aa236e13 |
2025-06-05 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
Dragon Ball Z: Tenkaichi Tag Team |
v1.18.1-993-ge80941403a |
2025-06-06 |
AT3 header map lacks entry for bpf: 0 channels: 0 |
EA-Sports FC PC-V |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |
NARUTO SHIPPUDEN: Ultimate Ninja Impact |
v1.18.1-87-gda0168f41a |
2025-06-06 |
sceKernelCreateThread(name=nipvp): unsupported attributes 00001007 |
PES MY 2024 |
v1.18.1 |
2025-05-10 |
Savedata version requested: 3 |
Patapon® 3 |
v1.17.1-1187-g6b383e40e0 |
2024-09-29 |
WriteToHardware: Invalid address 00000000 near PC 08892e74 LR 08892e74 |
PES FL 2022 |
v1.9.4 |
2025-06-06 |
Savedata version requested: 3 |