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 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2022-05-29 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000bcb64): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2022-04-29 |
__KernelStopThread: thread 301 does not exist |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2022-04-29 |
__KernelStopThread: thread 305 does not exist |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2022-04-01 |
Error in shader program link: info: Uniform u_texelDelta has unmatched type, and/or precision qualifier in different shaders
fs: postshader
#version 310 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.47719955 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2022-03-18 |
Failed decrypting the PRX (ret = -4, size = 1449764, psp_size = 1450112)! |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-03-19 |
Error in shader compilation: info: INTERNAL ERROR: no main() function!
ERROR: 0 compilation errors. No code generated.
postshader
|
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2022-03-17 |
ReadFromHardware: Invalid address bebe6473 near PC bebe6473 LR bebe6473 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3-574-g8c72cc119 |
2022-02-03 |
__KernelStopThread: thread 306 does not exist |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2022-01-25 |
ReadFromHardware: Invalid address 43000008 near PC 08899214 LR 08899054 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce420a24 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce4209e8 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce42098c |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce444c88 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce444c4c |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce444bf0 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce43b0c8 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce43b08c |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
MIPSCompileOp: Invalid instruction ce43b030 |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
Unknown GetPointer 3f000014 PC 088972f4 LR 088972fc |
Harvest Moon®: Hero of Leaf Valley |
v1.11.2 |
2021-11-15 |
ReadFromHardware: Invalid address 00000001 near PC 00000001 LR 00000001 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-11-10 |
Unknown GE command : 0da3cf50 |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2021-11-04 |
Render to texture with incompatible formats 5 != 1 at 04110000 |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2021-11-04 |
4 and 8-bit CLUT format not supported for framebuffers |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-09-17 |
Unknown GetPointer 00000000 PC 088c1d58 LR 088c1d90 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-08-31 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000a6274): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.12.3 |
2021-12-28 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000b72cc): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.9 |
2021-08-30 |
Direct3D9: Failed to get the device caps! |
Harvest Moon®: Hero of Leaf Valley |
v1.9 |
2021-08-30 |
DrawActiveTexture() failed: 8876086c |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-08-30 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000c2974): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-08-31 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000af964): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-08-18 |
Unknown GetPointer 00000000 PC 0880f73c LR 0880f6cc |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-07-22 |
Unknown GetPointer ff7400a0 PC 08916620 LR 089166b8 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-08-15 |
Unknown GetPointer 00000000 PC 088991a8 LR 08899054 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-05-13 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000b263c): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3-598-g4462b0c61 |
2021-05-11 |
__KernelStopThread: thread 307 does not exist |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-05-09 |
Unknown GetPointer 00000000 PC 0891ad48 LR 0891ad48 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-05-08 |
MIPSCompileOp: Invalid instruction 7c9034ac |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2021-04-29 |
ReadFromHardware: Invalid address 0a227c4a near PC 08893710 LR 088c1d90 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-03-24 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000abe54): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.11.3 |
2021-06-12 |
Video out requested, not supported: mode=0 size=0,0 |
Harvest Moon®: Hero of Leaf Valley |
v1.11.2 |
2021-02-23 |
Unknown GetPointer 00000000 PC 0890d9d4 LR 08886a44 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.4 |
2021-01-31 |
Failed to allocate memory for ELF! |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-11-23 |
Bad vertex address 05522031! |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-11-23 |
Bad vertex address 010e8031! |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-11-23 |
Bad vertex address 0ccae031! |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-11-23 |
Bad vertex address 00000031! |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 042332ac in block starting at 042332ac |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 04233264 in block starting at 04233264 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 042332c4 in block starting at 042332c4 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 042332bc in block starting at 042332bc |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 04233244 in block starting at 04233240 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 04233254 in block starting at 04233254 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 0423329c in block starting at 0423329c |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 042332b4 in block starting at 042332b4 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 04233284 in block starting at 04233284 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 04233294 in block starting at 04233294 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in JumpReg delay slot at 042cc000 in block starting at 042c9148 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 042332a4 in block starting at 042332a4 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 0423326c in block starting at 0423326c |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 0423325c in block starting at 0423325c |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSRTComp delay slot at 04233274 in block starting at 04233274 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in RSZeroComp delay slot at 042332cc in block starting at 042332cc |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Jump to invalid address: 00000840 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.5 |
2020-10-30 |
Branch in JumpReg delay slot at 04244000 in block starting at 04243240 |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-08-25 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000bd53c): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-09-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=089fe978, pos=0, access=1, data=1, text=1 |
Harvest Moon®: Hero of Leaf Valley |
v1.10.3 |
2020-09-12 |
sceKernelLoadModule: unsupported options size=00000014, flags=ffffffff, pos=0, access=1, data=2, text=2 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2020-05-28 |
Trying to relocate non-loaded section (null) |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2021-06-06 |
Unknown GetPointer 00000000 PC 0893f5dc LR 0893f5dc |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2020-04-05 |
Savedata version requested on save: 3 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-05-29 |
Savedata version requested: 3 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2020-01-29 |
Unknown GE command : 345f3830 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.3-140-ga8d2e513b |
2019-11-17 |
Attempting to texture from target (src=04110000 / target=04110000 / flags=7) |
Harvest Moon®: Hero of Leaf Valley |
v1.4-2-g648bc5d |
2019-07-11 |
Unsupported Vertex Texture Coordinate T : f45d305b |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-06-17 |
sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2021-07-10 |
Unknown GetPointer 00000000 PC 0890894c LR 0890894c |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2021-06-09 |
Unknown GetPointer 00000000 PC 089098e4 LR 089098e4 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-04-22 |
Unknown GetPointer 00000000 PC 08807138 LR 08807138 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-04-05 |
Branch in VFPU delay slot at 080000d8 in block starting at 080000d8 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2019-04-05 |
MIPSCompileOp 694d0000 failed |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-04-21 |
Unknown GetPointer 00000000 PC 08804000 LR 08000030 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-04-28 |
Unknown GetPointer 00000000 PC 08000000 LR 08000000 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-06-20 |
Unknown GetPointer 00000000 PC 08908d80 LR 08908d80 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.2 |
2018-12-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=0, text=0 |
Harvest Moon®: Hero of Leaf Valley |
v1.7.2 |
2018-12-05 |
sceKernelLoadModule: unsupported options size=00000014, flags=09fffaf1, pos=0, access=1, data=2, text=2 |
Harvest Moon®: Hero of Leaf Valley |
v1.4.2 |
2018-10-24 |
Unsupported Vertex Texture Coordinate T : f4663064 |
Harvest Moon®: Hero of Leaf Valley |
v1.8.0 |
2020-11-27 |
GL ran out of GPU memory; switching to low memory mode |
Harvest Moon®: Hero of Leaf Valley |
v1.6.2 |
2021-12-28 |
MIPSCompileOp: Invalid instruction 7466d847 |
Harvest Moon®: Hero of Leaf Valley |
v1.6.2 |
2021-12-28 |
WriteToHardware: Invalid address ffff9054 near PC 0893dc18 LR 0893dbac |
Harvest Moon®: Hero of Leaf Valley |
v1.4.2 |
2022-05-29 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 000bc704): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.4-2-g648bc5d |
2017-08-06 |
Render to texture with incompatible formats 3 != 0 at 00000000 |
Harvest Moon®: Hero of Leaf Valley |
v1.9.4 |
2022-04-22 |
80630006=sceAtracSetDataAndGetID(08e47ad4, 0011096c): invalid RIFF header |
Harvest Moon®: Hero of Leaf Valley |
v1.4.2 |
2020-03-01 |
MIPSCompileOp 69466174 failed |
Harvest Moon®: Hero of Leaf Valley |
v1.4.2 |
2020-03-01 |
MIPSCompileOp 69464f53 failed |
Harvest Moon®: Hero of Leaf Valley |
v1.4.2 |
2020-03-01 |
Jump to invalid address: 00000000 |
Harvest Moon®: Hero of Leaf Valley |
v1.3.0.1 |
2017-06-04 |
CALL to illegal address 00000140 - ignoring! data=000140 |