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 |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
sceDmacMemcpy(dest=04192800, src=092a19b0, size=1856): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
sceDmacMemcpy(dest=04134800, src=098fa7c0, size=832): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
UNIMPL sceUtilityGameSharingInitStart(08f849a4) |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
UNIMPL sceUtilityGameSharingInitStart(08f910f4) |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
UNIMPL sceUtilityGameSharingInitStart(090d5294) |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
sceDmacMemcpy(dest=041ba000, src=09918380, size=6976): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-07-02 |
sceDmacMemcpy(dest=041f6100, src=098adb30, size=5456): overlapping read |
Killzone™: Liberation |
v1.6.3 |
2022-07-01 |
Error in shader program link: info: Attached fragment shader is not compiled.
fs: depal
#version 300 es
precision mediump float;
precision highp int;
in vec2 v_texcoord0;
out vec4 fragColor0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 color = texture(tex, v_texcoord0);
int r = 0;
int g = 0;
int b = int(color.b * 255.99);
int a = 0;
int index = (a << 24) | (b << 16) | (g << 8) | (r);
index = (int(uint(index) >> 16) & 0xff);
fragColor0 = texture(pal, vec2((float(index) + 0.5) * (1.0 / 256.000000), 0.0));
}
vs: depal
#version 300 es
precision highp float;
in vec4 a_position;
in vec2 a_texcoord0;
out vec2 v_texcoord0;
void main() {
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
}
|
Killzone™: Liberation |
v1.6.3 |
2022-07-01 |
Error in shader program link: info: Attached fragment shader is not compiled.
fs: depal
#version 300 es
precision mediump float;
precision highp int;
in vec2 v_texcoord0;
out vec4 fragColor0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 color = texture(tex, v_texcoord0);
int r = 0;
int g = int(color.g * 255.99);
int b = 0;
int a = 0;
int index = (a << 24) | (b << 16) | (g << 8) | (r);
index = (int(uint(index) >> 8) & 0xff);
fragColor0 = texture(pal, vec2((float(index) + 0.5) * (1.0 / 256.000000), 0.0));
}
vs: depal
#version 300 es
precision highp float;
in vec4 a_position;
in vec2 a_texcoord0;
out vec2 v_texcoord0;
void main() {
v_texcoord0 = a_texcoord0;
gl_Position = a_position;
}
|
Killzone™: Liberation |
v1.6.3 |
2022-07-01 |
Error in shader compilation: info: ERROR: 0:15: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:15: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:15: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'uint' and a right operand of type 'const int' (or there is no acceptable conversion)
depal
#version 300 es
precision mediump float;
precision highp int;
in vec2 v_texcoord0;
out vec4 fragColor0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 color = texture(tex, v_texcoord0);
int r = 0;
int g = 0;
int b = int(color.b * 255.99);
int a = 0;
int index = (a << 24) | (b << 16) | (g << 8) | (r);
index = (int(uint(index) >> 16) & 0xff);
fragColor0 = texture(pal, vec2((float(index) + 0.5) * (1.0 / 256.000000), 0.0));
}
|
Killzone™: Liberation |
v1.6.3 |
2022-07-01 |
Error in shader compilation: info: ERROR: 0:15: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:15: 'assign' : Implicit conversions for shift operators are not allowed before GLSL 1.20 or without GL_EXT_gpu_shader4 enabled.
ERROR: 0:15: '>>' : wrong operand types no operation '>>' exists that takes a left-hand operand of type 'uint' and a right operand of type 'const int' (or there is no acceptable conversion)
depal
#version 300 es
precision mediump float;
precision highp int;
in vec2 v_texcoord0;
out vec4 fragColor0;
uniform sampler2D tex;
uniform sampler2D pal;
void main() {
vec4 color = texture(tex, v_texcoord0);
int r = 0;
int g = int(color.g * 255.99);
int b = 0;
int a = 0;
int index = (a << 24) | (b << 16) | (g << 8) | (r);
index = (int(uint(index) >> 8) & 0xff);
fragColor0 = texture(pal, vec2((float(index) + 0.5) * (1.0 / 256.000000), 0.0));
}
|
Killzone™: Liberation |
v1.12.3 |
2022-06-28 |
UNIMPL sceUtilityGameSharingInitStart(08e9f774) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-06-17 |
sceDmacMemcpy(dest=041d7900, src=0935bc40, size=1280): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-06-01 |
80630011=sceAtracSetDataAndGetID(00000000, 00000000): buffer too small |
Killzone™: Liberation |
v1.12.3 |
2022-05-30 |
UNIMPL sceUtilityGameSharingInitStart(090cc394) |
Killzone™: Liberation |
v1.12.2-2-gbb64c176f |
2022-05-29 |
sceDmacMemcpy(dest=0413bf00, src=09a20650, size=1168): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-05-28 |
sceKernelLoadModule: unsupported options size=00000014, flags=000045b0, pos=0, access=1, data=1, text=1 |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-23 |
UNIMPL sceUtilityGameSharingInitStart(098a4564) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-28 |
sceDmacMemcpy(dest=04113600, src=099aec30, size=480): overlapping read |
Killzone™: Liberation |
v1.10.3 |
2022-05-23 |
sceDmacMemcpy(dest=04147d00, src=097f93b0, size=5184): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-05-22 |
sceDmacMemcpy(dest=04186a00, src=091c1fe0, size=6608): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-22 |
sceDmacMemcpy(dest=041e0300, src=095c37d0, size=2064): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-24 |
sceDmacMemcpy(dest=041c2800, src=099d5b70, size=416): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-17 |
sceDmacMemcpy(dest=04110000, src=09972640, size=65600): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-16 |
sceDmacMemcpy(dest=041d7100, src=097b0ce0, size=1280): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-15 |
sceDmacMemcpy(dest=04112000, src=092b67c0, size=160): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-05-12 |
sceDmacMemcpy(dest=04110c00, src=097ada50, size=64): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-12 |
sceDmacMemcpy(dest=04151100, src=0958ead0, size=7648): overlapping read |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090eea94) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090e7f24) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090eaa04) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(08f92d74) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090ce2e4) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090e75a4) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090d7bd4) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090d3254) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-11 |
UNIMPL sceUtilityGameSharingInitStart(090d14e4) |
Killzone™: Liberation |
v1.12.3-1038-gd1e2b19eb |
2022-05-23 |
sceNetAdhocMatchingInit(32768) at 0897a100 |
Killzone™: Liberation |
v1.12.3 |
2022-05-06 |
sceDmacMemcpy(dest=04110000, src=09319690, size=1024): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-05-03 |
sceKernelLoadModule: unsupported options size=00000014, flags=00000000, pos=1, access=1, data=2, text=2 |
Killzone™: Liberation |
v1.12.3 |
2022-05-03 |
80000107=sceDisplaySetFrameBuf(04088000, 512, 3, 0): must change latched framebuf first |
Killzone™: Liberation |
v1.12.3 |
2022-05-03 |
80000107=sceDisplaySetFrameBuf(04000000, 512, 3, 0): must change latched framebuf first |
Killzone™: Liberation |
v1.12.3 |
2022-06-20 |
MIPSCompileOp: Invalid instruction b0000000 |
Killzone™: Liberation |
v1.12.3 |
2022-04-25 |
avcodec_decode_audio4: Error decoding audio -1094995529 / bebbb1b7 |
Killzone™: Liberation |
v1.12.3 |
2022-04-25 |
sceDmacMemcpy(dest=0411b000, src=09395540, size=4752): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-04-24 |
sceDmacMemcpy(dest=04110000, src=0956fe00, size=5120): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-04-21 |
sceDmacMemcpy(dest=0411be00, src=09528720, size=832): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-04-20 |
sceDmacMemcpy(dest=04157b00, src=09970b00, size=5120): overlapping read |
Killzone™: Liberation |
v1.7.5 |
2022-04-12 |
sceDmacMemcpy(dest=041cc800, src=0995e5c0, size=1520): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-04-11 |
sceDmacMemcpy(dest=04114700, src=0930bda0, size=544): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-04-11 |
sceDmacMemcpy(dest=04119b00, src=09528bd0, size=2112): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-04-11 |
sceDmacMemcpy(dest=041b4600, src=0928bf20, size=31776): overlapping read |
Killzone™: Liberation |
v1.11.3-1636-gb1b761290 |
2022-04-10 |
Unknown GetPointer a775ece0 PC 0896d0a4 LR 0896d0ac |
Killzone™: Liberation |
v1.9.3 |
2022-03-21 |
sceDmacMemcpy(dest=0412e800, src=092843f0, size=1280): overlapping read |
Killzone™: Liberation |
v1.9.3 |
2022-03-21 |
sceDmacMemcpy(dest=041ea300, src=0915af50, size=5120): overlapping read |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
MIPSCompileOp: Invalid instruction 00000038 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e8566c in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03637cf0 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85660 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e8565c in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03a15a60 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85658 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 0293cf90 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03a7fa40 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e8564c in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 0322b6e0 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85648 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03e1b440 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85644 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85640 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 038bb120 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e8563c in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85638 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03a15e20 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 02089f60 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85624 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85620 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03e3e300 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e8561c in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 02b25b40 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85618 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03a159b0 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85614 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03e41d00 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85610 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 02b25e80 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e8560c in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03e41e10 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85608 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03e3e3c0 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85604 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03a159a0 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e85600 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 03a158d0 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e855fc in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e855f8 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e855f4 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 02039b10 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Branch in Jump delay slot at 08e855f0 in block starting at 08e855e4 |
Killzone™: Liberation |
v1.12.3 |
2022-03-04 |
Jump to invalid address: 028bfbf0 |