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 Chelito 19 |
v1.15.4 |
2023-09-25 |
Unknown GetPointer 00c5a29e PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-25 |
sceDmacMemcpy(dest=086ce940, src=040cc000, size=1251008): overlapping read |
eFootball Chelito 19 |
v1.16.2 |
2023-09-25 |
Unknown GetPointer 2c57e602 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.16.3 |
2023-09-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-24 |
MIPSCompileOp: Invalid instruction 46460603 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-24 |
MIPSCompileOp: Invalid instruction 06460602 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-24 |
Jump to invalid address: 07472cc0 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-24 |
Branch in Jump delay slot at 00010000 in block starting at 00010000 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-24 |
Jump to invalid address: 07298700 |
eFootball Chelito 19 |
v1.11.3 |
2023-09-24 |
ReadFromHardware: Invalid address 00000000 near PC 00000000 LR 08a1f464 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-24 |
MIPSCompileOp: Invalid instruction 01010101 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-24 |
Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth
ERROR: 0:42: 'texture' : no matching overloaded function found
ERROR: 0:42: '=' : cannot convert from ' const float' to ' temp lowp 4-component vector of float'
ERROR: 0:42: '' : compilation terminated
ERROR: 3 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;
// 00184000:0021d002 Tex Fog Flat TFuncMod AlphaTest0 >
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;
vec4 u_matambientalpha;
vec4 u_cullRangeMin;
vec4 u_cullRangeMax;
uint u_spline_counts;
uint u_depal_mask_shift_off_fmt;
uint u_colorWriteMask;
float u_mipBias;
vec3 u_fogcolor; uint u_alphacolorref;
vec3 u_texenv; uint u_alphacolormask;
vec3 u_blendFixA; float u_stencilReplaceValue;
vec3 u_blendFixB; float u_rotation;
vec4 u_texclamp;
vec2 u_texclampoff;
vec2 u_fogcoef;
float u_texNoAlpha; float u_texMul; float pad1; float pad2;
};
layout (set = 0, binding = 0) uniform sampler2D tex;
layout (location = 1) flat in lowp vec4 v_color0;
layout (location = 3) in highp float v_fogdepth;
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;
t.a = max(t.a, u_texNoAlpha);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texMul, 0.0, 1.0);
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
|
eFootball Chelito 19 |
v1.15.4 |
2023-09-24 |
Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth
ERROR: 0:42: 'texture' : no matching overloaded function found
ERROR: 0:42: '=' : cannot convert from ' const float' to ' temp lowp 4-component vector of float'
ERROR: 0:42: '' : compilation terminated
ERROR: 3 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;
// 00180000:0001d002 Tex TFuncMod AlphaTest0 >
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;
vec4 u_matambientalpha;
vec4 u_cullRangeMin;
vec4 u_cullRangeMax;
uint u_spline_counts;
uint u_depal_mask_shift_off_fmt;
uint u_colorWriteMask;
float u_mipBias;
vec3 u_fogcolor; uint u_alphacolorref;
vec3 u_texenv; uint u_alphacolormask;
vec3 u_blendFixA; float u_stencilReplaceValue;
vec3 u_blendFixB; float u_rotation;
vec4 u_texclamp;
vec2 u_texclampoff;
vec2 u_fogcoef;
float u_texNoAlpha; float u_texMul; float pad1; float pad2;
};
layout (set = 0, binding = 0) uniform sampler2D tex;
layout (location = 1) in lowp vec4 v_color0;
layout (location = 3) in highp float v_fogdepth;
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;
t.a = max(t.a, u_texNoAlpha);
vec4 v = p * t;
v.rgb *= u_texMul;
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
|
eFootball Chelito 19 |
v1.15.4 |
2023-09-24 |
Vulkan error in shader compilation: info: ERROR: 0:41: 'length' : no matching overloaded function found
ERROR: 0:41: '' : 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
#define mul(x, y) ((x) * (y))
#define splat3(x) vec3(x)
precision highp float;
// 00000000:00000128 HWX C Cull
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;
vec4 u_matambientalpha;
vec4 u_cullRangeMin;
vec4 u_cullRangeMax;
uint u_spline_counts;
uint u_depal_mask_shift_off_fmt;
uint u_colorWriteMask;
float u_mipBias;
vec3 u_fogcolor; uint u_alphacolorref;
vec3 u_texenv; uint u_alphacolormask;
vec3 u_blendFixA; float u_stencilReplaceValue;
vec3 u_blendFixB; float u_rotation;
vec4 u_texclamp;
vec2 u_texclampoff;
vec2 u_fogcoef;
float u_texNoAlpha; float u_texMul; float pad1; float pad2;
};
layout (location = 0) in vec3 position;
layout (location = 5) in vec4 color0;
layout (location = 1) out lowp vec4 v_color0;
layout (location = 0) out highp vec3 v_texcoord;
layout (location = 3) out highp float v_fogdepth;
invariant gl_Position;
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(0.0, 0.0, 1.0, 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;
v_color0 = color0;
v_texcoord = splat3(0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
if (u_depthRange.y >= 1.0) {
gl_ClipDistance[0] = outPos.z;
} else if (u_depthRange.x + u_depthRange.y <= 65534.0) {
gl_ClipDistance[0] = outPos.w - outPos.z;
} else {
gl_ClipDistance[0] = 0.0;
}
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if ((projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y) || (projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y)) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_ClipDistance[1] = projZ * outPos.w + outPos.w + 0.000001;
if (u_cullRangeMin.w > 0.0 && u_depthRange.w != 0.0f) {
gl_CullDistance[0] = projPos.z - u_cullRangeMin.z;
gl_CullDistance[1] = u_cullRangeMax.z - projPos.z;
} else {
gl_CullDistance[0] = 0.0;
gl_CullDistance[1] = 0.0;
}
gl_Position = outPos;
}
|
eFootball Chelito 19 |
v1.15.4 |
2023-09-24 |
Vulkan error in shader compilation: info: WARNING: 0:4: '#extension' : extension not supported: GL_ARB_conservative_depth
ERROR: 0:42: 'texture' : no matching overloaded function found
ERROR: 0:42: '=' : cannot convert from ' const float' to ' temp lowp 4-component vector of float'
ERROR: 0:42: '' : compilation terminated
ERROR: 3 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;
// 00180000:0021d002 Tex Fog TFuncMod AlphaTest0 >
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;
vec4 u_matambientalpha;
vec4 u_cullRangeMin;
vec4 u_cullRangeMax;
uint u_spline_counts;
uint u_depal_mask_shift_off_fmt;
uint u_colorWriteMask;
float u_mipBias;
vec3 u_fogcolor; uint u_alphacolorref;
vec3 u_texenv; uint u_alphacolormask;
vec3 u_blendFixA; float u_stencilReplaceValue;
vec3 u_blendFixB; float u_rotation;
vec4 u_texclamp;
vec2 u_texclampoff;
vec2 u_fogcoef;
float u_texNoAlpha; float u_texMul; float pad1; float pad2;
};
layout (set = 0, binding = 0) uniform sampler2D tex;
layout (location = 1) in lowp vec4 v_color0;
layout (location = 3) in highp float v_fogdepth;
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;
t.a = max(t.a, u_texNoAlpha);
vec4 v = p * t;
v.rgb = clamp(v.rgb * u_texMul, 0.0, 1.0);
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
if (v.a < 0.002) DISCARD;
fragColor0 = v;
}
|
eFootball Chelito 19 |
v1.11.2 |
2023-09-24 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=0, data=0, text=0 |
eFootball Chelito 19 |
v1.15.4-69-gca75e2015 |
2023-09-23 |
Unknown GetPointer 0000676e PC 08a02a0c LR 0881c438 |
eFootball Chelito 19 |
v1.9.0 |
2023-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142644872 |
eFootball Chelito 19 |
v1.9.0 |
2023-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 142637024 |
eFootball Chelito 19 |
v1.9.0 |
2023-09-23 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 142748256 |
eFootball Chelito 19 |
v1.9.0 |
2023-09-23 |
RET: Stack empty! |
eFootball Chelito 19 |
v1.9.0 |
2023-09-23 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059588 |
eFootball Chelito 19 |
v1.9.0 |
2023-09-23 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a51d8, pos=0, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-24 |
Unknown GetPointerWrite 00000000 PC 08a02a0c LR 0881615c |
eFootball Chelito 19 |
v1.16.2 |
2023-09-22 |
Unknown GetPointer 001b0000 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.9.4 |
2023-09-25 |
Unknown GetPointer 00000000 PC 088287f0 LR 08828800 |
eFootball Chelito 19 |
v1.14.2 |
2023-09-22 |
UI scissor out of bounds in GameSettingsScreen: 344,0-1243,720 / 1600,688 |
eFootball Chelito 19 |
v1.10 |
2023-09-22 |
ReadFromHardware: Invalid address 0074baff near PC 0881da60 LR 0881da04 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-25 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=1, text=1 |
eFootball Chelito 19 |
v1.16.2 |
2023-09-21 |
__KernelStopThread: thread 337 does not exist (helper deleted) |
eFootball Chelito 19 |
v1.9.4 |
2023-09-21 |
Unknown syscall in known module 'ThreadManForKernel': 0x809ce29b |
eFootball Chelito 19 |
v1.9.4 |
2023-09-25 |
Unknown syscall in known module 'LoadExecForKernel': 0x05572a5f |
eFootball Chelito 19 |
v1.9.4 |
2023-09-21 |
Unimplemented HLE function sceKernelFindModuleByUID |
eFootball Chelito 19 |
v1.9.4 |
2023-09-25 |
Unknown syscall in known module 'SysMemForKernel': 0x3fc9ae6a |
eFootball Chelito 19 |
v1.14.2 |
2023-09-21 |
Unknown GetPointer 00280500 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-22 |
Unknown GetPointer 00170000 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.14.2 |
2023-09-21 |
Unknown GetPointer 00190000 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-21 |
Unknown GetPointer 00000000 PC 0881c428 LR 0881c438 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-19 |
MIPSCompileOp: Invalid instruction 48b009e2 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-19 |
Jump to invalid address: 007b24c0 |
eFootball Chelito 19 |
v1.5.3 |
2023-09-19 |
Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
fs: 40000000:00000914 LM
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
in vec4 v_color0;
in vec3 v_color1;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
vs: 00000000:0021d022 THR UVMtx TessC TessRevN
#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 Chelito 19 |
v1.15.4 |
2023-09-24 |
Unknown GetPointerWrite 00000000 PC 08808448 LR 08808460 |
eFootball Chelito 19 |
v1.15.3 |
2023-09-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08805e14, pos=0, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.15.3 |
2023-09-18 |
sceKernelLoadModule: unsupported options size=00000014, flags=08924c9c, pos=0, access=1, data=2, text=2 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in RSZeroComp delay slot at 08000100 in block starting at 08000034 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000038 in block starting at 08000034 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000034 in block starting at 08000034 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in RSZeroComp delay slot at 08000100 in block starting at 0800002c |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000038 in block starting at 0800002c |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000034 in block starting at 0800002c |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000030 in block starting at 0800002c |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 0800002c in block starting at 0800002c |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in RSZeroComp delay slot at 08000100 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Jump to invalid address: 0bd50d70 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000038 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000034 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Jump to invalid address: 0bd50a70 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000030 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 0800002c in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Jump to invalid address: 0bd50970 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000028 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Jump to invalid address: 07250660 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Branch in Jump delay slot at 08000024 in block starting at 08000020 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
Jump to invalid address: 0bd50870 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
MIPSCompileOp: Invalid instruction 71e95474 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
80420014=__sceSasCore(08bb3ac0, e4b32980): invalid address |
eFootball Chelito 19 |
v1.16.1 |
2023-09-18 |
80420014=__sceSasCore(08bb3ac0, e4b32d80): invalid address |
eFootball Chelito 19 |
v1.14.4 |
2023-09-17 |
Replacement rowPitch=256, but w=1000 (level=0) |
eFootball Chelito 19 |
v1.14.2 |
2023-09-17 |
UI scissor out of bounds in MainScreen: 0,0-1142,721 / 1504,720 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-17 |
Unknown GetPointer 00002900 PC 0884d7b4 LR 0884d7d4 |
eFootball Chelito 19 |
v1.13.2 |
2023-09-17 |
ReadFromHardware: Invalid address 00000019 near PC 0881bf88 LR 0881bf88 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-19 |
Unknown GetPointer 00000000 PC 0884a930 LR 0884a938 |
eFootball Chelito 19 |
v1.13.2 |
2023-09-17 |
WriteToHardware: Invalid address 00000004 near PC 08863d6c LR 08849a58 |
eFootball Chelito 19 |
v1.13.2 |
2023-09-17 |
ReadFromHardware: Invalid address 00000004 near PC 08863d6c LR 08849a58 |
eFootball Chelito 19 |
v1.10.3 |
2023-09-23 |
Unknown GetPointer 00000000 PC 08808458 LR 08808460 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-15 |
sceMp3Init: invalid data: not MPEG v1 |
eFootball Chelito 19 |
v1.14.4 |
2023-09-15 |
Replacement rowPitch=512, but w=2048 (level=0) |
eFootball Chelito 19 |
v1.16.1 |
2023-09-17 |
sceDmacMemcpy(dest=040cc000, src=08701400, size=1043456): overlapping read |
eFootball Chelito 19 |
v1.11 |
2023-09-15 |
Unknown GetPointer 00000000 PC 08808448 LR 08808460 |
eFootball Chelito 19 |
v1.16.1 |
2023-09-14 |
ReadFCR: Unexpected reg 21 |
eFootball Chelito 19 |
v1.11 |
2023-09-14 |
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;
void main() {
gl_Position = WorldViewProj * vec4(Position, 1.0);
oColor0 = Color0;
oTexCoord0 = TexCoord0;
}
|
eFootball Chelito 19 |
v1.16.1 |
2023-09-16 |
807f00fd=sceMp3Init(00000000): invalid bitrate v0 l0 rate 0000 |
eFootball Chelito 19 |
v1.8.0 |
2023-09-25 |
sceDmacMemcpy(dest=09054040, src=086ce940, size=1251008): overlapping read |
eFootball Chelito 19 |
v1.16.2 |
2023-09-23 |
Unknown GetPointer 00000020 PC 08815fc8 LR 08815fd4 |
eFootball Chelito 19 |
v1.11 |
2023-09-14 |
Unknown GetPointer 00000000 PC 0886a7e0 LR 0886a7e0 |
eFootball Chelito 19 |
v1.10.1 |
2023-09-13 |
MIPSCompileOp: Invalid instruction 475f5053 |
eFootball Chelito 19 |
v1.10.1 |
2023-09-13 |
MIPSCompileOp: Invalid instruction 63736964 |
eFootball Chelito 19 |
v1.10.1 |
2023-09-13 |
Unknown GetPointer 00000000 PC 00000000 LR 00000000 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-13 |
ReadFromHardware: Invalid address 00000040 near PC 08942ba0 LR 08824cec |
eFootball Chelito 19 |
v1.14.4 |
2023-09-16 |
Replacement rowPitch=128, but w=512 (level=0) |
eFootball Chelito 19 |
v1.16.3 |
2023-09-25 |
Unknown GetPointer 00000000 PC 0884a918 LR 0884a938 |
eFootball Chelito 19 |
v1.14.4 |
2023-09-13 |
Replacement rowPitch=256, but w=512 (level=0) |
eFootball Chelito 19 |
v1.15.4-717-g56c2974e5 |
2023-09-24 |
Unknown GetPointer 00000000 PC 08a02a0c LR 0884d7d4 |
eFootball Chelito 19 |
v1.15.4 |
2023-09-13 |
80630006=sceAtracSetDataAndGetID(09c75150, 0001fff0): invalid RIFF header |
eFootball Chelito 19 |
v1.10.3 |
2023-09-13 |
sceMp3Init: invalid data: not 44.1kHz |
eFootball Chelito 19 |
v1.14.2 |
2023-09-12 |
UI scissor out of bounds in GameSettingsScreen: 307,0-1280,720 / 1510,720 |
eFootball Chelito 19 |
v1.14.2 |
2023-09-12 |
UI scissor out of bounds in GameSettingsScreen: 45,80-675,1428 / 1600,720 |
eFootball Chelito 19 |
v1.14.2 |
2023-09-12 |
UI scissor out of bounds in GameSettingsScreen: 262,45-1325,675 / 720,1600 |
eFootball Chelito 19 |
v1.16.3 |
2023-09-25 |
Game install with no files / data |