Recent logs - eFootball by HDX_GAMES 2023

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 by HDX_GAMES 2023 v1.17.1 2024-04-17 ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a1f464
eFootball by HDX_GAMES 2023 v1.17.1 2024-04-03 Unknown GetPointer 00000000 PC 0913f09c LR 0913f0ac
eFootball by HDX_GAMES 2023 v1.17.1 2024-04-20 sceDmacMemcpy(dest=040cc000, src=086ce8c0, size=1251136): overlapping read
eFootball by HDX_GAMES 2023 v1.12.3 2024-03-06 Unknown GetPointer 00000000 PC 08816148 LR 0881615c
eFootball by HDX_GAMES 2023 v1.11 2024-01-30 MIPSCompileOp: Invalid instruction 0000001f
eFootball by HDX_GAMES 2023 v1.11 2024-01-30 807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000
eFootball by HDX_GAMES 2023 v1.11 2024-01-30 sceMp3Init: invalid data: not layer 3
eFootball by HDX_GAMES 2023 v1.17.1 2024-04-26 Unknown GetPointer 00000000 PC 0884a918 LR 0884a938
eFootball by HDX_GAMES 2023 v1.17.1 2024-04-26 Unknown GetPointerWrite 00000000 PC 08816148 LR 0881615c
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:43: 'h_normal' : undeclared identifier ERROR: 0:43: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; layout (early_fragment_tests) in; layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec2 u_fogcoef; float u_stencilReplaceValue; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; int u_pad3; vec3 u_fogcolor; vec3 u_texenv; ivec4 u_alphacolorref; ivec4 u_alphacolormask; vec3 u_blendFixA; vec3 u_blendFixB; vec4 u_texclamp; vec2 u_texclampoff; }; layout (location = 1) in lowp vec4 v_color0; layout (location = 0, index = 0) out vec4 fragColor0; void main() { vec4 v = v_color0; fragColor0 = v; if (h_normal.x > -0.5) fragColor0.rgb = h_normal.xyz; }
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Vulkan error in shader compilation: info: ERROR: 0:38: 'location' : SPIR-V requires location for user input/output ERROR: 1 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #define mul(x, y) ((x) * (y)) #define splat3(x) vec3(x) precision highp float; layout (std140, set = 0, binding = 3) uniform baseVars { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec2 u_fogcoef; float u_stencilReplaceValue; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; int u_pad3; vec3 u_fogcolor; vec3 u_texenv; ivec4 u_alphacolorref; ivec4 u_alphacolormask; vec3 u_blendFixA; vec3 u_blendFixB; vec4 u_texclamp; vec2 u_texclampoff; }; layout (location = 0) in vec4 position; layout (location = 5) in vec4 color0; layout (location = 1) out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; if (gl_Position.z == gl_Position.w) gl_Position.z *= 0.999999; gl_PointSize = 1.0; h_normal = vec3(-1.0); }
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:47: 'h_normal' : undeclared identifier ERROR: 0:47: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; layout (early_fragment_tests) in; layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec2 u_fogcoef; float u_stencilReplaceValue; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; int u_pad3; vec3 u_fogcolor; vec3 u_texenv; ivec4 u_alphacolorref; ivec4 u_alphacolormask; vec3 u_blendFixA; vec3 u_blendFixB; vec4 u_texclamp; vec2 u_texclampoff; }; layout (binding = 0) uniform sampler2D tex; layout (location = 1) flat in lowp vec4 v_color0; layout (location = 0) in highp vec3 v_texcoord; layout (location = 0, index = 0) out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; if (h_normal.x > -0.5) fragColor0.rgb = h_normal.xyz; }
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Vulkan error in shader compilation: info: ERROR: 0:40: 'location' : SPIR-V requires location for user input/output ERROR: 1 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #define mul(x, y) ((x) * (y)) #define splat3(x) vec3(x) precision highp float; layout (std140, set = 0, binding = 3) uniform baseVars { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec2 u_fogcoef; float u_stencilReplaceValue; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; int u_pad3; vec3 u_fogcolor; vec3 u_texenv; ivec4 u_alphacolorref; ivec4 u_alphacolormask; vec3 u_blendFixA; vec3 u_blendFixB; vec4 u_texclamp; vec2 u_texclampoff; }; layout (location = 0) in vec4 position; layout (location = 1) in vec2 texcoord; layout (location = 5) in vec4 color0; layout (location = 1) flat out lowp vec4 v_color0; layout (location = 0) out highp vec3 v_texcoord; in vec3 h_normal; void main() { v_texcoord = vec3(texcoord, 1.0); v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; if (gl_Position.z == gl_Position.w) gl_Position.z *= 0.999999; gl_PointSize = 1.0; h_normal = vec3(-1.0); }
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth ERROR: 0:43: 'h_normal' : undeclared identifier ERROR: 0:43: '' : compilation terminated ERROR: 2 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #extension GL_ARB_conservative_depth : enable #extension GL_ARB_shader_image_load_store : enable #define splat3(x) vec3(x) #define DISCARD discard precision lowp float; precision highp int; layout (early_fragment_tests) in; layout (std140, set = 0, binding = 3) uniform baseUBO { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec2 u_fogcoef; float u_stencilReplaceValue; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; int u_pad3; vec3 u_fogcolor; vec3 u_texenv; ivec4 u_alphacolorref; ivec4 u_alphacolormask; vec3 u_blendFixA; vec3 u_blendFixB; vec4 u_texclamp; vec2 u_texclampoff; }; layout (location = 1) flat in lowp vec4 v_color0; layout (location = 0, index = 0) out vec4 fragColor0; void main() { vec4 v = v_color0 ; fragColor0 = v; if (h_normal.x > -0.5) fragColor0.rgb = h_normal.xyz; }
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Vulkan error in shader compilation: info: ERROR: 0:38: 'location' : SPIR-V requires location for user input/output ERROR: 1 compilation errors. No code generated. / code: #version 450 #extension GL_ARB_separate_shader_objects : enable #extension GL_ARB_shading_language_420pack : enable #define mul(x, y) ((x) * (y)) #define splat3(x) vec3(x) precision highp float; layout (std140, set = 0, binding = 3) uniform baseVars { mat4 u_proj; mat4 u_proj_through; mat3x4 u_view; mat3x4 u_world; mat3x4 u_texmtx; vec4 u_uvscaleoffset; vec4 u_depthRange; vec2 u_fogcoef; float u_stencilReplaceValue; vec4 u_matambientalpha; vec4 u_cullRangeMin; vec4 u_cullRangeMax; uint u_spline_counts; uint u_depal_mask_shift_off_fmt; uint u_colorWriteMask; int u_pad3; vec3 u_fogcolor; vec3 u_texenv; ivec4 u_alphacolorref; ivec4 u_alphacolormask; vec3 u_blendFixA; vec3 u_blendFixB; vec4 u_texclamp; vec2 u_texclampoff; }; layout (location = 0) in vec4 position; layout (location = 5) in vec4 color0; layout (location = 1) flat out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; if (gl_Position.z == gl_Position.w) gl_Position.z *= 0.999999; gl_PointSize = 1.0; h_normal = vec3(-1.0); }
eFootball by HDX_GAMES 2023 v1.14.1 2023-12-14 Unknown GetPointer 00000000 PC 0884d5b0 LR 0884d7d4
eFootball by HDX_GAMES 2023 v1.17.1 2024-04-28 avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7
eFootball by HDX_GAMES 2023 v1.14.2 2024-03-06 Savedata version requested on save: 3
eFootball by HDX_GAMES 2023 v1.11.3-1276-g192a43c1c 2023-12-14 Error in shader compilation: info: 0:15: S0027: Cannot modify an input variable 00000000:0000000a THR C #version 320 es // Mali-G71 - GLSL 320 precision highp float; #define gl_VertexIndex gl_VertexID #define splat3(x) vec3(x) #define mul(x, y) ((x) * (y)) in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; in vec3 h_normal; void main() { v_color0 = color0; vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0)); gl_Position = outPos; h_normal = vec3(-1.0); }
eFootball by HDX_GAMES 2023 v1.8.0 2024-04-29 Savedata version requested: 3