Recent logs - eFootball PES 2021 By GABRIEL

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 2021 By GABRIEL v1.16.4 2023-09-30 Can't draw: No current render step. Step count: 0
eFootball PES 2021 By GABRIEL v1.14.4 2023-09-29 Unknown GetPointer 8000a000 PC 8000a000 LR 08a3c160
eFootball PES 2021 By GABRIEL v1.14.4 2023-09-29 ReadFromHardware: Invalid address 8000a000 near PC 8000a000 LR 08a3c160
eFootball PES 2021 By GABRIEL v1.9.4 2023-09-28 Unknown GetPointer 00000000 PC 0881606c LR 08816080
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-26 ReadFromHardware: Invalid address 13965798 near PC 08849a3c LR 08849a48
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-26 ReadFromHardware: Invalid address 13a86928 near PC 08849a3c LR 08849a48
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-24 ReadFromHardware: Invalid address 00000000 near PC 0881c154 LR 0881c154
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-24 __KernelStopThread: thread 372 does not exist (helper deleted)
eFootball PES 2021 By GABRIEL v1.16.3 2023-09-24 Unknown GetPointer 00e28870 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.11.3 2023-09-23 Unknown GetPointer 8031753b PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.14.4 2023-09-23 Replacement rowPitch=2048, but w=5852 (level=0)
eFootball PES 2021 By GABRIEL v1.16.2 2023-09-23 ReadFromHardware: Invalid address 0000000c near PC 08c0a3d0 LR 08c0a3d0
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-22 ReadFromHardware: Invalid address 00000000 near PC 08813340 LR 08813390
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-22 WriteToHardware: Invalid address 000001d4 near PC 088258d0 LR 088258dc
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-22 WriteToHardware: Invalid address 3cbe445a near PC 0880b43c LR 0880b448
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-22 ReadFromHardware: Invalid address 367a1120 near PC 0880b43c LR 0880b448
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-21 ReadFromHardware: Invalid address 13965098 near PC 08849a3c LR 08849a48
eFootball PES 2021 By GABRIEL v1.16.1 2023-09-21 Unknown GetPointer 00001a1c PC 0881c410 LR 0881c420
eFootball PES 2021 By GABRIEL v1.14.2 2023-09-18 UI scissor out of bounds in SavedataScreen: 1077,153-0,74 / 960,540
eFootball PES 2021 By GABRIEL v1.14.2 2023-09-18 UI scissor out of bounds in SavedataScreen: 1077,75-0,74 / 960,540
eFootball PES 2021 By GABRIEL v1.16.3 2023-09-23 807f00fd=sceMp3Init(00000000): invalid sample rate v0 l2 rate 03
eFootball PES 2021 By GABRIEL v1.14.2 2023-09-18 UI scissor out of bounds in SavedataScreen: 976,153-0,74 / 960,540
eFootball PES 2021 By GABRIEL v1.14.2 2023-09-18 UI scissor out of bounds in SavedataScreen: 976,75-0,74 / 960,540
eFootball PES 2021 By GABRIEL v1.14.2 2023-09-18 UI scissor out of bounds in SavedataScreen: 1110,153-0,74 / 960,540
eFootball PES 2021 By GABRIEL v1.14.2 2023-09-18 UI scissor out of bounds in SavedataScreen: 1110,75-0,74 / 960,540
eFootball PES 2021 By GABRIEL v1.16.1 2023-09-17 sceSasSetSimpleADSR(08bb3a00, 0, fff9ecd9, fff5ebdd): Invalid ADSREnv2
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-17 Unknown GetPointer 6060603f PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.9.4 2023-09-17 Unknown GetPointer 382694ff PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.16.1 2023-09-15 Error in shader program link: info: L0010 Uniform 'u_texelDelta' differ on precision fs: postshader #ifdef GL_ES precision mediump float; #endif //Note : Recommend to use PPSSPP v1.1.1-183-gb411fc0 or newer for full functionality, there were some bugs in earlier versions. //Note2 : Upscaling, smoothing and sharpening filters are not set to be mixed between each other since the results are pointless(they counter each other). // Only last one applies, so pick just one of them, mess around with it's settings and add other effects as needed. //====================================================================================================================================================================== //SMOOTHING FILTERS: //If you love smooth graphics ~ those are also great for downscaling - to do that, you need to use higher rendering res than your display res //================ #define FXAA 0 //ON:1/OFF:0 /default FXAA, orginal info below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering #define Gsmoothing 3.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 0 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ //SHARPENING FILTERS: //if you need very sharp image, add lots of aliasing //================ #define SHARPEN 0 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 7.5 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 0 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ //UPSCALING FILTERS: //To use those, you have to set rendering res to smaller than window/display size(x1 for best results) and screen scaling filter to "nearest" //Starting from v1.1.1-28-g70e9979 you can also add Upscaling=True to ini file(check example) to do it automatically //================ #define xBR 1 //ON:1/OFF:0 /5xBR upscale, nice for 2D games especially those that might be buggy with higher rendering res, initially made by Hyllian - license below #define VariantB 0 //ON:1/OFF:0 /slightly less effect on fonts, dots and other small details //================ #define xHQ 0 //ON:1/OFF:0 same as 4xHQ in PPSSPP, but actually using output resolution #define scaleoffset 0.75 //Default: 0.75 /you can tweek it between 0.5 and 1.0, Note: to little = no effect, to high = ugliness //================ //OTHER FILTERS: //Most effects from here on can be fully mixed without loosing previous effects. Exceptions: Natural Colors, Advanced Cartoon //================ #define BLOOM 0 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define MIKU 0 //Hatsune<3 this is an optional bloom filter for all those pale anime faces which get white otherwise:P tested on Miku in white dress #define samples 3 //Default: 4 /higher = more glow, worse performance #define quality 0.22 //Default: 0.18 /lower = smaller glow, better quality #define Bpower 1.0 //Default: 1.0 /amount of bloom mixed //================ #define COLORED 1 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.5 //Default: 0.5 /strenght of the effect //================ #define NATURALC 0 //ON:1/OFF:0 /by popular demand, natular colors, note: this shader can't be fully mixed with smoothing/sharpening/upscaling effects #define ncpower 0.5 //Default:0.5 / higher = more natural color, check note line above //================ #define ACART
eFootball PES 2021 By GABRIEL v1.16.1 2023-09-15 Error in shader compilation: info: 0:387: L0002: No matching function for call to 'mul' 0:391: L0001: Expected literal or '(', got 'else' postshader #ifdef GL_ES precision mediump float; #endif // PPSSPP: Grabbed from Processing and slightly modified. // FXAA shader, GLSL code adapted from: // http://horde3d.org/wiki/index.php5?title=Shading_Technique_-_FXAA // Whitepaper describing the technique: // http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf //====================================================================================================================================================================== //Extra options: #define FXAA 0 //ON:1/OFF:0 /default FXAA, info above //there's no extra config for fxaa here since from what I checked this simple fxaa version offers only more blur or less aa;c, you can check it yourself below //================ #define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering, don't use with either FXAA nor sharpen filters #define Gsmoothing 3.5 //Default: 3.5 /increase for smoother(blurry) graphics //================ #define GAUSS_S 0 //ON:1/OFF:0 /simple gauss filtering by Bigpet, slightly different from above /you can find standalone in https://github.com/hrydgard/ppsspp/issues/7242 //================ #define MIKU 0 //Hatsune<3 this is an optional filter for all those pale anime faces which get white with bloom/colored:P tested on Miku in white dress //================ #define BLOOM 0 //ON:1/OFF:0 /bloom implementation from "my heroics" blog http://myheroics.wordpress.com/2008/09/04/glsl-bloom-shader/ #define samples 4 //Default: 4 /higher = more glow, worser performance #define quality 0.25 //Default: 0.25 /lower = smaller glow, better quality #define factor 0.002 //Default: 0.002 /just an extra tweak for the bloom slightly higher values might look better in some cases, but too much can cause artifacts #define Bpower 0.5 //Default: 0.5 /amount of bloom mixed //================ #define COLORED 0 //ON:1/OFF:0 /coloring part of KrossX Overlay Bloom shader from here http://www.mediafire.com/krossx#ste5pa5ijfa0o #define Cpower 0.5 //Default: 0.5 /amount of effect mixed //================ #define SHARPEN 0 //ON:1/OFF:0 /a simple sharpen filter, might be counterproductive to FXAA and BLOOM, hence disabled by default #define value 7.5 //Default: 7.5 /higher = more visible effect //================ #define S_COM_V2 1 //Sharpen Complex v2 from https://github.com/mpc-hc similar to above in effect, maybe more accurate #define S_val0 5.0 //Default: 5.0 /higher ~ increases sharpness /negative ~ can add extra blurr/strange effect //================ #define SHADEBOOST 0 //ON:1/OFF:0 /color correction from GSdx/pcsx2 plugin, initially taken from http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=21057 #define saturation 1.0 //Default: 1.0 //negative will look like inverted colors shader #define brightness 1.0 //Default: 1.0 #define contrast 1.0 //Default: 1.0 //negative will be... well negative;p #define red 1.0 //Default: 1.0 #define green 1.0 //Default: 1.0 #define blue 1.0 //Default: 1.0 //Shadeboost presets: //Shadeboost must be activated, presets override options above int SEPIA = 0; //Moody coolors:) int GRAYSCALE = 0; //Just for lols? int NEGATIVE = 0; //As above int PSPCOLORS = 0; //Makes the colors as on older PSP screens(colder) //All presets are simple switch ON:1/OFF:0, //================ #define GAMMA 0 //simple gamma function after reading http://filmicgames.com/archives/299 #define correction 1.0 //Default: 1.0 //================ #define SCANLINES 0 //Ugly lines which never existed on psp, yet are popular among some people(I had to, sorry:P) #define SLsize 1 //Default: 1 /basically sets how wide each line is, from 1 to looks_weird_when_too_high #define SL
eFootball PES 2021 By GABRIEL v1.16.1 2023-09-15 Unknown GetPointer 44a7b33f PC 0881c410 LR 0881c420
eFootball PES 2021 By GABRIEL v1.6.3 2023-09-09 Error in shader program link: info: Link failed because of missing fragment shader. fs: 00004000:00200022 Tex TexAlpha Fog Flat TFuncMod #version 300 es #extension GL_EXT_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; inout 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:0000091c HWX C T Fog Tex Flat #version 300 es precision highp float; in vec3 position; in vec2 texcoord; in lowp vec4 color0; uniform mat4 u_proj; uniform mat4 u_world; uniform mat4 u_view; uniform vec4 u_uvscaleoffset; uniform lowp vec4 u_matambientalpha; uniform highp vec2 u_fogcoef; flat out lowp vec4 v_color0; out mediump vec3 v_texcoord; out mediump float v_fogdepth; void main() { vec3 worldpos = (u_world * vec4(position.xyz, 1.0)).xyz; mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0); vec4 viewPos = u_view * vec4(worldpos, 1.0); gl_Position = u_proj * viewPos; v_color0 = color0; v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0); v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y; }
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-07 Unknown GetPointer 0000d241 PC 0881c410 LR 0881c420
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-07 ReadFromHardware: Invalid address bb486a6c near PC bb486a6c LR 08a3c148
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-06 sceKernelLoadModuleByID: unsupported options size=00000014, flags=08aa3278, pos=0, access=1, data=1, text=1
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-06 Unknown GetPointer f9420270 PC 0884a908 LR 0884a928
eFootball PES 2021 By GABRIEL v1.14.4 2023-09-04 Replacement rowPitch=256, but w=2112 (level=0)
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-04 Unknown GetPointer 7f138bff PC 0884a908 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-03 sceKernelLoadModule: unsupported options size=00000014, flags=08cacd90, pos=0, access=1, data=2, text=2
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-03 sceKernelLoadModule: unsupported options size=00000014, flags=00000001, pos=0, access=1, data=1, text=1
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-03 Unknown GetPointerWrite 413c37d1 PC 0888d3ec LR 0888d3fc
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-02 ReadFromHardware: Invalid address 13964518 near PC 08863d80 LR 08849a48
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-01 Unknown GetPointer 61632079 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-09-01 Unknown GetPointer 8b2002e3 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-31 Unknown GetPointer e7004eb7 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.14.4 2023-08-31 Replacement rowPitch=64, but w=4000 (level=0)
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-30 Unknown GetPointer 298662a4 PC 0881c410 LR 0881c420
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-30 Unknown GetPointer c1139201 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-29 Unknown GetPointer d3204606 PC 08a02a0c LR 08872874
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-29 Unknown GetPointerWrite 06071606 PC 08a02a0c LR 08872874
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-28 Unknown GetPointerWrite fff6f6f6 PC 0880840c LR 08808424
eFootball PES 2021 By GABRIEL v1.14.4 2023-08-27 Unknown GetPointer ba1eb000 PC 0884a908 LR 0884a928
eFootball PES 2021 By GABRIEL v1.11.3 2023-08-27 ReadFromHardware: Invalid address ffe0f700 near PC ffe0f700 LR 08a3c160
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-27 Unknown GetPointer 0554890a PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-26 Unknown GetPointer 7a000001 PC 0884d7a4 LR 0884d7c4
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-25 Unknown GetPointer 79fe55e0 PC 08815fb0 LR 08815fbc
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-24 Unknown GetPointer 00280000 PC 0884a908 LR 0884a928
eFootball PES 2021 By GABRIEL v1.11.3 2023-08-22 MIPSCompileOp: Invalid instruction 475f5053
eFootball PES 2021 By GABRIEL v1.11.3 2023-08-22 MIPSCompileOp: Invalid instruction 63736964
eFootball PES 2021 By GABRIEL v1.11.3 2023-08-22 Jump to invalid address: 000000c0
eFootball PES 2021 By GABRIEL v1.11.3 2023-08-22 Unknown GetPointer 00000000 PC 00000000 LR 00000000
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-22 Unknown GetPointer 00004601 PC 0881c410 LR 0881c420
eFootball PES 2021 By GABRIEL v1.10.1 2023-08-22 Unknown GetPointer 66608cc1 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.14.4 2023-08-20 Replacement rowPitch=256, but w=4320 (level=0)
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-20 Unknown GetPointer 11ff080c PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-21 807f00fd=sceMp3Init(00000000): invalid bitrate v3 l0 rate 0000
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-18 Jump to invalid address: 07301a80
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-18 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 0899e65c
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-18 MIPSCompileOp: Invalid instruction 00001fb8
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-18 MIPSCompileOp: Invalid instruction 00000085
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-18 MIPSCompileOp: Invalid instruction 0000033a
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-18 MIPSCompileOp: Invalid instruction 00002a5e
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-17 Unknown GetPointer 00040025 PC 08816078 LR 08816080
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-17 Unknown GetPointerWrite 00000000 PC 08808440 LR 08808448
eFootball PES 2021 By GABRIEL v1.14 2023-08-15 UI scissor out of bounds in GameSettingsScreen: 245,0-992,544 / 1178,544
eFootball PES 2021 By GABRIEL v1.14.4 2023-08-13 Unknown GetPointer 00000140 PC 08824ce4 LR 088113c4
eFootball PES 2021 By GABRIEL v1.14.4 2023-08-13 Unknown GetPointerWrite 00000000 PC 08824ce4 LR 088113c4
eFootball PES 2021 By GABRIEL v1.10.2 2023-09-02 Unknown GetPointer 00000000 PC 08824a48 LR 088113c4
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-10 Unknown GetPointer bc6d4f8a PC 0884d5a0 LR 0884d7c4
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-10 An uneaten prefix at end of block: 0893bd34
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-10 Unknown GetPointer 147a9871 PC 08849a48 LR 0884a928
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-08 Unknown GetPointer 0000d468 PC 0881c410 LR 0881c420
eFootball PES 2021 By GABRIEL v1.12.2 2023-08-05 MIPSCompileOp: Invalid instruction 000000b8
eFootball PES 2021 By GABRIEL v1.12.2 2023-08-05 MIPSCompileOp: Invalid instruction 000000f9
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-03 Unknown GetPointerWrite 00000000 PC 088287e8 LR 088287f0
eFootball PES 2021 By GABRIEL v1.15.4 2023-08-03 Unknown GetPointer 00110000 PC 0884a908 LR 0884a928
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c7c2d0
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c7c240
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c7c320
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c7c270
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02338a50
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02345ce0
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 0233c550
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 023357e0
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02330af0
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c7c300
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02333980
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c7c2e0
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c40000
eFootball PES 2021 By GABRIEL v1.5.3 2023-08-02 Jump to invalid address: 02c70fe0