Recent logs - v1.12.1

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
MONSTER HUNTER FREEDOM UNITE™ v1.12.1 2023-06-05 sceDmacMemcpy(dest=0414e000, src=095e20c0, size=302272): overlapping read
NEED FOR SPEED™ UNDERCOVER v1.12.1 2023-06-04 WriteToHardware: Invalid address 00000478 near PC 08883c28 LR 08883c28
eFootball Chelito 19 v1.12.1 2023-06-04 Unknown GetPointer 00000004 PC 08a019b0 LR 08a019dc
eFootball PES 2021 By GABRIEL v1.12.1 2023-06-04 Unknown GetPointer 00000004 PC 08a019b0 LR 08a019dc
NEED FOR SPEED™ UNDERCOVER v1.12.1 2023-06-04 WriteToHardware: Invalid address 00000478 near PC 089c3070 LR 08a6fdc0
MONSTER HUNTER FREEDOM UNITE™ v1.12.1 2023-06-02 sceDmacMemcpy(dest=0414e000, src=094b5b50, size=240816): overlapping read
Pursuit Force v1.12.1 2023-05-27 __KernelStopThread: thread 597 does not exist
MONSTER HUNTER FREEDOM UNITE™ v1.12.1 2023-05-21 sceDmacMemcpy(dest=0414e000, src=096f0160, size=239760): overlapping read
MONSTER HUNTER FREEDOM UNITE™ v1.12.1 2023-05-08 sceDmacMemcpy(dest=040e4000, src=091bf730, size=15792): overlapping read
Efootball 2022 Komo Valeri... v1.12.1 2023-05-05 Error in shader program link: info: Link Error: Fragment shader is missing. fs: thin3d vs: thin3d #version 320 es #if __VERSION__ >= 130 #define attribute in #define varying out #endif attribute vec3 Position; attribute vec4 Color0; attribute vec2 TexCoord0; varying vec4 oColor0; varying vec2 oTexCoord0; uniform mat4 WorldViewProj; void main() { gl_Position = WorldViewProj * vec4(Position, 1.0); oColor0 = Color0; oTexCoord0 = TexCoord0; }
机动战士高达AGE Cosmic Drive v1.12.1 2023-04-17 WriteToHardware: Invalid address 000000a0 near PC 089a9918 LR 089a1cf8
RA-PATCH EDISI FIFA WORLD CUP 2022 v1.9.4 2023-06-09 Savedata version requested on save: 3
FIFA 10 v1.12.1 2023-03-29 Unknown GetPointer 00000000 PC 08b5b7c4 LR 08b5b874
eFootball PES 2021 Libertadores T. Bendezu v1.12.1 2023-03-23 Error in shader program link: info: Error: Uniform u_texelDelta precision mismatch with other stage. Error: Linking failed. 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.4771995544
inviZimals™ v1.12.1 2023-03-19 __KernelStopThread: thread 304 does not exist
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 8, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 7, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 6, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 5, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 4, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 3, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 2, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 1, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
inviZimals™ v1.12.1 2023-03-19 sceSasSetADSRMode(08ea6540, 0, 8, 00000000, 00000000, 00000000, 00000004): invalid modes
eFootball 2023 By Tutoriales Bendezu v1.12.3 2023-05-08 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball 2023 By Tutoriales Bendezu v1.14.2 2023-06-09 Savedata version requested on save: 3
eFootball 2023 By Tutoriales Bendezu v1.15.4 2023-06-09 Savedata version requested: 3
eFOOTBALL PES 2021 v1.9.4 2023-05-25 MIPSCompileOp: Invalid instruction 46c00460
PES 2023 BY SPARTAN JR8 v1.12.1 2023-03-06 Jump to invalid address: 07455ec0
PES 2023 BY SPARTAN JR8 v1.12.1 2023-03-06 Jump to invalid address: 07455800
EFOOTBALL 2023 PSP FINAL UPDATE v1.9.4 2023-06-08 Game install with no files / data
EFOOTBALL 2023 PSP FINAL UPDATE v1.9.4 2023-06-09 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
PES 2023 BY SPARTAN JR8 v1.14.4 2023-05-19 Branch in Jump delay slot at 08b0a8c4 in block starting at 08b0a8b0
PES 2023 BY SPARTAN JR8 v1.14.4 2023-05-19 Branch in Jump delay slot at 08b0a8c0 in block starting at 08b0a8b0
Prince of Persia - Revelations v1.12.1 2023-02-04 80630006=sceAtracSetDataAndGetID(09b5e200, 00000800): invalid RIFF header
eFootball 2023 PPSSPP v1.9.4 2023-06-09 Savedata version requested: 3
MONSTER HUNTER FREEDOM UNITE™ v1.15.3 2023-06-06 sceDmacMemcpy(dest=0414e000, src=095d5370, size=284512): overlapping read
eFootball PES 2023 By ESTEEM GAMING v1.8.0 2023-05-13 Unknown GetPointer 00000000 PC 08815fa8 LR 08815fbc
eFootball PES 2023 By ESTEEM GAMING v1.9.4 2023-06-09 Savedata version requested: 3
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(09acc2c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(09b780c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(09b73780, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(096f1cc0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(09b6fa40, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(096f1d80, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-25 80630006=sceAtracSetDataAndGetID(0979d640, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099c4700, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09126140, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(08fa2d80, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09126300, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099967c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099bf180, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099e3a00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099de700, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(0996fdc0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099daf40, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09acaec0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09b9cc00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(099df0c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(094c54c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(097c5740, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09579640, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09b4b880, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09b3dfc0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09a2ad80, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09a586c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(098723c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09a54c40, 00000800): invalid RIFF header
Pro Evolution Soccer 2014 v1.9.4 2023-06-09 Savedata version requested: 3
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09a5aa00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09a54f00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(0975a100, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(08fe0d00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(098fb880, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(09a10b00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-21 80630006=sceAtracSetDataAndGetID(098fb040, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(098aff40, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(09a0e200, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(098aec00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(09bf6440, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.14.4 2023-03-29 80630006=sceAtracSetDataAndGetID(09b56bc0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(08f852c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(0981fc80, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(095726c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(09b48880, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(0908c7c0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(0908c800, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(09c2ef00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(0911a800, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(09114e00, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(09865fc0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-04-28 80630006=sceAtracSetDataAndGetID(09914e80, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-20 80630006=sceAtracSetDataAndGetID(0911b840, 00000800): invalid RIFF header
eFootball 2023 By Tutoriales Bendezu v1.9.4 2023-06-09 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
Prince of Persia - Revelations v1.12.1 2023-01-17 80630006=sceAtracSetDataAndGetID(097f8a80, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-17 80630006=sceAtracSetDataAndGetID(095fc640, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-17 80630006=sceAtracSetDataAndGetID(09635900, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-17 80630006=sceAtracSetDataAndGetID(09880cc0, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-17 80630006=sceAtracSetDataAndGetID(0979f200, 00000800): invalid RIFF header
Prince of Persia - Revelations v1.12.1 2023-01-17 80630006=sceAtracSetDataAndGetID(095dc180, 00000800): invalid RIFF header