Recent logs - eFootball PES By HAROUN TECH

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
eFootball PES By HAROUN TECH v1.11.3 2024-03-26 Branch in Jump delay slot at 0001000a in block starting at 00010002
eFootball PES By HAROUN TECH v1.11.3 2024-03-26 ReadFromHardware: Invalid address 00000002 near PC 00000002 LR 00000002
eFootball PES By HAROUN TECH v1.12.3 2024-03-21 Unknown GetPointer 00000000 PC 08a02a0c LR 08a1e5b0
eFootball PES By HAROUN TECH v1.17.1 2024-03-20 sceGeBreak(mode=0, unknown=09fff4e0): unknown ptr (valid)
eFootball PES By HAROUN TECH v1.17.1 2024-03-20 sceGeBreak(mode=0, unknown=09fff4d0): unknown ptr (valid)
eFootball PES By HAROUN TECH v1.9.4 2024-03-18 80630006=sceAtracSetDataAndGetID(09a25200, 00003000): invalid RIFF header
eFootball PES By HAROUN TECH v1.15.4 2024-03-15 ReadFromHardware: Invalid address 0000000c near PC 08c0a3d0 LR 08c0a3d0
eFootball PES By HAROUN TECH v1.16.6 2024-03-13 ReadFromHardware: Invalid address 00000002 near PC 08815f88 LR 08815f88
eFootball PES By HAROUN TECH v1.16.6 2024-03-13 WriteToHardware: Invalid address 00000004 near PC 088a69c4 LR 088a69f4
eFootball PES By HAROUN TECH v1.16.6 2024-03-13 ReadFromHardware: Invalid address 00000004 near PC 088a69c4 LR 088a69f4
eFootball PES By HAROUN TECH v1.6.3 2024-02-29 Error in shader compilation: info: 00000000:0000000a THR C #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES By HAROUN TECH v1.10.3 2024-02-24 Unknown GetPointer 2c662dc2 PC 0884d5b0 LR 0884d7d4
eFootball PES By HAROUN TECH v1.10.3 2024-02-24 Unknown GetPointer 2c6631c2 PC 0884d5b0 LR 0884d7d4
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 Branch in RSRTComp delay slot at 00010014 in block starting at 00010000
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 Jump to invalid address: 00f93944
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 MIPSCompileOp 695d0b0b failed
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 MIPSCompileOp: Invalid instruction 48acccdc
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 Jump to invalid address: 0785ba40
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 Branch in Jump delay slot at 00010000 in block starting at 00010000
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 Jump to invalid address: 07530b00
eFootball PES By HAROUN TECH v1.11.3 2024-02-22 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0899e6a8
eFootball PES By HAROUN TECH v1.10.3 2024-02-21 sceDmacMemcpy(dest=040cc000, src=0948f1b0, size=557056): overlapping read
eFootball PES By HAROUN TECH v1.16.6 2024-02-16 Unknown GetPointer 007f4618 PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.12.3 2024-02-06 Error in shader program link: info: (unknown reason) 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; }
eFootball PES By HAROUN TECH v1.16.6 2024-02-03 Unknown GetPointer e3524a1f PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.9.4 2024-01-26 MIPSCompileOp: Invalid instruction 0000003c
eFootball PES By HAROUN TECH v1.16.6 2024-01-12 sceDmacMemcpy(dest=04154000, src=0948f1b0, size=557056): overlapping read
eFootball PES By HAROUN TECH v1.16.6 2024-01-12 ReadFromHardware: Invalid address 133ac42a near PC 0880a1d4 LR 0880a548
eFootball PES By HAROUN TECH v1.9.4 2024-01-09 Unknown GetPointer 2c6652c2 PC 0884d5b0 LR 0884d7d4
eFootball PES By HAROUN TECH v1.6.3 2024-01-02 Error in shader program link: info: Link failed because of missing vertex shader. fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; flat in vec4 v_color0; uniform vec3 u_fogcolor; in mediump float v_fogdepth; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = p * t; float fogCoef = clamp(v_fogdepth, 0.0, 1.0); v = mix(vec4(u_fogcolor, v.a), v, fogCoef); fragColor0 = v; } vs: 40000000:00000014 Fog Tex Flat #version 300 es precision highp float; in vec4 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform highp vec2 u_fogcoef; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; v_fogdepth = position.w; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES By HAROUN TECH v1.9.4 2024-01-02 sceDmacMemcpy(dest=086ce8c0, src=092ed040, size=1251136): overlapping read
eFootball PES By HAROUN TECH v1.16.6 2023-12-31 Unknown GetPointer 00004ba0 PC 0881c428 LR 0881c438
eFootball PES By HAROUN TECH v1.14 2023-12-29 UI scissor out of bounds in MainScreen: 0,0-995,721 / 1357,720
eFootball PES By HAROUN TECH v1.14 2023-12-28 UI scissor out of bounds in GameSettingsScreen: 238,0-1108,721 / 1357,720
eFootball PES By HAROUN TECH v1.8.0 2023-12-23 Jump to invalid address: 07ffea40
eFootball PES By HAROUN TECH v1.8.0 2023-12-23 Jump to invalid address: 07fffff0
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145269936
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145257684
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1082130432
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 13070
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142623468
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145106660
eFootball PES By HAROUN TECH v1.11.3 2023-12-22 sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=2, text=2
eFootball PES By HAROUN TECH v1.8.0 2024-01-25 Unimplemented HLE function sceKernelFindModuleByUID
eFootball PES By HAROUN TECH v1.8.0 2023-12-21 Unknown GetPointer 80020142 PC 08220d4c LR 08220d4c
eFootball PES By HAROUN TECH v1.16.6 2024-01-27 807f00fd=sceMp3Init(00000000): invalid bitrate v2 l3 rate 000f
eFootball PES By HAROUN TECH v1.16.6 2024-01-27 807f00fd=sceMp3Init(00000000): invalid bitrate v1 l3 rate 0007
eFootball PES By HAROUN TECH v1.16.6 2023-12-17 Unknown GetPointer 00003320 PC 08815fc8 LR 08815fd4
eFootball PES By HAROUN TECH v1.14.2 2023-12-16 00000000=sceDisplaySetHoldMode(00000001): unsupported
eFootball PES By HAROUN TECH v1.14.2 2023-12-16 UNIMPL sceKernelSelfStopUnloadModule(00000001, 00000000, 00000000): game may have crashed
eFootball PES By HAROUN TECH v1.16.6 2024-02-05 Unknown GetPointerWrite 00000000 PC 08824cf4 LR 088113dc
eFootball PES By HAROUN TECH v1.16.6 2023-12-10 80630007=sceAtracSetData(2, 08d4b180, 00019800): atracID uses different codec type than data
eFootball PES By HAROUN TECH v1.16.6 2023-12-10 80630007=sceAtracSetData(2, 08d4b180, 00006000): atracID uses different codec type than data
eFootball PES By HAROUN TECH v1.16.6 2023-12-10 80630007=sceAtracSetData(2, 08d4b180, 00018700): atracID uses different codec type than data
eFootball PES By HAROUN TECH v1.11.3 2023-12-09 FBO created from existing depthbuffer as color, 04198000/00000000 and 04110000/04198000
eFootball PES By HAROUN TECH v1.11.3 2023-12-09 FBO created from existing depthbuffer as color, 04198000/00000000 and 04088000/04198000
eFootball PES By HAROUN TECH v1.7.4 2023-12-07 Jump to invalid address: 01110194
eFootball PES By HAROUN TECH v1.7.4 2023-12-07 MIPSCompileOp: Invalid instruction 780a3e11
eFootball PES By HAROUN TECH v1.7.4 2023-12-07 An uneaten prefix at end of block: 08fcb250
eFootball PES By HAROUN TECH v1.15.4 2023-12-06 Unknown GetPointer 00002b00 PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.11.3 2023-11-27 Unknown GetPointer ecffffff PC 0884d5b0 LR 0884d7d4
eFootball PES By HAROUN TECH v1.14.2 2023-11-20 UI scissor out of bounds in GameSettingsScreen: 299,0-1250,720 / 1476,720
eFootball PES By HAROUN TECH v1.7.5 2023-11-18 Unknown GetPointer 00000000 PC 08808448 LR 08808460
eFootball PES By HAROUN TECH v1.8.0 2023-11-13 Unknown GetPointer 00000000 PC 088e2fd8 LR 088e2fe8
eFootball PES By HAROUN TECH v1.16.6 2023-11-08 Unknown GetPointer 2c68f642 PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.16.5 2023-11-01 Unknown GetPointerWrite 0000122d PC 08872bb4 LR 08872c1c
eFootball PES By HAROUN TECH v1.16.5 2023-10-31 Unknown GetPointerWrite 0000071c PC 08872bb4 LR 08872c1c
eFootball PES By HAROUN TECH v1.8.0 2023-12-10 sceDmacMemcpy(dest=040cc000, src=09517240, size=557056): overlapping read
eFootball PES By HAROUN TECH v1.16.6 2023-12-02 sceDmacMemcpy(dest=040cc000, src=0927e1c0, size=557056): overlapping read
eFootball PES By HAROUN TECH v1.13.1 2024-03-20 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l3 rate 000f
eFootball PES By HAROUN TECH v1.16.6 2023-10-22 Unknown GetPointer 0000ab01 PC 0881c428 LR 0881c438
eFootball PES By HAROUN TECH v1.6.2 2023-10-22 Unknown GetPointer 2c5c2182 PC 0884d5b0 LR 0884d7d4
eFootball PES By HAROUN TECH v1.13.2 2023-10-21 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; uniform vec2 TintSaturation; vec3 rgb2hsv(vec3 c) { vec4 K = vec4(0.0, -1.0 / 3.0, 2.0 / 3.0, -1.0); vec4 p = mix(vec4(c.bg, K.wz), vec4(c.gb, K.xy), step(c.b, c.g)); vec4 q = mix(vec4(p.xyw, c.r), vec4(c.r, p.yzx), step(p.x, c.r)); float d = q.x - min(q.w, q.y); float e = 1.0e-10; return vec3(abs(q.z + (q.w - q.y) / (6.0 * d + e)), d / (q.x + e), q.x); } vec3 hsv2rgb(vec3 c) { vec4 K = vec4(1.0, 2.0 / 3.0, 1.0 / 3.0, 3.0); vec3 p = abs(fract(c.xxx + K.xyz) * 6.0 - K.www); return c.z * mix(K.xxx, clamp(p - K.xxx, 0.0, 1.0), c.y); } void main() { gl_Position = WorldViewProj * vec4(Position, 1.0); vec3 hsv = rgb2hsv(Color0.xyz); hsv.x += TintSaturation.x; hsv.y *= TintSaturation.y; oColor0 = vec4(hsv2rgb(hsv), Color0.w); oTexCoord0 = TexCoord0; }
eFootball PES By HAROUN TECH v1.15.3 2023-10-20 Unknown GetPointerWrite 000000c0 PC 088113d4 LR 088113dc
eFootball PES By HAROUN TECH v1.15.4 2023-10-17 80630006=sceAtracSetData(2, 08d13140, 00038000): invalid RIFF header
eFootball PES By HAROUN TECH v1.16.5 2023-10-14 Unexpected mpeg first timestamp: 0 / 0
eFootball PES By HAROUN TECH v1.15.4 2023-10-09 00000400=sceGeEdramSetAddrTranslation(00001000)
eFootball PES By HAROUN TECH v1.15.4 2023-10-09 sceKernelLoadModule: unsupported options size=00000014, flags=089d33b8, pos=0, access=1, data=2, text=2
eFootball PES By HAROUN TECH v1.16.5 2023-10-08 sceDmacMemcpy(dest=04154000, src=091f6230, size=557056): overlapping read
eFootball PES By HAROUN TECH v1.8.0 2023-10-07 Unknown GetPointer 2c5c5e82 PC 0884d5b0 LR 0884d7d4
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in GameSettingsScreen: 128,0-454,272 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 616,219-0,6 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 616,175-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 616,130-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 616,86-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 616,42-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 629,219-0,6 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 629,175-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 629,130-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 629,86-0,42 / 544,272
eFootball PES By HAROUN TECH v1.14.2 2023-10-06 UI scissor out of bounds in SavedataScreen: 629,42-0,42 / 544,272
eFootball PES By HAROUN TECH v1.9.4 2023-09-30 Unknown GetPointer d6b0aeaa PC 0881c428 LR 0881c438
eFootball PES By HAROUN TECH v1.15.4 2023-09-29 Unknown GetPointer 0000ab97 PC 0881c0fc LR 0881c10c
eFootball PES By HAROUN TECH v1.15.4 2023-09-29 Unknown GetPointer 00000038 PC 08824cf4 LR 088113dc
eFootball PES By HAROUN TECH v1.15.4 2023-09-29 Unknown GetPointerWrite 00000040 PC 08824cf4 LR 088113dc
eFootball PES By HAROUN TECH v1.16.1 2023-09-20 Unknown GetPointer 00180000 PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.16.6 2024-02-05 Unknown GetPointer 00000140 PC 08824cf4 LR 088113dc
eFootball PES By HAROUN TECH v1.16.6 2023-12-02 Unknown GetPointer 0000ab00 PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.13.1 2023-09-15 Unknown GetPointer 4a00002b PC 0884d7b4 LR 0884d7d4
eFootball PES By HAROUN TECH v1.15.4 2023-09-13 Unknown GetPointer 00000020 PC 08815f88 LR 08815fd4