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 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-14 |
Unknown GE command : feff0b2a |
God of War: Chains of Olympus |
v1.6.3 |
2022-05-10 |
Error in shader program link: info: Link failed because of missing shader.
fs: 00000000:01a00802 Tex LM Fog 2x StenToAlpha StenUniform TFuncMod
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform float u_stencilReplaceValue;
in vec4 v_color0;
in vec3 v_color1;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a) + s;
v.rgb = v.rgb * 2.0;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = vec4(v.rgb, u_stencilReplaceValue);
}
vs: 01030000:00000b1d HWX C T N LM Fog Tex Light: MatUp:3
#version 300 es
precision highp float;
in vec3 position;
in mediump vec3 normal;
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_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out lowp vec3 v_color1;
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 = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = vec3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
God of War: Chains of Olympus |
v1.6.3 |
2022-05-10 |
Error in shader program link: info: Link failed because of missing shader.
fs: 00000000:00a00822 Tex TexAlpha LM Fog 2x TFuncMod
#version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
in vec4 v_color0;
in vec3 v_color1;
uniform vec3 u_fogcolor;
in mediump float v_fogdepth;
in mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 t = texture(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = p * t + s;
v.rgb = v.rgb * 2.0;
float fogCoef = clamp(v_fogdepth, 0.0, 1.0);
v = mix(vec4(u_fogcolor, v.a), v, fogCoef);
fragColor0 = v;
}
vs: 01030000:00000b1d HWX C T N LM Fog Tex Light: MatUp:3
#version 300 es
precision highp float;
in vec3 position;
in mediump vec3 normal;
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_ambient;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out lowp vec3 v_color1;
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 = normalize((u_world * vec4(normal, 0.0)).xyz);
vec4 viewPos = u_view * vec4(worldpos, 1.0);
gl_Position = u_proj * viewPos;
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
mediump float ldot;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = vec3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
}
|
God of War: Chains of Olympus |
v1.12.3 |
2022-05-08 |
80020001=sceKernelCreateSema(): invalid name |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=08c98210, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-02 |
Error in shader compilation: info: 0:1: F0002: Mali-400 GP register allocation failed for vertex shader.
Please contact [email protected] with the shader causing
the problem, along with this error message.
Mali online shader compiler r4p1-01rel0 [Revision 96995].
01f14444:00000b3d HWX C T N LM Fog Tex Light: 0: c:0 t:1 1: c:0 t:1 2: c:0 t:1 3: c:0 t:1 MatUp:1 Cull
#version 100
// Mali-400 MP - GLSL 100
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
attribute vec3 position;
attribute mediump vec3 normal;
attribute vec2 texcoord;
attribute lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform vec3 u_lightpos0;
uniform mediump vec3 u_lightatt0;
uniform lowp vec3 u_lightambient0;
uniform lowp vec3 u_lightdiffuse0;
uniform vec3 u_lightpos1;
uniform mediump vec3 u_lightatt1;
uniform lowp vec3 u_lightambient1;
uniform lowp vec3 u_lightdiffuse1;
uniform vec3 u_lightpos2;
uniform mediump vec3 u_lightatt2;
uniform lowp vec3 u_lightambient2;
uniform lowp vec3 u_lightdiffuse2;
uniform vec3 u_lightpos3;
uniform mediump vec3 u_lightatt3;
uniform lowp vec3 u_lightambient3;
uniform lowp vec3 u_lightdiffuse3;
uniform lowp vec4 u_ambient;
uniform lowp vec3 u_matdiffuse;
uniform lowp vec4 u_matspecular;
uniform lowp vec3 u_matemissive;
uniform lowp vec4 u_matambientalpha;
uniform highp vec2 u_fogcoef;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
varying lowp vec4 v_color0;
varying lowp vec3 v_color1;
varying mediump vec3 v_texcoord;
varying mediump float v_fogdepth;
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(normal, 0.0), u_world).xyz);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
vec4 outPos = mul(u_proj, viewPos);
lowp vec4 lightSum0 = u_ambient * color0 + vec4(u_matemissive, 0.0);
vec3 toLight;
lowp vec3 diffuse;
float distance;
lowp float lightScale;
mediump float ldot;
toLight = u_lightpos0 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt0, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse0 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient0 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos1 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt1, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse1 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient1 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos2 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt2, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse2 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient2 * color0.rgb + diffuse) * lightScale;
toLight = u_lightpos3 - worldpos;
distance = length(toLight);
toLight /= distance;
ldot = dot(toLight, worldnormal);
lightScale = clamp(1.0 / dot(u_lightatt3, vec3(1.0, distance, distance*distance)), 0.0, 1.0);
diffuse = (u_lightdiffuse3 * u_matdiffuse) * max(ldot, 0.0);
lightSum0.rgb += (u_lightambient3 * color0.rgb + diffuse) * lightScale;
v_color0 = clamp(lightSum0, 0.0, 1.0);
v_color1 = splat3(0.0);
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
v_fogdepth = (viewPos.z + u_fogcoef.x) * u_fogcoef.y;
vec3 projPos = outPos.xyz / outPos.w;
if (u_cullRangeMin.w <= 0.0 || (projPos.z >= u_cullRangeMin.z && projPos.z <= u_cullRangeMax.z)) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.z < u_cullRangeMin.z || projPos.x > u_cullRangeMax.x || projPos |
God of War: Chains of Olympus |
v1.12.3 |
2022-04-20 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=deadbeef, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.4.1 |
2022-03-29 |
fbo_blit_color failed in blit (00162000 -> 00162000) |
God of War: Chains of Olympus |
v1.4.1 |
2022-03-29 |
fbo_blit_color failed in blit (00000000 -> 00000000) |
God of War: Chains of Olympus |
v1.12.3 |
2022-03-17 |
00000000=sceDisplaySetHoldMode(00000001): unsupported |
God of War: Chains of Olympus |
v1.12.3 |
2022-02-17 |
Jump to invalid address: 0c000000 |
God of War: Chains of Olympus |
v1.9.0 |
2022-02-05 |
Failed to reschedule: out of threads on queue (-1, -1) |
God of War: Chains of Olympus |
v1.12.3 |
2022-02-02 |
Unknown GE command : 290209a2 |
God of War: Chains of Olympus |
v1.10.3 |
2022-01-28 |
Ignoring func export scePsmf/0c120e1d, already implemented in HLE. |
God of War: Chains of Olympus |
v1.10.3 |
2022-01-28 |
Ignoring func export scePsmf/68d42328, already implemented in HLE. |
God of War: Chains of Olympus |
v1.10.3 |
2022-01-28 |
Ignoring func export scePsmf/9553cc91, already implemented in HLE. |
God of War: Chains of Olympus |
v1.12.3 |
2022-01-16 |
Jump to invalid address: 02d19640 |
God of War: Chains of Olympus |
v1.12.3 |
2022-01-16 |
Unknown GetPointer 3f1cb388 PC 089a4b0c LR 089a4b0c |
God of War: Chains of Olympus |
v1.9.0 |
2022-01-14 |
Unknown GetPointer 00000000 PC 08a1a4d0 LR 08a1a4d0 |
God of War: Chains of Olympus |
v1.12.3 |
2021-12-26 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143963980 |
God of War: Chains of Olympus |
v1.12.3 |
2022-02-08 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.9.0 |
2021-12-18 |
80630006=sceAtracSetDataAndGetID(09b41100, 00004000): invalid RIFF header |
God of War: Chains of Olympus |
v1.12.3 |
2021-12-04 |
sceKernelLoadModule: unsupported options size=00000014, flags=00070000, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.12.1 |
2021-12-04 |
Branch in RSRTComp delay slot at 08833a78 in block starting at 08833a74 |
God of War: Chains of Olympus |
v1.12.3 |
2021-12-02 |
80630007=sceAtracSetData(2, 08d13140, 00038000): atracID uses different codec type than data |
God of War: Chains of Olympus |
v1.12.3 |
2021-12-02 |
sceGeBreak(mode=0, unknown=08d098b8): unknown ptr (valid) |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145349120 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=08caf9fc, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelLoadModule: unsupported options size=00000014, flags=0892b22c, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.12.3 |
2021-10-22 |
__KernelStopThread: thread 316 does not exist |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -65536 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167771616 |
God of War: Chains of Olympus |
v1.12.3 |
2021-11-20 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = -1 |
God of War: Chains of Olympus |
v1.12.3 |
2021-10-22 |
__KernelStopThread: thread 306 does not exist |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 92160 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(SNDMUTEX) unsupported options parameter, size = 146538036 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146728056 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146720128 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 5177420 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 143598036 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 148111360 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 800 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 167509648 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 145463692 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146507860 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=ffffabcd, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.12.3 |
2022-01-30 |
Savedata version requested: 3 |
God of War: Chains of Olympus |
v1.11.3 |
2021-09-21 |
sceKernelCreateSema(RealSignal) unsupported options parameter, size = 612 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=088620f8, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1431655765 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-07 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146805524 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=2 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-07 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=0, text=1 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-17 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 146059204 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-06 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=089a5128, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.10.3 |
2021-06-28 |
Unknown syscall in known module 'ThreadManForKernel': 0x39810265 |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-25 |
FBO using existing buffer as depthbuffer, 04000000/04088000 and 04088000/00000000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-25 |
FBO using existing buffer as depthbuffer, 04044000/04088000 and 04088000/00000000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-25 |
sceKernelLoadModuleByID: unsupported options size=00000014, flags=00000000, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-21 |
Unknown GetPointer 00000000 PC 089b1954 LR 089b75f4 |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-07 |
80020001=sceKernelCreateMutex(): invalid name |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-02 |
Bad bounding box data: 153350 |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-02 |
Bad vertex address 04d13ea8! |
God of War: Chains of Olympus |
v1.11.3 |
2021-06-02 |
Unknown GE command : 0310171b |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-29 |
80630006=sceAtracSetDataAndGetID(08baccc0, 80020323): invalid RIFF header |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-24 |
Unimplemented HLE function sceHprmRegisterCallback |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=7f800001, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-29 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000007, pos=0, access=1, data=1, text=1 |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-13 |
sceKernelCreateSema(RealMutex) unsupported options parameter, size = 1067526467 |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-03 |
Texture with unexpected bufw (full=12972) |
God of War: Chains of Olympus |
v1.11.3 |
2021-05-03 |
Unknown GE command : fa7b3f28 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-23 |
Branch in Jump delay slot at 00010008 in block starting at 00010000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-21 |
Decoding texture from VRAM mirror at 04710000 swizzle=0 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-21 |
FBO using existing buffer as depthbuffer, 04088000/04110000 and 04110000/00000000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-21 |
FBO using existing buffer as depthbuffer, 04000000/04110000 and 04110000/00000000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-21 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04000000/04110000 |
God of War: Chains of Olympus |
v1.11.3 |
2022-01-28 |
sceKernelCreateThread(name=scePsmf_library): unsupported attributes 00000006 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-21 |
sceKernelLoadModule: unsupported options size=00000014, flags=08cacbd0, pos=0, access=1, data=2, text=2 |
God of War: Chains of Olympus |
v1.12.2 |
2022-02-08 |
FBO created from existing depthbuffer as color, 04000000/04128000 and 04178000/04000000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-04-21 |
FBO created from existing depthbuffer as color, 04110000/00000000 and 04088000/04110000 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 5 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 4 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 3 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 1 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 0 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 7 |
God of War: Chains of Olympus |
v1.11.3 |
2021-03-17 |
GE Interrupt: newState might be 6 |
God of War: Chains of Olympus |
v1.11.3 |
2021-08-31 |
Unknown GetPointer 00000000 PC 00000000 LR 00000000 |
God of War: Chains of Olympus |
v1.7.5 |
2021-02-28 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 00255e94, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-22 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 0021cc34, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.11.2 |
2021-02-28 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 001d5ab4, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.7.5 |
2021-02-26 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 002ab394, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.7.5 |
2021-02-26 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 000a9d84, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.11.2 |
2021-02-26 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 00043040, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.7.5 |
2021-02-26 |
80631003=sceAtracSetAA3DataAndGetID(08b70fc0, 00028000, 001d9e84, 09fbba6c[ffffffff]): invalid ea3 magic bytes |
God of War: Chains of Olympus |
v1.12.3 |
2022-05-27 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 512x272 |
God of War: Chains of Olympus |
v1.12.3-1047-g4a88ec0af |
2022-05-28 |
Ignoring possible texturing from framebuffer at 04161800 +0x64 / 480x272 |