Recent logs - PES 2013

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
PES 2013 v1.15.4 2023-08-26 ReadFromHardware: Invalid address 00000008 near PC 0887cd28 LR 0887c7d8
PES 2013 v1.14.1 2023-08-24 UI scissor out of bounds in MainScreen: 1198,63-351,657 / 720,1560
PES 2013 v1.14.1 2023-08-24 UI scissor out of bounds in MainScreen: 0,126-1187,594 / 720,1560
PES 2013 v1.14.1 2023-08-24 UI scissor out of bounds in MainScreen: 0,52-1187,668 / 720,1560
PES 2013 v1.14.1 2023-08-24 UI scissor out of bounds in MainScreen: 0,52-1187,75 / 720,1560
PES 2013 v1.14 2023-08-07 UI scissor out of bounds in GameSettingsScreen: 258,0-1333,720 / 1600,692
PES 2013 v1.15.4 2023-08-04 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2
PES 2013 v1.15.4 2023-07-06 sceDmacMemcpy(dest=04154000, src=0927c240, size=557056): overlapping read
PES 2013 v1.15.4 2023-06-27 Unknown GetPointer 0000b3e4 PC 08872d50 LR 08872da0
PES 2013 v1.15.4 2023-06-27 Unknown GetPointerWrite 00000000 PC 08872d38 LR 08872da0
PES 2013 v1.15.4 2023-05-25 Failed decrypting the PRX (ret = -1, size = 1914920, psp_size = 1915264)!
PES 2013 v1.14.4 2023-04-26 sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006
PES 2013 v1.14.4 2023-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
PES 2013 v1.14.4 2023-04-26 sceKernelLoadModule: unsupported options size=00000014, flags=08cacd90, pos=0, access=1, data=2, text=2
PES 2013 v1.14.4 2023-04-25 Unknown GetPointer 00000140 PC 08824a5c LR 088113dc
PES 2013 v1.14.4 2023-04-15 sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=2, text=2
PES 2013 v1.14.4 2023-04-15 sceKernelLoadModule: unsupported options size=00000014, flags=0898786c, pos=0, access=1, data=1, text=1
PES 2013 v1.15.4 2023-09-12 00000400=sceGeEdramSetAddrTranslation(00000800)
PES 2013 v1.14.4 2023-03-31 Error in shader compilation: info: Vertex shader compilation failed. ERROR: 0:125: 'comp' : redefinition ERROR: 0:126: 'type' : redefinition ERROR: 0:174: 'comp' : redefinition ERROR: 0:175: 'type' : redefinition ERROR: 0:223: 'comp' : redefinition ERROR: 0:224: 'type' : redefinition ERROR: 6 compilation errors. No code generated. 01000000:80000b30 HWX T N Tex Light: LightUberShader Cull #version 300 es // Driver: Adreno (TM) 305 - GLSL 300 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) // 01000000:80000b30 HWX T N Tex Light: LightUberShader Cull in vec3 position; in mediump vec3 normal; in vec2 texcoord; 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 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_matambientalpha; vec3 diffuseColor = u_matdiffuse.rgb; vec3 specularColor = 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; lowp float lightScale; mediump float ldot; lowp float angle; if ((u_lightControl & 1u) != 0x0u) { uint comp = (u_lightControl >> 0x04u) & 0x3u; uint type = (u_lightControl >> 0x06u) & 0x3u; if (type == 0x0u) { toLight = u_lightpos0; } else { toLight = u_lightpos0 - worldpos; distance = length(toLight); toLight /= distance; } ldot = dot(toLight, worldnormal); if (comp == 0x2u) { if (u_matspecular.a <= 0.0) { ldot = 1.0; } else { ldot = pow(max(ldot, 0.0), u_matspecular.a); } } switch (int(type)) { case 1: lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0); break; case 2: angle = length(u_lightdir0) == 0.0 ? 0.0 : dot(normalize(u_lightdir0), toLight); if (angle >= u_lightangle_spotCoef0.x) { lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0) * (u_lightangle_spotCoef0.y <= 0.0 ? 1.0 : pow(angle, u_lightangle_spotCoef0.y)); } else { lightScale = 0.0; } break; default: lightScale = 1.0; break; } diffuse = (u_lightdiffuse0 * diffuseColor) * max(ldot, 0.0); if (comp == 0x1u) { if (
PES 2013 v1.14.2 2023-03-27 UI scissor out of bounds in GameSettingsScreen: 150,0-803,540 / 908,540
PES 2013 v1.14.1 2023-03-16 UI scissor out of bounds in GameSettingsScreen: 297,0-1252,720 / 1476,720
PES 2013 v1.14.4 2023-03-06 80630006=sceAtracSetDataAndGetID(09a22200, 00003000): invalid RIFF header
PES 2013 v1.14.4 2023-03-06 Unknown GetPointer 00000000 PC 0884d7ac LR 0884d7cc
PES 2013 v1.14.4 2023-03-06 80630006=sceAtracSetDataAndGetID(09a22200, 00004000): invalid RIFF header
PES 2013 v1.13.1 2023-09-24 Failed to read valid video stream data from header
PES 2013 v1.14.2 2023-02-26 UI scissor out of bounds in MainScreen: 1810,96-515,984 / 1080,2340
PES 2013 v1.14.2 2023-02-26 UI scissor out of bounds in MainScreen: 0,79-1794,1001 / 1080,2340
PES 2013 v1.9.0 2023-02-06 MIPSCompileOp: Invalid instruction 43f5a43c
PES 2013 v1.9.0 2023-02-06 MIPSCompileOp: Invalid instruction 42efb803
PES 2013 v1.13.2 2023-01-29 sceKernelLoadModule: unsupported options size=00000014, flags=0899b0cc, pos=0, access=1, data=1, text=1
PES 2013 v1.14.4 2023-01-17 Jump to invalid address: 0214b114
PES 2013 v1.14.4 2023-01-17 ReadFromHardware: Invalid address 000022fe near PC 000022fe LR 0899e894
PES 2013 v1.14.4 2023-01-14 sceDmacMemcpy(dest=040cc000, src=091f3c70, size=557056): overlapping read
PES 2013 v1.14.4 2023-01-11 Unknown GetPointer 78ab6a44 PC 78ab6a44 LR 78ab6a44
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction cfa00bf9
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 03e8033c
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 00005ffa
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 00001ba9
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 03f00014
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 0bf90000
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 0000cfff
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 000cffff
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 0005afff
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction cc000000
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 07fc4000
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 7cdfffff
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction efefee10
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction eeeeeed9
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 000018ff
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 000006ff
PES 2013 v1.9.0 2023-01-09 WriteToHardware: Invalid address 00000000 near PC 08144e48 LR 41100000
PES 2013 v1.9.0 2023-01-09 Branch in Jump delay slot at 08144e4c in block starting at 08144d24
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 0000009f
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction f3009fd0
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 0000008e
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 00000cfe
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 00008ffe
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction eeeeeeee
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction eeefe100
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 9fd10000
PES 2013 v1.9.0 2023-01-09 Branch in RSRTComp delay slot at 081408d8 in block starting at 081408d4
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 00006ffb
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 44200000
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 46200000
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 0ff08000
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 07d40fe8
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 0bfc4000
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 0007cc81
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 00000005
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 712db160
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction 067c132d
PES 2013 v1.9.0 2023-01-09 MIPSCompileOp: Invalid instruction d0a3198f
PES 2013 v1.9.0 2023-01-09 Jump to invalid address: 075918c0
PES 2013 v1.14.2 2023-01-08 UI scissor out of bounds in MainScreen: 0,0-1078,721 / 1440,720
PES 2013 v1.14.1 2023-01-06 UI scissor out of bounds in GameSettingsScreen: 325,0-1262,720 / 1504,720
PES 2013 v1.12.3 2023-01-06 sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2
PES 2013 v1.14.2 2023-01-05 UI scissor out of bounds in MainScreen: 417,659-192,107 / 1280,720
PES 2013 v1.14.2 2023-01-05 UI scissor out of bounds in MainScreen: 0,641-720,639 / 1280,720
PES 2013 v1.14.2 2023-01-05 UI scissor out of bounds in MainScreen: 1540,7-712,398 / 1280,720
PES 2013 v1.14.2 2023-01-05 UI scissor out of bounds in MainScreen: 0,48-1518,357 / 1280,720
PES 2013 v1.14.2 2023-01-05 UI scissor out of bounds in MainScreen: 0,0-1518,405 / 1280,720
PES 2013 v1.13.2 2022-12-09 Ignoring possible texturing from framebuffer at 04173200 +0x184 / 64x272
PES 2013 v1.13.2 2022-12-09 Attempted set for logic op: f
PES 2013 v1.13.2 2022-12-09 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167508176
PES 2013 v1.12.3 2022-11-29 Unknown GetPointer e85de340 PC 0884c6a8 LR 08820e88
PES 2013 v1.16.3 2023-09-26 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=2, text=2
PES 2013 v1.16.3 2023-09-26 sceKernelLoadModule: unsupported options size=00000014, flags=000001a4, pos=0, access=1, data=1, text=1
PES 2013 v1.15.4 2023-09-12 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=2, text=2
PES 2013 v1.15.4 2023-09-12 sceKernelLoadModule: unsupported options size=00000014, flags=0899a904, pos=0, access=1, data=1, text=1
PES 2013 v1.13.2 2022-10-08 Normal projection mapping without normal?
PES 2013 v1.9.4 2022-09-25 sceDmacMemcpy(dest=04154000, src=0948cc70, size=557056): overlapping read
PES 2013 v1.4.2-425-g7a7ccee5e 2022-09-20 Unknown GetPointer 00000000 PC 08808458 LR 08808460
PES 2013 v1.16.1 2023-09-18 sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5164, pos=0, access=1, data=2, text=2
PES 2013 v1.13.1 2022-09-07 Unknown GetPointer 00000020 PC 08815f88 LR 08815fd4
PES 2013 v1.14.4 2023-03-05 Unknown GetPointerWrite 00000000 PC 088287f4 LR 08828804
PES 2013 v1.13.1 2022-09-03 80000107=sceDisplaySetFrameBuf(00000000, 0, 0, 0): must change latched framebuf first
PES 2013 v1.8.0 2023-04-29 ReadFromHardware: Invalid address 78ab6c8d near PC 78ab6c8d LR 78ab6c8d
PES 2013 v1.15.4 2023-06-27 Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460
PES 2013 v1.16.2 2023-09-26 sceNetAdhocMatchingInit(32768) at 08a71bd0
PES 2013 v1.10.3 2022-07-25 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 167769136