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 PC - V. |
v1.6.3 |
2024-10-14 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 00004000:00000022 Tex TexAlpha Flat TFuncMod
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
flat in vec4 v_color0;
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;
fragColor0 = v;
}
vs: 40000000:00000918 HWX C T 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;
flat out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
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);
}
|
eFootball PC - V. |
v1.8.0 |
2024-10-14 |
Error in shader program link: info: Error: input v_texcoordNC0 not declared in output from previous stage.
Error: Linking failed.
fs: postshader
//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).
// Awas ngelag! :u
//======================================================================================================================================================================
//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 1 //ON:1/OFF:0 /default FXAA, orginal info below
//================
#define GAUSS_SQ 0 //ON:1/OFF:0 /full square gauss filtering
#define Gsmoothing 2.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 0.98 //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 KIMOCHI 1 //Senpai!
#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.69 //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 ACARTOON 0 //ON:1/OFF:0 Advanced Cartoon from Guest shader pack
#define th 0.10 //Default: 0.10 /outlines sensitivity, recommended from 0.00...0.50
#define bb 0.45 //Default: 0.45 /outlines |
eFootball PC - V. |
v1.11.3 |
2024-10-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145851408 |
eFootball PC - V. |
v1.11.3 |
2024-10-13 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
eFootball PC - V. |
v1.9.4 |
2024-10-13 |
Jump to invalid address: 0bb8c370 |
eFootball PC - V. |
v1.9.4 |
2024-10-13 |
Jump to invalid address: 0bb8c170 |
eFootball PC - V. |
v1.9.4 |
2024-10-13 |
MIPSCompileOp: Invalid instruction 71e5b068 |
eFootball PC - V. |
v1.9.4 |
2024-10-13 |
Jump to invalid address: 0bb8c270 |
eFootball PC - V. |
v1.9.4 |
2024-10-13 |
Jump to invalid address: 0708bf60 |
eFootball PC - V. |
v1.17.1 |
2024-10-13 |
00000400=sceGeEdramSetAddrTranslation(00000400) |
eFootball PC - V. |
v1.17.1 |
2024-10-12 |
Unknown GetPointer 70fd9380 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2024-10-13 |
ReadFromHardware: Invalid address 00000019 near PC 0881bf88 LR 0881bf88 |
eFootball PC - V. |
v1.17.1 |
2024-10-13 |
ReadFromHardware: Invalid address 00000010 near PC 08815204 LR 0881bf88 |
eFootball PC - V. |
v1.9.4 |
2024-10-12 |
Jump to invalid address: 0bb8e970 |
eFootball PC - V. |
v1.9.4 |
2024-10-12 |
MIPSCompileOp: Invalid instruction 71e3fe68 |
eFootball PC - V. |
v1.9.4 |
2024-10-12 |
Jump to invalid address: 0bb8eb70 |
eFootball PC - V. |
v1.9.4 |
2024-10-12 |
Jump to invalid address: 0708e760 |
eFootball PC - V. |
v1.9.4 |
2024-10-12 |
Jump to invalid address: 0bb8ea70 |
eFootball PC - V. |
v1.6.3 |
2024-10-11 |
ReadFromHardware: Invalid address 90f21d00 near PC 90f21d00 LR 08000018 |
eFootball PC - V. |
v1.9.4 |
2024-10-11 |
Unknown GetPointer 2985f675 PC 0881c2d8 LR 0881c2e8 |
eFootball PC - V. |
v1.9.4 |
2024-10-11 |
Unknown GetPointer 3b530869 PC 0888d3fc LR 0888d40c |
eFootball PC - V. |
v1.10.3 |
2024-10-11 |
80630006=sceAtracSetDataAndGetID(09a25200, 00002800): invalid RIFF header |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Jump to invalid address: 0bbc9070 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Jump to invalid address: 0bbc8d70 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Jump to invalid address: 0bbc8c70 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Jump to invalid address: 070c8960 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Jump to invalid address: 0bbc8b70 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Unknown GetPointer 0016a85b PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.9.4 |
2024-10-10 |
ReadFromHardware: Invalid address b1a4bb77 near PC b1a4bb77 LR 08000018 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
Unknown GetPointer 00000000 PC 088e2fd8 LR 088e2fe8 |
eFootball PC - V. |
v1.17.1 |
2024-10-10 |
MIPSCompileOp: Invalid instruction 06060100 |
eFootball PC - V. |
v1.8.0 |
2024-10-09 |
ReadFromHardware: Invalid address f3bc7070 near PC f3bc7070 LR 08000018 |
eFootball PC - V. |
v1.17.1 |
2024-10-09 |
MIPSCompileOp: Invalid instruction b2304f79 |
eFootball PC - V. |
v1.17.1 |
2024-10-09 |
MIPSCompileOp: Invalid instruction b24acbc7 |
eFootball PC - V. |
v1.17.1 |
2024-10-09 |
MIPSCompileOp: Invalid instruction 00000005 |
eFootball PC - V. |
v1.12.3 |
2024-10-09 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 16 |
eFootball PC - V. |
v1.10.3 |
2024-10-08 |
sceDmacMemcpy(dest=04154000, src=0948f070, size=557056): overlapping read |
eFootball PC - V. |
v1.17.4-1 |
2024-10-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.17.4-1 |
2024-10-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
eFootball PC - V. |
v1.17.3 |
2024-10-07 |
Unknown GetPointerWrite 00000000 PC 08a02a0c LR 08828800 |
eFootball PC - V. |
v1.8.0 |
2024-10-07 |
Unknown GetPointer 298572e1 PC 0881c2d8 LR 0881c2e8 |
eFootball PC - V. |
v1.17.1 |
2024-10-06 |
Unknown GetPointer 00533c3d PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.17.1 |
2024-10-06 |
Unknown GetPointer deadbf0f PC 08816084 LR 08816098 |
eFootball PC - V. |
v1.6.3 |
2024-10-05 |
sceDmacMemcpy(dest=04154000, src=09517080, size=557056): overlapping read |
eFootball PC - V. |
v1.17.1 |
2024-10-05 |
Unknown GetPointer 00000000 PC 08a08b0c LR 08a01a10 |
eFootball PC - V. |
v1.17.1 |
2024-10-14 |
Unknown GetPointer 00190000 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Unknown syscall in known module 'ThreadManForKernel': 0x4e3a1105 |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Unknown syscall in known module 'ThreadManForKernel': 0x3f53e640 |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Unknown syscall in known module 'ThreadManForKernel': 0xd6da4ba1 |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Ignoring func export sceNetIfhandle/fd8585e1, already implemented in HLE. |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Unknown syscall in known module 'ThreadManForKernel': 0x89b3d48c |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Unknown syscall in known module 'ThreadManForKernel': 0x1fb15a32 |
eFootball PC - V. |
v1.10.3 |
2024-10-04 |
Unknown syscall in known module 'ThreadManForKernel': 0x28b6489c |
eFootball PC - V. |
v1.17.1 |
2024-10-03 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.17.1 |
2024-10-04 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
eFootball PC - V. |
v1.13.2 |
2024-10-03 |
Bottom-right corner of source of block transfer is at an invalid address: 0480ffae |
eFootball PC - V. |
v1.13.2 |
2024-10-03 |
Bottom-right corner of source of block transfer is at an invalid address: 048103fe |
eFootball PC - V. |
v1.13.2 |
2024-10-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e4028, pos=0, access=1, data=1, text=1 |
eFootball PC - V. |
v1.13.2 |
2024-10-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=089e4028, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.10.3 |
2024-10-02 |
Unknown GetPointer 29859994 PC 0881c2d8 LR 0881c2e8 |
eFootball PC - V. |
v1.11.3 |
2024-10-01 |
Unknown GetPointer 00000000 PC 0884a8a4 LR 08849a64 |
eFootball PC - V. |
v1.17.1 |
2024-10-01 |
Savedata version requested: 3
--NA��[�뙕�eI��sB翞��v�
'? ����-��/9�+�9�-��>������^s
=P�ZC#���M|���X|���A�P��
�'���k�)1-\�T�/�Uxg[�)檌����b?0�H�ing: binary
Savedata version requested: %dSavedata version requested: 3 |
eFootball PC - V. |
v1.17.1 |
2024-10-01 |
807f00fd=sceMp3Init(00000000): invalid bitrate v2 l0 rate 0006 |
eFootball PC - V. |
v1.16.6 |
2024-09-30 |
Unknown GetPointerWrite 00000000 PC 08816084 LR 08816098 |
eFootball PC - V. |
v1.17.1 |
2024-09-29 |
Unknown GetPointer 0000b04b PC 0881c428 LR 0881c438 |
eFootball PC - V. |
v1.17.1 |
2024-09-29 |
80420014=__sceSasCore(08bb3ac0, e4b32d80): invalid address |
eFootball PC - V. |
v1.17.1 |
2024-09-29 |
80420014=__sceSasCore(08bb3ac0, e4b32980): invalid address |
eFootball PC - V. |
v1.9.4 |
2024-10-14 |
sceDmacMemcpy(dest=040cc000, src=086ce900, size=1251072): overlapping read |
eFootball PC - V. |
v1.9.4 |
2024-09-26 |
ReadFromHardware: Invalid address ec4ce124 near PC ec4ce124 LR 08000018 |
eFootball PC - V. |
v1.10.3 |
2024-09-26 |
Unknown GetPointer 29864421 PC 0881c2d8 LR 0881c2e8 |
eFootball PC - V. |
v1.17.1 |
2024-09-25 |
Unknown GetPointer 2c5ce6c2 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.17.1 |
2024-09-25 |
Unknown GetPointer 008c5b3f PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.17.1 |
2024-09-25 |
sceIoIoctl(disc0:/UMD_DATA.BIN, 01020001, 00000000, 0, 08b84800, 800) |
eFootball PC - V. |
v1.17.1 |
2024-09-24 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=08bc6500, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.16.6 |
2024-09-24 |
Unknown GetPointer 003a0000 PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.17.1 |
2024-09-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000136, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.10.3 |
2024-09-21 |
Unknown GetPointer 00000000 PC 08a0fe70 LR 08a0fe70 |
eFootball PC - V. |
v1.9.4 |
2024-09-21 |
MIPSCompileOp: Invalid instruction 73795365 |
eFootball PC - V. |
v1.9.4 |
2024-09-21 |
MIPSCompileOp: Invalid instruction 726f7463 |
eFootball PC - V. |
v1.17.1 |
2024-09-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089d5494, pos=0, access=1, data=2, text=2 |
eFootball PC - V. |
v1.17.1 |
2024-09-27 |
Unknown GetPointer 298572dd PC 0881c2d8 LR 0881c2e8 |
eFootball PC - V. |
v1.9.4 |
2024-09-17 |
Unknown GetPointer 2c5df382 PC 0884d5b0 LR 0884d7d4 |
eFootball PC - V. |
v1.9.4 |
2024-09-16 |
Unknown GetPointer 2985e7de PC 0881c2d8 LR 0881c2e8 |
eFootball PC - V. |
v1.9.4 |
2024-09-16 |
sceDmacMemcpy(dest=04154000, src=091f61b0, size=557056): overlapping read |
eFootball PC - V. |
v1.17.1 |
2024-09-16 |
sceDmacMemcpy(dest=092ed040, src=086cea80, size=1250688): overlapping read |
eFootball PC - V. |
v1.15.4 |
2024-09-14 |
Unknown GetPointer ff202020 PC 0884a918 LR 0884a938 |
eFootball PC - V. |
v1.9.4 |
2024-09-13 |
Branch in JumpReg delay slot at c42cc040 in block starting at c42bcc30 |
eFootball PC - V. |
v1.10.3 |
2024-09-12 |
sceDmacMemcpy(dest=040cc000, src=0948f070, size=557056): overlapping read |
eFootball PC - V. |
v1.6.3 |
2024-09-12 |
Error in shader program link: info: Link Error: Vertex shader is missing.
fs: 00004000:00000000 Flat
#version 300 es
#extension GL_EXT_shader_framebuffer_fetch : require
precision lowp float;
flat in vec4 v_color0;
inout vec4 fragColor0;
void main() {
vec4 v = v_color0 ;
fragColor0 = v;
}
vs: 40000000:00000002 THR Flat
#version 300 es
precision highp float;
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
flat out lowp vec4 v_color0;
void main() {
v_color0 = color0;
gl_Position = u_proj_through * vec4(position.xyz, 1.0);
}
|
eFootball PC - V. |
v1.17.4-1 |
2024-09-11 |
Unknown GetPointer 0000676e PC 08a02a0c LR 0881c438 |
eFootball PC - V. |
v1.17.1 |
2024-09-10 |
Unknown GetPointer 00210000 PC 0884d7b4 LR 0884d7d4 |
eFootball PC - V. |
v1.9.4 |
2024-09-08 |
Unknown GetPointer 00000909 PC 08872bb4 LR 08872c1c |
eFootball PC - V. |
v1.9.4 |
2024-09-08 |
Unknown GetPointer 00001212 PC 08872bb4 LR 08872c1c |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
An uneaten prefix at end of block: 0803d988 |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
Jump to invalid address: 0f4c0000 |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
MIPSCompileOp: Invalid instruction 000bffff |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
MIPSCompileOp: Invalid instruction 00049fff |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
MIPSCompileOp: Invalid instruction 70000004 |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
MIPSCompileOp: Invalid instruction 00009fff |
eFootball PC - V. |
v1.17.1 |
2024-09-08 |
MIPSCompileOp: Invalid instruction 000039df |